/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  margin: 0;
}

[v-cloak] {
  display: none;
}

img {
  display: block;
  margin: auto;
}

#nicerx {
  font-family: montserrat, sans-serif;
}
#nicerx .inner {
  width: 90%;
  margin: auto;
  padding: 30px 0;
  max-width: 600px;
}
#nicerx h2 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
#nicerx p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333;
}
#nicerx p b {
  font-weight: 600;
}
#nicerx .header {
  background: url("../img/curve-m.svg") bottom center/100% no-repeat;
}
#nicerx .header .inner .text {
  margin-bottom: min(100vw, 460px);
}
#nicerx .header .inner .text h1 {
  font-size: min(8vw, 30px);
  text-align: left;
  color: #000543;
}
#nicerx .header .inner .text p {
  display: none;
}
@media only screen and (min-width: 600px) {
  #nicerx .header {
    background: url("../img/curve-m.svg") bottom center/600px no-repeat, linear-gradient(90deg, white 0%, white 50%, #cbe8f8 51%, #cbe8f8 100%);
  }
  #nicerx .header .inner .text {
    margin-bottom: 440px;
  }
}
#nicerx .stats .inner .pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  padding: 20px 0;
}
#nicerx .stats .inner .pills .pill {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 135px;
  padding-top: 30px;
  padding-left: 160px;
  min-height: 220px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#nicerx .stats .inner .pills .pill.p0 {
  background-image: url("../img/p0.png");
}
#nicerx .stats .inner .pills .pill.p1 {
  background-image: url("../img/p1.png");
}
#nicerx .stats .inner .pills .pill.p2 {
  background-image: url("../img/p2.png");
}
#nicerx .stats .inner .pills .pill .name, #nicerx .stats .inner .pills .pill .sub {
  font-family: lieberuth, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #177ab5;
  margin-bottom: 10px;
  max-width: 170px;
}
#nicerx .stats .inner .pills .pill .sub {
  font-size: 16px;
  line-height: 16px;
}
#nicerx .stats .inner .pills .pill .desc {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  max-width: 155px;
}
#nicerx .anatomy {
  padding: 45px 0;
}
#nicerx .anatomy .inner {
  width: 100%;
  border-radius: 34px;
  background: #53b4e7;
  padding: 35px 23px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
#nicerx .anatomy .inner:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 97px;
  background: url("../img/clip.svg") center center/contain no-repeat;
}
#nicerx .anatomy .inner .innerer {
  background-color: white;
  padding: 33px 5%;
  padding-top: 50px;
}
#nicerx .anatomy .inner .innerer h2 {
  color: #177ab5;
}
#nicerx .anatomy .inner .innerer .tbl {
  background: #fff;
  border: 1px solid #707070;
  overflow: auto;
  position: relative;
}
#nicerx .anatomy .inner .innerer .tbl .th {
  display: grid;
  grid-template-columns: 160px 124px 124px 85px;
  width: 493px;
  background-color: #53b4e7;
  position: sticky;
  top: 0;
}
#nicerx .anatomy .inner .innerer .tbl .th .tc {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  padding-right: 25px;
  background: center right 8px/9px url("../img/sort.svg") no-repeat;
  border-right: 1px solid #53b4e7;
}
#nicerx .anatomy .inner .innerer .tbl .th .tc.do {
  border-right: 3px solid #53b4e7;
}
#nicerx .anatomy .inner .innerer .tbl .th .tc.sa {
  border: none;
}
#nicerx .anatomy .inner .innerer .tbl .th.asc .active {
  background-image: url("../img/sort-asc.svg");
}
#nicerx .anatomy .inner .innerer .tbl .th.desc .active {
  background-image: url("../img/sort-desc.svg");
}
#nicerx .anatomy .inner .innerer .tbl .tb {
  height: 400px;
  width: 493px;
  display: grid;
  grid-template-columns: 160px 124px 124px 85px;
  align-items: center;
}
#nicerx .anatomy .inner .innerer .tbl .tb .tc {
  border-right: 1px solid #3879b0;
}
#nicerx .anatomy .inner .innerer .tbl .tb .tc .tc-i {
  font-family: lieberuth, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #177ab5;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
}
#nicerx .anatomy .inner .innerer .tbl .tb .tc .tc-i .pills {
  display: none;
}
#nicerx .anatomy .inner .innerer .tbl .tb .tc.odd {
  background-color: #DCF0FA;
}
#nicerx .anatomy .inner .innerer .tbl .tb .tc.do {
  border-right: 3px solid #3879b0;
}
#nicerx .anatomy .inner .innerer .tbl .tb .tc.do .card {
  display: none;
}
#nicerx .anatomy .inner .innerer .tbl .tb .tc.sa {
  border: none;
}
#nicerx .pro {
  background: url("../img/bg.jpg") center center/cover no-repeat;
}
#nicerx .pro .inner h2, #nicerx .pro .inner p {
  color: white;
}
#nicerx .pro .inner .tbl {
  border: 1px solid #707070;
  overflow: auto;
  position: relative;
  margin: 20px 0;
}
#nicerx .pro .inner .tbl .th {
  display: grid;
  grid-template-columns: 160px 200px 215px 130px 110px;
  width: 815px;
  background-color: white;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #3879b0;
}
#nicerx .pro .inner .tbl .th .tc {
  font-weight: 600;
  font-size: 14px;
  color: #177ab5;
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  padding-right: 25px;
  background: center right 8px/9px url("../img/sort-b.svg") no-repeat;
}
#nicerx .pro .inner .tbl .th.asc .active {
  background-image: url("../img/sort-b-asc.svg");
}
#nicerx .pro .inner .tbl .th.desc .active {
  background-image: url("../img/sort-b-desc.svg");
}
#nicerx .pro .inner .tbl .tb {
  height: 300px;
  width: 815px;
}
#nicerx .pro .inner .tbl .tb .tr {
  display: grid;
  grid-template-columns: 160px 200px 215px 130px 110px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
}
#nicerx .pro .inner .tbl .tb .tr .tc {
  font-family: lieberuth, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
}
#nicerx .pro .inner .tbl .tb > :nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}
#nicerx .cta .inner p {
  font-weight: 600;
  font-size: 18px;
}
#nicerx .cta .inner p a {
  color: #53B4E7;
}
#nicerx .footer .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 50px;
  text-align: center;
  max-width: 380px;
}
#nicerx .footer .inner .cc {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 5px;
  font-size: 14px;
  text-align: center;
  order: 2;
}
#nicerx .footer .inner .cc a {
  color: #53B4E7;
}
#nicerx .footer .inner .cc a img {
  width: 88px;
}
#nicerx .footer .inner .logo a img {
  width: 180px;
}
@media only screen and (min-width: 1000px) {
  #nicerx .inner {
    padding: 50px 0;
    max-width: 1720px;
  }
  #nicerx h2 {
    font-size: 40px;
  }
  #nicerx p {
    font-size: 18px;
  }
  #nicerx .cta .inner {
    max-width: 1200px;
  }
  #nicerx .cta .inner p {
    font-size: 24px;
    line-height: 32px;
  }
  #nicerx .header {
    background: url("../img/curve-d.jpg") bottom left/auto 100% no-repeat, linear-gradient(90deg, white 0%, white 50%, #cbe8f8 51%, #cbe8f8 100%);
  }
  #nicerx .header .inner {
    display: grid;
    grid-column-gap: 20px;
    align-items: center;
  }
  #nicerx .header .inner .text {
    margin-bottom: 0px;
  }
  #nicerx .header .inner .text h1 {
    font-size: 66px;
  }
  #nicerx .header .inner .text p {
    display: block;
    text-align: left;
    max-width: 678px;
  }
  #nicerx .stats .inner p {
    display: none;
  }
  #nicerx .stats .inner .pills {
    flex-wrap: wrap;
    justify-content: space-around;
    grid-column-gap: 50px;
    padding: 20px 0;
  }
  #nicerx .stats .inner .pills .pill {
    background-size: 324px;
    padding-top: 250px;
    padding-left: 200px;
    min-height: 516px;
    justify-content: flex-start;
  }
  #nicerx .stats .inner .pills .pill .name, #nicerx .stats .inner .pills .pill .sub {
    font-size: 30px;
    line-height: 30px;
    max-width: 221px;
  }
  #nicerx .stats .inner .pills .pill .sub {
    font-size: 20px;
    line-height: 20px;
  }
  #nicerx .stats .inner .pills .pill .desc {
    font-size: 18px;
    line-height: 24px;
    max-width: 205px;
  }
  #nicerx .anatomy {
    padding: 45px 0;
    padding-bottom: 110px;
  }
  #nicerx .anatomy .inner {
    position: relative;
    width: 100%;
    border-radius: 65px;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 96px 90px;
    padding-top: 104px;
    box-sizing: border-box;
  }
  #nicerx .anatomy .inner:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 538px;
    height: 167px;
    background: url("../img/clip.svg") center center/contain no-repeat;
    z-index: 3;
  }
  #nicerx .anatomy .inner .innerer {
    background-color: #F2F2F2;
    padding: 60px 40px;
    padding-left: 20px;
    padding-right: 60px;
    padding-top: 50px;
    position: relative;
    z-index: 2;
    transform: translateX(20px);
  }
  #nicerx .anatomy .inner .innerer:before {
    content: "";
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-color: white;
    left: -20px;
    top: -20px;
    z-index: -1;
  }
  #nicerx .anatomy .inner .innerer h2 {
    margin-top: 50px;
  }
  #nicerx .anatomy .inner .innerer p {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  #nicerx .anatomy .inner .innerer .tbl {
    border: none;
    overflow: visible;
    margin-top: 40px;
  }
  #nicerx .anatomy .inner .innerer .tbl .th {
    display: grid;
    grid-template-columns: 283px 1fr 1fr 1fr;
    width: 100%;
    position: initial;
  }
  #nicerx .anatomy .inner .innerer .tbl .th .tc {
    font-size: 16px;
    padding: 20px;
    padding-right: 25px;
    background: center right 12px/11px url("../img/sort.svg") no-repeat;
    border-right: 3px solid #53b4e7;
  }
  #nicerx .anatomy .inner .innerer .tbl .th .tc.sa {
    border: none;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb {
    height: auto;
    width: 100%;
    grid-template-columns: 283px 1fr 1fr 1fr;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc {
    padding-top: 26px;
    border-right: 3px solid #3879b0;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc .tc-i {
    font-family: lieberuth, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    color: #177ab5;
    padding: 0 20px;
    height: 115px;
    background-color: #DCF0FA;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.odd {
    background-color: white;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.do .tc-i {
    position: relative;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.do .tc-i .lbl {
    display: none;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.do .tc-i .card {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
    pointer-events: none;
    user-select: none;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.do .tc-i .card img {
    width: 250px;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.co .tc-i, #nicerx .anatomy .inner .innerer .tbl .tb .tc.in .tc-i, #nicerx .anatomy .inner .innerer .tbl .tb .tc.sa .tc-i {
    display: grid;
    align-content: center;
    grid-row-gap: 5px;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.co .tc-i .pills, #nicerx .anatomy .inner .innerer .tbl .tb .tc.in .tc-i .pills, #nicerx .anatomy .inner .innerer .tbl .tb .tc.sa .tc-i .pills {
    display: none;
    grid-template-columns: repeat(10, 1fr);
    grid-row-gap: 5px;
    grid-column-gap: 2px;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.co .tc-i .pills img, #nicerx .anatomy .inner .innerer .tbl .tb .tc.in .tc-i .pills img, #nicerx .anatomy .inner .innerer .tbl .tb .tc.sa .tc-i .pills img {
    height: 15px;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.sa {
    border: none;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.sa .lbl {
    color: #02C39A;
  }
  #nicerx .anatomy .inner .innerer .tbl .tb > :nth-child(1), #nicerx .anatomy .inner .innerer .tbl .tb > :nth-child(2), #nicerx .anatomy .inner .innerer .tbl .tb > :nth-child(3), #nicerx .anatomy .inner .innerer .tbl .tb > :nth-child(4) {
    padding-top: 0;
  }
  #nicerx .pro .inner {
    grid-template-columns: 1.6fr 1fr;
    grid-column-gap: 48px;
    align-items: center;
  }
  #nicerx .pro .inner h2 {
    margin-top: 0;
    margin-bottom: 0;
    grid-column: span 2;
  }
  #nicerx .pro .inner .text {
    order: 3;
  }
  #nicerx .pro .inner .tbl {
    border: none;
    overflow: initial;
    position: relative;
    margin: 50px auto;
    max-width: 1031px;
  }
  #nicerx .pro .inner .tbl .th {
    grid-template-columns: minmax(240px, 1fr) minmax(147px, 230px) minmax(165px, 250px) minmax(165px, 1fr) minmax(125px, 1fr);
    width: 100%;
    position: initial;
  }
  #nicerx .pro .inner .tbl .th .tc {
    font-size: 16px;
    padding: 10px;
    padding-right: 30px;
    background: center right 12px/11px url("../img/sort-b.svg") no-repeat;
  }
  #nicerx .pro .inner .tbl .tb {
    height: auto;
    width: 100%;
  }
  #nicerx .pro .inner .tbl .tb .tr {
    grid-template-columns: minmax(240px, 1fr) minmax(147px, 230px) minmax(165px, 250px) minmax(165px, 1fr) minmax(125px, 1fr);
  }
  #nicerx .pro .inner .tbl .tb .tr .tc {
    font-size: 22px;
    line-height: 22px;
    padding: 0 20px;
    height: 48px;
  }
  #nicerx .footer .inner {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 20px;
    max-width: 1720px;
    padding: 26px 0;
  }
  #nicerx .footer .inner .cc {
    grid-template-columns: 88px 1fr;
    grid-column-gap: 10px;
    align-items: center;
    order: 0;
  }
  #nicerx .footer .inner .cc .cc-text {
    text-align: left;
  }
}
@media only screen and (min-width: 1480px) {
  #nicerx .pro .inner {
    display: grid;
  }
  #nicerx .pro .inner .text p {
    text-align: left;
  }
}
@media only screen and (min-width: 1190px) {
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.co .tc-i .pills, #nicerx .anatomy .inner .innerer .tbl .tb .tc.in .tc-i .pills, #nicerx .anatomy .inner .innerer .tbl .tb .tc.sa .tc-i .pills {
    display: grid;
  }
}
@media only screen and (min-width: 1520px) {
  #nicerx .anatomy .inner .innerer .tbl .tb .tc.co .tc-i .pills img, #nicerx .anatomy .inner .innerer .tbl .tb .tc.in .tc-i .pills img, #nicerx .anatomy .inner .innerer .tbl .tb .tc.sa .tc-i .pills img {
    height: 25.6px;
  }
}
@media only screen and (min-width: 1920px) {
  #nicerx .header {
    background: url("../img/curve-d.jpg") bottom center/auto 100% no-repeat, linear-gradient(90deg, white 0%, white 50%, #cbe8f8 51%, #cbe8f8 100%);
  }
}
