.ie10 {
  display: none;
}
html[data-useragent*="MSIE 10.0"] .ie10 {
  display: block;
}
.browserupgrade {
  padding: 25px;
  margin-bottom: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
:root {
  --blue: rgb(0, 123, 255);
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #00b5e2;
  --white: #fff;
  --gray: #6d6c73;
  --gray-dark: #4b4b4b;
  --primary: #003da5;
  --secondary: #00ab8e;
  --success: #28a745;
  --info: #00b5e2;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f3f3f3;
  --dark: #4b4b4b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4b4b4b;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #00ab8e;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #005f4e;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6d6c73;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

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

.font-dark{
  color: #003da5;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.125;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 50px;
  position: static;
}

.sz{
  font-size: 1.53rem;
}
.prod-img{
  margin-top: -90px;
  object-fit: cover;
  width: 549px;
  max-height: 400px;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
}
h1,
.h1 {
  font-size: 1.65rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.29rem + 0.48vw);
  }
}
h2,
.h2 {
  font-size: 1.25rem;
}
h3,
.h3 {
  font-size: 1rem;
}
h4,
.h4 {
  font-size: 1.15rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 70%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 70%;
  color: #6d6c73;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0.3125rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6d6c73;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #4b4b4b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.395rem 0.95rem;
  font-size: 1.0625rem;
  line-height: 1.25;
  border-radius: 0.3125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002f7f;
  border-color: #002a72;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002a72;
  border-color: #002565;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #00856e;
  border-color: #007864;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 159, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #007864;
  border-color: #006b59;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 159, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #00b5e2;
  border-color: #00b5e2;
}
.btn-info:hover {
  color: #fff;
  background-color: #0096bc;
  border-color: #008caf;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 192, 230, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #00b5e2;
  border-color: #00b5e2;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008caf;
  border-color: #0082a2;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 192, 230, 0.5);
}
.btn-warning {
  color: #222127;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #222127;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 169, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #222127;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #222127;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 169, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #222127;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-light:hover {
  color: #222127;
  background-color: #e0e0e0;
  border-color: #dadada;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #222127;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #222127;
  background-color: #dadada;
  border-color: #d3d3d3;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}
.btn-dark:hover {
  color: #fff;
  background-color: #383838;
  border-color: #323232;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #323232;
  border-color: #2b2b2b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-outline-primary {
  color: #003da5;
  border-color: #003da5;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #003da5;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5);
}
.btn-outline-secondary {
  color: #00ab8e;
  border-color: #00ab8e;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #00ab8e;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00ab8e;
  border-color: #00ab8e;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 171, 142, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #00b5e2;
  border-color: #00b5e2;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00b5e2;
  border-color: #00b5e2;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 226, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #00b5e2;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00b5e2;
  border-color: #00b5e2;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 226, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #222127;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #222127;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-light:hover {
  color: #222127;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #222127;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-dark {
  color: #4b4b4b;
  border-color: #4b4b4b;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 75, 75, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #4b4b4b;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 75, 75, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #00ab8e;
  text-decoration: none;
}
.btn-link:hover {
  color: #005f4e;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6d6c73;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6d6c73;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #d8d8d8;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #d8d8d8;
}
.nav-tabs .nav-link.disabled {
  color: #6d6c73;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #54565a;
  background-color: #fff;
  border-color: #d8d8d8 #d8d8d8 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.3125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #003da5;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 61, 165, 0.6);
  z-index: 1090;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .loader {
  border: 4px solid #fff;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1155px;
  }
}
[class*="__container"] {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [class*="__container"] {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [class*="__container"] {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [class*="__container"] {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [class*="__container"] {
    max-width: 1140px;
  }
}
.btn {
  font-size: 18px;
  font-size: 1.125rem;
  width: 12.5rem;
}
.btn.btn-success {
  color: #fff;
  background: #00ab8e;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  border-radius: 1.53125rem;
}
.btn.btn-success::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1.3 - 1.25) * 0.5em);
}
.btn.btn-outline-secondary {
  color: #00ab8e;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  border-radius: 1.53125rem;
  border-width: 2px;
}
.btn.btn-outline-secondary::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1.3 - 1.25) * 0.5em);
}
.btn:hover,
.btn:active {
  color: #fff !important;
  background: #003da5 !important;
  border-color: #003da5 !important;
}
.btn:focus {
  box-shadow: none !important;
}
html {
  overflow-x: hidden;
}
body {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden !important;
  -ms-overflow-style-x: hidden !important;
}
a {
  color: #00b5e2;
}
.nowrap {
  white-space: nowrap;
}
ul.bullets {
  list-style: none;
  padding-left: 1rem;
}
ul.bullets li {
  margin-bottom: 0.5rem;
}
ul.bullets li:last-child {
  margin-bottom: 0;
}
ul.bullets li:before {
  content: "•";
  color: #00b5e2;
  display: inline-block;
  padding-right: 0.625rem;
  margin-left: -1rem;
}
ul.bullets li ul {
  margin-top: 0.625rem;
}
ul.bullets li ul li {
  background: rgba(0, 0, 0, 0) url("../img/bullet2.svg") no-repeat scroll 1px
    8px;
  background-size: 5px 5px;
  padding-left: 1rem;
}
ul.bullets li ul li:before {
  content: "";
  padding-right: 1rem;
}
ul.bullets.no-space {
  margin-top: -0.625rem;
}
ul.bullets.no-bottom-space {
  margin-bottom: 0;
}
.letters,
.references {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0;
  font-weight: 400;
  counter-reset: listStyle;
}
.letters dt,
.letters li,
.references dt,
.references li {
  position: relative;
  font-weight: 400;
}
.letters dt.skip,
.references dt.skip {
  visibility: hidden;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.letters dt:before,
.references dt:before {
  content: counter(listStyle, lower-alpha);
  counter-increment: listStyle;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 70%;
  top: -0.4em;
}
.letters dt,
.letters dd,
.references dt,
.references dd {
  padding-left: 5px;
  margin-bottom: 0.5rem;
}
.letters dt:last-child,
.letters dd:last-child,
.references dt:last-child,
.references dd:last-child {
  margin-bottom: 0;
}
.references {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.references li {
  margin-bottom: 0.5rem;
}
.spacer {
  height: 3rem;
}
@media (max-width: 991.98px) {
  .spacer {
    height: 2rem;
  }
}
main {
  margin-bottom: 1.5625rem;
}
main a {
  font-weight: 700;
}
header {
  background: #000;
  min-height: 6.875rem;
}
@media (min-width: 992px) {
  header {
    min-height: 9rem;
  }
}
header .container {
  position: relative;
  justify-content: flex-end;
}
header .container #logo {
  display: inline-block;
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  header .container #logo {
    top: 0;
    left: 0px;
    right: auto;
    margin-top: 1.4375rem;
    text-align: left;
  }
}
header .container #logo img {
  width: 123px;
  height: 80px;
}
@media (min-width: 992px) {
  header .container #logo img {
    width: 152px;
    height: 98px;
  }
}
header .container #utility {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
header .container #utility > div {
  width: 100%;
}
@media (min-width: 992px) {
  header .container #utility > div {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
  }
}
header .container #utility > div ul {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  header .container #utility > div ul {
    display: none;
  }
}
header .container #utility > div ul li {
  padding-top: 0.75rem;
  background: #3b3b3e;
}
header .container #utility > div ul li a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
header .container #utility > div ul li a:hover {
  text-decoration: underline;
}
header .container #utility > div ul li:first-child {
  padding-left: 0.75rem;
}
header .container #utility > div ul li:last-child {
  padding-right: 0.75rem;
}
header .container #utility > div ul li:not(:first-child)::before {
  content: " | ";
  margin-right: -0.125rem;
  color: #fff;
}
header .container #primary-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
header .container #primary-navigation > nav {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
header .container #primary-navigation > nav ul.nav {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  header .container #primary-navigation > nav ul.nav {
    background: #222127;
    display: none;
    position: absolute;
    width: 48rem;
    left: -1.5625rem;
    top: 6.875rem;
    z-index: 1099;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767.98px) {
  header .container #primary-navigation > nav ul.nav {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .container #primary-navigation > nav ul.nav {
    margin-top: 3rem;
  }
}
header .container #primary-navigation > nav ul.nav > li {
  text-align: left;
  text-transform: uppercase;
  border-bottom: rgba(0, 0, 0, 0) 0.75rem solid;
  border-top: rgba(0, 0, 0, 0) 0.125rem solid;
}
@media (min-width: 992px) {
  header .container #primary-navigation > nav ul.nav > li {
    text-align: center;
  }
  header .container #primary-navigation > nav ul.nav > li.has-submenu {
    position: relative;
    min-width: 6.25rem;
  }
}
header .container #primary-navigation > nav ul.nav > li.has-submenu {
  border-bottom: none;
}
header .container #primary-navigation > nav ul.nav > li.has-submenu ul li a {
  border-top: none;
}
@media (max-width: 991.98px) {
  header .container #primary-navigation > nav ul.nav > li.has-submenu:hover {
    background: none;
  }
}
header .container #primary-navigation > nav ul.nav > li a {
  border-top: rgba(0, 0, 0, 0) 0.125rem solid;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  header .container #primary-navigation > nav ul.nav > li a {
    padding: 1.125rem 5% 0.375rem;
  }
}
@media (min-width: 992px) {
  header .container #primary-navigation > nav ul.nav > li a {
    padding: 0.375rem 0 0.75rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  header .container #primary-navigation > nav ul.nav > li a {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
header .container #primary-navigation > nav ul.nav > li:nth-last-child(3) a {
  margin-right: 0;
}
header .container #primary-navigation > nav ul.nav > li:nth-last-child(2) {
  margin-top: 1.5625rem;
}
header
  .container
  #primary-navigation
  > nav
  ul.nav
  > li:nth-last-child(-n + 2)
  a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  header
    .container
    #primary-navigation
    > nav
    ul.nav
    > li:nth-last-child(-n + 2) {
    display: none;
  }
}
header .container #primary-navigation > nav ul.nav > li:hover {
  background: #6d6c73;
  transition: background 1s ease 0s;
}
@media (min-width: 992px) {
  header .container #primary-navigation > nav ul.nav > li:hover {
    background: inherit;
    border-bottom: rgba(0, 0, 0, 0) 0.75rem solid;
    border-top: rgba(0, 0, 0, 0) 0.125rem solid;
  }
  header .container #primary-navigation > nav ul.nav > li:hover a {
    color: #99d6ea;
    border-top: #99d6ea 0.125rem solid;
    transition: all 0.5s ease 0s;
  }
  header .container #primary-navigation > nav ul.nav > li:hover ul {
    display: block !important;
    cursor: pointer;
  }
}
header .container #primary-navigation > nav ul.nav > li.active {
  background: #6d6c73;
}
header .container #primary-navigation > nav ul.nav > li.active a {
  color: #fff;
}
@media (min-width: 992px) {
  header .container #primary-navigation > nav ul.nav > li.active {
    background: rgba(0, 0, 0, 0);
  }
  header .container #primary-navigation > nav ul.nav > li.active a {
    color: #99d6ea;
    border-top: #99d6ea 0.125rem solid;
  }
}
header .container #primary-navigation > nav ul.nav > li > ul {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: block;
  margin-top: 0.625rem;
  margin-left: -2.5rem;
}
header .container #primary-navigation > nav ul.nav > li > ul li {
  text-transform: none;
  text-align: left;
}
header .container #primary-navigation > nav ul.nav > li > ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0.9375rem 1.25rem 0.9375rem 3.75rem;
}
header .container #primary-navigation > nav ul.nav > li > ul li:hover a {
  transition: background 1s ease 0s;
  background: #6d6c73;
}
header .container #primary-navigation > nav ul.nav > li > ul li.active a {
  background: #6d6c73;
  color: #fff;
}
@media (min-width: 992px) {
  header .container #primary-navigation > nav ul.nav > li > ul {
    display: none;
    position: absolute;
    min-width: 6.25rem;
    z-index: 1099;
    left: 0;
    top: 3.125rem;
    margin: 0;
    padding: 0;
  }
  header .container #primary-navigation > nav ul.nav > li > ul li {
    margin: 0;
  }
  header .container #primary-navigation > nav ul.nav > li > ul li a {
    color: #fff !important;
    padding: 0.4375rem 1.25rem;
    margin-right: 0;
    background: #000;
  }
  header .container #primary-navigation > nav ul.nav > li > ul li:hover {
    transition: background 1s ease 0s;
  }
  header .container #primary-navigation > nav ul.nav > li > ul li:hover a {
    background: #6d6c73;
  }
}
@media (max-width: 991.98px) {
  header .container #primary-navigation > nav .menu-toggle.up + ul {
    display: block;
  }
  header .container #primary-navigation > nav .menu-toggle.up + ul ul {
    display: block !important;
  }
}
#sticky-menu.sticky {
  background: #000;
  position: fixed;
  z-index: 1030;
  top: -132px;
  width: 100%;
  -webkit-transform: translateY(50px) !important;
  transform: translateY(50px) !important;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
#sticky-menu.sticky nav ul.nav {
  justify-content: space-evenly !important;
}
@media (min-width: 992px) {
  #sticky-menu.sticky nav ul.nav > li {
    border-bottom: none !important;
  }
} 
#sticky-menu.sticky nav ul.nav > li > ul {
  top: 2.375rem !important;
}
#sticky-menu.sticky #logo {
  display: none !important;
}
@media (max-width: 991.98px) {
  #sticky-menu.sticky {
    background: rgba(0, 0, 0, 0);
    top: -50px;
    -webkit-transform: translateY(50px) !important;
    transform: translateY(50px) !important;
  }
  #sticky-menu.sticky .menu-toggle.up {
    background: #99d6ea;
    top: 0;
  }
  #sticky-menu.sticky #primary-navigation > nav ul.nav {
    top: 5rem;
  }
}
.page-section:before {
  content: "";
  display: block;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-section:before {
    padding-top: 50px;
    margin-top: -50px;
  }
}
.menu-toggle {
  z-index: 1020;
  background: #99d6ea;
  border: 0;
  width: 55px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 35px;
  background: #003da5;
  border-radius: 0.1875rem;
  opacity: 1;
  left: 10px;
  transition: 0.25s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 17px;
}
.menu-toggle span:nth-child(2) {
  top: 29px;
}
.menu-toggle span:nth-child(3) {
  top: 41px;
}
.menu-toggle.up span:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.up span:nth-child(2) {
  top: 28px;
  width: 0%;
  left: 50%;
}
.menu-toggle.up span:nth-child(3) {
  top: 28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle:focus {
  outline: none;
}
.graphs {
  margin-bottom: 20px;
}
.section-divider {
  height: 10px;
  position: absolute;
  left: 0;
  width: 50vw;
  background-color: #2ba3de;
}
picture.fluid-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
picture.responsive-image {
  max-width: 100%;
  height: auto;
}

.responsive-image-prod{
  max-width: 100%;
  height: auto;
  margin-top: -90px !important;
}

picture.centered {
  display: block;
  margin: 0 auto;
}
picture.centered img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
  .suspension-vs-ointments .desktop-only {
    margin-top: -30px;
  }
}
@media screen and (max-width: 991px) {
  .desktop-only {
    display: none;
  }
  .suspension-vs-ointments .suspension,
  .suspension-vs-ointments .ointment {
    background-size: cover;
    color: #fff !important;
    padding: 20px;
  }
  .suspension-vs-ointments .title {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .suspension-vs-ointments p {
    margin-bottom: 0 !important;
  }
  .suspension-vs-ointments .suspension {
    background-image: url(../img/suspension-vs-ointments-suspension.jpg);
  }
  .suspension-vs-ointments .ointment {
    background-image: url(../img/suspension-vs-ointments-ointment.jpg);
  }
}
#billboard {
  position: relative;
}
#billboard img {
  max-width: 100%;
  height: auto;
}
#billboard .container {
  position: relative;
}
#billboard button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
@media screen and (min-width: 992px) {
  #billboard {
    min-height: 495px;
    height: 47vw;
    max-height: 810px;
  }
  #billboard .down-arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #billboard video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #billboard .container {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #billboard .container > div {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {

  .responsive-image-prod{
    margin: 0px !important;
  }

  #billboard {
    background-color: #000;
  }
  #billboard .billboard-title img {
    display: block;
    margin: 0 auto;
  }
  #billboard .down-arrow {
    display: none;
  }
  #billboard video {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #billboard .container {
    padding: 20px;
  }
}
#circular-chart {
  position: relative;
}
#circular-chart .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
#circular-chart .chart img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#circular-chart .label.one li:before,
#circular-chart .label.one .title {
  color: #ec2c5b;
}
#circular-chart .label.two li:before,
#circular-chart .label.two .title {
  color: #d22c23;
}
#circular-chart .label.three li:before,
#circular-chart .label.three .title {
  color: #ffad47;
}
#circular-chart .label.four li:before,
#circular-chart .label.four .title {
  color: #ff6520;
}
@media screen and (min-width: 992px) {
  #circular-chart .label {
    position: absolute;
    top: 0;
    width: 25%;
  }
  #circular-chart .chart {
    width: 50%;
    margin: 0 auto;
  }
  #circular-chart .chart img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #circular-chart .chart {
    padding-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  #circular-chart .label {
    position: absolute;
    top: 0;
    width: 25%;
  }
  #circular-chart .label.one {
    top: 20%;
  }
  #circular-chart .label.two {
    top: 62%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #circular-chart .label.two {
    top: 70%;
  }
}
@media screen and (min-width: 992px) {
  #circular-chart .label.three {
    top: 20%;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  #circular-chart .label.four {
    top: 62%;
    right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #circular-chart .label.four {
    top: 70%;
  }
}
#callout-2 {
  text-align: center;
  color: #fff;
  max-width: 644px;
  margin-right: auto;
  margin-left: auto;
}
#callout-2 .title {
  font-weight: bold;
  font-style: italic;
}
#callout-2 a:hover {
  color: #00b5e2;
}
@media screen and (min-width: 992px) {
  #callout-2 .title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  #callout-2 .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
main .entry-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
main .entry-content .container > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  main .entry-content .container > div {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

/* .blur {
  opacity: 10%;
  pointer-events: none;
} */
.scroll-arrow {
  height: 0;
  text-align: center;
}
.scroll-arrow img {
  width: 60px;
  width: 60px;
  margin-top: -25px;
}
.white__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.white__row p,
.white__row h2 {
  margin-bottom: 2rem;
}
.white__row p.eyebrow,
.white__row h2.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(59, 59, 62, 0.67);
}
.white__icon {
  display: none;
}
@media (min-width: 576px) {
  .white__icon {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.white__icon img {
  margin-top: -1.25rem;
}
.white__cols-extend {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .white__cols-extend {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
.white__cols-indent {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .white__cols-indent {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .white__cols-indent {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.white__cols-indent h3 {
  border-bottom: 2px solid #00b5e2;
}
.white__cols-full {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  position: static;
}

.white__cols-full-ch{
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: static;
}

.white__cols-one {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 0 1.25rem;
}
@media (min-width: 992px) {
  .white__cols-one {
    margin: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .white__cols-one div.circle {
    margin-top: -0.4375rem;
  }
}
.white__cols-one:nth-of-type(4) {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .white__cols-one:nth-of-type(4) {
    margin-top: 0;
  }
}
.white__cols-half {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.white__cols-half p,
.white__cols-half h2,
.white__cols-half h3 {
  text-align: left;
}
.white__cols-half img {
  max-width: 18.875rem;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .white__cols-half {
    text-align: left;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .white .chart-callout {
    display: flex;
    align-items: center;
  }
  .white .chart-callout .callout {
    margin-left: 20px;
  }
  .white .chart-callout .callout span {
    margin-top: -40px;
  }
}
.white .chart-callout .chart {
  margin: 0 auto;
}
.white .chart-callout .callout span {
  max-width: 200px;
  display: block;
  text-align: center;
  background-color: #003da5;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .white .chart-callout .callout {
    margin: 20px 0;
  }
  .white .chart-callout .chart {
    padding: 0 20px;
  }
  .white .chart-callout .chart img {
    /* margin-left: -40px; */
  }
}
@media (max-width: 1199.98px) {
  .white .chart-callout .callout span {
    font-size: 14px;
    margin: 0 auto;
  }
}
.white__cols-middle {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .white__cols-middle {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .white__cols-middle {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.white__cols-end {
  text-align: center;
  margin-top: 1.25rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .white__cols-end {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 0;
    margin-top: 0;
    text-align: right;
  }
}
.blue {
  background: #003da5;
  border-bottom: 4px solid #fff;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-image: url(../img/blue-background.jpg);
  background-size: cover;
}
.blue .light-blue-text,
.blue h2 {
  color: #9ad5ea;
}
.difference-callout .blue {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.blue__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blue__row h1 {
  color: #99d6ea;
}
.blue__row p,
.blue__row h2,
.blue__row h3,
.blue__row ul {
  color: #fff;
  margin-bottom: 2rem;
  text-align: left;
}
.blue__row p.eyebrow,
.blue__row h2.eyebrow,
.blue__row h3.eyebrow,
.blue__row ul.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  color: #fff;
}
.blue__row p.no-bottom-space,
.blue__row h2.no-bottom-space,
.blue__row h3.no-bottom-space,
.blue__row ul.no-bottom-space {
  margin-bottom: 0;
}
.blue__row dl {
  color: #fff;
}
.blue h2 {
  color: #9ad5ea;
}
.blue__cols-full {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.blue__cols-full--callout {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  text-align: center;
}
.blue__cols-full--callout .has-lines,
.blue__cols-full--callout p {
  border-top: 2px solid #00b5e2;
  border-bottom: 2px solid #00b5e2;
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blue__cols-full--callout .has-lines,
  .blue__cols-full--callout p {
    padding: 2rem 20%;
  }
}
.blue__cols-full--callout .has-lines h1 {
  color: #fff;
}
.blue__cols-full--callout .btn-success:hover {
  background-color: #fff !important;
  color: #00ab8e !important;
}
.blue__cols-six {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .blue__cols-six {
    text-align: left;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.blue__cols-six img.fluid {
  max-width: 18.125rem;
  width: 100%;
}
.blue__cols-five {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  /* margin-top: 4.375rem; */
}
@media (min-width: 992px) {
  .blue__cols-five {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .blue__cols-five {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
}
.blue__cols-four {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .blue__cols-four {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.blue__cols-four .media img {
  margin-right: 1rem;
}
.blue__cols-four .media p {
  margin-bottom: 0;
}
.blue__cols-flex {
  margin-top: 1.25rem;
  margin-bottom: 6.25rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.blue__cols-flex > div:first-child {
  flex: 100% 0 0;
}
@media (min-width: 768px) {
  .blue__cols-flex > div:first-child {
    flex: auto 0 0;
    margin-right: 2.5rem;
  }
}
.blue__cols-flex > div:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .blue__cols-flex > div:last-child {
    margin-top: -1.875rem;
  }
}
.blue__cols-flex > div div.vs {
  text-align: center;
  display: flex;
  justify-content: center;
}
.blue__cols-flex > div div.vs > div:nth-child(odd) {
  flex: auto 0 0;
}
.blue__cols-flex > div div.vs > div:nth-child(odd) p {
  margin-top: 0.9375rem;
}
.blue__cols-flex > div div.vs > div:nth-child(even) {
  margin: 1.25rem 1.5625rem 0 0.625rem;
}
.gray {
  background: #2e2d33;
  background-image: url("../img/gray-bg.jpg");
  background-size: 1750px 600px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
  all and (-o-min-device-pixel-ratio: 3/2),
  all and (min--moz-device-pixel-ratio: 1.5),
  all and (min-device-pixel-ratio: 1.5) {
  .gray {
    background-image: url("../img/gray-bg@2x.jpg");
  }
}
.gray__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.gray__row p,
.gray__row h2,
.gray__row h3 {
  color: #fff;
  margin-bottom: 2rem;
}
.gray__row p:last-child,
.gray__row h2:last-child,
.gray__row h3:last-child {
  margin-bottom: 0;
}
.gray__row h3 {
  text-transform: uppercase;
}
.gray__row .btn {
  margin: 0 0 2.5rem 0;
}
.gray__row a {
  color: #fff;
  font-weight: normal;
}
.gray__cols-full {
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .gray__cols-full {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .gray__cols-full {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
.modal:before {
  content: "";
  display: none;
  background: rgba(216, 216, 216, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1090;
}
.opened:before {
  display: block;
}
.opened .modal-dialog {
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  .opened .modal-dialog {
    top: 47%;
  }
}
.modal-header {
  padding-bottom: 0;
  position: relative;
}
.modal-header button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-header button.close:focus {
  outline: none;
}
.modal-body {
  padding: 4.375rem 5% 2.5rem;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 6.25rem 1.25rem 3.125rem;
  }
}
.modal-dialog {
  box-align: center;
  box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.5);
  padding: 0;
  position: fixed;
  top: -20%;
  left: 50%;
  background: #fff;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  z-index: 1095;
  width: 90%;
  -webkit-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
@media (min-width: 576px) {
  .modal-dialog {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 45.625rem;
  }
}
.modal-dialog .btn {
  width: 12.5rem;
  margin: 1.25rem 1.875rem 0;
}
.modal-dialog .modal-close {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .modal-dialog .modal-close {
    margin-bottom: 0;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#isi {
  margin-bottom: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#isi > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #isi > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#isi > div .h2 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
#isi > div .h3 {
  color: #4b4b4b;
  font-size: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 0;
}
#isi > div .no-top-margin {
  margin-top: 0;
}
#sticky-isi {
  height: 19.375rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 35px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.4s ease, visibility 0.4s ease, 0.4s height ease-in-out;
  z-index: 1025;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#sticky-isi #isi > div {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
@media (min-width: 992px) {
  #sticky-isi #isi > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#sticky-isi #isi > div .h2 {
  margin-top: 1.25rem !important;
  margin-bottom: 0.625rem !important;
}
#sticky-isi #isi > div .h3 {
  margin-top: 0.625rem !important;
}
@media (min-width: 576px) {
  #sticky-isi {
    height: 18.875rem;
  }
}
@media (min-width: 768px) {
  #sticky-isi {
    height: 19.375rem;
  }
}
@media (min-width: 992px) {
  #sticky-isi {
    height: 15.375rem;
  }
}
@media (min-width: 1200px) {
  #sticky-isi {
    height: 15.125rem;
  }
}
#sticky-isi.disabled {
  visibility: hidden;
  opacity: 0;
}
#sticky-isi.open {
  z-index: 2000;
  transition: all 0.4s ease-in-out;
  height: 100%;
  overflow: scroll;
}
#sticky-isi.open .isi-toggle img {
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sticky-isi .isi-toggle {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1099;
}
@media (min-width: 576px) {
  #sticky-isi .isi-toggle {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #sticky-isi .isi-toggle {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #sticky-isi .isi-toggle {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #sticky-isi .isi-toggle {
    max-width: 1140px;
  }
}
#sticky-isi .isi-toggle img {
  position: absolute;
  display: block;
  top: 16px;
  right: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#references {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#references > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
#references > div p {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0;
}
.media img {
  margin-right: 2.1875rem;
}
.media img.top {
  align-self: flex-start;
}
.media img.middle {
  align-self: center;
}
.media img.bottom {
  align-self: flex-end;
}
.media .media-body.top {
  align-self: flex-start;
}
.media .media-body.middle {
  align-self: center;
}
.media .media-body.bottom {
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .media.stacked {
    display: block;
    text-align: center;
  }
  .media.stacked img {
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }
}
.media.stacked .media-body {
  text-align: center;
}
@media (min-width: 768px) {
  .media.stacked .media-body {
    text-align: left;
  }
}
.media.stacked .media-body :not(a) {
  text-align: left;
}
@media (max-width: 991.98px) {
  .media.stacked .media-body:nth-child(3) {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .media.stacked .media-body .media-pad {
    padding-right: 2.8125rem;
  }
}
footer {
  background: #e6e6e7;
  color: #54565a;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 3.125rem;
}
footer .container > div {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
footer .container > div .eyevance-logo {
  margin-bottom: 2.1875rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  footer .container > div .eyevance-logo {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin-bottom: 0;
  }
}
footer .container > div .copyright {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  footer .container > div .copyright {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
footer .container > div .menu {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  font-weight: 500;
}
@media (min-width: 992px) {
  footer .container > div .menu {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
footer .container > div .menu ul {
  margin-left: -0.5rem;
}
@media (min-width: 992px) {
  footer .container > div .menu ul {
    float: right;
    margin-left: auto;
  }
}
footer .container > div .menu ul li {
  font-size: 11px;
  font-size: 0.6875rem;
}
footer .container > div .menu ul li:not(:first-child)::before {
  content: " | ";
  margin-right: -0.125rem;
}
footer .container > div .menu ul li .nav-link {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
footer .container > div .menu ul li .nav-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1410px) and (min-width: 1025px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .white__cols-one .circle {
    width: 50px !important;
    height: 50px;
    font-size: 0.8rem;
  }
}
#footer .container {
  padding-left: 15px;
  padding-right: 15px;
}
.billboard__video-cta {
  color: #fff;
  display: flex;
}
.billboard__video-cta::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.billboard__video-cta:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.billboard__video-cta:focus {
  outline: 0;
}
.billboard__video-cta .label {
  display: flex;
  align-items: center;
  color: #fff;
}
.billboard__video-cta .label .symbol {
  flex-shrink: 0;
}
.billboard__video-cta .label .copy {
  text-align: left;
  font-weight: bold;
}
.billboard__video-cta .label .copy .line-1 {
  display: block;
  font-weight: normal;
}
.billboard__video-cta .label .copy .line-2 span {
  color: #99d6ea;
  font-style: italic;
}
.billboard__video-cta .play {
  position: relative;
  border-radius: 50%;
  transition: all 300ms ease;
  z-index: 1;
}
.billboard__video-cta .play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #99d6ea;
  transition: fill 300ms ease;
}
.billboard__video-cta:hover .play {
  border-color: #fff;
}
.billboard__video-cta:hover .play svg {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .billboard__video-cta {
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    z-index: 1024;
    width: 197px;
    height: 74px;
    background-image: url(../img/video-cta.png);
    background-size: 197px 74px;
    background-position: right center;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    position: fixed;
    top: 338px;
    padding-left: 13px;
  }
  .video-played .billboard__video-cta {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) and (max-height: 770px) {
  .billboard__video-cta {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .billboard__video-cta {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),
  screen and (min-width: 768px) and (min-device-pixel-ratio: 1.3),
  screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
  .billboard__video-cta {
    background-image: url(../img/video-cta@2x.png);
  }
}
@media screen and (min-width: 768px) {
  .billboard__video-cta .line-2 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .billboard__video-cta .label {
    padding-top: 15px;
  }
  .billboard__video-cta .label .symbol {
    margin-right: 14px;
  }
  .billboard__video-cta .label .copy {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.18px;
  }
  .billboard__video-cta .label .copy .line-1 {
    font-size: 11px;
    line-height: 10px;
  }
  .billboard__video-cta .label .copy .line-2 span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .billboard__video-cta .play {
    width: 35px;
    height: 35px;
    border: 2px solid #99d6ea;
  }
  .billboard__video-cta .play svg {
    width: 12px;
    height: 17px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .billboard__video-cta {
    background-color: #003da5;
    width: 100%;
    z-index: 1011;
    position: relative;
    padding: 10px;
  }
  .billboard__video-cta .label {
    justify-content: center;
  }
  .billboard__video-cta .label .symbol {
    margin-right: 10px;
  }
  .billboard__video-cta .label .copy {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.18px;
  }
  .billboard__video-cta .label .copy .line-1 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 2px;
  }
  .billboard__video-cta .label .copy .line-2 span {
    font-size: 23px;
    margin-right: 4px;
  }
  .billboard__video-cta .play {
    width: 45px;
    height: 45px;
    border: 3px solid #99d6ea;
  }
  .billboard__video-cta .play svg {
    width: 15px;
    height: 20px;
    margin-left: 3px;
  }
}
.video-player {
  display: block;
  margin: 0 auto 30px auto;
  position: relative;
  border: 2px solid #0098e9;
}
.video-player video {
  outline: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.video-player.playing .play {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .video-player .play {
    -webkit-appearance: button;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 96px;
    height: 96px;
    border: 5px solid #99d6ea;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 300ms ease;
    z-index: 1;
  }
  .video-player .play::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  .video-player .play:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  .video-player .play:focus {
    outline: 0;
  }
  .video-player .play svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #99d6ea;
    margin-left: 7px;
    width: 36px;
    height: 51px;
    transition: fill 300ms ease;
  }
  .video-player .play:hover {
    border: 5px solid #fff;
  }
  .video-player .play:hover svg {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .video-player .play {
    display: none;
  }
}
h1,
.h1 {
  color: #003da5;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.125;
  font-size: 1.6875rem;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 50px;
  position: static;
}
h1 sup,
.h1 sup {
  margin-left: 3px;
}
h1 span.eyebrow,
.h1 span.eyebrow {
  color: #003da5;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 span.eyebrow,
  .h1 span.eyebrow {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.05;
  }
}
h1:not(.no-line):before,
.h1:not(.no-line):before {
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  width: 50vw;
  background-color: #2ba3de;
  margin-top: -50px;
  background-image: url(../img/h1-line@2x.png);
  background-position: top right;
  background-size: 6px 10px;
  background-repeat: no-repeat;
}
h2,
.h2 {
  color: #34a4dc;
  font-weight: 500;
  margin-bottom: 1.375rem;
}
h3,
.h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 500;
}
h1 sup,
h2 sup,
h4 sup {
  font-size: 60%;
  top: -0.6em;
  text-transform: none;
}
h3 sup {
  font-size: 60%;
  top: -0.7em;
  text-transform: none;
}
.red-text {
  color: #d22c23;
}
.blue-text {
  color: #003da5;
}
.white-text {
  color: #fff !important;
}
.centered {
  text-align: center !important;
}
.condensed {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.callout {
  position: relative;
  text-align: center;
  margin: 30px auto;
  max-width: 960px;
}
.callout:before,
.callout:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background-image: url(../img/callout-border.png);
  background-size: 968px 4px;
  left: 0;
  background-repeat: no-repeat;
}
.callout p {
  color: #003da5;
  font-size: 23px;
  margin-bottom: 0 !important;
  padding: 20px 0;
}
.light-blue-text {
  color: #34a4dc;
}
#spellouts {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#spellouts > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
#spellouts > div p {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d8d8d8 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d8d8d8;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d8d8d8;
  }
}


.saving-button{
    background-color: #041f4e;
    color: white;
    font-weight: 600;
    border: 1px;
    width: 40%;
    height: 60%;
    font-size: 24px;
    padding: 10px;
    border-radius: 2%;
}

/* @media (max-width: 350px) {
    .white .chart-callout .chart img {
          margin-left: -28px;
    }
} */

@media (max-width: 768px) {
    .saving-button{
        font-size: 20px;     
    }
  }

  @media (max-width: 500px) {
    .saving-button{
        font-size: 15px;     
    }
    .prod-img{
        margin-top: 0px;
        object-fit: cover;
        width: 353px;
        height: 353px;
    }
  }

  @media (max-width: 400px) {
    /* picture.centered img {
        width: 90%;
        
    } */
  }

  @media (max-width: 350px) {
    .saving-button{
        font-size: 12px;     
    }
    .prod-img{
      margin-top: 0px;
      object-fit: cover;
      width: 345px;
      height: auto;
  }
  }
  
/*# sourceMappingURL=main.min.css.map */
