@charset "UTF-8";

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * 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
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

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

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[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 */
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

html {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 715px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "SofiaProWeb", "Helvetica", Arial, sans-serif !important;
  line-height: 1.3 !important;
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

a {
  color: #00263f !important;
  text-decoration: underline !important;
}

a:visited,
a:active {
  color: #00263f;
  text-decoration: underline !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container_logs {
  position: relative;
  max-width: 90%;
  margin-inline: auto;
  overflow-x: scroll;
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 5px;
}

.container_logs .forms_container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.container_logs .forms_container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.container_logs h2,
.container_logs div {
  padding: 0 2rem;
}

.pagination {
  max-width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.pagination .pagination_list {
  max-width: 100%;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .2rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .pagination_list li {
  list-style: none;
}

.pagination .pagination_list li span {
  font-size: 1.6rem;
}

.pagination .pagination_list .active {
  background: #ddd;
}

.pagination .pagination_list li::before {
  display: none;
}

.pagination .pagination_list li a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  color: #007bff;
  text-decoration: none !important;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination .pagination_list li a:hover {
  background-color: #ddd;
}

.container-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .container-small {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  display: block;
  max-width: 100%;
}

main {
  padding-top: 66px;
}

section {
  padding: 4rem 0;
}

.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 0 auto;
}

@media screen and (min-width: 415px) {
  .action {
    margin: 1.5rem auto;
  }
}

@media screen and (min-width: 570px) {
  .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1.5rem auto;
  }
}

.action-left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.action a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .action a {
    margin: 0 0.5rem;
  }
}

.push-up {
  margin-top: 2rem;
}

.push-down {
  margin-bottom: 2rem;
}

[v-cloak] {
  display: none;
}

.questions__title {
  letter-spacing: calc(0.0425* -1em);
}

.site-footer__inner__left__menus__part h3,
.site-footer__inner__right h3,
.site-footer__inner__left__menus__part ul li a {
  letter-spacing: 0;
}

.ticker-photos__tagline,
.videoSlider__top p {
  letter-spacing: 0;
}

.videoSlider__carousel__item__text em {
  font-weight: 400;
  letter-spacing: 0.5px;
}

.icons p.subtitle {
  letter-spacing: calc(0.0225* -1em);
}

h1,
h2 {
  letter-spacing: -1.75px;
}

h3,
h4,
h5,
h6 {
  letter-spacing: -0.45px;
}

.accordion > div .header {
  letter-spacing: calc(0.0525* -1em);
}

.questions__description {
  letter-spacing: calc(0.0625* -1em);
}

.questions .questions__wrapper {
  font-size: 16px;
}

.brxAccordeon__item h3 {
  font-weight: 500;
}

.brx_hero__content em {
  letter-spacing: 0.25px;
}

.videoSlider__carousel .videoSlider__carousel__item__text em {
  font-weight: 400;
  letter-spacing: 0.5px;
}

.videoSlider .ticker-photos__tagline,
.videoSlider .videoSlider__top p {
  font-weight: 400;
}

.impersonation_box {
  position: absolute;
  z-index: 15;
  left: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00263f;
  color: white;
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  margin: 0.5rem;
  padding: 1rem;
  gap: 4px;
}

.impersonation-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}

.impersonation-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 2.734375rem;
}

@media screen and (min-width: 715px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-size: 2.5rem;
}

p {
  margin: 1rem 0;
}

.lede {
  font-size: 1.125rem;
  line-height: 1.6;
}

b,
strong {
  font-weight: 500;
}

.bold-callout {
  color: #00263f;
  font-size: 1.5rem;
  font-weight: 500;
}

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

.no-margin {
  margin: 0;
}

.cart-heading {
  font-size: 2rem;
  color: #00263f;
}

.thanks-heading {
  font-family: "SofiaProWeb", "Helvetica", Arial, sans-serif;
  color: #00263f;
  font-size: 3.3rem;
  margin-bottom: 2rem;
  text-align: center;
}

.color-purple {
  color: #4867c0 !important;
}

.fine {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

dl {
  margin: 1em 0;
}

dl dt {
  font-weight: bold;
  margin: 0.25em 0;
}

dl dd {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 300;
  src: local("Sofia-Pro-Light"), url(/fonts/Sofia-Pro-Light.woff?cd063f4926c949e0dc5e9aa32bb974bb) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 400;
  src: local("Sofia-Pro-Regular"), url(/fonts/Sofia-Pro-Regular.woff?57e587829a83f0fa20da5912a0c80c0d) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 500;
  src: local("Sofia-Pro-Medium"), url(/fonts/Sofia-Pro-Medium.woff?c3662f29b33e95684ee05ac87bff9b2b) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 600;
  src: local("Sofia-Pro-Semi-Bold"), url(/fonts/Sofia-Pro-Semi-Bold.woff?fadc25eb12d788a95d9e344b64d700cc) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 700;
  src: local("Sofia-Pro-Bold"), url(/fonts/Sofia-Pro-Bold.woff?74ac1dc21ca9d013b5c5419c7d38ff0f) format("woff");
}

@font-face {
  font-family: "SofiaProWeb";
  font-style: normal;
  font-weight: 900;
  src: local("Sofia-Pro-Black"), url(/fonts/Sofia-Pro-Black.woff?3ea1e3843a966776366f745e8060ae3b) format("woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url(/fonts/Helvetica.woff?b4f029d99d5762bc240e7afad071456e) format("woff");
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 480px) {
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-container.side-margin * {
    margin-right: 1rem;
  }
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

[data-condition]:not([data-visible]) {
  display: none;
}

.has-pointer {
  cursor: pointer;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.background-image-container {
  position: relative;
  overflow: hidden;
}

.background-image-darken:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.25;
}

@supports ((-webkit-filter: blur(2px)) or (filter: blur(2px))) {
  .background-image-blur {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

@supports ((-webkit-transform: scale(1.1)) or (transform: scale(1.1))) {
  .background-image-blur {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.background-image-position--top {
  background-position: center top;
}

.background-image-position--right {
  background-position: center right;
}

.background-image-position--bottom {
  background-position: center bottom;
}

.background-image-position--left {
  background-position: center left;
}

.background-image-position--top-right {
  background-position: top right;
}

.background-image-position--top-left {
  background-position: top left;
}

.background-image-position--bottom-right {
  background-position: bottom right;
}

.background-image-position--bottom-left {
  background-position: bottom left;
}

.button {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  line-height: 0.75;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  margin-bottom: 0.25rem;
}

.button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.button-login {
  background-color: #00263f;
  border-color: #00263f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-login:visited,
.button-login:active {
  color: white !important;
}

.button-login:hover {
  background-color: #004572;
  border-color: #004572;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-hero {
  background-color: #00263f;
  border-color: #00263f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.4375rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-hero:visited,
.button-hero:active {
  color: white !important;
}

.button-hero:hover {
  background-color: #004572;
  border-color: #004572;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary {
  background-color: #00263f;
  border-color: #00263f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary:visited,
.button-primary:active {
  color: white !important;
}

.button-primary:hover {
  background-color: #004572;
  border-color: #004572;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-weight {
  background-color: #3c425a;
  border-color: #3c425a;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-weight:visited,
.button-weight:active {
  color: white !important;
}

.button-weight:hover {
  background-color: #505879;
  border-color: #505879;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-navy {
  background-color: #243153;
  border-color: #243153;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-navy:visited,
.button-primary-navy:active {
  color: white !important;
}

.button-primary-navy:hover {
  background-color: #334677;
  border-color: #334677;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-white {
  background-color: white;
  border-color: #949494;
  border-radius: 100px;
  color: #243153 !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary-white:visited,
.button-primary-white:active {
  color: #243153 !important;
}

.button-primary-white:hover {
  background-color: white;
  border-color: #aeadad;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-black {
  background-color: #222222;
  border-color: #222222;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-black:visited,
.button-black:active {
  color: white !important;
}

.button-black:hover {
  background-color: #3c3b3b;
  border-color: #3c3b3b;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary {
  background-color: #6ba53f;
  border-color: #6ba53f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary:visited,
.button-secondary:active {
  color: white !important;
}

.button-secondary:hover {
  background-color: #84bf58;
  border-color: #84bf58;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--small {
  background-color: #00263f;
  border-color: #00263f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--small:visited,
.button-primary--small:active {
  color: white !important;
}

.button-primary--small:hover {
  background-color: #004572;
  border-color: #004572;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary--small {
  background-color: #6ba53f;
  border-color: #6ba53f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary--small:visited,
.button-secondary--small:active {
  color: white !important;
}

.button-secondary--small:hover {
  background-color: #84bf58;
  border-color: #84bf58;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--mini {
  background-color: #00263f;
  border-color: #00263f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-primary--mini:visited,
.button-primary--mini:active {
  color: white !important;
}

.button-primary--mini:hover {
  background-color: #004572;
  border-color: #004572;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary--mini {
  background-color: #6ba53f;
  border-color: #6ba53f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-secondary--mini:visited,
.button-secondary--mini:active {
  color: white !important;
}

.button-secondary--mini:hover {
  background-color: #84bf58;
  border-color: #84bf58;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product {
  background-color: #4867C0;
  border-color: #4867C0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product:visited,
.button-product:active {
  color: white !important;
}

.button-product:hover {
  background-color: #6e87cd;
  border-color: #6e87cd;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product--small {
  background-color: #6ba53f;
  border-color: #6ba53f;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-product--small:visited,
.button-product--small:active {
  color: white !important;
}

.button-product--small:hover {
  background-color: #84bf58;
  border-color: #84bf58;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-minimal {
  background-color: transparent;
  border-color: transparent;
  border-radius: 100px;
  color: #6ba53f;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-minimal:visited,
.button-minimal:active {
  color: #6ba53f;
}

.button-minimal:hover {
  background-color: rgba(26, 25, 25, 0);
  border-color: rgba(26, 25, 25, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-minimal::after {
  border-style: solid;
  border-width: 0.15rem 0.15rem 0 0;
  content: '';
  display: inline-block;
  left: 0.3rem;
  height: 0.45rem;
  position: relative;
  top: -0.05rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  vertical-align: middle;
  width: 0.45rem;
}

.button-minimal:hover::after {
  left: 0.5rem;
}

.button-skin {
  background-color: #ff967d;
  border-color: #ff967d;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-skin:visited,
.button-skin:active {
  color: white !important;
}

.button-skin:hover {
  background-color: #ffbfb0;
  border-color: #ffbfb0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-skin--small {
  background-color: #ff967d;
  border-color: #ff967d;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-skin--small:visited,
.button-skin--small:active {
  color: white !important;
}

.button-skin--small:hover {
  background-color: #ffbfb0;
  border-color: #ffbfb0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue {
  background-color: #0cb9b0;
  border-color: #0cb9b0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue:visited,
.button-blue:active {
  color: white !important;
}

.button-blue:hover {
  background-color: #0fe9de;
  border-color: #0fe9de;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue--small {
  background-color: #0cb9b0;
  border-color: #0cb9b0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-blue--small:visited,
.button-blue--small:active {
  color: white !important;
}

.button-blue--small:hover {
  background-color: #0fe9de;
  border-color: #0fe9de;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-messages {
  margin-top: 2rem;
  background-color: #0cb9b0;
  border-color: #0cb9b0;
  border-radius: 100px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-messages:visited,
.button-messages:active {
  color: white !important;
}

.button-messages:hover {
  background-color: #0fe9de;
  border-color: #0fe9de;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-block {
  display: block;
}

.button-icon i {
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 0.9em;
  line-height: 1;
  display: inline-block;
  height: 1em;
  margin-top: -0.25em;
}

.call-to-action .title {
  margin: 0;
}

.call-to-action .subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (min-width: 715px) {
  .call-to-action .subtitle {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.cta-with-note {
  display: inline-block;
  text-align: center;
}

.cta-with-price {
  margin-bottom: 1.5rem;
}

.cta-with-price__price {
  color: #00263f;
  font-size: 1.5rem;
  margin-bottom: .25em;
}

.cta-with-price__price.-groupon-price {
  display: none;
}

.cta-with-price__price.-crossed-out {
  text-decoration: line-through;
}

.cta-with-price__free {
  color: #00263f;
  font-size: 1.5rem;
  margin-bottom: .25em;
}

.card {
  margin-bottom: 2rem;
  width: 100%;
  border: 2px solid #eaeaea;
}

.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 3.5rem;
  background-color: #00263f;
}

@media screen and (min-width: 960px) {
  .card-header {
    padding: 0 2rem;
    height: 4rem;
  }
}

.card-header--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-size: 1.6rem;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

.card-header .action-icon {
  display: block;
  color: white;
  font-size: 1.3rem;
}

.card-body {
  padding: 1rem 1rem 1.5rem 1rem;
  background-color: white;
  border-bottom: 6px solid #eaeaea;
}

@media screen and (min-width: 960px) {
  .card-body {
    padding: 2rem 2rem 1.5rem 2rem;
  }
}

.card-body:last-child {
  margin-bottom: 0;
}

.card-body--messages {
  padding: 2rem 1rem;
  background-color: #eafaf7;
}

.card-body--title {
  display: block;
  margin-bottom: 1.5rem;
  color: #606060;
  font-weight: 400;
  font-size: 1.875rem;
}

.card-body--title-dark {
  color: #222222;
  font-size: 1.5rem;
}

.card-body--copy {
  margin: 0 0 1rem 0;
  color: #606060;
  font-size: 1.125rem;
}

.card-body--subtitle-dark {
  color: #222222;
  font-weight: 400;
  font-size: 1.125;
}

.card-body--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 960px) {
  .card-body--label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-body--label *:first-child {
  margin-right: 0.5rem;
}

.card-body--label-open,
.card-body--label-new,
.card-body--label-pending,
.card-body--label-closed,
.card-body--label-review,
.card-body--label-completed {
  padding: 0.25rem 0.5rem;
  width: 12rem;
  border-radius: 0px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.card-body--label-open {
  background-color: #00263f;
}

.card-body--label-new {
  background-color: #ff967d;
}

.card-body--label-pending {
  background-color: #00263f;
}

.card-body--label-closed,
.card-body--label-completed {
  background-color: #00263f;
}

.card-body--label-review {
  background-color: #6ba53f;
}

.card-body--label-declined {
  background-color: #ff3100;
}

.card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-column--image {
  width: 100%;
}

.card-column--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card--two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .card--two-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card--two-columns .card-column:first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.card--two-columns .card-column:last-child {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.card-info {
  margin-bottom: 2rem;
  letter-spacing: 0.01rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-info:last-of-type {
  margin-bottom: 0;
}

.card-info--title {
  display: block;
  color: #00263f;
  text-transform: uppercase;
  font-weight: 500;
}

.card-info--text {
  display: block;
  font-weight: 400;
}

.card-info--text-large {
  font-size: 1.125rem;
}

.card-info--edit,
.card-info--cta {
  margin: 0.5rem 0 0 0.5rem;
  color: #6ba53f;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
}

.card-info--edit:visited,
.card-info--edit:active,
.card-info--cta:visited,
.card-info--cta:active {
  color: #6ba53f;
}

.card-info--edit::before {
  display: inline-block;
  margin-right: 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(/images/edit-icon.svg?d14635b2dd7cd232d2547e345b543ea7);
  background-repeat: no-repeat;
  content: '';
}

.card-actions {
  margin: 1.5rem -1rem -1.5rem -1rem;
  background: #f7f7f7;
  padding: 1.5rem 1rem;
}

@media screen and (min-width: 960px) {
  .card-actions {
    margin: 1.5rem -2rem -1.5rem -2rem;
  }
}

@media screen and (min-width: 600px) {
  .card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card-action {
  font-size: 0.95rem;
  background: none;
  border: none;
  color: #6ba53f !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1rem;
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}

@media screen and (min-width: 600px) {
  .card-action {
    display: inline;
    vertical-align: middle;
    width: auto;
    margin: 0;
  }
}

.card-action i {
  margin-right: 0.4em;
  margin-bottom: 0.15em;
  font-size: 1.5em;
  vertical-align: middle;
  width: 1.5em;
  text-align: center;
}

.card-action--cancel {
  color: #ff967d !important;
}

.details {
  margin-top: 1.5rem;
}

.details > summary {
  cursor: pointer;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.details summary::-webkit-details-marker {
  display: none;
}

section.faqs h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.accordion > div.open .header {
  background: #f2f2f2;
}

.accordion > div.open .header::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.45rem;
  right: 1rem;
  position: absolute;
  top: 0.15rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45rem;
}

.accordion > div.close .header {
  position: relative;
}

.accordion > div.close .header::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  right: 1rem;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
  top: 0;
}

.accordion > div.initially-hidden .content {
  display: none;
}

.accordion > div .header {
  background: #f2f2f2;
  color: #00263f;
  cursor: pointer;
  font-size: 1em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
  position: relative;
  text-align: left;
  width: 100%;
}

.accordion > div .header:hover {
  background: #606060, 5%;
}

.accordion > div .header::after {
  bottom: 0;
  height: 1em;
  margin: auto 0;
  position: absolute;
  right: 1em;
  top: 0;
  width: 1em;
}

.accordion > div .content {
  text-align: left;
  font-weight: 300;
  line-height: 1.25;
  padding: 1rem;
}

.question {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 715px) {
  .question {
    width: 70%;
  }
}

@media screen and (min-width: 1040px) {
  .question {
    width: 60%;
  }
}

.question .header {
  font-weight: 500;
}

.first-shipment-free {
  margin: 0 .5rem .5rem .5rem;
}

.first-shipment-free ul {
  font-weight: bold;
  text-align: left;
  font-size: .9rem;
}

.first-shipment-free ul li {
  margin: 0;
}

footer {
  background: #EEEFEB;
}

.site-footer {
  border-top: 1px solid rgba(36, 49, 83, 0.4);
}

.site-footer__container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 50px 80px 0 80px;
}

@media (max-width: 1300px) {
  .site-footer__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__inner__left {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid #CBCBCB;
}

.site-footer__inner__left__logos {
  width: 155px;
}

.site-footer__inner__left__menus {
  width: calc(100% - 155px);
  padding-left: 160px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer__inner__left__menus__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-footer__inner__left__menus__part h3 {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.site-footer__inner__left__menus__part ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__inner__left__menus__part ul li {
  margin-bottom: 15px;
}

.site-footer__inner__left__menus__part ul li:last-child {
  margin-bottom: 0;
}

.site-footer__inner__left__menus__part ul li::before {
  display: none;
}

.site-footer__inner__left__menus__part ul li a {
  text-decoration: none !important;
  color: #8B8B8B !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.site-footer__inner__left__menus__part ul li a:hover {
  color: #00263f;
}

@media (max-width: 1300px) {
  .site-footer__inner__left__menus {
    padding-left: 85px;
    padding-right: 55px;
  }
}

@media (max-width: 992px) {
  .site-footer__inner__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }

  .site-footer__inner__left__logos {
    width: 100%;
  }

  .site-footer__inner__left__menus {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .site-footer__inner__left__menus__part {
    margin-bottom: 24px;
    text-align: center;
  }

  .site-footer__inner__left__menus__part:last-child {
    margin-bottom: 0;
  }

  .site-footer__inner__left__menus__part h3 {
    display: block;
    width: 100%;
  }
}

.site-footer__inner__right {
  width: 35%;
  text-align: center;
}

.site-footer__inner__right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer__inner__right h3 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 14px;
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
  margin-right: 16px;
}

.site-footer__inner__right p {
  color: #8B8B8B;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 32px;
}

.site-footer__inner__right__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__inner__right__links a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
}

.site-footer__inner__right__links a:before {
  content: '';
  width: 16px;
  height: 16px;
}

.site-footer__inner__right__links a.mailto--link {
  margin-bottom: 0;
}

.site-footer__inner__right__links a.mailto--link:before {
  background: url(/images/email-icon.svg?fe2cde4fdaedcbdfc23b3b4d133b72ff) no-repeat center;
  background-size: 16px;
  margin-top: 14px;
}

.site-footer__inner__right__links div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.site-footer__inner__right__links div .phone--icon {
  width: 16px;
  height: 16px;
  background: url(/images/phone-icon.svg?ae0bcc68ff2fe75d6b9ff3a5eebdda57) no-repeat center;
  background-size: 16px;
  margin-top: 14px;
}

.site-footer__inner__right__links div p {
  color: #243153;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 15px;
}

.site-footer__inner__right__links div a {
  display: block;
  text-decoration: none;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  margin: 0 15px;
}

@media (max-width: 1280px) {
  .site-footer__inner__right__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .site-footer__inner__right h3 {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .site-footer__inner__right {
    width: 100%;
    padding-top: 60px;
  }
}

.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
  gap: 30px;
}

@media (max-width: 1040px) {
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

@media (max-width: 1040px) {
  .site-footer__bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }
}

.site-footer__main-logo {
  width: 155px;
  display: block;
  margin-bottom: 27px;
}

@media (max-width: 992px) {
  .site-footer__main-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.site-footer__copy {
  padding: 20px 0;
  border-top: 1px solid #CBCBCB;
  margin-top: 50px;
}

.site-footer__copy .site-footer__container {
  padding-top: 0;
  padding-bottom: 0;
}

.site-footer__copy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.site-footer__copy p {
  margin: 0;
  color: #243153;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.site-footer__copy p a {
  color: #243153;
  text-decoration: none;
}

@media (max-width: 480px) {
  .site-footer__copy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .site-footer__copy p {
    margin-bottom: 24px;
  }

  .site-footer__copy p:last-child {
    margin-bottom: 0;
  }
}

.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 480px) {
  .site-footer__socials {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.site-footer__socials--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__socials--links a {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #243153;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-footer__socials--links a:hover {
  color: #6ba53f;
}

.site-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.site-footer__logos img {
  max-width: 130px;
}

.site-footer__logos img.countdown_image {
  max-width: 60px;
}

@media (max-width: 992px) {
  .site-footer__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}

.site-footer__nav ul {
  list-style-type: none;
  margin: 0;
  color: #243153;
}

.site-footer__nav li {
  margin-bottom: 20px;
}

.site-footer__nav li:last-child {
  margin-bottom: 0;
}

.site-footer__nav li a {
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  color: #243153;
}

.site-footer__nav li a:hover,
.site-footer__nav li a:focus {
  border-color: #0cb9b0;
}

.site-footer__nav li:before {
  display: none;
}

.site-footer__text.\--short {
  max-width: 250px;
}

.site-footer__text--title {
  color: #243153;
  margin-bottom: 15px;
  font-weight: 500;
}

.site-footer__text--descr {
  font-size: 14px;
  color: #243153;
  font-weight: 400;
}

.site-footer__text--descr a {
  color: #4867C0;
  text-decoration: none;
}

.site-footer__text + .site-footer__text {
  margin-top: 30px;
}

.site-footer__copyright {
  border-top: 1px solid rgba(36, 49, 83, 0.4);
  padding: 20px 15px;
  text-align: center;
  color: #222222;
  font-size: 0.83rem;
}

.formError {
  color: #ff3100;
  background: rgba(255, 49, 0, 0.1);
  padding: .5rem;
}

.homeHeroWrapper {
  overflow: hidden;
  height: 840px;
  position: relative;
}

.homeHeroWrapper .container {
  height: 100%;
}

.homeHeroWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.homeHeroWrapper__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeHeroWrapper__inner h1 {
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
  color: #243153;
  line-height: 100px;
  font-size: 100px;
  font-weight: 400;
}

.homeHeroWrapper__inner p {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  display: block;
  text-align: center;
}

@media (max-width: 1200px) {
  .homeHeroWrapper {
    height: auto;
    padding: 160px 0;
  }
}

@media (max-width: 992px) {
  .homeHeroWrapper__inner h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .homeHeroWrapper__inner p {
    font-size: 20px;
    line-height: 24px;
  }

  .homeHeroWrapper__inner p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .homeHeroWrapper {
    height: auto;
    padding: 100px 0;
  }
}

.hero {
  position: relative;
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 715px) {
  .hero {
    padding: 4rem 0;
    background-position: center;
  }
}

.hero-subtext {
  color: #00263f;
}

.hero h1 {
  color: #00263f;
  margin: 0 0 1rem 0;
}

.hero-text {
  margin: 0 auto;
  max-width: 30rem;
}

@media screen and (min-width: 768px) {
  .hero-text {
    max-width: 45rem;
  }
}

.hero-subheadline {
  font-size: 1.625rem;
  font-weight: 400;
}

.hero-team {
  padding: 4rem 0 2rem 0;
}

.hero-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  margin: 0 auto;
  padding: 1rem 2rem 4rem;
  position: relative;
}

.hero-home::before {
  content: none;
}

@media screen and (min-width: 715px) {
  .hero-home::before {
    background-image: none;
  }
}

@media screen and (min-width: 415px) {
  .hero-home {
    padding: 2rem 2rem 4rem;
  }
}

@media screen and (min-width: 715px) {
  .hero-home {
    padding: 5rem 2rem;
  }
}

@media screen and (min-width: 1040px) {
  .hero-home {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1150px) {
  .hero-home {
    padding: 5rem 2rem 8rem 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .hero-home {
    padding: 5rem 2rem 16rem 2rem;
  }
}

.hero-home h1 {
  font-family: "Domine", serif;
  font-size: 1.9rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 325px) {
  .hero-home h1 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 715px) {
  .hero-home h1 {
    font-size: 3.3rem;
  }
}

.hero-home .hero-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

@supports ((-webkit-filter: blur(5px)) or (filter: blur(5px))) {
  .hero-home .hero-background {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}

@supports ((-webkit-transform: scale(1.1)) or (transform: scale(1.1))) {
  .hero-home .hero-background {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.hero-home .hero-background-darken:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.25;
}

.hero-home .hero-details {
  position: relative;
  z-index: 1;
}

.hero-home .hero-subtext {
  margin: 0 auto;
}

@media screen and (min-width: 715px) {
  .hero-home .hero-subtext {
    width: 43rem;
  }
}

@media screen and (min-width: 960px) {
  .hero-home .hero-subtext {
    padding-bottom: 0;
  }
}

.hero-home .hero-subtext .lede {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 715px) {
  .hero-home .hero-subtext .lede {
    font-size: 1.2rem;
  }
}

.hero-home .hero-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 1rem 0;
}

@media screen and (min-width: 715px) {
  .hero-home .hero-image {
    margin: 0;
  }
}

@media screen and (min-width: 1040px) {
  .hero-home .hero-image {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.hero-home .hero-image img {
  height: 225px;
}

@media screen and (min-width: 480px) {
  .hero-home .hero-image img {
    height: 250px;
  }
}

@media screen and (min-width: 960px) {
  .hero-home .hero-image img {
    height: 270px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-home .hero-image img {
    height: 350px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-home .hero-image img {
    height: 385px;
  }
}

.hero-home .hero-images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.hero-home .hero-images .hero-image {
  position: relative;
}

@media screen and (min-width: 1150px) {
  .hero-home .hero-images .hero-image {
    position: absolute;
  }
}

.hero-home .hero-images .hero-image--left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  left: auto;
  top: auto;
}

@media screen and (min-width: 1150px) {
  .hero-home .hero-images .hero-image--left {
    left: 0.5rem;
    top: -10.5rem;
  }
}

@media screen and (min-width: 1366px) {
  .hero-home .hero-images .hero-image--left {
    left: 0;
  }
}

.hero-home .hero-images .hero-image--left img {
  height: 225px;
}

@media screen and (min-width: 480px) {
  .hero-home .hero-images .hero-image--left img {
    height: 250px;
  }
}

@media screen and (min-width: 960px) {
  .hero-home .hero-images .hero-image--left img {
    height: 270px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-home .hero-images .hero-image--left img {
    height: 350px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-home .hero-images .hero-image--left img {
    height: 385px;
  }
}

.hero-home .hero-images .hero-image--right {
  display: none;
}

@media screen and (min-width: 715px) {
  .hero-home .hero-images .hero-image--right {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: auto;
    top: auto;
  }
}

@media screen and (min-width: 1150px) {
  .hero-home .hero-images .hero-image--right {
    right: 0;
    top: -11rem;
  }
}

.hero-home .hero-images .hero-image--right img {
  height: 150px;
}

@media screen and (min-width: 960px) {
  .hero-home .hero-images .hero-image--right img {
    height: 250px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-home .hero-images .hero-image--right img {
    height: 330px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-home .hero-images .hero-image--right img {
    height: 360px;
  }
}

.hero-home .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 0 auto;
}

@media screen and (min-width: 415px) {
  .hero-home .action {
    margin: 1.5rem auto;
  }
}

@media screen and (min-width: 570px) {
  .hero-home .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1.5rem auto;
  }
}

.hero-home .action a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .hero-home .action a {
    margin: 0 0.5rem;
  }
}

header.primary {
  display: relative;
  background-color: white;
  border-bottom: 2px solid #f2f2f2;
  height: 66px;
  position: fixed;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 960px) {
  header.primary {
    padding: 0;
  }
}

header.primary .header-container {
  max-width: 1520px;
  margin: 0 auto;
  height: 100%;
}

header.home {
  border-bottom: 2px solid transparent;
}

.header-fixed {
  background-color: white !important;
  border-bottom: 2px solid #f2f2f2 !important;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 12.189rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 auto;
}

.menu-active .logo-container {
  height: 61px;
}

@media screen and (min-width: 960px) {
  .logo-container {
    position: absolute;
    left: 0;
    margin: 0;
  }

  .menu-active .logo-container {
    height: 100%;
  }
}

@media screen and (min-width: 960px) {
  .logo {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

hr.hr-large {
  border: 2px solid #6ba53f;
  border-right: 0;
  border-left: 0;
  margin: 0;
  padding: 2rem 0;
}

.icons {
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.icons h2 {
  color: #00263f;
  font-size: 3.125rem;
  margin-bottom: 0;
}

.icons p.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (min-width: 715px) {
  .icons p.subtitle {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.icons .icon-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.icons .icon-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 1040px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 13.75rem;
        flex-basis: 13.75rem;
    margin-bottom: 0;
  }

  .icons .icon-column:first-child {
    margin-left: 0;
  }

  .icons .icon-column:last-child {
    margin-right: 0;
  }
}

.icons .icon-column h4 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1040px) {
  .icons .icon-column h4 {
    font-size: 1.5rem;
  }
}

.icons .icon-column p {
  font-weight: 300;
  margin-top: 0;
}

.icons .icon-column img {
  height: 6rem;
  background: white;
  padding: 1rem;
  margin: 0 auto 1rem auto;
}

.icons .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 570px) {
  .icons .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.icons .action a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .icons .action a {
    margin: 0 0.5rem;
  }
}

.conversation {
  position: relative;
  padding-bottom: 60px;
}

.conversation .button-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}

.conversation .button-search-container .update-button {
  max-height: 45px;
  margin: auto;
  cursor: pointer;
  top: 2px;
  left: 2px;
  background: #6BA53F;
  color: #ffffff;
  border-radius: 4px;
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  min-width: 100px;
}

.conversation .button-search-container .update-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

.conversation .loading .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background: rgba(0, 38, 63, 0.5);
  -webkit-animation: flashing 1.5s infinite;
          animation: flashing 1.5s infinite;
}

.conversation .loading .dot:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.conversation .loading .dot:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.conversation .error {
  color: #00263f;
  font-size: 0.8rem;
  text-align: center;
}

.conversation .message--not--text {
  text-align: center;
  overflow: hidden;
  margin: 0 0 40px 0;
  font-size: 18px;
  padding: 0 24px;
}

@media (max-width: 992px) {
  .conversation .message--not--text {
    padding: 0;
    font-size: 16px;
  }
}

.conversation .no-messages {
  padding: 3rem 1.5rem;
  background-color: white;
}

.conversation .no-messages i {
  color: #00263f;
  display: block;
  font-size: 5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.conversation .no-messages h2 {
  color: #00263f;
  font-size: 1.5rem;
  text-align: center;
}

.conversation .no-messages span {
  display: block;
  text-align: center;
}

.conversation .messages {
  background-color: white;
  height: 30rem;
  overflow-y: auto;
  padding: 0.75rem;
}

.conversation .message {
  margin: 1rem 0;
}

.conversation .message--sender {
  float: right;
}

.conversation .message--sender .avatar {
  width: 50px;
}

.conversation .message--sender .name {
  display: none;
}

.conversation .message--content {
  background: rgba(107, 165, 63, 0.3);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-right: 70px;
  font-size: 0.9rem;
  position: relative;
}

.conversation .message--content .name {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.35);
}

.conversation .message--content p {
  margin: 0;
}

.conversation .message--content:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 18px;
  right: -12px;
  border-top: 8px solid transparent;
  border-left: 12px solid rgba(107, 165, 63, 0.3);
  border-bottom: 8px solid transparent;
}

.conversation .message--meta {
  text-align: right;
  margin: 0.5rem 70px 0 0;
}

.conversation .message--meta .date {
  color: #949494;
  font-size: 0.7rem;
}

.conversation .message.my-message .message--sender {
  float: left;
}

.conversation .message.my-message .message--content {
  background: rgba(0, 38, 63, 0.2);
  margin-right: 0;
  margin-left: 70px;
}

.conversation .message.my-message .message--content:after {
  border-left: none;
  border-right: 12px solid rgba(0, 38, 63, 0.2);
  right: auto;
  left: -12px;
}

.conversation .message.my-message .message--meta {
  text-align: left;
  margin-left: 70px;
  margin-right: 0;
}

.conversation .new-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.conversation .new-message textarea {
  background-color: #fafafa;
  border: none;
  border-top: 1px solid #ccc;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  resize: none;
  font-size: 0.9rem;
}

.conversation .new-message textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.conversation .new-message textarea::-webkit-input-placeholder {
  color: #3c425a;
}

.conversation .new-message textarea::-moz-placeholder {
  color: #3c425a;
}

.conversation .new-message textarea::-ms-input-placeholder {
  color: #3c425a;
}

.conversation .new-message textarea::placeholder {
  color: #3c425a;
}

.messaging {
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.messaging.error {
  background-color: #ff3100;
  color: white;
}

.messaging.success {
  background-color: #00263f;
  color: white;
}

.help-block {
  margin: 0.5em 0;
  border-radius: 0 0 0px 0px;
  background-color: #f2f2f2;
  color: #606060;
  width: 100%;
  display: block;
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}

.help-block:before {
  content: '!';
  position: absolute;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #ff3100;
  color: #f2f2f2;
  text-align: center;
  margin-left: -1.5rem;
}

.ql-editor {
  font-family: "SofiaProWeb", "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  padding: 30px 15px !important;
}

.ql-editor p {
  margin-bottom: 0.67rem !important;
}

.menu {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .menu {
    position: static;
    left: auto;
    z-index: 0;
    padding: 0;
    background-color: transparent;
  }
}

.menu.menu-active {
  position: fixed;
  top: 0;
  left: 0;
  display: block !important;
  padding: 0 1.5rem 0 1.5rem;
  background-color: white;
}

nav.primary {
  display: none;
  padding-bottom: -1.5rem;
}

@media screen and (min-width: 960px) {
  nav.primary {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

nav.primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 0;
  width: 100%;
  list-style: none;
}

@media screen and (min-width: 960px) {
  nav.primary ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}

nav.primary ul li {
  margin: 0;
}

@media screen and (min-width: 960px) {
  nav.primary ul li {
    margin: 0 0.8rem;
  }
}

@media screen and (min-width: 1400px) {
  nav.primary ul li {
    margin: 0 1.2rem;
  }
}

nav.primary ul li::before {
  content: none;
}

nav.primary ul li.dashboard-link {
  display: none;
}

nav.primary ul.dropdown {
  margin: 0;
}

.menu-item {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  color: #00263f;
  text-align: left;
  text-decoration: none !important;
  font-size: 1rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.menu-item:visited {
  color: #00263f;
}

@media screen and (min-width: 960px) {
  .menu-item {
    padding: 0;
    border-bottom: 0;
  }
}

.dropdown .menu-item {
  padding: 0.5rem 0;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
}

.active .menu-item-top:before,
.menu-item-top:hover:before {
  position: absolute;
  bottom: 0;
  display: block;
  margin-bottom: -1.5rem;
  width: 100%;
  border-bottom: 6px solid #6ba53f;
  content: '';
}

.logged-in .menu-item {
  font-size: 0.83rem;
}

.login {
  position: absolute;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 960px) {
  .login {
    right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 1.5rem 0 0;
  }
}

.login .shopping-cart {
  position: relative;
  display: inline-block;
  margin-right: -1.2rem;
  width: 27px;
  height: 27px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/boldrx-shopping-bag.svg");
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
}

@media screen and (min-width: 960px) {
  .login .shopping-cart {
    display: block;
  }
}

@-webkit-keyframes cartbubble {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes cartbubble {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.login .shopping-cart .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00263f;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
}

.login .shopping-cart .cart-count:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00263f;
  content: '';
  opacity: 0;
  -webkit-animation: cartbubble 1s;
          animation: cartbubble 1s;
}

.login .login-wrapper {
  position: relative;
  display: none;
}

@media screen and (min-width: 960px) {
  .login .login-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.login .login-wrapper .welcome-message {
  display: none;
}

@media screen and (min-width: 1280px) {
  .login .login-wrapper .welcome-message {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    margin-left: 2rem;
  }
}

.login .login-wrapper .welcome-message a {
  text-decoration: none;
}

.login .button-login {
  display: inline-block;
  padding: 0.75rem 0.75rem;
}

@media screen and (min-width: 960px) {
  .login .button-login {
    display: inline-block;
    margin-top: 0.5rem;
    margin-left: 2rem;
    padding: 1rem 1.5rem;
  }
}

.login .button-login::before {
  display: inline-block;
  content: 'Log in';
}

.login .button-login--logout::before {
  content: 'Log out' !important;
}

.menu-active .login {
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-active .login .login-wrapper {
  display: block;
}

.menu-active .login .shopping-cart {
  display: none;
  margin: 0 2rem 0 0;
  width: 35px;
}

.menu-active .login .button-login {
  display: block;
}

.menu-active .login .button-login::before {
  padding: 0.5rem 4.5rem;
  width: auto;
  height: auto;
  background-image: none;
  content: 'Log in';
}

.has-dropdown {
  position: relative;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (min-width: 960px) {
  .has-dropdown {
    padding: 1rem 0;
  }
}

.has-dropdown > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.has-dropdown > a::after {
  content: '';
  position: relative;
  left: 0.6rem;
  width: 10px;
  height: 10px;
  background: #6ba53f;
}

.has-dropdown > a:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.has-dropdown:hover > a:after,
.has-dropdown--active > a:after {
  background: #00263f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.has-dropdown:hover > a::before,
.has-dropdown--active > a::before {
  content: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  border-radius: 0px;
  background-color: #00263f;
  -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 -5px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 -5px 18px rgba(0, 0, 0, 0.1);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .dropdown-menu {
    display: block;
    top: 2.7rem;
    z-index: 3;
    min-width: 14rem;
    width: auto;
  }
}

.dropdown-menu--active,
:hover > .dropdown-menu {
  display: block;
  position: relative;
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .dropdown-menu--active,
  :hover > .dropdown-menu {
    position: absolute;
  }
}

.dropdown-menu > ul.dropwdown {
  padding: 1rem 2rem 1rem 1rem;
}

.dropdown-menu > ul.dropwdown > li {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 960px) {
  .dropdown-menu > ul.dropwdown > li {
    margin-bottom: 1rem;
  }
}

.dropdown-menu > ul.dropwdown > li:last-child {
  margin-bottom: 0;
}

.dropdown-menu > ul.dropwdown > li::before {
  margin-left: -1rem;
  width: 1rem;
}

.nav-icon {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (min-width: 960px) {
  .nav-icon {
    display: none;
  }
}

.nav-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #00263f;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.nav-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.nav-icon.nav-icon--active span:nth-child(1) {
  top: -1px;
  left: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-icon.nav-icon--active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.nav-icon--active span:nth-child(3) {
  top: 16px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-active {
  display: block !important;
}

nav.pagination ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

nav.pagination ul li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

nav.pagination ul li a {
  display: block;
  width: auto;
  height: 2rem;
  border: 1px solid #6ba53f;
  color: #6ba53f !important;
  text-align: center;
  text-decoration: none !important;
  line-height: 2rem;
  padding-left: 10px;
  padding-right: 10px;
}

nav.pagination ul li.active a {
  background: #6ba53f !important;
  color: #fff !important;
}

nav.pagination ul li::before {
  display: none;
}

.columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 715px) {
  .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.columns.items-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.columns.items-flex-start h2:first-child {
  font-size: 2rem !important;
  margin-bottom: 3rem;
}

.columns .image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-top: 3rem;
}

@media screen and (min-width: 715px) {
  .columns .image {
    margin-top: 0;
  }
}

.reverse div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 715px) {
  .reverse div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.reverse div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 715px) {
  .reverse div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.copy {
  width: 100%;
}

@media screen and (min-width: 715px) {
  .copy {
    width: 50%;
  }
}

.copy h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #00263f;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}

.copy h2 span {
  display: block;
  font-weight: 300;
  font-size: 2.25rem;
}

.copy p {
  line-height: 1.5;
}

.copy .action {
  border-top: 1px solid rgba(0, 38, 63, 0.4);
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
}

@media screen and (min-width: 715px) {
  .copy .action {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 2.5rem 0 0 0;
  }
}

.couponCode__code {
  display: inline-block;
  border: 2px solid #6ba53f;
  background: rgba(107, 165, 63, 0.2);
  padding: .5rem;
}

.couponCodeApplied {
  background: rgba(107, 165, 63, 0.1);
  padding: 1em 0;
}

.couponCodeApplied strong {
  color: #6ba53f !important;
}

.couponCodeApplied .container {
  text-align: left;
}

.modal {
  position: fixed;
  background: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  padding: .25rem;
  width: 32em;
  max-width: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal.-danger .modal__header {
  background: #ff3100;
}

.modal__body {
  padding: 2rem;
}

.modal__screen {
  position: fixed;
  background: rgba(242, 242, 242, 0.85);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9998;
}

.modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-actions > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

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

.note {
  background: #f2f2f2;
  padding: .6em .8em;
  color: #00263f;
}

.note i.fas {
  color: #00263f;
  margin-right: .25em;
}

.priceComparison {
  background: #eaeaea;
}

.priceComparison__title {
  color: #00263f;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 2rem;
}

.priceComparison__inner {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}

.priceComparison__intro p {
  margin: 0 0 1.5rem 0;
}

.priceComparison__intro strong {
  font-weight: bold;
  border-bottom: 3px solid #6ba53f;
}

.priceComparison__priceGroups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.priceGroup {
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: .8rem;
  border-radius: .75rem;
  font-size: .9rem;
  max-width: 250px;
  min-width: 150px;
  margin-right: .5rem;
  margin-bottom: 1rem;
}

.priceGroup__company {
  color: #606060;
  font-weight: bold;
}

.priceGroup__price {
  color: #222222;
  font-size: 1.3rem;
  margin-top: .5rem;
}

.priceGroup__priceWrapper.-noPrice .priceGroup__price {
  color: #949494;
  font-size: 1rem;
}

.priceGroup__type {
  font-size: .75rem;
  color: #949494;
}

.priceGroup.-us {
  background-color: #6ba53f;
}

.priceGroup.-us .priceGroup__company {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.priceGroup.-us .priceGroup__price {
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
  display: inline;
}

.priceGroup.-us .priceGroup__price.-crossed-out {
  text-decoration: line-through;
}

.priceGroup.-us .priceGroup__price.-free {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  display: block;
}

.priceGroup.-us .priceGroup__type {
  color: white;
  display: inline;
  font-size: .72rem;
}

.campaignEffectsManager h3 {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.campaignEffect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.campaignEffect > * {
  padding-right: .5rem;
}

.offerManager h3 {
  margin-top: 4rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.codeBrowser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.codeBrowser__code {
  display: block;
  border: 2px solid #aaa;
  padding: .5rem;
  margin: 0 .25rem .25rem 0;
}

.codeBrowser__code.-redeemed {
  opacity: 0.25;
}

::-webkit-input-placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

::-moz-placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

::-ms-input-placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

::placeholder {
  color: #494949;
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}

input,
button,
select,
textarea {
  padding: 0.5rem;
  border: none;
  font-family: "SofiaProWeb", "Helvetica", Arial, sans-serif;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 7px #00263f;
          box-shadow: 0 0 7px #00263f;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  margin: 0.25rem 0;
  width: 100%;
  border: 1px solid #ddd;
}

input[type='date'] {
  max-width: 17rem;
  border: 1px solid #ddd;
}

input.short {
  max-width: 10em;
}

input.medium {
  max-width: 20em;
}

textarea {
  display: block;
}

select {
  overflow: hidden;
  margin: 0.25rem 0;
  min-width: 300px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-image: url(/images/arrow-down.svg?943a23e4cc52046d0a92c760fd90c3f3);
  background-position: 97% center;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #00263f;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

select.white {
  background-color: white;
}

.form-group {
  margin-bottom: 0.75rem;
  position: relative;
  width: 100%;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="password"] {
  padding: 1.1rem 0.5rem 0.8rem 0.5rem;
}

.form-group .question-mark {
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
}

.form-group .question-mark:hover::after {
  content: "Please go to the previous page to change the state";
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.form-group.no--height--group label {
  height: auto;
}

.form-group label {
  height: 19px;
  display: block;
}

.form-group input.medium + i {
  max-width: 19em;
}

.form-group input.short + i {
  max-width: 9em;
}

.form-group i {
  position: absolute;
  font-style: normal;
  left: 0.5rem;
  top: 25px;
  width: calc(100% - 1rem);
  height: 45px;
  color: #243153;
  line-height: 50px;
  font-weight: 400;
  font-size: 0.9rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  background: #fff;
}

@media (max-width: 720px) {
  .form-group i {
    top: 24px;
    height: 39px;
  }
}

.form-group.active i {
  top: 26.5px;
  background: transparent;
  line-height: 1;
  height: auto;
  width: auto;
  font-size: 0.65rem;
}

.form-group label {
  display: block;
  color: #606060;
  font-weight: bold;
  font-size: 0.9rem;
}

.form-group .checkbox label,
.form-group .radio-group label {
  font-weight: normal;
}

.form-group select {
  width: 165px;
  padding: 0.9rem 0.5rem;
}

.form-group--medium {
  width: 66%;
}

.form-group--small {
  width: 33%;
}

input.ignorable {
  display: none;
}

.form-errors {
  margin: 0;
  padding: 1rem;
  border-radius: 0 0 0px 0px;
  background-color: #ff3100;
  list-style: none;
}

.form-errors li {
  color: white;
}

.form-errors li::before {
  margin-left: 0;
  width: auto;
  content: none;
  text-indent: 0;
}

.form-errors li:last-child {
  margin-bottom: 0;
}

.label-bottom {
  display: block;
  margin-top: 0.25rem;
  text-decoration: none;
  font-size: 0.83rem;
}

legend {
  margin-bottom: 0.5rem;
  width: 100%;
  color: #00263f;
  font-weight: bold;
  font-size: 1.5rem;
}

.legend-light {
  color: #00263f;
  font-size: 1.2rem;
}

.legend-bold {
  color: #00263f;
  font-weight: 500;
  font-size: 1.2rem;
}

form hr {
  margin: 2rem 0;
}

fieldset {
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0 0 0;
  border: none;
  border-top: 1px solid #f2f2f2;
}

.portal-column--first > fieldset:first-child {
  border-top: none;
}

@media screen and (min-width: 715px) {
  .portal-column--first > fieldset:first-child,
  .portal-column--last > fieldset:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.checkbox-group--compact div.checkbox {
  display: inline-block;
}

.checkbox-group--compact div.checkbox label {
  display: inline-block;
  margin: 0.5rem 1rem 0 0;
}

.StripeElement {
  padding: 10px 12px;
  height: 40px;
  border: 2px solid #00263f;
  background-color: white;
  font-family: "SofiaProWeb", "Helvetica", Arial, sans-serif;
}

.StripeElement--invalid {
  border-color: #ff3100;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  padding: 0.5rem;
  color: #ff3100;
  font-size: smaller;
}

.slim-filter {
  position: relative;
  margin-bottom: 2rem;
  height: 2.5rem;
}

.slim-filter select {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10rem;
  height: 100%;
  border-color: #00263f;
  background-color: #00263f;
  background-image: url(/images/arrow-down-white.svg?961d1f8722fe4eb77c88d693e20ef13d);
  color: white;
}

.slim-filter .clear-cta {
  position: absolute;
  top: 0.6rem;
  right: 8.5rem;
}

.slim-filter .clear-cta i {
  font-size: 1.2rem;
}

.slim-filter input[type='text'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-right: 8.5rem;
  padding-left: 10.5rem;
  height: 100%;
  border: 2px solid #00263f;
  line-height: 20px;
}

.slim-filter__no-filter input[type='text'] {
  padding-left: 1rem;
}

.slim-filter button {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8rem;
  height: 100%;
  border-color: #00263f;
  background-color: #00263f;
  color: white;
}

form h2.icon-heading {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0.7rem;
  border-bottom: 2px solid #00263f;
  background: rgba(0, 38, 63, 0.1);
  color: #00263f;
  font-weight: 500;
  font-size: 1.1rem;
}

form h2.icon-heading i {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-top: -1.2rem;
  margin-left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #00263f;
  border-radius: 1.25rem;
  background: #fff;
  text-align: center;
  line-height: 2.25rem;
}

form.user-form fieldset {
  border-top: none;
}

form.consultation-form .form-group {
  margin: 1.25rem 0;
}

form.consultation-form .form-group label {
  height: auto;
}

form.consultation-form .radio-group input {
  margin-bottom: 0.5rem;
}

fieldset.photos legend {
  margin-bottom: 0;
}

fieldset.photos p {
  margin: 0;
}

.inputfile {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

.inputfile + label {
  display: inline-block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #00263f;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}

.notes-input ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes-input ul li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.notes-input ul li::before {
  content: none;
}

.notes-input ul li a {
  margin-left: 0.25rem;
}

.notes-input input[type='text'] {
  max-width: calc(100% - 3rem);
}

.meet-the-derm {
  margin-top: 1rem;
}

.meet-the-derm .provider {
  margin-top: 1rem;
}

.meet-the-derm .provider .avatar {
  display: inline-block;
  margin-right: 0.5rem;
  max-width: 50px;
}

.meet-the-derm .provider .details {
  display: inline-block;
  vertical-align: top;
}

.meet-the-derm .provider .details .full-name {
  font-size: 1.3rem;
}

.meet-the-derm .provider .details .title {
  font-size: 0.9rem;
}

.meet-the-derm .provider .learn-more {
  margin-top: 1rem;
}

.contact-form {
  padding-top: 2rem;
}

.group-separation {
  padding-bottom: 2rem;
}

.group-separation:last-child {
  padding-bottom: 0;
}

.radio {
  position: relative;
  display: block;
  padding-bottom: 0.35rem;
  padding-left: 1.25rem;
}

.radio input[type='radio'] {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.radio label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.25rem;
  font-size: 1rem;
}

.form-notice {
  margin: 0 0 1rem 0;
  color: #606060;
  font-size: 0.8rem;
}

.login-container {
  max-width: 31.5rem;
}

.login-form {
  margin: 0 auto 2rem auto;
}

.login-form .forgot-password {
  text-align: right;
  font-size: 0.875rem;
}

.alert {
  padding: 1rem;
}

.alert-success {
  background-color: #1f577a;
  color: white;
}

.card-review {
  letter-spacing: 0.5px;
}

.card-review i {
  position: relative;
  top: 8px;
  color: #505879;
  font-size: 38px;
  margin-right: 12px;
}

#AcceptUIContainer {
  display: none !important;
}

#AcceptUIContainer.show {
  display: block !important;
}

.cc-icons {
  display: inline-block;
  width: 170px;
  vertical-align: bottom;
}

.select-with-search {
  position: relative;
}

.select-with-search input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 0.5rem;
}

.custom-search-dropdown {
  position: relative;
}

.custom-search-dropdown input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.custom-search-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-search-dropdown .dropdown-content .dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
}

.custom-search-dropdown .dropdown-content .dropdown-item:hover {
  background-color: #f5f5f5;
}

.custom-search-dropdown .dropdown-content .dropdown-item.no-results {
  font-style: italic;
  color: #606060;
  cursor: default;
}

ul {
  list-style: none;
  margin-left: 1rem;
  padding: 0;
}

ul li {
  margin-bottom: 1rem;
  position: relative;
}

ul li::before {
  content: '\2022';
  color: #00263f;
  display: inline-block;
  margin-left: -1.5rem;
  text-indent: 3px;
  width: 1.5rem;
}

table.list {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  font-weight: 100;
}

table.list tr th {
  border-bottom: 2px solid #00263f;
  padding: 0.35rem;
  text-align: left;
  position: relative;
  color: black;
}

table.list tr th.sorted {
  background-color: rgba(0, 38, 63, 0.1);
}

table.list tr th .sort-direction-cta {
  position: absolute;
  right: 0.5rem;
  top: 0;
  cursor: pointer;
}

table.list tr th .sort-direction-cta:after {
  color: #00263f;
  font: normal normal normal 1em / 1 "Font Awesome 5 Free";
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F0D8";
  font-weight: bold;
  font-size: 1.4rem;
}

table.list tr th.sorted-desc .sort-direction-cta:after {
  content: '\F0D7';
}

table.list tr td {
  border-bottom: 1px solid #c7c7c7;
  padding: 0.35rem;
  color: black !important;
}

table.list tr td.sorted {
  background-color: rgba(0, 38, 63, 0.08);
}

table.list tr td.actions {
  width: 5rem;
  white-space: nowrap;
}

table.list tr td.actions i {
  margin: 0 0.25rem;
}

.tr-custom th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 45px !important;
}

.consultation-detail h1 {
  font-size: 2rem;
}

.consultation-detail .photos {
  padding-bottom: 1rem;
}

@media screen and (min-width: 715px) {
  .consultation-detail .photos {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.consultation-detail .photos .consult-photo-type {
  margin: 1rem 0;
}

@media screen and (min-width: 715px) {
  .consultation-detail .photos .consult-photo-type {
    display: block;
  }
}

.consultation-detail .photos .consult-photo-type .consult-photo {
  display: block;
}

.consultation-detail .photos .consult-photo-type .consult-photo a {
  text-decoration: none;
}

.consultation-detail .photos .consult-photo-type .consult-photo img {
  width: auto;
  height: 6rem;
  border: 2px solid #00263f;
  border-radius: 0px;
}

.consultation-detail .photos .consult-photo-type .consult-photo .caption {
  text-decoration: none;
  font-size: 0.6rem;
}

.consult-panels {
  margin-bottom: 1rem;
}

@media screen and (min-width: 715px) {
  .consult-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.consult-panels > div {
  padding: 0 4rem 0 0;
}

.consult-panels h2 {
  font-weight: 500;
  font-size: 1.2rem;
}

.consult-panels .personal-info {
  width: 20em;
}

.consult-answer {
  margin: 1.5rem 0;
}

.consult-answer:first-child {
  margin-top: 0;
}

.consult-answer span {
  display: block;
}

.consult-answer .consult-text--question {
  margin-bottom: 0.5rem;
  color: #00263f;
  font-style: italic;
  font-size: 0.8rem;
}

.consult-answer .consult-text--answer {
  display: block;
  font-family: monospace;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  border: 1px solid green;
  background-color: #6ba53f;
  border-radius: 5px;
  list-style: none;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5rem;
}

.consult-answer .consult-text--multiple-choice {
  color: #ccc;
  margin-left: 0;
}

.consult-answer .consult-text--multiple-choice li {
  margin: 0;
  padding-left: 2rem;
  border: 2px solid transparent;
}

.consult-answer .consult-text--multiple-choice .-selected {
  color: white;
  border: 2px solid white;
  border-radius: 0.5rem;
}

@media screen and (min-width: 715px) {
  .consult-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.return-link {
  display: block;
  margin-top: 1rem;
}

.hiddenTitle {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: -9999;
}

.brx_hero {
  overflow: hidden;
  padding: 50px 0;
  background: #F7F7F7;
}

.brx_hero__rateText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brx_hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brx_hero .container {
  max-width: 1140px;
}

.brx_hero__image {
  width: 850px;
  height: 850px;
}

.brx_hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brx_hero__price {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  color: #243153;
}

.brx_hero__btns {
  margin-bottom: 40px;
}

.brx_hero__content {
  width: 440px;
}

.brx_hero__content h2 {
  color: #243153;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
}

.brx_hero__content span {
  color: #8B8B8B;
  display: block;
  margin-bottom: 10px;
}

.brx_hero__content .brx_hero__rateText p {
  color: #8B8B8B;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.brx_hero__content p {
  color: #243153;
  display: block;
  margin-bottom: 40px;
}

.brx_hero__content em {
  font-style: normal;
  color: #8B8B8B;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1360px) {
  .brx_hero .container {
    max-width: 1140px;
  }

  .brx_hero__image {
    width: 50%;
    height: 600px;
  }

  .brx_hero__content {
    width: 50%;
    padding-left: 40px;
  }
}

@media (max-width: 992px) {
  .brx_hero__image {
    width: 100%;
    height: 600px;
    margin-bottom: 40px;
  }

  .brx_hero__content {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .brx_hero__image {
    height: 400px;
  }
}

.brxBuilderWrapper {
  overflow: hidden;
  margin-bottom: 0;
}

.brxAccordeon {
  overflow: hidden;
  margin-bottom: 20px;
}

.brxAccordeon__item {
  overflow: hidden;
  border-bottom: 1px solid #8B8B8B;
}

.brxAccordeon__item:first-child {
  border-top: 1px solid #8B8B8B;
}

.brxAccordeon__item h3 {
  display: block;
  padding: 17px 0;
  margin: 0;
  position: relative;
  color: #243153;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 32px;
  cursor: pointer;
}

.brxAccordeon__item h3.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brxAccordeon__item h3:after {
  content: '';
  position: absolute;
  top: 19px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 16px;
  height: 16px;
  background: url(/images/accord-dropdown.svg?94c4a67906fa3ae3d1b256a352a8b2fa) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden {
  display: none;
  padding-bottom: 20px;
}

.brxAccordeon__item .accordHidden p {
  margin: 0;
  font-size: 14px;
  color: #243153;
  line-height: 20px;
}

.brxAccordeon__item .accordHidden ul {
  margin: 0;
}

.brxAccordeon__item .accordHidden ul li {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
  position: relative;
  padding-left: 24px;
}

.brxAccordeon__item .accordHidden ul li:last-child {
  margin-bottom: 0;
}

.brxAccordeon__item .accordHidden ul li.no--icon {
  list-style: none;
  padding-left: 0;
}

.brxAccordeon__item .accordHidden ul li.no--icon::before {
  display: none;
}

.brxAccordeon__item .accordHidden ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 24px;
  width: 5px;
  height: 5px;
  background: #243153;
  border-radius: 100%;
}

.brxAccordeon__item .accordHidden.with--icons ul {
  margin: 0;
  padding: 0;
}

.brxAccordeon__item .accordHidden.with--icons ul li {
  padding-left: 30px;
}

.brxAccordeon__item .accordHidden.with--icons ul li:before {
  position: absolute;
  left: 24px;
  width: 17px;
  height: 17px;
  top: 3px;
}

.brxAccordeon__item .accordHidden.with--icons ul li.no--icon {
  list-style: none;
  padding-left: 0;
}

.brxAccordeon__item .accordHidden.with--icons ul li.no--icon::before {
  display: none;
}

.brxAccordeon__item .accordHidden.with--icons ul li.icon--rx::before {
  background: url(/images/brx-icon.svg?a564529ce4561698efcaa5f948727228) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden.with--icons ul li.icon--box::before {
  top: 2px;
  background: url(/images/shipping-icon-2.svg?001bbed7c89a9f2ee58471ad745eedbf) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden.with--icons ul li.icon--pillows::before {
  top: 1px;
  height: 22px;
  background: url(/images/pills-new.svg?678099d65fc78a7a26504e7c93c87fad) no-repeat center;
  background-size: contain;
}

.brxAccordeon__item .accordHidden em {
  margin-top: 15px;
  display: block;
}

.brxAccordeon__item--descr {
  font-weight: 400;
  font-size: 14px;
}

.brxTitleWithText {
  overflow: hidden;
  margin: 140px 0 70px 0;
}

.brxTitleWithText h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 40px;
  color: #243153;
}

.brxTitleWithText__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brxTitleWithText__item {
  width: 450px;
}

.brxTitleWithText__item h2,
.brxTitleWithText__item h3,
.brxTitleWithText__item h4 {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #243153;
}

.brxTitleWithText__image {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}

.brxTitleWithText__image img {
  width: auto;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .brxTitleWithText__row {
    margin: 0 -40px;
  }

  .brxTitleWithText__item {
    width: 50%;
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .brxTitleWithText {
    margin-top: 70px;
    margin-bottom: 35px;
  }

  .brxTitleWithText__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .brxTitleWithText__item:last-child {
    margin-bottom: 0;
  }

  .brxTitleWithText h2 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 24px;
  }
}

.middle--line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #CBCBCB;
  display: block;
}

.brxIcons {
  margin: 4rem 0;
  padding: 8.75rem 0;
}

.brxIcons.homePageHowGetSection {
  margin-bottom: 0;
  border-bottom: 1px solid #243153;
}

@media (max-width: 992px) {
  .brxIcons {
    margin: 2.1875rem 0;
    padding: 4rem 0;
  }

  .brxIcons.homePageHowGetSection {
    margin-bottom: 0;
  }
}

.brxLeftImage {
  overflow: hidden;
  margin: 70px 0;
}

.brxLeftImage .reviews-rate__rating {
  margin-right: 0;
  margin-bottom: 5px;
}

.brxLeftImage__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brxLeftImage__image {
  width: 620px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brxLeftImage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brxLeftImage__text {
  width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.brxLeftImage__text span {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.brxLeftImage__text img {
  max-width: 350px;
}

.brxLeftImage__text strong {
  color: #243153;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
}

.brxLeftImage__text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  color: white !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  background: #4867C0;
  border-radius: 100px;
  text-decoration: none !important;
}

.brxLeftImage__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 40px -30px 0 -30px;
}

.brxLeftImage__prices.small--margin {
  margin-top: 20px;
}

.brxLeftImage__prices__part {
  padding: 0 30px;
}

.brxLeftImage__prices__part h3 {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  color: #243153;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.brxLeftImage__prices__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0 -15px;
}

.brxLeftImage__prices__item {
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.brxLeftImage__prices__item strong {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
}

@media (max-width: 1320px) {
  .brxLeftImage__image {
    width: 450px;
  }
}

@media (max-width: 1200px) {
  .brxLeftImage__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .brxLeftImage__image {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .brxLeftImage {
    margin: 35px 0;
  }
}

@media (max-width: 767px) {
  .brxLeftImage__image {
    width: 100%;
    margin-bottom: 40px;
  }

  .brxLeftImage__text {
    width: 100%;
  }

  .brxLeftImage__prices {
    margin-top: 10px;
    width: 100%;
  }

  .brxLeftImage__prices__part {
    padding: 0 10px;
    width: 50%;
  }

  .brxLeftImage__prices__part.single--part {
    width: 320px;
  }

  .brxLeftImage__prices__part h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .brxLeftImage__prices__item {
    margin-bottom: 30px;
  }

  .brxLeftImage__prices__item:last-child {
    margin-bottom: 0;
  }

  .brxLeftImage__prices__item strong {
    font-size: 24px;
    line-height: 26px;
  }

  .brxLeftImage__prices__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.brxHowItWorks {
  overflow: hidden;
  margin: 70px 0;
}

.brxHowItWorks h2 {
  display: block;
  margin-bottom: 40px;
  color: #243153;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}

.brxHowItWorks__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.brxHowItWorks__item {
  width: 33.33%;
}

.brxHowItWorks__item__inner {
  padding: 0 20px;
}

.brxHowItWorks__item__image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.brxHowItWorks__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brxHowItWorks__item h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #243153;
  font-size: 20px;
  line-height: 20px;
}

.brxHowItWorks__item p {
  color: #243153;
}

@media (max-width: 992px) {
  .brxHowItWorks {
    margin: 35px 0;
  }

  .brxHowItWorks__item {
    width: 50%;
    margin-bottom: 45px;
  }

  .brxHowItWorks__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .brxHowItWorks h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .brxHowItWorks__item {
    width: 100%;
  }
}

.brxFaqSection {
  overflow: hidden;
  margin: 8.75rem 0;
}

.brxFaqSection .brxAccordeon {
  margin-bottom: 0;
  width: 50%;
}

.brxFaqSection .container {
  max-width: 1140px;
}

.brxFaqSection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brxFaqSection h2 {
  display: block;
  width: 50%;
  padding-right: 40px;
  color: #243153;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
}

@media (max-width: 1380px) {
  .brxFaqSection .container {
    padding: 0 2rem;
  }
}

@media (max-width: 992px) {
  .brxFaqSection {
    margin: 4rem 0;
  }

  .brxFaqSection .brxAccordeon {
    width: 100%;
  }

  .brxFaqSection h2 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
}

.brxWhat {
  color: #243153;
}

.brxWhat__row {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
}

@media (max-width: 992px) {
  .brxWhat__row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.brxWhat__descr {
  font-size: 18px;
  font-weight: 400;
}

.reviews-rate__rating {
  width: auto;
  margin-right: 10px;
  --percent: calc((var(--rating) - 0.1) / 5 * 100%);
  --star-color: transparent;
}

.reviews-rate__rating:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 20px;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#E7B766), to(var(--star-color)));
  background: linear-gradient(90deg, #E7B766 var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popularity--btn {
  display: inline-block;
  margin-bottom: 20px;
  background: #EEEFEB;
  padding: 10px;
  border-radius: 100px;
  color: #243153;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
}

.reviews-section {
  overflow: hidden;
  padding: 2.1875rem 0;
}

.reviews-section .container {
  max-width: 1140px;
}

.reviews-section .reviews-rate__rating {
  margin-right: 0;
  margin-bottom: -10px;
}

.reviews-section .reviews-rate__rating::before {
  float: right;
  font-size: 26px;
}

@media (max-width: 992px) {
  .reviews-section .reviews-rate__rating::before {
    float: left;
  }
}

.reviews-section__heading {
  overflow: hidden;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews-section__heading h3 {
  color: #243153;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  margin: 0;
}

.reviews-section__heading__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-section__heading__right p {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 992px) {
  .reviews-section__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviews-section__heading h3 {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.reviews-section__item {
  overflow: hidden;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #243153;
}

.reviews-section__item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-section__item__left p {
  text-transform: uppercase;
  margin: 0;
  color: rgba(36, 49, 83, 0.5);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  width: 100px;
}

.reviews-section__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px 0;
}

.reviews-section__item__text p {
  color: #222222;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 20px 0;
}

.reviews-section__item__text span {
  text-transform: uppercase;
  color: rgba(36, 49, 83, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.reviews-section__item__date span {
  text-transform: uppercase;
  color: rgba(36, 49, 83, 0.5);
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .reviews-section {
    padding: 70px 0 100px 0;
  }

  .reviews-section__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0 26px 0;
  }

  .reviews-section__item__text {
    width: 480px;
    padding: 0;
  }

  .reviews-section__item__text p {
    font-size: 16px;
    line-height: 24px;
  }

  .reviews-section__item__text span {
    font-size: 14px;
    line-height: 12px;
  }
}

.reviews-carousel {
  outline: none;
}

.reviews-carousel .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.reviews-carousel-container .flickity-viewport {
  position: relative;
  overflow: hidden;
  height: 250px !important;
}

.slideItem {
  width: 300px;
  margin-right: 20px;
  background: #F7F7F7;
  border-radius: 20px;
  padding: 20px;
  height: 250px;
}

.slideItem__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slideItem__top__image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  background: #E7B766;
  position: relative;
}

.slideItem__top__image span {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.slideItem__top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideItem__top__title {
  width: calc(100% - 60px);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slideItem__top__title h4 {
  color: #243153;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.slideItem__top__title h4 span.redactor-circle {
  margin-right: -6px;
}

.slideItem__top__title p {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.slideItem__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slideItem__center .reviews-rate__rating {
  margin-bottom: -10px;
  --star-color: #CBCBCB;
}

.slideItem__center .reviews-rate__rating:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 26px;
  float: left;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#E7B766), to(var(--star-color)));
  background: linear-gradient(90deg, #E7B766 var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 500px) {
  .slideItem {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .slideItem {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .slideItem {
    width: 420px;
  }
}

@media (min-width: 1700px) {
  .slideItem {
    width: 450px;
  }
}

.textLeftImageRight {
  overflow: hidden;
  padding: 4rem 0;
  color: #243153;
}

.textLeftImageRight h2,
.textLeftImageRight h3,
.textLeftImageRight h4 {
  display: block;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
}

.textLeftImageRight p {
  margin: 0 0 80px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.textLeftImageRight p:last-child {
  margin: 0;
}

.textLeftImageRight__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.textLeftImageRight__text {
  width: 50%;
  padding: 0 55px;
}

.textLeftImageRight__image {
  width: 50%;
  padding: 0 55px;
  height: 800px;
  overflow: hidden;
}

.textLeftImageRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.textLeftImageRight.\--reverse .textLeftImageRight__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.textLeftImageRight.\--reverse p {
  margin-bottom: 30px;
}

.textLeftImageRight.\--reverse a + a {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .textLeftImageRight__text {
    padding: 0 24px;
  }

  .textLeftImageRight__image {
    padding: 0 24px;
    height: 600px;
  }

  .textLeftImageRight__inner {
    margin: 0 -24px;
  }
}

@media (max-width: 992px) {
  .textLeftImageRight {
    padding: 2.1875rem 0;
  }

  .textLeftImageRight__text {
    width: 100%;
    margin-bottom: 36px;
  }

  .textLeftImageRight__image {
    height: 400px;
    width: 100%;
  }

  .textLeftImageRight h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .textLeftImageRight p {
    margin-bottom: 24px;
  }
}

.icons {
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.icons h2 {
  color: #243153;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .icons h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.icons p.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (min-width: 715px) {
  .icons p.subtitle {
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.icons .icon-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.icons .icon-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2rem;
}

@media screen and (min-width: 715px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 1040px) {
  .icons .icon-column {
    -ms-flex-preferred-size: 13.75rem;
        flex-basis: 13.75rem;
    margin-bottom: 0;
  }

  .icons .icon-column:first-child {
    margin-left: 0;
  }

  .icons .icon-column:last-child {
    margin-right: 0;
  }
}

.icons .icon-column h4 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1040px) {
  .icons .icon-column h4 {
    font-size: 1.5rem;
  }
}

.icons .icon-column p {
  font-weight: 400;
  color: #243153;
  margin-top: 0;
  margin-bottom: 0;
}

.icons .icon-column img {
  margin: 0 auto 1rem auto;
  height: 6rem;
  background: transparent;
  padding: 0;
}

.icons .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 570px) {
  .icons .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.icons .action a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .icons .action a {
    margin: 0 0.5rem;
  }
}

.background--skin-tone {
  background-color: #f9ebe5;
  color: #243153;
  text-align: center;
}

.background--skin-tone p {
  line-height: 1.5rem;
}

.background--light-gray {
  background-color: #EEEFEB;
  color: #243153;
  text-align: center;
}

.background--light-gray p {
  line-height: 1.5rem;
}

.background--light-blue {
  background-color: #00263f;
  color: #243153;
}

.background--light-blue h2 {
  color: #243153;
}

.relatedProducts {
  overflow: hidden;
  padding: 4rem 0;
}

.relatedProducts h2 {
  display: block;
  margin: 0 0 40px 0;
  color: #243153;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

.relatedProducts.\--carousel .relatedProducts__item {
  max-width: 420px;
}

.relatedProducts.\--carousel h2 {
  font-size: 56px;
  line-height: 1.1;
}

.relatedProducts.\--carousel h2 strong {
  color: #6BA53F;
}

@media (max-width: 992px) {
  .relatedProducts.\--carousel h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .relatedProducts.\--carousel .relatedProducts__item {
    max-width: 100%;
  }
}

.relatedProducts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.relatedProducts__item {
  padding: 0 15px;
  width: 33.33%;
  color: #243153;
}

.relatedProducts__item__content h3 {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  height: 60px;
  overflow: hidden;
}

.relatedProducts__item__content h3 a {
  color: #243153;
  text-decoration: none;
}

.relatedProducts__item__content h3 a:hover {
  text-decoration: underline;
}

.relatedProducts__item__content p {
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.relatedProducts__item__image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 300px;
  background: #EEEFEB;
}

.relatedProducts__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.relatedProducts .homeProductsWrapper__item__buttons {
  position: static;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -5px;
}

.relatedProducts__top:has(p) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 992px) {
  .relatedProducts__top:has(p) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .relatedProducts__item {
    width: 50%;
    margin-bottom: 48px;
  }

  .relatedProducts__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .relatedProducts {
    padding: 2.1875rem 0;
    margin-bottom: 0;
  }

  .relatedProducts .splide__track {
    width: 100%;
  }

  .relatedProducts__inner {
    padding: 0 15px;
  }

  .relatedProducts__item {
    width: 100%;
  }

  .relatedProducts__item__content h3 {
    height: auto;
  }

  .relatedProducts h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.brxMentalHero {
  overflow: hidden;
  padding: 0;
  color: #243153;
}

.brxMentalHero + section {
  margin-top: 0;
}

.brxMentalHero__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .brxMentalHero__title {
    font-size: 36px;
  }
}

.brxMentalHero em {
  color: #8B8B8B;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
}

.brxMentalHero ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 25px;
}

.brxMentalHero ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1110_9462)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.6 0 0 3.6 0 8C0 12.4 3.6 16 8 16C12.4 16 16 12.4 16 8C16 3.6 12.4 0 8 0ZM6.4 12L2.4 8L3.52 6.88L6.4 9.76L12.48 3.68L13.6 4.8L6.4 12Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1110_9462'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  padding-left: 5px;
}

.brxMentalHero ul li:before {
  display: none;
}

.brxMentalHero__row {
  padding: 60px 0;
  min-height: 800px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
}

@media (max-width: 992px) {
  .brxMentalHero__row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.brxMentalHero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.videoSlider {
  overflow: hidden;
  width: 100%;
  background: #1A1A1A;
  padding: 4rem 0 10rem 0;
  margin-top: 4rem;
  position: relative;
  z-index: 991;
}

.videoSlider .flickity-viewport {
  overflow: visible;
}

.videoSlider__top {
  overflow: hidden;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
}

.videoSlider__top h2 {
  font-size: 48px;
  margin: 0;
  line-height: 57px;
  font-weight: 400;
  display: block;
  width: 650px;
  position: relative;
  color: white !important;
}

.videoSlider__top p {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  display: block;
  width: 400px;
}

@media (max-width: 992px) {
  .videoSlider__top h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    top: 0;
  }

  .videoSlider__top p {
    width: 100%;
  }
}

.videoSlider__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  outline: none;
}

.videoSlider__carousel__item {
  height: 540px;
  margin-right: 15px;
  cursor: pointer;
  width: 380px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  display: block;
}

.videoSlider__carousel__item__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}

.videoSlider__carousel__item video {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.videoSlider__carousel__item::before {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.videoSlider__carousel__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  z-index: 3;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(4rem, rgba(0, 0, 0, 0.35)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.35) 4rem);
  padding: 4rem 1rem 1.5rem;
}

.videoSlider__carousel__item__text p {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0px;
}

.videoSlider__carousel__item__text em {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .videoSlider__carousel__item {
    height: 400px;
    width: 280px;
  }
}

.videoSlider .flickity-prev-next-button {
  position: absolute;
  bottom: -80px;
  right: 0;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
}

.videoSlider .flickity-prev-next-button.previous {
  grid-area: arrow1;
  margin-right: 0;
  right: 35px;
}

.videoSlider .flickity-prev-next-button.next {
  grid-area: arrow2;
}

.videoSlider .flickity-prev-next-button svg {
  top: auto;
  left: auto;
  width: 16px;
  height: 16px;
  position: relative;
  fill: white;
}

.videoSlider .flickity-page-dots {
  grid-area: dots;
  position: absolute;
  width: 250px;
  right: 0;
  bottom: -40px;
  height: 1px;
  margin-top: 0;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 0;
}

.videoSlider .flickity-page-dots .dot {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background: white;
}

@media (max-width: 767px) {
  .videoSlider .flickity-page-dots {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .videoSlider {
    margin-top: 2.5rem;
  }
}

.siteOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: #000;
  display: none;
}

.videoPopupWrapper {
  position: fixed;
  width: 90%;
  height: 80%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.videoPopupWrapper video {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.videoPopupWrapper__close {
  position: absolute;
  top: -48px;
  left: 0;
  background: url(/images/icon-close.svg?522a41f625821358e1c0c012752785b3) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.brxMentalHero__img {
  width: 100vw;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  border-radius: 0;
  z-index: 0;
}

.brxMentalHero__img img {
  width: 100%;
}

.brxMentalHero__text {
  z-index: 1;
}

.brxMentalHero {
  color: #ffffff;
  position: relative;
  margin-top: -8rem;
}

.brxMentalHero .container {
  position: unset;
}

.brxMentalHero em {
  color: #d3d3d3;
}

.brxMentalHero__img img.mob-img {
  display: none;
}

@media (max-width: 992px) {
  .brxMentalHero {
    padding-bottom: 20rem;
  }

  .brxMentalHero__img {
    display: block;
    background-color: #5279c0;
  }

  .brxMentalHero__img img.desktop-img {
    display: none;
  }

  .brxMentalHero__img img.mob-img {
    -o-object-position: bottom;
       object-position: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

@media (max-width: 579px) {
  .brxMentalHero {
    padding-bottom: 11rem;
  }

  .brxMentalHero__img img.mob-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.brxMentalHero {
  margin-top: 0;
}

@media (max-width: 767px) {
  .homeProductsWrapper.\--carousel .homeProductsWrapper__item {
    padding: 0 15px;
    min-width: 320px;
  }
}

@media (max-width: 767px) {
  .homeProductsWrapper__item__buttons {
    row-gap: 7px;
  }

  .homeProductsWrapper.\--carousel {
    padding: 0 0 140px;
  }

  .homeProductsWrapper__row {
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homeProductsWrapper__item__inner:hover {
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    background: #EEEFEB;
  }
}

.brxMentalHero__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 992px) {
  .brxMentalHero__img img.mob-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
  }
}

.newLandingPageHero .brxMentalHero__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  padding-top: 90px;
}

.newLandingPageHero .brxMentalHero__text {
  z-index: 1;
  max-width: 90%;
}

.newLandingPageHero.brxMentalHero ul li {
  list-style-image: none;
  list-style: disc;
}

.newLandingPageHero.brxMentalHero ul li::marker {
  font-size: 10px;
}

.newLandingPageHero .button-primary-navy {
  background-color: #6ba53f;
  border-color: #6ba53f;
}

.newLandingPageHero .button-primary-navy:hover {
  background-color: #7eb950;
  border-color: #7eb950;
}

.newLandingPage .brx_hero {
  background: #eeefeb !important;
  padding: 90px 0 70px 0;
}

.newLandingPage .brx_hero__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.newLandingPage .brx_hero__row .brx_hero__image {
  width: 48%;
  height: 600px;
}

.newLandingPage .brx_hero__row .brx_hero__content {
  width: 48%;
  -ms-flex-item-align: center;
      align-self: center;
}

.newLandingPage .brx_hero .container {
  max-width: 1140px;
}

.newLandingPage .brx_hero .reviews-rate__rating {
  color: #8b8b8b;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.newLandingPage .brx_hero .reviews-rate__rating:before {
  font-size: 22px;
}

.brxListing .brxList {
  list-style: none;
}

.brxListing .brxList li {
  list-style: none;
  color: #243153;
  letter-spacing: 0.1px;
  position: relative;
  padding-left: 15px;
}

.brxListing .brxList li.icon-rx::before {
  content: "";
  background: url(/images/Hims-icon.svg?abcd8a0f4e9e0811e7f6ff170060b699);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brxListing .brxList li.free-ship::before {
  content: "";
  background: url(/images/shipping-icon-lp.svg?886e609f8d625fd8645b7ee27896f215);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brxListing .brxList li.no--icon:before {
  background: url(/images/pills-new.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

/* .brxListing .brxList li::before {
    display: none;
  } */

.brxGetbtn {
  margin-top: 30px;
}

.newLandingPage .brxTitleWithText {
  margin: 90px 0;
}

.newLandingPage .brx_hero__content h2 {
  font-size: 56px;
}

.newLandingPage .brxLeftImage {
  overflow: hidden;
  margin: 0px 0;
  padding: 90px 0 70px;
  background-color: #eeefeb;
}

.newLandingPage .brxBuilderWrapper {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}

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

.brxMonthSupply {
  color: #243153;
  margin-bottom: 10px;
}

.brxLeftImage__text .brxGetbtn a {
  border-color: inherit;
}

@media (max-width: 992px) {
  .newLandingPage .brx_hero__row {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .newLandingPage .brx_hero__row .brx_hero__image,
  .newLandingPage .brx_hero__row .brx_hero__content,
  .newLandingPage .brxLeftImage__row .brxLeftImage__image,
  .newLandingPage .brxLeftImage__row .brxLeftImage__text {
    width: 100%;
  }

  section.brxMentalHero.newLandingPageHero {
    margin-top: 0;
  }

  .newLandingPage .brx_hero__content h2 {
    font-size: 40px;
  }
}

@media (max-width: 579px) {
  .newLandingPage
.brxLeftImage__row
.brxLeftImage__text
.brxTitleWithText
h2 {
    font-size: 32px;
  }
}

.companies-wrapper {
  border-bottom: 2px solid #dfecf7;
  border-top: 2px solid #dfecf7;
  padding: 2rem 0;
  margin-bottom: 4rem;
  display: block;
}

@media (max-width: 767px) {
  .companies-wrapper {
    height: 88px;
    overflow: hidden;
    padding: 1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

@media (max-width: 768px) {
  .companyAllWrapper {
    height: 88px;
    overflow: hidden;
    position: relative;
  }
}

.flickity-enabled {
  position: relative;
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
}

.companies-wrapper-mobile {
  border-bottom: 2px solid #dfecf7;
  border-top: 2px solid #dfecf7;
  padding: 1rem 0;
  opacity: 0;
}

.companies-wrapper-mobile .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%;
}

.companies-wrapper-mobile .company-image-mobile {
  width: 50%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
}

.companies-wrapper-mobile .company-image-mobile img {
  max-height: 4rem;
}

@media (min-width: 769px) {
  .companies-wrapper-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .companies-wrapper-mobile {
    position: relative;
    z-index: 2;
  }
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.companies {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media screen and (min-width: 375px) {
  .companies {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.companies .company-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 715px) {
  .companies .company-image {
    margin-bottom: 0;
    max-width: 160px;
  }
}

@media screen and (min-width: 1040px) {
  .companies .company-image {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .companies .company-image {
    margin-bottom: 30px;
  }
}

.companies .company-image img {
  max-height: 4rem;
  margin: 0 auto;
}

.homeCenterWrapper {
  overflow: hidden;
  width: 100%;
  padding: 140px 0 70px 0;
}

.homeCenterWrapper__inner {
  position: relative;
}

.homeCenterWrapper__text {
  width: 810px;
  float: left;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.homeCenterWrapper__text.fixed {
  top: 140px;
  position: fixed;
}

.homeCenterWrapper__text.absolute {
  position: absolute;
  bottom: 0;
}

.homeCenterWrapper__text p {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 27px 0;
  color: #243153;
  display: block;
  width: 100%;
}

.homeCenterWrapper__text p.text--animated {
  color: #6ba53f;
  display: none;
  margin-bottom: 0;
}

.homeCenterWrapper__blocks {
  width: 440px;
  float: right;
}

.homeCenterWrapper__blocks__item {
  overflow: hidden;
  width: 100%;
  height: 90px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.homeCenterWrapper__blocks__item.active::before {
  background: #6ba53f;
}

.homeCenterWrapper__blocks__item::before {
  content: '';
  background: #EEEFEB;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.homeCenterWrapper__blocks__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homeCenterWrapper__blocks__item:last-child {
  margin-bottom: 0;
}

.homeCenterWrapper__blocks__item h4 {
  width: 200px;
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
  color: #00263F;
}

.homeCenterWrapper__blocks__item p {
  overflow: hidden;
  width: 100%;
  margin: 20px 0 0 0;
  display: block;
  font-weight: 400;
  color: #8b8b8b;
  font-size: 18px;
  line-height: 22px;
}

.homeCenterWrapper__blocks__item__image {
  overflow: hidden;
  border-radius: 10px;
  height: 90px;
  width: 160px;
  position: relative;
}

.homeCenterWrapper__blocks__item__image.video--type {
  cursor: pointer;
}

.homeCenterWrapper__blocks__item__image.video--type:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.homeCenterWrapper__blocks__item__image.video--type:hover span img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.homeCenterWrapper__blocks__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 1280px) {
  .homeCenterWrapper__text {
    width: 700px;
  }

  .homeCenterWrapper__text p {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 1200px) {
  .homeCenterWrapper__text {
    width: 500px;
  }

  .homeCenterWrapper__text p {
    font-size: 40px;
    line-height: 45px;
  }

  .homeCenterWrapper__blocks {
    width: 400px;
  }
}

@media (max-width: 992px) {
  .homeCenterWrapper {
    padding: 70px 0;
  }

  .homeCenterWrapper__text {
    width: 100%;
    margin-bottom: 40px;
  }

  .homeCenterWrapper__text.fixed {
    position: static !important;
  }

  .homeCenterWrapper__text p.text--animated {
    display: block;
  }

  .homeCenterWrapper__text.absolute {
    position: static !important;
  }

  .homeCenterWrapper__text p {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
  }

  .homeCenterWrapper__blocks {
    width: 370px;
    float: left;
  }

  .homeCenterWrapper__blocks__item {
    margin-bottom: 30px;
  }

  .homeCenterWrapper__blocks__item h4 {
    font-size: 20px;
    line-height: 22px;
    width: 150px;
  }

  .homeCenterWrapper__blocks__item p {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 450px) {
  .homeCenterWrapper__blocks {
    width: 100%;
  }
}

.reviewSlide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.relatedProducts__top.small--size:has(p) {
  grid-template-columns: 1fr;
  margin-bottom: 36px;
}

.relatedProducts__top.small--size:has(p) p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.homeProductsWrapper {
  overflow: hidden;
  padding: 70px 0 35px 0;
}

.homeProductsWrapper .relatedProducts__top h2 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .homeProductsWrapper .relatedProducts__top h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.homeProductsWrapper h2 {
  display: block;
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  margin: 0 0 25px 0;
}

.homeProductsWrapper h2 strong {
  font-weight: 500;
  color: #6ba53f;
}

@media (max-width: 767px) {
  .homeProductsWrapper .container.no--paddings {
    padding: 0;
  }
}

.homeProductsWrapper .reviews-rate__rating {
  margin-right: 0;
  margin-top: 5px;
  display: none;
}

.homeProductsWrapper.\--carousel {
  padding: 70px 0 140px;
  overflow: hidden;
}

.homeProductsWrapper.\--carousel .splide__track {
  overflow: visible;
}

.homeProductsWrapper.\--carousel .homeProductsWrapper__item {
  width: 33.33%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .homeProductsWrapper.\--carousel .homeProductsWrapper__item {
    max-width: 100%;
  }
}

.homeProductsWrapper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.homeProductsWrapper__item {
  width: 25%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .homeProductsWrapper__item {
    padding: 0;
    margin-bottom: 0;
  }
}

.homeProductsWrapper__item.mb--20px {
  margin-bottom: 20px;
}

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner {
  background-size: cover;
  background-position: 75%;
}

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner h3 {
  color: white;
}

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .homeProductsWrapper__item__buttons {
  left: 20px;
  right: 20px;
  width: auto;
}

.homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .button {
  width: 100%;
}

.homeProductsWrapper__item__gd {
  height: 91% !important;
  border-radius: 20px;
}

.homeProductsWrapper__item__gd:hover {
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}

.homeProductsWrapper__item__inner {
  width: 100%;
  height: 550px;
  background: #EEEFE9;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .homeProductsWrapper__item__inner {
    border-radius: 0;
  }
}

.homeProductsWrapper__item__auto_height {
  height: 664px;
}

@media (max-width: 1240px) {
  .homeProductsWrapper__item__auto_height {
    height: 724px;
  }
}

.homeProductsWrapper__item__descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  background: #EEEFE9;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0 0 20px 20px;
  bottom: 65px;
  position: relative;
}

@media (max-width: 1240px) {
  .homeProductsWrapper__item__descriptions {
    height: 240px;
  }
}

.homeProductsWrapper__item__descriptions div {
  width: 100%;
}

.homeProductsWrapper__item__descriptions div p {
  color: #606060;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  justify-self: center;
  margin: 0;
}

@media (max-width: 767px) {
  .homeProductsWrapper__row {
    padding: 0;
    margin: 0;
  }
}

.homeProductsWrapper__item__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homeProductsWrapper__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.homeProductsWrapper__item__image img.image--on--hover {
  display: none;
}

.homeProductsWrapper__item__image_2 img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}

.homeProductsWrapper__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 20;
}

.homeProductsWrapper__item__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homeProductsWrapper__item__top__left h3 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #243153;
}

.homeProductsWrapper__item__top__left p {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
}

.homeProductsWrapper__item__buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.homeProductsWrapper__item__buttons a {
  display: inline-block;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  border-radius: 100px;
  margin: 0 5px;
  border: 1px solid #CBCBCB;
  color: #243153;
  text-decoration: none !important;
}

.homeProductsWrapper__item__buttons a:hover {
  background: #243153 !important;
  border-color: #243153 !important;
  color: white !important;
}

.homeProductsWrapper__item__buttons a.addToCart--link {
  text-decoration: none !important;
  background: #243153;
  border-color: #243153;
  color: white !important;
}

.homeProductsWrapper__item__buttons a.addToCart--link:hover {
  text-decoration: none !important;
  background: transparent !important;
  color: #243153 !important;
}

span.video--play {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

span.video--play img {
  width: 12px;
  position: absolute;
  top: 0;
  left: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

span.popularity--button {
  display: inline-block;
  padding: 10px;
  border-radius: 100px;
  color: white;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  background: #6ba53f;
}

.homeProductsWrapper__row__weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .homeProductsWrapper__item {
    width: 50%;
    margin-bottom: 24px;
  }

  .homeProductsWrapper__item__image_1 {
    top: 0 !important;
    height: 100% !important;
  }

  .homeProductsWrapper__item__image {
    top: 110px;
    height: 60%;
  }

  .homeProductsWrapper__item__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 992px) {
  .homeProductsWrapper {
    padding-bottom: 70px;
  }

  .homeProductsWrapper h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .homeProductsWrapper__item {
    width: 100%;
  }

  .homeProductsWrapper__item:last-child {
    margin-bottom: 0;
  }

  .homeProductsWrapper__item__image {
    bottom: 65px;
  }
}

@media (max-width: 767px) {
  .homeProductsWrapper__item {
    width: 50%;
    margin-bottom: 0;
  }

  .homeProductsWrapper__row {
    width: 100%;
  }

  .homeProductsWrapper__row .splide__track {
    width: 100%;
  }

  .homeProductsWrapper__row .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .homeProductsWrapper.\--carousel .homeProductsWrapper__item {
    padding: 0;
  }

  span.popularity--button {
    margin-top: 10px;
    padding: 0;
    background: transparent;
    color: #6ba53f;
    display: block;
    width: 100%;
    text-align: center;
  }

  .homeProductsWrapper__item__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .homeProductsWrapper__item__top__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .homeProductsWrapper .reviews-rate__rating {
    text-align: center;
  }

  .homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .homeProductsWrapper__item__buttons {
    left: 0;
    width: calc(100% - 10px);
  }

  .homeProductsWrapper__item.\--with-image .homeProductsWrapper__item__inner .button {
    padding: 14px 0;
    text-align: center;
  }

  .homeProductsWrapper__item__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .homeProductsWrapper__item__image img.image--no--hover {
    display: none;
  }

  .homeProductsWrapper__item__image img.image--on--hover {
    display: block;
  }

  .homeProductsWrapper__item.mb--20px {
    margin-bottom: 0;
  }

  .relatedProducts.\--carousel .relatedProducts__item {
    width: 50%;
    padding: 0;
  }

  .homeProductsWrapper__item__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .relatedProducts__item__image {
    border-radius: 0;
  }

  .relatedProducts .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .relatedProducts__item__content {
    text-align: center;
  }

  .relatedProducts .homeProductsWrapper__item__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .relatedProducts__item__content h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .relatedProducts__item__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.heroVideo {
  height: 320px;
  width: 100%;
  position: relative;
  background: #00263f;
}

.heroVideo__words {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  z-index: 8;
}

.heroVideo__words h2 {
  display: table;
  margin: 0 auto;
  height: 22px;
  overflow: hidden;
  line-height: 21px;
  font-weight: 400;
  font-size: 22px;
}

.heroVideo__words h2 em {
  font-style: normal;
  display: inline-block;
  float: left;
  position: relative;
  top: -2px;
}

.heroVideo__words h2 span {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  float: left;
  top: -2px;
  height: 100%;
}

.heroVideo__words h2 span i {
  font-style: normal;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.heroVideo__words h2 span i.active {
  bottom: 1px;
}

.heroVideo__words p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 0 28px;
  line-height: 23px;
}

.heroVideo__soundBtn {
  display: none;
  position: absolute;
  top: 15px;
  left: 22px;
  width: 30px;
  z-index: 5;
  cursor: pointer;
  height: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fff url(/images/sound-off.svg?9cf6452de036c98cb7814aab27da7516) no-repeat center center;
  background-size: 24px;
}

.heroVideo__soundBtn.active {
  background: #fff url(/images/sound-on.svg?9072a4ccc0a6202853c7c33b05908fa8) no-repeat center center;
  background-size: 24px;
}

.heroVideo video {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.heroVideo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}

.heroVideo img.heroDesktopImage {
  display: block;
}

.heroVideo img.heroMobileImage {
  display: none;
}

@media screen and (min-width: 1040px) {
  .heroVideo {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .heroVideo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
    display: none;
  }

  .heroVideo img.heroDesktopImage {
    display: none;
  }

  .heroVideo img.heroMobileImage {
    display: block;
    -o-object-position: bottom;
       object-position: bottom;
  }

  .heroVideo video {
    height: auto;
  }

  .heroVideo__words {
    display: block;
  }
}

span.redactor-underline.visible svg path {
  -webkit-animation: redactor-underline 1.5s cubic-bezier(0.18, -0.01, 0.93, 0.33) forwards;
          animation: redactor-underline 1.5s cubic-bezier(0.18, -0.01, 0.93, 0.33) forwards;
}

span.redactor-underline svg path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 0;
}

span.redactor-underline svg {
  color: #6ba53f;
}

span.redactor-circle svg path {
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  opacity: 0;
}

span.redactor-circle svg {
  color: #6ba53f;
}

span.redactor-circle.visible svg path {
  -webkit-animation: redactor-circle 1.5s linear forwards;
          animation: redactor-circle 1.5s linear forwards;
}

@-webkit-keyframes redactor-underline {
  from {
    opacity: 0;
    stroke-dashoffset: 300;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes redactor-underline {
  from {
    opacity: 0;
    stroke-dashoffset: 300;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes redactor-circle {
  from {
    opacity: 0;
    stroke-dashoffset: 322;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes redactor-circle {
  from {
    opacity: 0;
    stroke-dashoffset: 322;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

.portal-main {
  padding: 3rem 0;
}

.portal-body {
  background-color: #f7f7f7;
}

.portal-headline h1 {
  margin-bottom: 2rem;
  color: #00263f;
  font-weight: 400;
  font-size: 1.75rem;
}

.portal-headline h1.heading-with-note {
  margin-bottom: 0;
}

.portal-headline p.note {
  margin-bottom: 2rem;
}

.portal-headline--lede {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 1.2rem;
}

.bmi-over {
  background-color: #EAFFF1;
}

.date-created-newer {
  background-color: #eafaff !important;
}

.highest-bmi-over {
  background-color: #eafaff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
}

.breadcrumbs .breadcrumb-item {
  text-decoration: none;
}

.breadcrumbs .breadcrumb-item::after {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #222222;
  content: '\BB';
}

.breadcrumbs .breadcrumb-item:last-child::after {
  content: none;
}

.breadcrumbs .breadcrumb-item--back::before {
  position: relative;
  top: -0.05rem;
  left: 0.3rem;
  display: inline-block;
  margin-right: 1rem;
  width: 0.45rem;
  height: 0.45rem;
  border-width: 0.15rem 0.15rem 0 0;
  border-style: solid;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 715px) {
  .portal-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.portal-columns .portal-column--first {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  margin-right: 1rem;
}

.portal-columns .portal-column--last {
  margin-top: 2rem;
}

@media screen and (min-width: 715px) {
  .portal-columns .portal-column--last {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-top: 0;
  }
}

.portal-image {
  height: 15rem;
}

.portal-image img {
  margin: 0 auto;
  height: 100%;
}

.portal-products {
  position: sticky;
  top: 8rem;
  padding: 2rem;
  border: 1px solid #001726;
  background-color: white;
}

.portal-products h3 {
  color: #00263f;
  font-weight: bold;
  font-size: 1.7rem;
}

.portal-product-image {
  margin: 0.5rem 0 2rem 0;
  border: 2px solid #00263f;
  background-color: white;
  height: 400px;
}

.portal-product-image img {
  margin: 0 auto;
  border: 1rem solid white;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portal-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #00263f;
}

.portal-product-info span {
  display: block;
}

.portal-product-info span:first-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.portal-product-info span:last-child {
  text-align: right;
}

.portal-product-info .portal-product-text {
  font-size: 1.1rem;
}

.portal-product-info--sub {
  padding-top: 1rem;
  border-top: 1px solid #00263f;
  font-size: 1.1rem;
}

.portal-product-info--final {
  padding-top: 1rem;
  border-top: 2px solid #00263f;
  font-weight: bold;
  font-size: 1.1rem;
}

.portal-product-info--final .note {
  text-transform: none;
  font-size: 0.8rem;
  text-align: left !important;
}

.portal-product-info--wrapper {
  margin: 1rem 0;
}

.cart-action--light {
  display: block;
  margin-top: 0.75rem;
  text-decoration: none;
  font-size: 0.875rem;
}

.cart-action--light .remove {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background: url(/images/trash-icon.svg?879013f…) no-repeat center;
  background-size: contain;
}

.checkout-steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5rem auto;
  max-width: 36rem;
}

.checkout-steps::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 94%;
  height: 1px;
  background-color: #eafaf7;
  content: '';
}

.checkout-steps li {
  position: relative;
}

.checkout-steps li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #00263f;
  font-size: 1.2rem;
}

.checkout-steps li .caption {
  position: absolute;
  left: 50%;
  margin: 0.5em 0 0 -3.5em;
  width: 7em;
  color: rgba(148, 148, 148, 0.5);
  text-align: center;
  font-size: 0.85rem;
}

.checkout-steps li::before {
  content: none;
}

.checkout-steps li.active .number {
  background-color: #6ba53f;
}

.checkout-steps li.active .caption {
  color: #949494;
}

.checkout-steps li a {
  color: white !important;
  text-decoration: none !important;
}

.photo-manager {
  margin-top: 1rem;
}

.photo-manager .filepond--item::before {
  display: none !important;
}

.photo-manager .filepond--credits {
  display: none !important;
}

.photo-manager .filepond--wrapper {
  min-width: 16rem;
  cursor: pointer;
}

.photo-manager .filepond--drop-label label {
  cursor: pointer;
}

.photo-manager__number {
  font-weight: bold;
  font-size: 2rem;
  display: none;
}

.photo-manager__photo {
  margin-right: 1.5rem;
}

.photo-manager__photo .preview {
  position: relative;
  display: inline-block;
  margin: 2rem auto;
  border: 2px solid #3c425a;
  border-radius: 0px;
}

.photo-manager__photo .preview .remove-cta {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  color: #6ba53f;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
}

.photo-manager__photo .preview img {
  width: auto !important;
  height: 8rem;
}

.photo-manager__photo .upload-photo {
  margin: 2rem 0;
}

.photo-manager__photo .upload-photo label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 1rem;
  border: 2px dashed #3c425a;
  border-radius: 0px;
  background-color: #f6fdfc;
  color: #3c425a;
  cursor: pointer;
}

.photo-manager__photo .upload-photo label span,
.photo-manager__photo .upload-photo label i {
  display: block;
  color: #3c425a;
}

.photo-manager__photo .upload-photo label i {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.photo-manager__photo .upload-photo label span {
  font-weight: 500;
  font-size: 1.25rem;
}

.photo-manager__photo .reupload-photo label {
  display: inline-block;
  overflow: hidden;
  padding: 0.75rem 1rem;
  max-width: 80%;
  border-radius: 0px;
  background-color: #00263f;
  color: white;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.photo-manager__photo .reupload-photo label i {
  display: inline-block;
  margin-right: 0.5rem;
}

.photo-manager__photo .reupload-photo label:hover {
  background-color: #003c63;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.title-and-image--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 2px solid #00263f;
}

.title-and-image--wrapper:last-child {
  border-bottom: none;
}

.title-and-image--title {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}

.title-and-image--title h2 {
  font-size: 2rem;
}

.title-and-image--image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.refills .refill-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 960px) {
  .refills .refill-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.refills .refill-content .card-info--text {
  margin-bottom: 0.5rem;
}

.refills .refill-content .autorefill-form {
  margin-bottom: 0.5rem;
}

.refills .refill-content .reorder-form {
  display: inline-block;
}

.refills .refill-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem;
  max-width: 8rem;
}

@media screen and (min-width: 960px) {
  .refills .refill-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.prescribe .options {
  width: 80%;
}

.prescription-billing fieldset {
  padding: 0;
  border: none;
}

.panel-with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 4px solid #00263f;
}

.panel-with-sidebar .panel-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem;
  background: rgba(0, 38, 63, 0.1);
}

.panel-with-sidebar .panel-sidebar.filters-active {
  background: rgba(107, 165, 63, 0.2);
}

.panel-with-sidebar .panel-sidebar h2 {
  font-weight: 500;
  font-size: 1.4rem;
}

.panel-with-sidebar .panel-sidebar .form-group label {
  color: #00263f;
}

.panel-with-sidebar .panel-sidebar .form-group input[type='text'] {
  border-color: rgba(0, 38, 63, 0.2);
  background: transparent;
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::-moz-placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::-ms-input-placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group ::placeholder {
  font-size: 0.85rem;
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox {
  clear: left;
  margin: 0.25rem -1.5rem;
  padding: 0.25rem 1.5rem 0 1.5rem;
  border-top: 1px solid rgba(0, 38, 63, 0.2);
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox input {
  float: left;
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox label {
  margin-left: 1.5rem;
}

.panel-with-sidebar .panel-sidebar .form-group .checkbox:first-child {
  border-top: none;
}

.panel-with-sidebar .panel-content {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding: 1.5rem 0 1.5rem 2rem;
}

.panel-with-sidebar .panel-content p:first-child {
  margin-top: 0;
}

.panel-with-sidebar .overflow-auto {
  overflow: auto;
}

.panel-with-sidebar .form-select {
  min-width: 165px;
  width: 165px;
}

.panel-with-sidebar .form-select-small {
  min-width: 60px;
}

.panel-with-sidebar .mb-20 {
  margin-bottom: 20px;
}

.panel-with-sidebar .bg-light {
  background: #eee;
}

.image-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

#existingImagesModal,
.modal-content,
.image-options {
  min-width: 100%;
}

.image-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1rem;
}

.image-option {
  display: inline-block;
  text-align: center;
}

.image-option input[type="radio"] {
  display: none;
}

.thumbnail,
.thumbnail img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

.image-option input[type="radio"]:checked + img {
  border: 2px solid #aac0da;
  border-radius: 50%;
}

.empty-cart span.title {
  display: block;
  color: #00263f;
  text-align: center;
  font-size: 2rem;
}

.already--account a {
  color: #4867C0;
  text-decoration: underline;
}

.account-header-wrapper legend {
  margin-bottom: 0;
}

.account-header-wrapper .label-bottom {
  margin-top: 0;
}

.photos-action {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px dotted #eaeaea;
}

.complete-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.complete-action-wrapper button {
  margin-right: 2rem;
}

.portal-notification {
  margin-bottom: 0.75rem a;
  margin-bottom-padding-left: 0.2rem;
  margin-bottom-text-decoration: none;
  margin-bottom-font-weight: bold;
}

.portal-notification::before {
  margin-right: 0.5rem;
  color: #00263f;
  content: '\F27A';
  font-family: 'Font Awesome 5 Free';
}

.consultText {
  overflow: hidden;
  margin-bottom: 40px;
}

.consultText p {
  margin: 0;
}

.snapshotText h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  display: block;
  margin-bottom: 6px;
  color: #243153;
}

.snapshotText p {
  margin: 0;
}

.status {
  float: right;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.status-box {
  width: auto;
  text-align: center;
  padding: 5px;
  border: 1px solid #6ba53f;
  cursor: pointer;
}

.status-button {
  color: #6ba53f !important;
  text-decoration: none;
}

.status-box a:hover {
  text-decoration: underline;
}

.export {
  float: left;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.select2-container .select2-selection--multiple {
  overflow-y: auto !important;
  background-color: #efefef !important;
  border: 1px solid #ddd !important;
}

.linkPatient {
  text-decoration: none;
  color: #000;
}

.linkPatient:hover {
  text-decoration: underline;
  color: #1f577a;
}

.product-strengths h2 {
  font-size: 2rem;
  padding: 0 1rem;
  position: relative;
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.product-strengths h2::after {
  background-color: #00263f;
  content: '';
  display: block;
  height: 1px;
  width: 10%;
  margin: 1rem auto 0 auto;
}

.product-strengths p {
  line-height: 1.5;
  text-align: center;
}

.products {
  margin-top: 5rem;
}

@media screen and (min-width: 715px) {
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.products.-latisse {
  margin-top: 0;
}

@media screen and (min-width: 715px) {
  .products.-latisse {
    display: block;
  }
}

@media screen and (min-width: 1040px) {
  .products.-latisse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.products.-latisse .product,
.products.-latisse .product-info {
  text-align: center;
}

.products .product {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-bottom: 6rem;
}

@media screen and (min-width: 1040px) {
  .products .product {
    -ms-flex-preferred-size: 14rem;
        flex-basis: 14rem;
  }
}

.products .product-image {
  margin-bottom: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  max-width: 250px;
}

@media screen and (min-width: 1040px) {
  .products .product-image {
    width: 100%;
  }
}

.products .product-info {
  text-align: center;
}

@media screen and (min-width: 715px) {
  .products .product-info {
    text-align: left;
  }
}

.products .product-info .product-title,
.products .product-info .product-meta,
.products .product-info .product-price,
.products .product-info .product-button {
  display: block;
  color: #00263f;
}

.products .product-info .product-title {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.products .product-info .product-descriptions {
  color: #00263f;
  margin-bottom: 1rem;
}

.products .product-info .product-descriptions > span {
  display: block;
  font-weight: 500;
}

.products .product-info .product-descriptions--meta span {
  font-weight: 400;
}

.products .product-info .product-meta {
  color: #828282;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.products .product-info .product-price {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.products .product-info .product-button {
  background-color: #00263f;
  color: white;
  font-weight: 400;
  padding: 1rem;
}

.products .product-info a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .products .product-info a {
    margin: 0 0.5rem;
  }
}

.product-list-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list-columns .product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.product-list-columns .product-list-item:last-child {
  border-left: 1px solid #0064a5;
  padding-left: 3rem;
}

.product-list-columns .product-list-item .image {
  margin-right: 3rem;
}

.product-list-columns .product-list-item .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.product-list-columns .product-list-item .copy h2 {
  margin-bottom: 1rem;
}

.product-list-columns .product-list-item .copy .action {
  margin-top: auto;
  position: relative;
  bottom: 0;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 0 auto;
}

@media screen and (min-width: 415px) {
  .product-info {
    margin: 1.5rem auto;
  }
}

@media screen and (min-width: 570px) {
  .product-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1.5rem auto;
  }
}

.product-info a {
  margin: 1rem 0;
}

@media screen and (min-width: 570px) {
  .product-info a {
    margin: 0 0.5rem;
  }
}

.member-price {
  color: #00263f;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

.how-it-works {
  background-color: #00263f;
  padding-top: 3rem;
}

.how-it-works h2 {
  color: white;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.how-it-works .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (min-width: 980px) {
  .how-it-works .steps {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.how-it-works .step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  text-align: center;
  width: 22rem;
}

@media screen and (min-width: 715px) {
  .how-it-works .step {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 715px) {
  .how-it-works .step:first-child {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 715px) {
  .how-it-works .step:last-child {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 715px) {
  .how-it-works .step p {
    width: 20rem;
  }
}

.how-it-works .step .number {
  background-color: #6ba53f;
  color: white;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  height: 3rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  width: 3rem;
}

.how-it-works .step p {
  margin-bottom: 3rem;
}

.how-it-works .step > img {
  width: 17rem;
  height: 17rem;
  background: white;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.background--green {
  background-color: #6ba53f;
}

.background--green h1,
.background--green h2,
.background--green h3,
.background--green h4,
.background--green p {
  color: white !important;
}

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

.background--white h1,
.background--white h2,
.background--white h3,
.background--white h4,
.background--white p {
  color: #243153 !important;
}

.background--blue {
  background-color: #00263f;
}

.background--blue h1,
.background--blue h2,
.background--blue h3,
.background--blue h4,
.background--blue p {
  color: white !important;
}

.twoColumns h2,
.threeColumns h2 {
  color: #3c425a;
  font-size: 2.25rem;
  text-align: center;
}

@media screen and (min-width: 715px) {
  .twoColumns .columns,
  .threeColumns .columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.twoColumns.-latisse .columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.twoColumns.-latisse .columns > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 715px) {
  .twoColumns.-latisse .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .twoColumns.-latisse .columns > div {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
}

@media screen and (min-width: 715px) {
  .twoColumns .columns > div {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
}

@media screen and (min-width: 715px) {
  .threeColumns .columns > div {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
  }
}

.imageWithText .columns,
.videoWithText .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 715px) {
  .imageWithText .columns,
  .videoWithText .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.imageWithText .columns .image,
.videoWithText .columns .image {
  margin-top: 3rem;
  width: 100%;
}

@media screen and (min-width: 715px) {
  .imageWithText .columns .image,
  .videoWithText .columns .image {
    margin-top: 0;
    width: 50%;
  }
}

.imageWithText .columns .headline-above-image,
.videoWithText .columns .headline-above-image {
  color: #00263f;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 715px) {
  .imageWithText .columns .headline-above-image,
  .videoWithText .columns .headline-above-image {
    text-align: center;
  }
}

.imageWithText .columns .video-wrapper,
.videoWithText .columns .video-wrapper {
  width: 100%;
}

.imageWithText .columns video,
.videoWithText .columns video {
  width: 100%;
}

.imageWithText .reverse div:first-child,
.videoWithText .reverse div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 715px) {
  .imageWithText .reverse div:first-child,
  .videoWithText .reverse div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.imageWithText .reverse div:last-child,
.videoWithText .reverse div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 715px) {
  .imageWithText .reverse div:last-child,
  .videoWithText .reverse div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.imageWithText .copy,
.videoWithText .copy {
  width: 100%;
  line-height: 1.4;
}

@media screen and (min-width: 715px) {
  .imageWithText .copy,
  .videoWithText .copy {
    width: 50%;
  }
}

.imageWithText .copy h2,
.videoWithText .copy h2 {
  color: #3c425a;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}

.imageWithText .copy h2 span,
.videoWithText .copy h2 span {
  display: block;
  font-weight: 300;
  font-size: 2.25rem;
}

@media screen and (min-width: 715px) {
  .imageWithText .copy .action,
  .videoWithText .copy .action {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 2.5rem 0 0 0;
  }
}

.fullWidth h2 {
  color: #00263f;
  text-align: center;
  margin-bottom: 2rem;
}

.fullWidth h2::after {
  background-color: currentColor;
  content: '';
  display: block;
  width: 5rem;
  height: 1px;
  margin: 1rem auto 0 auto;
}

.fullWidth p {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.ticker-photos {
  --image-1: 135px;
  --image-2: 195px;
  --image-3: 135px;
  --image-4: 120px;
  --image-5: 180px;
  --images-gap: 25px;
  overflow: hidden;
  padding: 0 0 30px;
}

@media (max-width: 1400px) {
  .ticker-photos {
    --image-2: 160px;
    --images-gap: 15px;
  }
}

@media (max-width: 715px) {
  .ticker-photos {
    --image-2: 140px;
  }
}

@media (max-width: 480px) {
  .ticker-photos {
    --image-1: 95px;
    --image-2: 135px;
    --image-3: 95px;
    --image-4: 85px;
    --image-5: 125px;
    --images-gap: 10px;
  }
}

@media (max-width: 715px) {
  .ticker-photos {
    padding: 0;
  }
}

.ticker-photos__container {
  outline: none;
}

.ticker-photos__item {
  width: auto;
  margin-right: var(--images-gap);
  position: relative;
}

.ticker-photos__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--images-gap);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ticker-photos__image {
  overflow: hidden;
}

.ticker-photos__image img {
  max-height: 100%;
  max-width: unset;
  height: 180px;
  width: auto;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.ticker-photos__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ticker-photos__tagline {
  font-size: 0.83rem;
  font-weight: 400;
}

.ticker-photos__title {
  max-width: 320px;
  font-size: 1.2rem;
}

.ticker-photos__caption {
  font-size: 11px;
  font-weight: 400;
  margin-top: 10px;
  color: #000;
  opacity: 0.3;
  text-transform: lowercase;
}

.ticker-photos__caption i {
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}

.ticker-photos__logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 580px;
}

.team-wrapper {
  padding: 0;
}

.team-row {
  position: relative;
}

@media screen and (min-width: 715px) {
  .team-row::before {
    background-color: #f2f2f2;
    border-bottom: 2px solid #ebebeb;
    content: '';
    height: 266px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}

.team-members {
  display: block;
}

@media screen and (min-width: 715px) {
  .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.team-members .team-member {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 2rem;
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem;
}

.team-members .team-member::before {
  background-color: #f2f2f2;
  border-bottom: 2px solid #ebebeb;
  content: '';
  height: 266px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 715px) {
  .team-members .team-member {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-members .team-member::before {
    content: none;
    height: auto;
  }
}

.team-members .team-member--image {
  cursor: pointer;
  position: relative;
}

.team-members .team-member--image img {
  bottom: -4px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}

.team-members .team-member--name,
.team-members .team-member--title,
.team-members .team-member--location,
.team-members .team-member--bio-title,
.team-members .team-member--bio-description {
  display: block;
}

.team-members .team-member--name,
.team-members .team-member--title,
.team-members .team-member--location {
  text-align: center;
}

.team-members .team-member--name {
  color: #00263f;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
}

.team-members .team-member--title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.team-members .team-member--location {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
}

.team-members .team-member--bio {
  display: none;
  line-height: 1.5;
}

.team-members .team-member--bio-text {
  margin-bottom: 4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.team-members .team-member--bio-text p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.team-members .team-member--bio-title {
  color: #00263f;
  font-size: 1.125rem;
  font-weight: 500;
}

.team-members .team-member--bio-description {
  margin-bottom: 2rem;
}

.team-members .team-member--info {
  margin-top: 3.4rem;
  margin-bottom: 6rem;
}

.team-members .team-profile-trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00263f;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  margin: 2rem auto;
  text-align: center;
  width: 2rem;
}

.team-members .team-profile-trigger::after {
  content: '+';
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

.team-members .team-profile-trigger--text::after {
  content: '\2013' !important;
}

.upsell-heading {
  font-size: 2rem;
  color: #243153;
  text-align: center;
  padding: 0 2rem;
}

.upsellProductsWrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.upsell-product-wrapper__item__inner {
  position: relative;
  height: 400px !important;
  border-radius: 2rem;
}

.upsell-product-wrapper {
  margin: 0 auto;
  width: 75% !important;
}

.upsell-price {
  margin: 0 !important;
  margin-bottom: 20px;
  font-size: 24px;
}

.upsell-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  border-radius: 100px;
  margin: 0 5px;
  text-decoration: none !important;
  background-image: initial;
  background-color: #243153;
  color: white !important;
}

.upsell-continue {
  text-align: center;
  margin-top: 4rem;
}

.upsell-continue .upsell-button {
  word-wrap: break-word;
  width: auto !important;
}

.thanks__info .button-weight {
  font-size: 1.1rem !important;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .upsellProductsWrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .upsell-product-wrapper {
    width: 50% !important;
  }

  .thanks__info .button-weight {
    font-size: 1rem !important;
    padding: 1rem 2rem;
    margin-top: 1rem;
  }
}

.thanks {
  text-align: center;
}

.thanks-heading {
  margin: 0;
}

.thanks__lede {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 50em;
  margin: 1em auto;
}

.thanks__ctaWrapper {
  margin: 2rem 0;
}

.thanks__boxWrapper img {
  max-width: 400px;
  display: inline-block;
}

.thanks .text--animated {
  color: var(--darkreader-text-6ba53f, #8fc567);
}

.thanks__title {
  margin-bottom: 0;
}

@media only screen and (min-width: 1100px) {
  .thanksProductsWrapper {
    grid-template-rows: auto auto;
  }

  .thanksProductsWrapper .homeProductsWrapper__item:nth-child(5) {
    justify-self: end;
  }

  .thanksProductsWrapper .homeProductsWrapper__item:nth-child(6) {
    justify-self: start;
  }
}

@media only screen and (max-width: 1300px) {
  .thanksProductsWrapper {
    grid-template-columns: repeat(4, minmax(270px, 1fr)) !important;
    max-width: 95% !important;
  }
}

@media only screen and (min-width: 851px) and (max-width: 1100px) {
  .thanksProductsWrapper {
    grid-template-columns: repeat(3, minmax(270px, 270px)) !important;
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 850px) {
  .thanksProductsWrapper {
    grid-template-columns: repeat(2, minmax(auto, 1fr)) !important;
    max-width: 95% !important;
  }

  .title-mob {
    font-size: 15px !important;
  }

  .title-btn {
    font-size: 11px !important;
  }
}

.thanksProductsWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  max-width: 75%;
  margin-inline: auto;
  gap: 1rem;
  overflow: hidden;
}

.thanksProductsWrapper .homeProductsWrapper__item {
  width: 100%;
  display: grid;
  height: 100%;
}

.thanksProductsWrapper .homeProductsWrapper__item .homeProductsWrapper__item__inner {
  max-height: 390px;
  border-radius: 20px !important;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 220px;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info .faint-grey-lettering {
  color: #999;
  font-weight: 300;
  opacity: 0.8;
  padding: .2rem;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info h2,
.thanksProductsWrapper .homeProductsWrapper__item .thanks__info h3,
.thanksProductsWrapper .homeProductsWrapper__item .thanks__info p {
  margin: 0;
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info .grid-empty-space {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info .grid-empty-space {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info .grid-empty-space-m {
    margin-bottom: 0px;
  }
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info p {
    margin-top: 10px;
  }
}

.thanksProductsWrapper .homeProductsWrapper__item .thanks__info > * {
  -ms-flex-item-align: self-start;
      align-self: self-start;
}

@media (max-width: 767px) {
  .thanksProductsWrapper .homeProductsWrapper__item .thanks__info > * {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.thanksProductsWrapper .homeProductsWrapper__item p,
.thanksProductsWrapper .homeProductsWrapper__item h3,
.thanksProductsWrapper .homeProductsWrapper__item h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #00263f;
}

.thanksProductsWrapper .homeProductsWrapper__item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.thanksProductsWrapper .homeProductsWrapper__item a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  border-radius: 100px;
  margin: auto 5px 0;
  text-decoration: none !important;
  background-image: initial;
  background-color: var(--darkreader-background-243153, #1d2742);
  border-top-color: var(--darkreader-border-243153, #425a99);
  border-right-color: var(--darkreader-border-243153, #425a99);
  border-bottom-color: var(--darkreader-border-243153, #425a99);
  border-left-color: var(--darkreader-border-243153, #425a99);
  color: var(--darkreader-text-ffffff, #e8e6e3) !important;
}

.thanksProductsWrapper .homeProductsWrapper__item a:hover {
  background-color: #fff;
  color: #1d2742 !important;
  border: 1px solid #1d2742 !important;
}

@media (max-width: 767px) {
  .sm-bottle {
    -webkit-transform: scale(2.4) !important;
            transform: scale(2.4) !important;
  }
}

@media (max-width: 1300px) {
  .sm-bottle {
    -webkit-transform: scale(1.5) !important;
            transform: scale(1.5) !important;
  }
}

@media (max-width: 500px) {
  .sm-bottle {
    -webkit-transform: scale(1.8) !important;
            transform: scale(1.8) !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.thanks__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.refills-modal-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.text-blue {
  color: #1f577a;
}

.weight-loss-hero {
  position: relative;
  background-color: #faf5ef;
}

@media (max-width: 715px) {
  .weight-loss-hero {
    padding-top: 1rem;
  }
}

.weight-loss-hero__new_image {
  display: block;
}

@media (max-width: 715px) {
  .weight-loss-hero__new_image {
    display: none;
  }
}

.weight-loss-hero__new_image-mobile {
  display: none;
}

@media (max-width: 715px) {
  .weight-loss-hero__new_image-mobile {
    display: block;
  }
}

.weight-loss-hero__container {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media (max-width: 715px) {
  .weight-loss-hero__container {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.weight-loss-hero__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

@media (max-width: 500px) {
  .weight-loss-hero__title {
    font-size: 2rem;
    font-weight: 400;
  }
}

.weight-loss-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 715px) {
  .weight-loss-hero__list {
    gap: 0;
  }
}

.weight-loss-hero__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.weight-loss-hero__list li:before {
  display: none;
}

.weight-loss-hero__list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1f577a;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.weight-loss-hero__list-icon img,
.weight-loss-hero__list-icon svg {
  width: 120%;
  height: 120%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.weight-loss-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  width: 380px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .weight-loss-hero__cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .weight-loss-hero__cta .button {
    min-width: 170px;
  }
}

.weight-loss-hero__cta > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.weight-loss-hero__cta-text {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8;
  margin: 0 0 27px 0;
}

@media (max-width: 715px) {
  .weight-loss-hero__cta-text {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .weight-loss-hero__cta-text {
    margin-bottom: 0;
  }
}

.weight-loss-hero__cta span.redactor-underline svg {
  color: #CEA27D;
}

.weight-loss-hero__lines {
  position: absolute;
  width: 40vw;
  height: 100%;
  right: 30px;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .weight-loss-hero__lines {
    gap: 15px;
    position: relative;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    right: 0;
    left: 0;
  }
}

.weight-loss-hero__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.weight-loss-hero__line .splide__track {
  height: 100% !important;
}

.weight-loss-hero__line-item {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .weight-loss-hero__line-item {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.weight-loss-hero__line-item img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.weight-loss-hero__line-item img.horizontal {
  display: none;
}

@media (max-width: 1200px) {
  .weight-loss-hero__line-item img {
    border-radius: 3vw;
    width: 35vw;
    aspect-ratio: 16 / 12;
  }

  .weight-loss-hero__line-item img.vertical {
    display: none;
  }

  .weight-loss-hero__line-item img.horizontal {
    display: block;
  }
}

.weight-loss-landing .companyAllWrapper {
  border-bottom: 2px solid #dfecf7;
  border-top: 2px solid #dfecf7;
  height: auto;
}

.weight-loss-landing .companies-wrapper {
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
  border: none;
  height: auto;
  overflow: auto;
  position: relative;
  top: auto;
  left: auto;
}

.weight-loss-landing .companies-wrapper .company-image {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weight-loss-landing .companies-wrapper img {
  max-height: 4rem;
  margin: 0 auto;
}

.weight-loss-landing .homeProductsWrapper {
  background-color: #faf5ef;
}

@media (max-width: 715px) {
  .weight-loss-landing .homeProductsWrapper {
    padding: 20px 0 35px 0;
  }
}

@media (max-width: 600px) {
  .weight-loss-landing .homeProductsWrapper__item__inner {
    padding-top: 10px;
  }

  .weight-loss-landing .homeProductsWrapper__item__inner h3 {
    line-height: 1;
  }
}

@media (max-width: 715px) {
  .weight-loss-landing .homeProductsWrapper__item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 715px) {
  .weight-loss-landing .homeProductsWrapper__item__buttons .button {
    font-weight: 500;
    min-width: 150px;
  }
}

.weight-loss-calculator {
  background-color: #1c1f20;
}

.weight-loss-calculator__landing {
  background-color: #f3f8fc;
}

.weight-loss-calculator__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media (max-width: 1000px) {
  .weight-loss-calculator__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.weight-loss-calculator__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1000px) {
  .weight-loss-calculator__left {
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden;
  }

  .weight-loss-calculator__left img {
    -webkit-transform: translateX(9%);
            transform: translateX(9%);
  }
}

@media (max-width: 400px) {
  .weight-loss-calculator__left img {
    -webkit-transform: translateX(9%) scale(1.2);
            transform: translateX(9%) scale(1.2);
  }
}

.weight-loss-calculator__right {
  width: 400px;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .weight-loss-calculator__right {
    width: 100%;
  }
}

.weight-loss-calculator__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 19px;
}

.weight-loss-calculator__slider-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

@media (max-width: 480px) {
  .weight-loss-calculator__slider-row {
    font-size: 15px;
  }
}

.weight-loss-calculator__slider-row.\--goal span {
  font-size: 60px;
  font-weight: 400;
}

.weight-loss-calculator__slider-row > div {
  text-align: right;
  position: relative;
  white-space: nowrap;
}

.weight-loss-calculator__slider-row > div span {
  line-height: 1;
  font-size: 40px;
}

.weight-loss-landing {
  /*********** Baseline, reset styles ***********/
  /* Removes default focus */
  /******** Chrome, Safari, Opera and Edge Chromium styles ********/
  /* slider track */
  /* slider thumb */
  /*********** Firefox styles ***********/
  /* slider track */
  /* slider thumb */
}

.weight-loss-landing input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  display: block;
}

.weight-loss-landing input[type="range"]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.weight-loss-landing input[type="range"]::-webkit-slider-runnable-track {
  background-color: #cfcfcf;
  border-radius: 0.5rem;
  height: 4px;
}

.weight-loss-landing input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #11b3a1;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.weight-loss-landing input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #11b3a1;
  outline-offset: 0.125rem;
}

.weight-loss-landing input[type="range"]::-moz-range-track {
  background-color: #cfcfcf;
  border-radius: 0.5rem;
  height: 4px;
}

.weight-loss-landing input[type="range"]::-moz-range-thumb {
  background-color: #11b3a1;
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.weight-loss-landing input[type="range"]:focus::-moz-range-thumb {
  outline: 3px solid #11b3a1;
  outline-offset: 0.125rem;
}

.brxInjectionHrt {
  background-color: #EBF5FA;
  padding: 0;
}

@media (max-width: 767px) {
  .brxInjectionHrt {
    padding: 2rem 0 3rem;
  }
}

@media (max-width: 767px) {
  .brxInjectionHrt .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .brxInjectionHrt .container .brxInjectionHrt__row {
    grid-template-columns: 1fr;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 400px;
}

@media (max-width: 767px) {
  .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content {
    max-width: 100%;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 3rem;
  }
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 20px;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  color: #243153;
  margin-bottom: 20px;
  margin-top: 0;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content p.brxInjectionHrt__smalltxt {
  line-height: 110%;
  font-size: 0.875rem;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__button .button {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 80px;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__hero {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 11 / 13;
}

.brxInjectionHrt .container .brxInjectionHrt__row .brxInjectionHrt__hero img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brxInjectionHrt.brxInjectionHrt-benefits {
  background-color: #ffffff;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-benefits {
    padding: 5rem 0;
  }

  .brxInjectionHrt.brxInjectionHrt-benefits .mob-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 100%;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 110%;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 2.5rem;
  }
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists {
  padding: 0;
  display: grid;
  row-gap: 17px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 22px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists li {
  font-size: 1rem;
  line-height: 21px;
  font-weight: 400;
  color: #243153;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__lists li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__benefit-imgbox {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__benefit-imgbox img {
  border-radius: 20px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__caption {
  text-align: center;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__benefit .brxInjectionHrt__caption p {
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
  margin-top: 0;
  margin-bottom: 11px;
}

.brxInjectionHrt.brxInjectionHrt-benefits .container .brxInjectionHrt__row .brxInjectionHrt__button {
  margin-bottom: 20px;
}

.brxInjectionHrt.brxInjectionHrt-benefits.bg-grey {
  background-color: #f7f7f7;
}

.brxInjectionHrt.brxInjectionHrt-safety {
  background-color: #eeefeb;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-safety {
    padding: 5rem 0;
  }
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
  grid-template-columns: 440px 1fr;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 991px) {
  .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
    grid-template-columns: 320px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row {
    grid-template-columns: 1fr;
  }
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content {
  max-width: 100%;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 110%;
}

@media (max-width: 767px) {
  .brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxInjectionHrt__title {
    font-size: 2.5rem;
  }
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p {
  margin-bottom: 30px;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p:last-child {
  margin-bottom: 0;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content p.fw-bold {
  font-weight: 600;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item {
  border-color: #cbcbcb;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item h3 {
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
}

.brxInjectionHrt.brxInjectionHrt-safety .container .brxInjectionHrt__row .brxInjectionHrt__content .brxAccordeon__item p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.brxInjectionHrt.brxInjectionHrt-safety.bg-white {
  background-color: #ffffff;
}

.brxInjectionSlow {
  background-color: #243153;
  padding: 7.5rem 0;
}

@media (max-width: 767px) {
  .brxInjectionSlow {
    padding: 5rem 0;
  }
}

@media (max-width: 767px) {
  .brxInjectionSlow .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.brxInjectionSlow .brxInjectionSlow__content {
  margin-bottom: 73px;
  text-align: center;
}

.brxInjectionSlow .brxInjectionSlow__content .brxInjectionSlow__title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .brxInjectionSlow .brxInjectionSlow__content .brxInjectionSlow__title {
    font-size: 2.5rem;
  }
}

.brxInjectionSlow .brxInjectionSlow__content p {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0;
  margin: 0;
}

.brxInjectionSlow .brxInjectionSlow__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}

@media (max-width: 991px) {
  .brxInjectionSlow .brxInjectionSlow__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 579px) {
  .brxInjectionSlow .brxInjectionSlow__row {
    grid-template-columns: 1fr;
  }
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox {
  text-align: center;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__img {
  text-align: center;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__img img {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox .brxInjectionSlow__itemhd {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 14px;
  color: #ffffff;
}

.brxInjectionSlow .brxInjectionSlow__row .brxInjectionSlow__itembox p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

