@charset "UTF-8";
/* stylelint-disable */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* stylelint-enable */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ff6b00;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #ff6b00;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1.875rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #ff6b00;
  border-color: #ff6b00; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.25); }
  .btn-primary:active {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.45); }
  .btn-primary.is-loading::after {
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.9); }

.btn-secondary {
  color: #fff;
  background-color: #009639;
  border-color: #009639; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.25); }
  .btn-secondary:active {
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.45); }
  .btn-secondary.is-loading::after {
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.9); }

.btn-success {
  color: #fff;
  background-color: #009639;
  border-color: #009639; }
  .btn-success:hover, .btn-success:focus {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.25); }
  .btn-success:active {
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.45); }
  .btn-success.is-loading::after {
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.9); }

.btn-info {
  color: #fff;
  background-color: #4c5459;
  border-color: #4c5459; }
  .btn-info:hover, .btn-info:focus {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(76, 84, 89, 0.25); }
  .btn-info:active {
    box-shadow: 0 0 0 4px rgba(76, 84, 89, 0.45); }
  .btn-info.is-loading::after {
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.9); }

.btn-warning {
  color: #fff;
  background-color: #ff6b00;
  border-color: #ff6b00; }
  .btn-warning:hover, .btn-warning:focus {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.25); }
  .btn-warning:active {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.45); }
  .btn-warning.is-loading::after {
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.9); }

.btn-danger {
  color: #fff;
  background-color: #e2231a;
  border-color: #e2231a; }
  .btn-danger:hover, .btn-danger:focus {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(226, 35, 26, 0.25); }
  .btn-danger:active {
    box-shadow: 0 0 0 4px rgba(226, 35, 26, 0.45); }
  .btn-danger.is-loading::after {
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.9); }

.btn-outline-primary {
  color: #ff6b00;
  background-color: #fff;
  border-color: #ff6b00; }
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.25); }
  .btn-outline-primary:active {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.45); }
  .btn-outline-primary.is-loading::after {
    border-color: rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.9); }

.btn-outline-secondary {
  color: #009639;
  background-color: #fff;
  border-color: #009639; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.25); }
  .btn-outline-secondary:active {
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.45); }
  .btn-outline-secondary.is-loading::after {
    border-color: rgba(0, 150, 57, 0.3) rgba(0, 150, 57, 0.3) rgba(0, 150, 57, 0.3) rgba(0, 150, 57, 0.9); }

.btn-outline-success {
  color: #009639;
  background-color: #fff;
  border-color: #009639; }
  .btn-outline-success:hover, .btn-outline-success:focus {
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.25); }
  .btn-outline-success:active {
    box-shadow: 0 0 0 4px rgba(0, 150, 57, 0.45); }
  .btn-outline-success.is-loading::after {
    border-color: rgba(0, 150, 57, 0.3) rgba(0, 150, 57, 0.3) rgba(0, 150, 57, 0.3) rgba(0, 150, 57, 0.9); }

.btn-outline-info {
  color: #4c5459;
  background-color: #fff;
  border-color: #4c5459; }
  .btn-outline-info:hover, .btn-outline-info:focus {
    box-shadow: 0 0 0 4px rgba(76, 84, 89, 0.25); }
  .btn-outline-info:active {
    box-shadow: 0 0 0 4px rgba(76, 84, 89, 0.45); }
  .btn-outline-info.is-loading::after {
    border-color: rgba(76, 84, 89, 0.3) rgba(76, 84, 89, 0.3) rgba(76, 84, 89, 0.3) rgba(76, 84, 89, 0.9); }

.btn-outline-warning {
  color: #ff6b00;
  background-color: #fff;
  border-color: #ff6b00; }
  .btn-outline-warning:hover, .btn-outline-warning:focus {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.25); }
  .btn-outline-warning:active {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.45); }
  .btn-outline-warning.is-loading::after {
    border-color: rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.9); }

.btn-outline-danger {
  color: #e2231a;
  background-color: #fff;
  border-color: #e2231a; }
  .btn-outline-danger:hover, .btn-outline-danger:focus {
    box-shadow: 0 0 0 4px rgba(226, 35, 26, 0.25); }
  .btn-outline-danger:active {
    box-shadow: 0 0 0 4px rgba(226, 35, 26, 0.45); }
  .btn-outline-danger.is-loading::after {
    border-color: rgba(226, 35, 26, 0.3) rgba(226, 35, 26, 0.3) rgba(226, 35, 26, 0.3) rgba(226, 35, 26, 0.9); }

.btn-link {
  font-weight: 300;
  color: #ff6b00;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #ff6b00;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #868e96; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px; }

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1.875rem;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #0065b1;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #7e7e7e;
    opacity: 1; }
  .form-control::placeholder {
    color: #7e7e7e;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: inherit;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem + 2px); }

select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(1rem - 1px * 2);
  padding-bottom: calc(1rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 4px; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.875rem + 2px); }

.form-control-lg {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 4px; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px); }

.form-group {
  margin-bottom: 1.25rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 1.25rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
  padding-left: 0;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: 0; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #e2231a; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(226, 35, 26, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #009639; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 57, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #009639; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(0, 150, 57, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #009639; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #009639; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 57, 0.25); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e2231a; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 35, 26, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #e2231a; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(226, 35, 26, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #e2231a; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #e2231a; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 35, 26, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1440px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

.table, .rich-text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.625rem;
  background-color: transparent; }
  .table th, .rich-text table th,
  .table td,
  .rich-text table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th, .rich-text table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody, .rich-text table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table, .rich-text table .table, .table .rich-text table, .rich-text .table table, .rich-text table table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd), .rich-text table tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6; }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffd6b8; }

.table-hover .table-primary:hover {
  background-color: #ffc79f; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffc79f; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8e2c8; }

.table-hover .table-secondary:hover {
  background-color: #a6dbba; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a6dbba; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e2c8; }

.table-hover .table-success:hover {
  background-color: #a6dbba; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a6dbba; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cdcfd1; }

.table-hover .table-info:hover {
  background-color: #c0c2c5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c0c2c5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffd6b8; }

.table-hover .table-warning:hover {
  background-color: #ffc79f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffc79f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c1bf; }

.table-hover .table-danger:hover {
  background-color: #f4aba8; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f4aba8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #212529; }

.thead-default th {
  color: #495057;
  background-color: #e9ecef; }

.table-inverse {
  color: #fff;
  background-color: #212529; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #32383e; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd), .rich-text table.table-inverse tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.875rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 1.875rem; }

h2, .h2 {
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875rem;
  font-weight: 300; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 0.625rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #ff6b00; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc5600; }

.badge-secondary {
  color: #fff;
  background-color: #009639; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006326; }

.badge-success {
  color: #fff;
  background-color: #009639; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006326; }

.badge-info {
  color: #fff;
  background-color: #4c5459; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #353a3d; }

.badge-warning {
  color: #fff;
  background-color: #ff6b00; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc5600; }

.badge-danger {
  color: #fff;
  background-color: #e2231a; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b41c15; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #d8d8d8;
  border-radius: 4px; }

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: transparent; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ff6b00 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #cc5600 !important; }

.bg-secondary {
  background-color: #009639 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #006326 !important; }

.bg-success {
  background-color: #009639 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #006326 !important; }

.bg-info {
  background-color: #4c5459 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #353a3d !important; }

.bg-warning {
  background-color: #ff6b00 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #cc5600 !important; }

.bg-danger {
  background-color: #e2231a !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #b41c15 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ff6b00 !important; }

.border-secondary {
  border-color: #009639 !important; }

.border-success {
  border-color: #009639 !important; }

.border-info {
  border-color: #4c5459 !important; }

.border-warning {
  border-color: #ff6b00 !important; }

.border-danger {
  border-color: #e2231a !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-10 {
    margin: 0.625rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 0.625rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 0.625rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 0.625rem !important; }
  .m-sm-20 {
    margin: 1.25rem !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important; }
  .m-sm-30 {
    margin: 1.875rem !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-10 {
    padding: 0.625rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 0.625rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 0.625rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 0.625rem !important; }
  .p-sm-20 {
    padding: 1.25rem !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important; }
  .p-sm-30 {
    padding: 1.875rem !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-10 {
    margin: 0.625rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 0.625rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 0.625rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 0.625rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 0.625rem !important; }
  .m-md-20 {
    margin: 1.25rem !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important; }
  .m-md-30 {
    margin: 1.875rem !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-10 {
    padding: 0.625rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 0.625rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 0.625rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 0.625rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 0.625rem !important; }
  .p-md-20 {
    padding: 1.25rem !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important; }
  .p-md-30 {
    padding: 1.875rem !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-10 {
    margin: 0.625rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 0.625rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 0.625rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 0.625rem !important; }
  .m-lg-20 {
    margin: 1.25rem !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important; }
  .m-lg-30 {
    margin: 1.875rem !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-10 {
    padding: 0.625rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 0.625rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 0.625rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 0.625rem !important; }
  .p-lg-20 {
    padding: 1.25rem !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important; }
  .p-lg-30 {
    padding: 1.875rem !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-10 {
    margin: 0.625rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 0.625rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 0.625rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 0.625rem !important; }
  .m-xl-20 {
    margin: 1.25rem !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important; }
  .m-xl-30 {
    margin: 1.875rem !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-10 {
    padding: 0.625rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 0.625rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 0.625rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 0.625rem !important; }
  .p-xl-20 {
    padding: 1.25rem !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important; }
  .p-xl-30 {
    padding: 1.875rem !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 300 !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #ff6b00 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #cc5600 !important; }

.text-secondary {
  color: #009639 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #006326 !important; }

.text-success {
  color: #009639 !important; }

a.text-success:focus, a.text-success:hover {
  color: #006326 !important; }

.text-info {
  color: #4c5459 !important; }

a.text-info:focus, a.text-info:hover {
  color: #353a3d !important; }

.text-warning {
  color: #ff6b00 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #cc5600 !important; }

.text-danger {
  color: #e2231a !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #b41c15 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html,
body,
form {
  height: 100%; }

body {
  overflow-x: hidden; }

form {
  display: flex;
  flex-direction: column; }

.header,
.footer,
main {
  flex: 0 0 auto; }

@media (max-width: 575px) {
  .row--spaced-xs > [class*="col"]:not(:last-child) {
    margin-bottom: 1.25rem; } }

@media (max-width: 767px) {
  .row--spaced-sm > [class*="col"]:not(:last-child) {
    margin-bottom: 1.25rem; } }

@media (max-width: 991px) {
  .row--spaced-md > [class*="col"]:not(:last-child) {
    margin-bottom: 1.25rem; } }

@media (max-width: 1199px) {
  .row--spaced-lg > [class*="col"]:not(:last-child) {
    margin-bottom: 1.25rem; } }

.row--spaced-xl > [class*="col"]:not(:last-child) {
  margin-bottom: 1.25rem; }

@media (max-width: 991px) {
  .row--spaced-section > [class*="col"]:not(:last-child) {
    margin-bottom: 3.125rem; }
  .row--spaced-component > [class*="col"]:not(:last-child) {
    margin-bottom: 1.875rem; }
  .row--spaced-element > [class*="col"]:not(:last-child) {
    margin-bottom: 1.25rem; } }

.row-reverse {
  flex-direction: row-reverse; }

.column {
  display: flex;
  flex-direction: column; }

.section {
  margin-bottom: 3.125rem; }
  @media (min-width: 992px) {
    .section {
      margin-bottom: 4.375rem; } }
  .section--padded {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media (min-width: 992px) {
      .section--padded {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
  .section--condensed {
    margin-bottom: 1.875rem; }
    @media (min-width: 992px) {
      .section--condensed {
        margin-bottom: 2.5rem; } }
  .section--no-margin {
    margin-bottom: 0; }
  .section--bordered {
    border-bottom: 4px solid #ffd100; }
  .section--colored {
    background-color: #f6f6f6; }
  .section--static {
    position: static; }
  .section div.rich-text p.image-content {
    display: flex;
    flex-wrap: wrap; }

.component {
  margin-bottom: 1.875rem; }
  @media (min-width: 992px) {
    .component {
      margin-bottom: 3.125rem; } }

.component-invert {
  margin-top: -1.875rem; }
  @media (min-width: 992px) {
    .component-invert {
      margin-top: -3.125rem; } }

.element {
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .element {
      margin-bottom: 1.875rem; } }

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1 {
  margin-bottom: 1.875rem;
  color: #000; }
  @media (min-width: 992px) {
    h1, .h1 {
      margin-bottom: 3.125rem;
      font-size: 2.25rem; } }

.h1-secondary {
  color: #009639;
  text-align: center; }

h2, .h2 {
  margin-bottom: 1.25rem;
  color: #009639; }
  @media (min-width: 992px) {
    h2, .h2 {
      margin-bottom: 1.875rem;
      font-size: 2rem; } }
  h2.shortline::after,
  .h2.shortline::after {
    background-color: #009639; }

.h2-secondary {
  margin-bottom: 1.25rem;
  font-weight: 900;
  color: #4c5459;
  text-align: center; }
  @media (min-width: 992px) {
    .h2-secondary {
      margin-bottom: 1.875rem; } }
  .h2-secondary::after {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
    height: 1px;
    margin-top: 0.625rem;
    background-color: #d8d8d8;
    content: ''; }
    @media (min-width: 768px) {
      .h2-secondary::after {
        margin-top: 1.25rem; } }

h3, .h3 {
  margin-bottom: 1.25rem;
  color: #009639; }
  @media (min-width: 992px) {
    h3, .h3 {
      margin-bottom: 1.25rem;
      font-size: 1.375rem; } }
  h3.shortline::after,
  .h3.shortline::after {
    background-color: #009639; }

.h3-secondary {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #4c5459; }
  @media (min-width: 992px) {
    .h3-secondary {
      margin-bottom: 1.25rem;
      font-size: 1.375rem; } }

.shortline {
  position: relative;
  padding-bottom: 1.25rem; }
  .shortline::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 9.375rem;
    height: 2px;
    content: ""; }

p {
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    p {
      margin-bottom: 1.875rem; } }

.lead {
  margin-bottom: 1.875rem; }
  @media (min-width: 992px) {
    .lead {
      margin-bottom: 3.125rem;
      font-size: 1.375rem; } }
  .lead-narrow {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .lead-narrow {
        max-width: 45.625rem; } }
    @media (min-width: 992px) {
      .lead-narrow {
        max-width: 48.125rem; } }
  .lead-quote {
    position: relative;
    font-style: italic; }
    .lead-quote::first-letter {
      margin-left: 20px; }
    @media (min-width: 576px) {
      .lead-quote {
        padding-left: 2.8125rem;
        padding-right: 2.8125rem; }
        .lead-quote::first-letter {
          margin-left: inherit; } }
    .lead-quote::before {
      position: absolute;
      top: -0.3125rem;
      left: 0;
      display: block;
      font-size: 3.125rem;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: rgba(255, 209, 0, 0.3);
      content: "“"; }
      @media (min-width: 576px) {
        .lead-quote::before {
          top: -0.9375rem;
          font-size: 6.25rem; } }

.minor {
  font-size: 0.75rem;
  color: #7e7e7e; }

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 3px solid #ffd100; }

.text--green {
  color: #009639; }

.text--yellow {
  color: #ffd100; }

.text--red {
  color: #e2231a; }

.border--orange {
  border-bottom-color: #ff6b00; }

.border--purple {
  border-bottom-color: #d1b1d5; }

.border--blue {
  border-bottom-color: #0065b1; }

.border--green {
  border-bottom-color: #009639; }

.border--red {
  border-bottom-color: #e2231a; }

.border--yellow {
  border-bottom-color: #ffd100; }

.btn {
  position: relative;
  white-space: normal;
  max-width: 100%;
  transition: box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 0.675rem 1.6875rem;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 4px; }
  @media (min-width: 992px) {
    .btn {
      padding: 0.75rem 1.875rem;
      font-size: 1.125rem;
      line-height: 1;
      border-radius: 4px; } }
  @media (max-width: 575px) {
    .btn {
      width: 100%; } }
  .btn-outline-primary:hover {
    color: #ff6b00; }
  .btn-outline-secondary:hover {
    color: #009639; }
  .btn-outline-success:hover {
    color: #009639; }
  .btn-outline-info:hover {
    color: #4c5459; }
  .btn-outline-warning:hover {
    color: #ff6b00; }
  .btn-outline-danger:hover {
    color: #e2231a; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed; }
    .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active {
      box-shadow: none; }
  .btn.is-loading {
    opacity: 1; }
    .btn.is-loading, .btn.is-loading:hover {
      color: rgba(255, 255, 255, 0); }
    .btn.is-loading::after {
      width: 1.5625rem;
      height: 1.5625rem;
      content: "";
      display: block;
      visibility: visible;
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-radius: 50%;
      border-width: 3px;
      border-style: solid;
      -webkit-animation: spinning 1s infinite linear;
              animation: spinning 1s infinite linear; }
    .btn-lg.is-loading::after {
      width: 1.875rem;
      height: 1.875rem; }
    .btn-sm.is-loading::after {
      width: 1.25rem;
      height: 1.25rem; }
  .has-error + .btn {
    align-self: flex-start; }

.btn-outline-info {
  border-color: #d8d8d8; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
    color: #4c5459; }
  .btn-outline-info:hover, .btn-outline-info:focus {
    box-shadow: 0 0 0 4px rgba(216, 216, 216, 0.5); }
  .btn-outline-info:active {
    box-shadow: 0 0 0 4px rgba(216, 216, 216, 0.8); }

.btn-lg {
  padding: 0.9rem 2.25rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 4px; }
  @media (min-width: 992px) {
    .btn-lg {
      padding: 1rem 2.5rem;
      font-size: 1.25rem;
      line-height: 1;
      border-radius: 4px; } }

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px; }

.btn-block {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.btn-link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: initial;
  font-weight: 300; }

.btn-unstyled {
  width: auto;
  border: none;
  padding: 0;
  background: none; }

.btn-wrap {
  white-space: normal; }

.btn-facebook {
  color: #fff;
  background-color: #4267b2; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
    color: #fff; }
  .btn-facebook:hover, .btn-facebook:focus {
    box-shadow: 0 0 0 4px rgba(66, 103, 178, 0.5); }
  .btn-facebook:active {
    box-shadow: 0 0 0 4px rgba(66, 103, 178, 0.45); }

.fb-login-button {
  display: block !important;
  width: 100%;
  height: 40px;
  padding: 6px 0;
  font: 400 13px/28px Helvetica, Arial, sans-serif;
  letter-spacing: .25px;
  color: #fff;
  text-align: center;
  background-color: #4267b2;
  border-radius: 4px;
  transition: box-shadow 0.15s ease-in-out;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial; }
  .fb-login-button:hover, .fb-login-button:focus {
    box-shadow: 0 0 0 4px rgba(66, 103, 178, 0.5); }

.btn-health-index {
  margin: 1.5rem 0 1.5rem 2.5rem;
  width: auto;
  padding-left: 4.0625rem;
  padding-right: 2.5rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 21px; }
  @media (min-width: 768px) {
    .btn-health-index {
      padding-left: 4.0625rem;
      padding-right: 2.5rem;
      margin: 1.5rem 1.5625rem 1.5rem 3.125rem; } }
  .btn-health-index--compact {
    margin-top: 1.5625rem;
    padding-left: 3.65625rem;
    padding-right: 1.64063rem;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .btn-health-index--compact {
        padding-left: 3.04688rem;
        padding-right: 1.64063rem; } }
  .btn-health-index--ultra-compact {
    margin-top: 3.75rem;
    padding-left: 3.65625rem;
    padding-right: 2.95313rem;
    font-size: 1.125rem;
    -webkit-transform: translateX(1.25rem) translateY(-1.25rem);
            transform: translateX(1.25rem) translateY(-1.25rem); }
    @media (min-width: 768px) {
      .btn-health-index--ultra-compact {
        margin-top: 4.375rem;
        padding-left: 3.04688rem;
        padding-right: 2.46094rem; } }
  .btn-health-index__icon.icon {
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    right: 0.78125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.btn-load-more::after {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.15s; }

.btn-group {
  margin-bottom: -1.25rem; }
  @media (min-width: 576px) {
    .btn-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .btn-group .btn {
    margin-bottom: 1.25rem; }
    @media (min-width: 576px) {
      .btn-group .btn {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  .btn-group--inline {
    margin-bottom: 0; }
    .btn-group--inline:not(:last-child) {
      margin-bottom: 1.25rem; }
    @media (min-width: 576px) {
      .btn-group--inline .btn {
        flex: 1 1;
        margin: 0; } }
    @media (min-width: 576px) {
      .btn-group--inline .btn + .btn {
        margin-left: 1.25rem; } }

.btn-close {
  display: flex;
  flex: 0 0 auto;
  padding: 0.25rem;
  color: #009639;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25); }

.btn-radio {
  flex: 1 0 auto; }
  .btn-radio + .btn-radio {
    margin-left: 1.25rem; }
  .btn-radio__btn {
    width: 100%;
    text-transform: none; }

.form-check-input:checked + .btn-radio {
  color: #fff;
  background-color: #009639; }

label {
  margin-bottom: 0;
  font-size: 0.875rem;
  text-transform: uppercase; }

textarea {
  height: 6.25rem; }

.form-group {
  position: relative; }
  .form-group:last-of-type {
    margin-bottom: calc(1.25rem + 10px); }

.form-inline {
  align-items: stretch; }
  @media (min-width: 576px) {
    .form-inline > :first-child {
      margin-right: 0.9375rem; } }
  .form-inline .form-group {
    flex: 1 0;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: block;
    width: 100%;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    @media (min-width: 576px) {
      .form-inline .form-control {
        border-right-width: 1px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; } }
  .form-inline .btn {
    flex: 0 0 auto;
    width: auto;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
    @media (min-width: 576px) {
      .form-inline .btn {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px; } }

.form-control.disabled, .form-control:disabled,
.form-control-file.disabled,
.form-control-file:disabled,
.form-check.disabled,
.form-check:disabled {
  cursor: not-allowed;
  opacity: .65; }

.form-control {
  padding: 0.675rem 0.675rem;
  font-weight: 300;
  line-height: normal; }
  @media (min-width: 992px) {
    .form-control {
      padding: 0.75rem 0.75rem; } }
  .form-control:focus {
    box-shadow: 0 0 0 4px rgba(0, 101, 177, 0.25); }
  select.form-control {
    padding-top: 0;
    padding-bottom: 0; }
  .has-error .form-control {
    border-bottom-color: #e2231a; }
  .form-control[type=password] {
    padding-right: 3.75rem; }
    .form-control[type=password]::-ms-reveal, .form-control[type=password]::-ms-clear {
      display: none; }
  .form-control__show-password {
    position: absolute;
    top: 16px;
    right: 0.75rem;
    width: auto;
    font-size: 0.875rem;
    color: #009639;
    text-transform: uppercase;
    cursor: pointer; }

.form-control-error {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #e2231a; }

.form-check {
  display: inline-flex;
  align-items: center; }

.form-check-input {
  z-index: -1;
  opacity: 0; }

.form-check-control {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex: none;
  margin-right: 0.9375rem; }
  .has-error .form-check-control {
    border-color: #e2231a; }
  .form-check-control--checkbox {
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #d8d8d8, inset 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
    .form-check-input:checked + .form-check-control--checkbox {
      background: #009639 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='%23fff'%3E %3Cpath d='M10.6901807,18.9235248 L10.6217556,19 L9.38205279,17.8907923 L5.3471585,14.7053494 L4,13.6418032 L6.12709237,10.9474862 L7.47425087,12.0110324 L10.2840423,14.2292888 L16.5026155,7.27911863 L17.6470901,6 L20.2053274,8.28894914 L19.0608528,9.56806777 L11.801497,17.6814655 L10.7707238,18.9871115 L10.6901807,18.9235248 Z' transform='translate(-3 -5)'/%3E %3C/svg%3E") center no-repeat;
      background-size: 1.125rem;
      border-color: #009639;
      box-shadow: 0 1px 0 0 #009639; }
  .form-check-control--radio {
    position: relative;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 1px 3px 0 rgba(126, 126, 126, 0.5); }
    .form-check-control--radio, .form-check-control--radio::before {
      border-radius: 50%; }
    .form-check-input:checked + .form-check-control--radio::before {
      width: 0.875rem;
      height: 0.875rem;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #009639;
      content: '';
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.form-check-label {
  text-transform: none; }

.form-file-label {
  position: relative;
  overflow: hidden;
  text-transform: none; }

.form-file-input {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  font-size: 0;
  cursor: default;
  opacity: 0; }

.form-file-icon {
  margin-right: 0.3125rem;
  fill: #ff6b00; }

/*
    Sometimes images must be placed out of the normal container so there must be used a container group
    Container group will contain two types of items:

    .container-group__item          - 50 % of the container group
    .container-group__item--cut     - 50 % of the main container used in a particular resolution
*/
@media (min-width: 768px) {
  .container-group {
    display: flex;
    align-items: stretch; } }

.container-group--xxl {
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px; }

@media (min-width: 768px) {
  .container-group__image {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%; } }

@media (min-width: 768px) {
  .container-group__image-wrapper {
    position: absolute !important;
    width: 481px;
    height: 100%;
    right: 15px;
    top: 0; } }

@media (min-width: 992px) {
  .container-group__image-wrapper {
    width: 585px; } }

@media (min-width: 1200px) {
  .container-group__image-wrapper {
    width: 705px; } }

.container-group__item {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .container-group__item {
      flex: 0 0 50%;
      max-width: 50%; }
      .container-group__item:not(:first-child) {
        padding-left: 15px; }
      .container-group__item:not(:last-child) {
        padding-right: 15px; } }
  .container-group__item--cut {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .container-group__item--cut {
        padding-left: 0;
        padding-right: 0;
        flex-basis: calc((720px / 2) - 15px); } }
    @media (min-width: 992px) {
      .container-group__item--cut {
        flex-basis: calc((960px / 2) - 15px); } }
    @media (min-width: 1200px) {
      .container-group__item--cut {
        flex-basis: calc((1140px / 2) - 15px); } }

svg {
  max-width: 100%;
  max-height: 100%; }

use {
  pointer-events: none; }

.icon {
  width: 1.5625rem;
  height: 1.5625rem;
  flex: none;
  fill: currentColor; }
  .icon--base {
    width: 1rem;
    height: 1rem; }
  .icon--xs {
    width: 0.9375rem;
    height: 0.9375rem; }
  .icon--sm {
    width: 1.25rem;
    height: 1.25rem; }
  .icon--md {
    width: 1.875rem;
    height: 1.875rem; }
  .icon--lg {
    width: 2.5rem;
    height: 2.5rem; }
  .icon--xl {
    width: 3.75rem;
    height: 3.75rem; }
  .icon--semiblack {
    fill: #4c5459; }
  .icon--baseline {
    width: 0.85em;
    height: 0.85em;
    position: relative;
    bottom: -.08em;
    display: inline-flex;
    align-self: center; }
  .icon--rounded {
    padding: 0.3125rem;
    border: 1px solid #ff6b00;
    border-radius: 50%; }
  .icon--left {
    margin-right: 0.3125rem; }
  .icon--right {
    margin-left: 0.3125rem; }

.icon-hint {
  background-color: #f6f6f6;
  border: none;
  transition-duration: 0.15s;
  transition-property: background-color, fill; }
  .icon-hint:hover, .icon-hint:focus {
    background-color: #ff6b00;
    fill: #fff; }

.icon-star {
  fill: #d8d8d8; }
  .icon-star--full {
    fill: #ffd100; }

.icon-wrap {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto; }

.icon-group {
  display: inline-flex; }
  .icon-group__icon:not(:last-child) {
    margin-right: 0.3125rem; }

.icon-hi-logo {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  max-width: none;
  max-height: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: drop-shadow(0 0 0.3125rem rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 0.3125rem rgba(0, 0, 0, 0.3)); }
  @media (min-width: 768px) {
    .icon-hi-logo {
      width: 6.25rem;
      height: 6.25rem;
      left: -3.125rem; } }
  .icon-hi-logo--small {
    width: 5rem;
    height: 5rem;
    left: -2.08333rem; }
  .icon-hi-logo--static {
    width: 100%;
    height: 100%;
    position: static;
    -webkit-transform: none;
            transform: none; }

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto; }

figure {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    figure {
      margin-bottom: 0; } }

.img--rounded {
  border-radius: 50%; }

.bg-image {
  background-size: cover;
  background-position: center center; }

.link--unstyled {
  color: inherit; }
  .link--unstyled:hover {
    text-decoration: none;
    color: inherit; }

ol,
ul,
dl {
  padding: 0;
  margin: 0; }

ul.list-styled, .rich-text ul,
ol.list-styled,
.rich-text ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    ul.list-styled, .rich-text ul,
    ol.list-styled,
    .rich-text ol {
      margin-bottom: 1.875rem; } }
  ul.list-styled li:not(:last-child), .rich-text ul li:not(:last-child),
  ol.list-styled li:not(:last-child),
  .rich-text ol li:not(:last-child) {
    margin-bottom: 0.625rem; }

ul {
  list-style: none; }
  ul.list-styled ul, .rich-text ul ul {
    margin-top: 0.625rem; }
  ul.list-styled li, .rich-text ul li {
    position: relative;
    list-style: none; }
    ul.list-styled li::before, .rich-text ul li::before {
      width: 0.625rem;
      height: 0.625rem;
      position: absolute;
      top: 0.375rem;
      left: -1.25rem;
      display: block;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 100 100' fill='%23000'%3E %3Cpath d='M12.2127 99.7916c-5.896-3.685-5.331-96.2873 0-99.619C17.5437-3.1594 91.908 42.799 91.908 49.982s-73.7993 53.4946-79.6953 49.8096z'/%3E %3C/svg%3E");
      content: ""; }

ol.list-styled ol, .rich-text ol ol {
  margin-top: 0.625rem; }

.list-ordered {
  list-style: none;
  counter-reset: list; }
  .list-ordered__item {
    position: relative;
    padding-left: 2.5rem;
    counter-increment: list; }
    .list-ordered__item:not(:last-child) {
      margin-bottom: 2.5rem; }
    .list-ordered__item::before {
      padding-left: 0.4375rem;
      padding-right: 0.4375rem;
      position: absolute;
      top: 0.1875rem;
      left: 0;
      display: inline-block;
      margin-right: 0.625rem;
      margin-bottom: 0.625rem;
      font-size: 1rem;
      font-weight: 900;
      color: inherit;
      border: 2px solid #fff;
      border-radius: 50%;
      content: counter(list); }
    .list-ordered__item ul {
      padding-left: 0; }

.list-caret {
  padding-left: 1.25rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 300; }
  .list-caret li {
    position: relative;
    padding-left: 0.9375rem; }
    .list-caret li::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 0.3125rem solid #fff;
      border-bottom: 0.3125rem solid transparent;
      border-top: 0.3125rem solid transparent;
      position: absolute;
      top: 0.375rem;
      left: 0;
      display: block;
      content: ''; }

.list-title {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 900;
  color: inherit; }

.list-styled-arrow-up {
  padding-left: 1.875rem;
  margin-bottom: 1.25rem; }
  .list-styled-arrow-up li {
    position: relative;
    list-style: none; }
    .list-styled-arrow-up li:not(:last-child) {
      margin-bottom: 0.625rem; }
    .list-styled-arrow-up li::before {
      width: 1.25rem;
      height: 1.25rem;
      position: absolute;
      top: 0.125rem;
      left: -1.875rem;
      display: block;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23009639'%3E %3Cg id='HealthIndexResult' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='HealthIndexResult-Medium' transform='translate(-417.000000, -645.000000)'%3E %3Cg id='5steps' transform='translate(398.000000, 291.000000)'%3E %3Cg id='points' transform='translate(20.000000, 192.000000)'%3E %3Ccircle id='Oval' stroke='%23009639' fill='%23FFFFFF' cx='10.5' cy='173.5' r='10.5'/%3E %3Cpath d='M14.0067898,173.149746 L14.0067898,175.656403 L14.0067898,175.656403 C14.0067898,176.208687 13.5590745,176.656403 13.0067898,176.656403 L8.08991614,176.656403 C7.53763139,176.656403 7.08991614,176.208687 7.08991614,175.656403 L7.08991614,173.149746 L5.20066991,173.149746 L5.20066991,173.149746 C4.64838516,173.149746 4.20066991,172.702031 4.20066991,172.149746 C4.20066991,171.87779 4.31143349,171.617563 4.50743604,171.429034 L9.80676562,166.331753 L9.80676562,166.331753 C10.1939094,165.95937 10.8060895,165.95937 11.1932334,166.331753 L11.1932334,166.331753 L16.4925629,171.429034 C16.8906016,171.811896 16.9029043,172.444942 16.5200418,172.84298 C16.3315123,173.038983 16.0712856,173.149746 15.7993291,173.149746 L14.0067898,173.149746 Z M7.52222074,180.114839 L13.5744852,180.114839 C13.8132404,180.114839 14.0067898,180.308389 14.0067898,180.547144 L14.0067898,180.547144 C14.0067898,180.785899 13.8132404,180.979449 13.5744852,180.979449 L7.52222074,180.979449 C7.2834655,180.979449 7.08991614,180.785899 7.08991614,180.547144 C7.08991614,180.308389 7.2834655,180.114839 7.52222074,180.114839 Z M7.95452534,177.521012 L13.1421806,177.521012 C13.619691,177.521012 14.0067898,177.908111 14.0067898,178.385621 L14.0067898,178.385621 C14.0067898,178.863132 13.619691,179.25023 13.1421806,179.25023 L7.95452534,179.25023 C7.47701487,179.25023 7.08991614,178.863132 7.08991614,178.385621 C7.08991614,177.908111 7.47701487,177.521012 7.95452534,177.521012 Z' id='improve-arrow-icon' fill='%23009639'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
      content: ""; }

.list-styled-numbered {
  padding-left: 2.1875rem;
  margin-bottom: 1.25rem; }
  .list-styled-numbered li {
    position: relative;
    list-style: none; }
    .list-styled-numbered li:not(:last-child) {
      margin-bottom: 30px; }
    .list-styled-numbered li::before {
      text-align: center;
      padding: 2px 2px 2px 3px;
      font-weight: 400;
      color: white;
      width: 1.5625rem;
      height: 1.5625rem;
      position: absolute;
      top: 0.125rem;
      left: -2.1875rem;
      display: block;
      background: #ff6b00;
      border-radius: 50%;
      content: ""; }
  .list-styled-numbered .li-1:before {
    content: '1'; }
  .list-styled-numbered .li-2:before {
    content: '2'; }
  .list-styled-numbered .li-3:before {
    content: '3'; }
  .list-styled-numbered .li-4:before {
    content: '4'; }
  .list-styled-numbered .li-5:before {
    content: '5'; }

.accordion__panel {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: max-height, visibility, margin, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out; }
  .accordion__panel.is-opened {
    margin-bottom: 0.9375rem;
    max-height: 100rem;
    opacity: 1;
    visibility: visible; }
  .is-disabled .accordion__panel {
    margin-bottom: 0;
    max-height: 100rem;
    opacity: 1;
    visibility: visible; }

.accordion__trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  visibility: visible; }
  .is-disabled .accordion__trigger {
    cursor: initial; }

.accordion__icon {
  margin-left: auto;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media (min-width: 1200px) {
    .accordion__icon {
      display: none; } }
  .accordion__trigger.is-active .accordion__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.alert {
  padding: 0.9375rem 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 4px; }
  .alert--toastr {
    position: fixed;
    z-index: 1060;
    top: 3.75rem;
    right: -35rem;
    max-width: 17.5rem;
    transition: right 0.5s; }
    .alert--toastr.is-active {
      right: 2%; }
  .alert__title {
    margin-bottom: 0.625rem;
    padding-right: 1.25rem;
    font-weight: 500; }
  .alert__text {
    margin-bottom: 0; }
  .alert__btn {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    cursor: pointer; }
  .alert__icon {
    fill: #ff6b00; }
  .alert--success {
    color: #009639;
    background-color: #e5f4eb; }
  .alert--warning {
    color: #ff6b00;
    background-color: #fff0e5; }

.article-preview__item {
  display: flex;
  flex-direction: column; }
  .article-preview__item:not(:last-child) {
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .article-preview__item:not(:last-child) {
        margin-bottom: 0; } }

@media (min-width: 768px) {
  .article-preview__wrapper--col .article-preview__item {
    margin-bottom: 0; } }

.article-preview__text {
  flex: 1 1 auto;
  margin-bottom: 0.9375rem; }

.article-preview__title {
  margin-bottom: 0.625rem;
  position: relative; }
  .article-preview__title::after {
    background-color: #009639;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    height: 2px;
    width: 9.375rem;
    content: "";
    margin-bottom: -8px; }
    @media (min-width: 576px) {
      .article-preview__title::after {
        left: 0;
        -webkit-transform: none;
                transform: none; } }

.article-preview__date {
  color: #7e7e7e;
  margin-bottom: 0.9375rem; }

.article__image-wrapper {
  position: relative;
  overflow: hidden; }

.article__image-wrapper, .article__image-link {
  display: block;
  height: 100%; }

.article__image {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover'; }
  @media (max-width: 1199px) {
    .article__image {
      height: 213px; } }
  @media (min-width: 992px) {
    .article__image {
      width: auto;
      min-width: 100%;
      min-height: 100%;
      max-height: 320px; } }

.article__panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -0.9375rem; }
  .article__panel > * {
    margin-top: 0.9375rem; }

.article__date {
  color: #7e7e7e;
  margin-bottom: 0; }

.article__link {
  color: #009639; }

.article__text {
  margin-bottom: 1.25rem; }

.avatar {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden; }
  .avatar, .avatar::after, .avatar__img {
    border-radius: 50%; }
  .avatar::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 0 0 4px rgba(216, 216, 216, 0.5); }
  .avatar--sm {
    width: 1.875rem;
    height: 1.875rem; }
  .avatar__img {
    border: 2px solid #d8d8d8; }

.banner-image__caption {
  margin-top: 0.625rem; }
  @media (min-width: 992px) {
    .banner-image__caption {
      margin-top: 1.875rem; } }

.banner-image__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .banner-image__content > * {
    max-width: 100%; }

.banner-image__title {
  margin-bottom: 0.625rem; }

.banner {
  width: 100%;
  padding: 5px 0; }
  .banner img {
    max-height: 200px; }

.homepage-products-banner .container-group {
  justify-content: center; }
  .homepage-products-banner .container-group__item {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .homepage-products-banner .container-group__item .lead {
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .homepage-products-banner .container-group__item > div {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; } }
  @media screen and (min-width: 768px) {
    .homepage-products-banner .container-group .edge-ledge {
      width: 100%; } }
  .homepage-products-banner .container-group .edge-ledge::after {
    display: none !important; }
  @media screen and (min-width: 768px) {
    .homepage-products-banner .container-group .btn {
      margin-top: auto;
      margin-bottom: 0; } }

.box {
  width: 100%;
  padding: 1.25rem;
  border-radius: 8px;
  border: 4px solid #eee;
  overflow: hidden; }
  .box > :last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .box--lg {
      padding: 1.875rem; } }
  @media (min-width: 768px) {
    .box--tall {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  .box--colored {
    background-color: #f6f6f6; }
  .box--no-border {
    border: none;
    border-radius: 0; }
  .box--no-padding {
    padding: 0; }
  .box--yellow {
    border-color: #ffd100; }

@media (min-width: 768px) {
  .calendar__header {
    display: flex;
    align-items: center; } }

.calendar__logo {
  width: 3.75rem;
  height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .calendar__logo {
      width: 6.25rem;
      height: 6.25rem;
      margin-right: 1.25rem;
      margin-bottom: 0;
      margin-left: 0; } }

@media (min-width: 768px) {
  .calendar__progress {
    flex: 1 1 40%;
    margin-right: 1.875rem; } }

@media (min-width: 992px) {
  .calendar__progress {
    max-width: 40%; } }

.calendar__progress-time {
  margin-bottom: 0.3125rem; }

.calendar__progress-help {
  margin-bottom: 0.625rem; }

.calendar__body {
  max-height: 1000px;
  margin-bottom: 1.25rem;
  overflow-y: scroll; }
  @media (min-width: 1200px) {
    .calendar__body {
      overflow-y: visible; } }

.calendar__weeks {
  display: none; }
  @media (min-width: 1200px) {
    .calendar__weeks {
      display: block; } }

.calendar__weekdays {
  display: none; }
  @media (min-width: 1200px) {
    .calendar__weekdays {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 1.25rem; } }

@media (min-width: 1200px) {
  .calendar__days {
    display: flex;
    justify-content: flex-end; } }

.calendar__item {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .calendar__item {
      display: flex;
      align-items: center; }
      .calendar__item:first-child {
        flex: 1 1;
        justify-content: center; } }
  @media (min-width: 1200px) {
    .calendar__item {
      position: relative; } }
  @media (min-width: 1200px) {
    .calendar__item:not(:last-child) {
      margin-right: 1.25rem; } }

.calendar__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.75rem;
  padding: 0.9375rem;
  background-color: #eee;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .calendar__day {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 992px) {
    .calendar__day {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      text-align: center; } }
  @media (min-width: 1200px) {
    .calendar__day {
      width: 7.5rem;
      height: 7.5rem;
      flex-direction: row;
      flex: none;
      max-width: none;
      margin: 0;
      font-size: 0.625rem;
      border-radius: 50%; } }
  .calendar__day--done {
    background-color: #ace0c4; }
  .calendar__day--failed {
    background-color: #ffde85; }
  .calendar__day--ready {
    background-color: #c1f3ff; }
  .calendar__day--previousMonth, .calendar__day--nextMonth {
    box-shadow: inset 0 0 0 4px #eee; }
  .calendar__day--previousMonth {
    background-color: #f6f6f6; }
  .calendar__day--nextMonth {
    background-color: #fff; }

.calendar__today-label {
  display: none; }
  @media (min-width: 1200px) {
    .calendar__today-label {
      position: absolute;
      top: -8px;
      right: -2px;
      display: block;
      padding-bottom: 0.625rem;
      padding-left: 1.25rem;
      font-size: 0.6875rem;
      font-weight: 500;
      text-transform: uppercase;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17px' height='15px' viewBox='0 0 17 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000'%3E %3Cg id='HealthIndexSettings'%3E %3Cg transform='translate(-1195.000000, -1587.000000)' id='arrows-24px-glyph-4_undo-25'%3E %3Cg transform='translate(1203.081475, 1592.688077) rotate(-45.000000) translate(-1203.081475, -1592.688077) translate(1193.581475, 1588.688077)'%3E %3Cpath d='M10.5072578,2.36347819 C8.45227916,2.36347819 6.50079949,2.9094725 4.80356716,3.91221205 L2.60609006,0.755494937 L0.757359313,7.35542619 L7.6415376,7.98841959 L5.66230822,5.14519921 C7.10829316,4.31495786 8.76427591,3.86346256 10.5072578,3.86346256 C13.16973,3.86346256 15.7099536,4.87670201 17.4769352,6.6436836 C17.7701821,6.93693055 18.2441772,6.93693055 18.5374241,6.6436836 C18.830671,6.35043666 18.830671,5.87644159 18.5374241,5.58319465 C16.4914454,3.53721596 13.5642259,2.36347819 10.5072578,2.36347819 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") left center no-repeat; } }

.calendar__label {
  margin-bottom: 0.625rem;
  color: #009639; }
  @media (min-width: 768px) {
    .calendar__label {
      flex: 0 0 12%;
      max-width: 12%;
      padding-right: 0.9375rem;
      margin-bottom: 0;
      font-size: 0.875rem;
      text-align: right; } }
  @media (min-width: 1200px) {
    .calendar__label {
      flex: none;
      width: 7.5rem;
      max-width: none;
      padding-right: 0;
      margin-left: 1.25rem;
      text-align: center; } }
  .calendar__label--vertical {
    display: none; }
    @media (min-width: 1200px) {
      .calendar__label--vertical {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        height: 7.5rem;
        margin-left: 0; } }

.calendar__btn {
  position: relative;
  top: -4px; }
  @media (min-width: 768px) {
    .calendar__btn {
      position: static;
      flex: 0 0 16%;
      max-width: 16%; } }
  @media (min-width: 1200px) {
    .calendar__btn {
      width: 1.875rem;
      height: 1.875rem;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      max-width: none;
      padding: 0;
      text-indent: -9999px;
      background-size: 0.875rem;
      border: 4px solid #fff;
      border-radius: 50%; } }
  @media (min-width: 1200px) {
    .calendar__btn--mark {
      background: #009639 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='%23fff'%3E %3Cpath d='M10.6901807,18.9235248 L10.6217556,19 L9.38205279,17.8907923 L5.3471585,14.7053494 L4,13.6418032 L6.12709237,10.9474862 L7.47425087,12.0110324 L10.2840423,14.2292888 L16.5026155,7.27911863 L17.6470901,6 L20.2053274,8.28894914 L19.0608528,9.56806777 L11.801497,17.6814655 L10.7707238,18.9871115 L10.6901807,18.9235248 Z' transform='translate(-3 -5)'/%3E %3C/svg%3E") center no-repeat; } }
  @media (min-width: 1200px) {
    .calendar__btn--repeat {
      background: #ff6b00 url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M13.77 8.56c.148.14.23.328.23.528v3.732c0 .413-.35.754-.782.754h-.664c-.432 0-.793-.34-.793-.754v-.7C10.42 13.333 8.69 14 6.824 14c-3.04 0-5.755-1.84-6.76-4.58-.098-.27-.08-.56.048-.816.13-.257.358-.45.64-.544.12-.04.244-.06.37-.06.475 0 .9.29 1.056.717.69 1.883 2.56 3.15 4.652 3.15 1.324 0 2.587-.537 3.506-1.392H9.298c-.21 0-.405-.082-.553-.224-.148-.14-.23-.332-.23-.53v-.635c0-.412.35-.747.783-.747h3.917c.21 0 .406.078.554.22zm.167-3.98c.098.27.08.56-.048.816-.13.257-.358.45-.64.544-.12.04-.244.06-.37.06-.475 0-.9-.288-1.056-.717-.69-1.883-2.56-3.15-4.65-3.15-1.325 0-2.59.537-3.507 1.392h1.036c.432 0 .78.344.78.756v.635c0 .412-.348.747-.78.747H.783l.003-.002c-.21 0-.406-.078-.555-.22C.083 5.297 0 5.11 0 4.91V1.18C0 .767.35.426.783.426h.664c.432 0 .79.34.79.754v.7C3.582.667 5.31 0 7.178 0c3.04 0 5.755 1.84 6.76 4.58z'/%3E%3C/svg%3E") center no-repeat;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .calendar__btn--repeat:hover, .calendar__btn--repeat:focus {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg); } }

.calendar__icon {
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 4px; }
  .calendar__icon--done {
    fill: #009639; }
  .calendar__icon--failed {
    fill: #e2231a; }

@media (min-width: 768px) {
  .calendar__form {
    display: flex;
    align-items: flex-end; } }

.calendar__form-item {
  margin-bottom: 1.25rem;
  flex: 1 1; }
  @media (min-width: 768px) {
    .calendar__form-item {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .calendar__form-item {
      max-width: 40%; } }
  @media (min-width: 768px) {
    .calendar__form-item + .calendar__form-item {
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }

.calendar__form-label {
  display: flex;
  margin-bottom: 0.625rem;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .calendar__form-label {
      font-size: 1rem; } }

@media (min-width: 768px) {
  .calendar__form-reset {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-top: 25px; } }

@media (min-width: 1200px) {
  .calendar__evaluate {
    display: flex;
    align-items: center; } }

.calendar__evaluate-btn {
  background: #009639 url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='11' viewBox='0 0 12 11' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.013 4.937H.477v1h9.536L6.27 9.68l.707.707 4.45-4.45h.05v-.05l.45-.45-.45-.45v-.05h-.05l-.104-.103L6.977.487l-.707.708 3.743 3.742z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") 95% center no-repeat; }
  @media (min-width: 1200px) {
    .calendar__evaluate-btn {
      flex: 1 0 auto;
      margin-left: 1.25rem; } }

.calendar__notifications {
  margin-top: 1rem; }

.carousel-certificates__item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  flex-direction: column;
  flex: 1 0 13.75rem;
  width: 13.75rem;
  max-width: 13.75rem;
  text-align: center; }
  .carousel-certificates__item > :last-child {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .carousel-certificates__item {
      flex-basis: 25%;
      width: 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .carousel-certificates__item {
      flex-basis: 20%;
      width: 20%;
      max-width: 20%; } }

.carousel-certificates__image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 auto;
  height: 7.1875rem;
  margin-bottom: 0.9375rem; }

.carousel-products--in-tab {
  margin-top: 1.25rem; }
  @media (min-width: 992px) {
    .carousel-products--in-tab {
      margin-top: 2.5rem; } }

.carousel-products__item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.carousel-wrapper {
  position: relative;
  margin-top: -1px;
  padding-top: 1px; }
  .carousel-wrapper::before, .carousel-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1.25rem;
    height: 100%; }
  .carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f6f6f6, rgba(255, 255, 255, 0)); }
  .carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f6f6f6, rgba(255, 255, 255, 0)); }

.carousel {
  width: 100%;
  justify-content: center;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s; }
  .carousel::after {
    width: 6.25rem;
    height: 6.25rem;
    content: "";
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.9);
    -webkit-animation: spinning 1s infinite linear;
            animation: spinning 1s infinite linear; }
  .carousel:not(.flickity-enabled):not(.is-disabled) {
    overflow: hidden; }
    .carousel:not(.flickity-enabled):not(.is-disabled)::after {
      display: block; }
    .carousel:not(.flickity-enabled):not(.is-disabled) > * {
      opacity: 0; }
  @media (max-width: 991px) {
    .carousel:not(.flickity-enabled) {
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none; }
      .carousel:not(.flickity-enabled)::-webkit-scrollbar {
        width: 0;
        height: 0; } }
  @media (max-width: 991px) {
    .carousel__item {
      flex: 0 0 auto; } }
  .carousel .flickity-prev-next-button {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
    .carousel .flickity-prev-next-button, .carousel .flickity-prev-next-button:hover {
      background: transparent; }
    .carousel .flickity-prev-next-button .arrow {
      fill: #d8d8d8; }
      .carousel .flickity-prev-next-button .arrow:hover {
        fill: #7e7e7e; }
    .carousel .flickity-prev-next-button svg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .carousel .flickity-prev-next-button.previous {
      left: -1.25rem; }
      @media (min-width: 992px) {
        .carousel .flickity-prev-next-button.previous {
          left: -1.5625rem; } }
    .carousel .flickity-prev-next-button.next {
      right: -1.25rem; }
      @media (min-width: 992px) {
        .carousel .flickity-prev-next-button.next {
          right: -1.5625rem; } }

.category-breadcrumb {
  background-color: #f6f6f6;
  box-shadow: inset 0 -4px 0 0 #eee;
  white-space: nowrap; }
  .category-breadcrumb__container {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    display: flex;
    align-items: center;
    overflow: auto; }
  .category-breadcrumb__list-item {
    display: inline-flex;
    margin-left: 0.625rem;
    font-weight: 500;
    margin-bottom: 0 !important; }
    .category-breadcrumb__list-item:last-child {
      padding-right: 0.9375rem; }
    .category-breadcrumb__list-item:not(:last-child)::after {
      content: "❯";
      font-weight: 300;
      margin-left: 0.625rem; }

.category-header__heading {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5625rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  text-align: center; }
  @media (min-width: 768px) {
    .category-header__heading {
      padding-bottom: 1.875rem; } }

.category-header__overview {
  justify-content: center;
  align-items: center; }

@media (max-width: 575px) {
  .category-header__image-wrapper {
    margin-bottom: 1.25rem; } }

.category-header__description {
  margin-bottom: 0; }

.category-item {
  display: block;
  margin-bottom: 1.25rem;
  color: #000;
  text-align: center; }
  .category-item:hover, .category-item:focus {
    text-decoration: none; }
  @media (min-width: 992px) {
    .category-item {
      margin-bottom: 1.875rem;
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .category-item__image {
    margin-bottom: 0.625rem; }
  .category-item__title {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .category-item__description {
    margin-bottom: 0.625rem;
    font-weight: 300; }
    .category-item:hover .category-item__description {
      color: #000; }
  .category-item__link {
    color: #ff6b00; }
    .category-item:hover .category-item__link {
      text-decoration: underline; }

.category-nav {
  display: none; }
  @media (min-width: 992px) {
    .category-nav {
      display: block;
      background-color: #f6f6f6;
      box-shadow: inset 0 -4px 0 0 #eee; } }
  @media (min-width: 992px) {
    .category-nav.has-sublist {
      margin-bottom: 5.625rem; } }
  @media (min-width: 992px) {
    .category-nav--secondary {
      box-shadow: inset 0 -4px 0 0 #eee, inset 0 4px 0 0 #eee; } }
  @media (max-width: 991px) {
    .category-nav__container {
      padding-left: 0;
      padding-right: 0; } }
  .category-nav__list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 0; }
    @media (min-width: 992px) {
      .category-nav__list {
        flex-direction: row; } }
  .category-nav__list-item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #f6f6f6; }
    .category-nav__list-item:not(:last-child) {
      margin-bottom: 0.125rem; }
    @media (min-width: 992px) {
      .category-nav__list-item {
        justify-content: center;
        background-color: transparent; }
        .category-nav__list-item:not(:last-child) {
          margin-bottom: 0; } }
  .category-nav__link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    text-align: left;
    color: #000;
    font-size: 1.125rem; }
    @media (min-width: 576px) {
      .category-nav__link {
        padding-left: 2.1875rem; } }
    @media (min-width: 992px) {
      .category-nav__link {
        padding: 0.9375rem;
        font-size: inherit;
        text-align: center; } }
    @media (min-width: 992px) {
      .category-nav__link::after, .category-nav__link::before {
        content: "";
        display: none;
        position: absolute;
        left: 50%; } }
    @media (min-width: 992px) {
      .category-nav__link::before {
        z-index: 1;
        top: calc(100% - 0.5rem);
        width: 1.125rem;
        height: 1.625rem;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23eee' width='18' height='26'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E");
        -webkit-transform: translateX(-50%) rotate(270deg) scaleY(1.6);
                transform: translateX(-50%) rotate(270deg) scaleY(1.6); } }
    @media (min-width: 992px) {
      .category-nav__link::after {
        z-index: 2;
        top: calc(100% - 0.6875rem);
        width: 0.875rem;
        height: 1.5rem;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23f6f6f6' width='14' height='24'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E");
        -webkit-transform: translateX(-50%) rotate(270deg) scaleY(1.5);
                transform: translateX(-50%) rotate(270deg) scaleY(1.5); } }
    .category-nav__link.is-selected {
      font-weight: 500; }
      .category-nav__link.is-selected::before, .category-nav__link.is-selected::after {
        display: block; }
      .category-nav__link.is-selected + .category-nav__sub-list {
        display: flex; }
      @media (max-width: 991px) {
        .category-nav__link.is-selected::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 4px;
          height: 100%;
          background: #ff6b00; } }
    .category-nav__link--spaced {
      padding-left: 3.125rem;
      padding-right: 3.125rem; }
  .category-nav__sub-list {
    padding-left: 0.625rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    order: 2;
    font-weight: 500;
    background-color: #fff; }
    @media (min-width: 992px) {
      .category-nav__sub-list {
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 100%;
        width: 100%;
        flex-direction: row;
        padding-left: 0;
        font-size: 0.875rem;
        box-shadow: inset 4px -4px 0 0 #eee, inset -4px -4px 0 0 #eee;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; } }
    .category-nav__sub-list.is-opened + .category-nav__triangle {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .category-nav__sub-list.accordion__panel.is-opened {
      margin-bottom: 0; }
    .category-nav__sub-list.is-sticky {
      position: fixed;
      top: 0;
      margin-right: 15px;
      margin-left: 15px;
      width: calc(100% - 30px);
      z-index: 1020; }
    .category-nav__sub-list--sticky {
      font-weight: 300; }
  .category-nav__sub-list-item {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    background-color: #fff; }
    @media (min-width: 992px) {
      .category-nav__sub-list-item {
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent; } }
  @media (max-width: 991px) {
    .category-nav__sub-link {
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem; } }
  .category-nav__sub-link.is-selected::before {
    display: none; }
    @media (min-width: 992px) {
      .category-nav__sub-link.is-selected::before {
        display: block;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23eee' width='18' height='26'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E"); } }
  @media (min-width: 992px) {
    .category-nav__sub-link.is-selected::after {
      display: block;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23fff' width='14' height='24'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E"); } }
  .category-nav__sub-link--sticky.is-selected {
    font-weight: 300;
    color: #ff6b00; }
  .category-nav__triangle {
    position: relative;
    display: inline-flex;
    flex: 0 0 60px;
    align-items: center;
    order: 1; }
    @media (min-width: 576px) {
      .category-nav__triangle {
        flex-basis: 80px; } }
    @media (min-width: 992px) {
      .category-nav__triangle {
        display: none; } }
    .category-nav__triangle::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 0.3125rem solid #000;
      border-left: 0.3125rem solid transparent;
      border-right: 0.3125rem solid transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

.circular-chart {
  stroke: #009639;
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  left: 0;
  top: 0;
  position: absolute; }

@media (min-width: 1200px) {
  .company-statement {
    padding: 3.125rem; } }

@media (min-width: 1200px) {
  .company-statement__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem; } }

.company-statement__image-wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-bottom: 2.5rem; }

.company-statement__list {
  justify-content: center;
  margin-top: 2.5rem; }

.company-statement__list-item {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  text-align: center; }

.comparison {
  height: 100%;
  text-align: center; }
  @media (min-width: 992px) {
    .comparison {
      display: flex;
      flex-direction: column; } }
  .comparison__row {
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .comparison__row {
        flex: 1 1 auto; } }
  .comparison__item {
    flex: 1 1; }
  .comparison__label {
    color: #7e7e7e; }
  .comparison__score {
    font-size: 1.375rem;
    font-weight: 900;
    color: #ff6b00; }
  .comparison__chart {
    width: 3.75rem;
    height: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #d8d8d8;
    border-radius: 50%; }
    @media (min-width: 992px) {
      .comparison__chart {
        width: 5.625rem;
        height: 5.625rem; } }
    .comparison__chart--donut {
      position: relative;
      background-color: #ffd3b3; }
      .comparison__chart--donut::after {
        width: 3.125rem;
        height: 3.125rem;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        background: #fff;
        border-radius: 50%;
        content: '';
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 992px) {
          .comparison__chart--donut::after {
            width: 4.375rem;
            height: 4.375rem; } }
  .comparison__icon {
    width: 2.5rem;
    height: 2.5rem;
    color: #fff; }
    @media (min-width: 992px) {
      .comparison__icon {
        width: 3.125rem;
        height: 3.125rem; } }

.contact-form__hotline {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  background-color: #eee; }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-form__hotline {
      flex-basis: 45%; } }

.contact-form__phone {
  font-size: 1.5rem;
  font-weight: 500; }

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; } }

.contact-form__form {
  flex-basis: 55%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-form__form {
      padding-left: 3.125rem;
      padding-right: 3.125rem; } }

.cookie {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: fixed;
  bottom: 0;
  z-index: 1030;
  width: 100%;
  color: #fff;
  background-color: rgba(76, 84, 89, 0.95); }
  @media (min-width: 768px) {
    .cookie__inner {
      display: flex;
      align-items: center; } }
  .cookie__text {
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .cookie__text {
        margin-bottom: 0;
        padding-right: 1.875rem; } }
  .cookie__link {
    color: inherit;
    text-decoration: underline; }
    .cookie__link:hover, .cookie__link:focus {
      color: inherit;
      text-decoration: none; }
  .cookie__btn {
    margin-left: auto;
    flex-shrink: 0; }
  .cookie__close {
    position: absolute;
    top: 8px;
    right: 7px;
    height: 20px;
    width: 20px;
    cursor: pointer; }

.foodsupply {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: #adadad;
  padding: 10px 2rem;
  display: flex;
  align-items: center; }
  .foodsupply__inner {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 1rem; }

.copyright {
  padding: 1.25rem 0.9375rem;
  text-align: center; }

@media (min-width: 768px) {
  .edge-ledge {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    position: relative; }
    .edge-ledge::after {
      width: 1.875rem;
      height: 1.875rem;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border: solid #eee;
      border-width: 3px 3px 0 0; } }

@media (min-width: 992px) {
  .edge-ledge {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
    .edge-ledge::after {
      width: 3.125rem;
      height: 3.125rem;
      border-width: 4px 4px 0 0; } }

@media (min-width: 768px) {
  .extra-tip {
    display: flex; } }

.extra-tip__header {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem; }

.extra-tip__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.9375rem; }
  @media (min-width: 768px) {
    .extra-tip__icon {
      width: 5.625rem;
      height: 5.625rem;
      margin-right: 2.5rem; } }

.extra-tip__title {
  margin-bottom: 0; }

.flickity-enabled.is-draggable .flickity-viewport {
  touch-action: pan-y !important; }

.flickity-viewport {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s; }

.footer {
  margin-top: auto;
  background-color: #4c5459; }
  .footer__box {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding: 1.25rem 0.9375rem 1.875rem;
    background-color: #fff; }
    @media (min-width: 576px) {
      .footer__box {
        margin-left: 0;
        margin-right: 0;
        height: 100%; } }
  .footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem; }
  .footer__nav {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .footer__nav-triangle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0.3125rem solid #fff;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent; }
  .footer__heading {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.9375rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    border-bottom: 1px solid #fff; }
  @media (min-width: 1200px) {
    .footer__chevron {
      display: none; } }
  .footer__nav-link {
    color: #d8d8d8; }

.under-footer {
  display: flex;
  width: 100%; }
  @media (max-width: 1199px) {
    .under-footer {
      padding-bottom: 1rem; } }
  @media (min-width: 992px) {
    .under-footer {
      padding: 1rem 0; } }
  .under-footer .row {
    justify-content: center; }
    @media (min-width: 992px) {
      .under-footer .row {
        justify-content: flex-end; } }
  .under-footer .footer-partners--partner {
    display: flex;
    align-items: center;
    height: 100%; }
    .under-footer .footer-partners--partner:hover {
      text-decoration: none; }
    @media (min-width: 992px) {
      .under-footer .footer-partners--partner {
        margin-left: 3.5rem; } }
    .under-footer .footer-partners--partner span {
      color: rgba(0, 0, 0, 0.4);
      font-weight: 700;
      margin-right: 2rem; }
    .under-footer .footer-partners--partner img {
      max-width: 200px;
      object-fit: cover; }

.fixed-body {
  overflow: hidden;
  position: fixed; }

.pac-container {
  z-index: 999999 !important; }

.google-map-placeholder {
  width: 100%;
  height: 700px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }
  @media screen and (max-width: 767px) {
    .google-map-placeholder {
      border-radius: 10px;
      height: 500px; } }
  .google-map-placeholder * {
    border-radius: 0 !important; }

.google-map {
  display: flex;
  border-radius: 15px;
  background-color: #f6f6f6; }

.google-map-button {
  display: none;
  background-color: #d8d8d8;
  border-radius: 4px;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  margin-top: 1rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color .25s linear;
  position: relative; }
  @media screen and (max-width: 767px) {
    .google-map-button {
      display: block; } }
  .google-map-button:hover {
    background-color: #7e7e7e;
    cursor: pointer; }
  .google-map-button::before {
    display: block;
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../gfx_wl/svg/map/icon-menu.svg?maxsidesize=20");
    background-size: contain;
    background-repeat: no-repeat; }

.map-list {
  padding: 1rem 0;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .map-list {
      padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .map-list__inner-wrap {
      padding-top: 1.5rem;
      padding-bottom: 1.25rem;
      margin-bottom: 1.5rem;
      background-color: #fff; } }
  .map-list__wrap {
    height: 700px;
    min-width: 380px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 991px) {
      .map-list__wrap {
        min-width: 250px; } }
    @media screen and (max-width: 767px) {
      .map-list__wrap {
        display: none; } }
    @media screen and (max-width: 767px) {
      .map-list__wrap.active-branch-select {
        padding: 0;
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background-color: #f6f6f6;
        z-index: 9999; } }
  .map-list__title {
    color: rgba(0, 0, 0, 0.5);
    font-size: .825rem;
    font-weight: 400;
    margin: 0 0 1rem 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
    @media screen and (max-width: 767px) {
      .map-list__title {
        margin-bottom: 1.5rem; } }
  .map-list__controls {
    background-color: #fff;
    border: 1px solid #7e7e7e;
    border-radius: 4px;
    padding: 11px 35px 11px 18px;
    font-size: .9rem;
    color: #000;
    width: 100%; }
    .map-list__controls::-webkit-input-placeholder {
      color: #7f7f7f; }
    .map-list__controls:-ms-input-placeholder {
      color: #7f7f7f; }
    .map-list__controls::placeholder {
      color: #7f7f7f; }
  .map-list__controls-wrap {
    position: relative;
    margin-bottom: 2.3rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
    @media screen and (max-width: 767px) {
      .map-list__controls-wrap {
        margin-bottom: 0; } }
  .map-list__glass {
    display: block;
    content: '';
    position: absolute;
    right: calc(16px + 1.2rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 16px;
    padding: 1rem;
    background-image: url("../gfx_wl/svg/map/m-glass.svg?maxsidesize=16");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999; }
  .map-list__item {
    padding: .65em 1.2em .65em 3em;
    transition: color .25s linear, background-color .25s linear;
    font-size: .95rem; }
    .map-list__item--branch {
      position: relative;
      color: #000;
      font-weight: 400;
      line-height: 1.2; }
      .map-list__item--branch:hover {
        cursor: pointer;
        background-color: #009639;
        color: #fff;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .map-list__item--branch::before {
        display: block;
        content: '';
        position: absolute;
        left: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 11px;
        height: 16px;
        background-image: url("../gfx_wl/svg/map/sidemenu_pin.svg?maxsidesize=20");
        background-size: contain;
        background-repeat: no-repeat; }
    .map-list__item--region {
      position: relative;
      color: #009639;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 1.2rem;
      font-weight: 500;
      margin-top: 2rem; }
      .map-list__item--region:first-child {
        margin-top: 0; }
  .map-list__close {
    display: none;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 23px;
    right: 19px; }
    @media screen and (max-width: 767px) {
      .map-list__close {
        display: block; } }
    .map-list__close:hover {
      cursor: pointer; }
      .map-list__close:hover .map-list__close-line {
        background-color: #000; }
  .map-list__close-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #7b7b7b;
    transition: background-color .25s linear; }
    .map-list__close-line--first {
      -webkit-transform: translateY(10px) rotateZ(-45deg);
              transform: translateY(10px) rotateZ(-45deg); }
    .map-list__close-line--second {
      -webkit-transform: translateY(7px) rotateZ(45deg);
              transform: translateY(7px) rotateZ(45deg); }

.infowindow {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0; }
  .infowindow__img {
    width: 100%;
    height: 12rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .infowindow__text {
    padding: 1.7rem 1.7rem 0 1.7rem;
    color: #000;
    max-height: 280px;
    overflow: auto; }
  .infowindow__name {
    color: #000;
    font-weight: 700;
    font-size: 1.13rem;
    margin-bottom: 5px; }
  .infowindow__adress {
    font-size: 0.81rem;
    margin-bottom: 1.05em; }
  .infowindow__title-small {
    color: rgba(0, 0, 0, 0.5);
    font-size: .81rem;
    margin-bottom: 8px;
    font-weight: 400;
    width: 100%; }
  .infowindow__open, .infowindow__contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.5rem; }
    .infowindow__open span,
    .infowindow__open a, .infowindow__contact span,
    .infowindow__contact a {
      font-size: 0.95rem;
      color: #000;
      line-height: 1.3rem; }
  .infowindow__opening--day {
    width: 25%;
    font-weight: 400; }
  .infowindow__opening--time {
    width: 75%;
    font-weight: 700; }
  .infowindow__contact a {
    width: 100%;
    font-weight: 700;
    padding-left: 1.5rem;
    transition: color .25s linear;
    position: relative;
    overflow-wrap: break-word; }
    .infowindow__contact a:hover {
      text-decoration: none;
      color: #ff6b00; }
  .infowindow__contact--phone::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url("../gfx_wl/svg/map/icon-phone.svg?maxsidesize=20");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .infowindow__contact--email {
    word-break: break-all; }
    .infowindow__contact--email::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 11px;
      height: 11px;
      background-image: url("../gfx_wl/svg/map/icon-email.png?maxsidesize=20");
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.gm-style .gm-style-iw-c {
  background-color: white !important; }

.gm-style-iw {
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important; }
  .gm-style-iw > div {
    overflow: visible !important; }
  .gm-style-iw button {
    opacity: 1 !important; }
    .gm-style-iw button img {
      width: 25px !important;
      height: 25px !important;
      margin: 10px 10px 0 0 !important; }

@media screen and (max-width: 767px) {
  .gm-style-iw-d, .gm-style-iw {
    max-width: 350px !important;
    max-height: 480px !important; } }

@media screen and (max-width: 450px) {
  .gm-style-iw-d, .gm-style-iw {
    max-width: 280px !important; } }

.gm-style::after,
.gm-style-iw-t::after {
  display: none; }

.hamburger.is-toggled .hamburger__inner {
  width: 2.1875rem;
  -webkit-transform: translate3d(-4px, 10px, 0) rotate(45deg);
          transform: translate3d(-4px, 10px, 0) rotate(45deg); }
  .hamburger.is-toggled .hamburger__inner::before {
    -webkit-transform: translate3d(-4px, -6px, 0) rotate(-45deg);
            transform: translate3d(-4px, -6px, 0) rotate(-45deg);
    opacity: 0; }
  .hamburger.is-toggled .hamburger__inner::after {
    width: 2.1875rem;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger__wrapper {
  width: 1.875rem;
  height: 1.5625rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.15s linear; }

.hamburger__inner {
  top: 0; }
  .hamburger__inner, .hamburger__inner::after, .hamburger__inner::before {
    position: absolute;
    width: 100%;
    height: 0.25rem;
    background-color: #000;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s; }
  .hamburger__inner::after, .hamburger__inner::before {
    content: "";
    display: block; }
  .hamburger__inner::after {
    top: 1.25rem; }
  .hamburger__inner::before {
    top: 0.625rem; }

.header {
  position: relative;
  z-index: 1020;
  margin-bottom: 1.875rem;
  padding: 0.625rem 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }
  @media (min-width: 992px) {
    .header {
      margin-bottom: 3.125rem; } }
  .header__container {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: stretch;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
    @media (min-width: 1200px) {
      .header__container {
        max-width: 1200px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .header__container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .header__panels {
    width: 100%; }
    @media (max-width: 1199px) {
      .header__panels {
        display: flex; } }
  .header__group-logo {
    width: 125px;
    background: #fff;
    position: relative;
    top: -.625rem;
    height: calc(100% + .625rem);
    border-radius: 0 0 .75rem .75rem;
    margin-left: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    padding: 0 .75rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .header__group-logo:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .header__group-logo > img {
      flex-basis: 100%; }
  .header__panel {
    display: flex;
    align-items: stretch; }
  .header__panel-top {
    flex: 1 1;
    justify-content: space-between;
    order: 1; }
    @media (min-width: 1200px) {
      .header__panel-top {
        margin-bottom: 0.625rem; } }
  .header__user-panel-item, .header__nav-panel-item {
    display: flex;
    align-items: center;
    padding-right: 0.9375rem; }
    @media (min-width: 768px) {
      .header__user-panel-item, .header__nav-panel-item {
        padding-right: 2rem; } }
    @media (min-width: 1200px) {
      .header__user-panel-item, .header__nav-panel-item {
        padding-right: 0; } }
  .header__user-panel {
    display: flex;
    align-items: center;
    position: relative; }
    .header__user-panel--mobile {
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 1rem 0 2rem 0;
      border-top: solid 1px #a6a6a6; }
      @media (min-width: 768px) {
        .header__user-panel--mobile {
          display: none; } }
    .header__user-panel--desktop {
      display: none; }
      @media (min-width: 768px) {
        .header__user-panel--desktop {
          display: flex;
          flex-grow: 1;
          justify-content: flex-end;
          margin-left: 1rem; } }
  @media (min-width: 1200px) {
    .header__user-panel-item:not(:last-child) {
      margin-right: 1.25rem;
      padding-right: 1.25rem;
      border-right: 1px solid #d8d8d8; } }
  .header__nav-panel {
    justify-content: flex-end;
    margin-left: auto;
    order: 0; }
    @media (min-width: 1200px) {
      .header__nav-panel {
        position: relative; } }
  .header__nav-panel-item:last-child {
    padding-right: 0; }
  .header__helpline {
    display: none;
    text-align: right; }
    @media (min-width: 1200px) {
      .header__helpline {
        display: flex; } }
  .header__helpline-text {
    font-weight: bold;
    margin-left: .625rem; }
  .header__wishlist {
    align-items: stretch;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .header__wishlist {
        position: relative; } }
  .header__wishlist-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .header__wishlist-wrapper:focus {
      box-shadow: none; }
    .header__wishlist-wrapper::before, .header__wishlist-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 3;
      left: 15px;
      visibility: hidden;
      opacity: 0;
      transition-duration: 0.5s;
      transition-property: visibility, opacity; }
    .header__wishlist-wrapper::before {
      top: calc(100% - 0.25rem);
      width: 1.125rem;
      height: 1.625rem;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23eee' width='18' height='26'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E");
      -webkit-transform: translateX(-50%) rotate(90deg) scaleY(1.6);
              transform: translateX(-50%) rotate(90deg) scaleY(1.6); }
      @media (min-width: 768px) {
        .header__wishlist-wrapper::before {
          top: calc(100% - 1.375rem); } }
    .header__wishlist-wrapper::after {
      top: 100%;
      width: 0.875rem;
      height: 1.5rem;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23fff' width='14' height='24'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E");
      -webkit-transform: translateX(-50%) rotate(90deg) scaleY(1.5);
              transform: translateX(-50%) rotate(90deg) scaleY(1.5); }
      @media (min-width: 768px) {
        .header__wishlist-wrapper::after {
          top: calc(100% - 1.0625rem); } }
    @media (min-width: 768px) {
      .header__wishlist-wrapper::before, .header__wishlist-wrapper::after {
        -webkit-transform: none;
                transform: none; }
      .header__wishlist-wrapper::before {
        z-index: -1;
        left: -15px;
        top: -5px;
        background: #fff;
        width: calc(100% + 30px);
        height: calc(100% + 15px);
        border: 4px solid #eee;
        border-bottom-color: #fff; }
      .header__wishlist-wrapper::after {
        z-index: 3;
        left: -11px;
        top: auto;
        bottom: 0;
        width: calc(100% + 22px);
        height: 4px;
        background-color: #fff; } }
    @media (min-width: 768px) {
      .header__wishlist-wrapper.is-toggled::before, .header__wishlist-wrapper.is-toggled::after {
        visibility: visible;
        opacity: 1; } }
    .header__wishlist-wrapper.is-toggled .header__wishlist-tooltip {
      max-width: 6.25rem;
      opacity: 1;
      visibility: visible; }
  .header__wishlist-count {
    position: absolute;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    height: 100%;
    font-weight: 500;
    top: 0;
    right: -10px;
    color: #ff6b00; }
    @media (min-width: 1200px) {
      .header__wishlist-count {
        display: none; } }
    .header__wishlist-count.wishlist-count--big-number {
      position: absolute;
      font-size: 11px;
      top: 22px;
      left: 4px;
      color: white; }
      @media (max-width: 767px) {
        .header__wishlist-count.wishlist-count--big-number {
          top: 18px; } }
  .header__wishlist-text {
    display: none;
    margin-left: 0.625rem; }
    @media (min-width: 1200px) {
      .header__wishlist-text {
        display: flex; } }
  .header__wishlist-icon {
    fill: #ff6b00; }
    @media (min-width: 768px) {
      .header__wishlist-icon {
        width: 1.25rem;
        height: 1.25rem; } }
  .header__wishlist-tooltip {
    position: relative;
    max-width: 0;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: max-width, visibility, opacity; }
    .header__wishlist-tooltip::before {
      content: "";
      display: inline-block;
      width: 0.3125rem; }
  .header__wishlist-tooltip-icon {
    position: relative; }
  .header__sign-text {
    display: none; }
    @media (min-width: 1200px) {
      .header__sign-text {
        display: flex;
        align-items: center;
        margin-left: 0.625rem; } }
  .header__user-link {
    display: flex;
    align-items: center;
    white-space: nowrap; }
  .header__user-text {
    display: none;
    max-width: 90px; }
    @media (min-width: 768px) {
      .header__user-text {
        display: block; } }
    @media (min-width: 992px) {
      .header__user-text {
        max-width: 200px; } }
    @media (min-width: 1200px) {
      .header__user-text {
        max-width: 265px; } }
  .header__user-icon {
    margin-right: 0.9375rem; }
    @media (min-width: 768px) {
      .header__user-icon {
        margin-right: 0.625rem; } }
  .header__user-icon-logout {
    margin-right: 0;
    display: flex; }
    @media (min-width: 768px) {
      .header__user-icon-logout {
        display: none; } }
  .header__user-group {
    display: flex; }
  .header__user-group-item {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .header__user-group-item:not(:first-child)::before {
        margin: 0 0.3125rem;
        content: '|'; } }
  .header__hamburger {
    margin-right: 1.25rem; }
    @media (min-width: 1200px) {
      .header__hamburger {
        display: none; } }
  .header__hamburger-text {
    display: none;
    text-transform: uppercase;
    margin-right: 0.625rem; }
    @media (min-width: 768px) {
      .header__hamburger-text {
        display: block; } }
  .header__hamburger-icon {
    position: relative; }
  @media (min-width: 1200px) {
    .header__icon-compact {
      width: 1.5625rem;
      height: 1.5625rem; } }
  .header__search {
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .header__search {
        margin-right: 0.625rem; } }
    .header__search-icon {
      fill: #ff6b00; }

.none {
  display: none !important; }

.nutric-pack {
  flex-direction: row-reverse;
  align-items: center; }

.index-steps {
  margin-bottom: 60px; }
  .index-steps img {
    margin-bottom: 12px;
    max-width: 400px; }
  .index-steps .steps-text {
    display: flex;
    max-width: 525px;
    margin: 0 auto; }
  .index-steps .h-step {
    font-weight: 400;
    text-align: center;
    width: 33.33%; }
    .index-steps .h-step strong {
      font-weight: 600;
      color: #ff6b00; }
  @media screen and (max-width: 770px) {
    .index-steps {
      margin-bottom: 30px; }
      .index-steps img {
        max-width: 100%; }
      .index-steps .steps-text {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%; } }
  @media screen and (max-width: 350px) {
    .index-steps .steps-text {
      font-size: 14px; } }

.health-index-result .section {
  margin-bottom: 0; }

.health-index-result .h-result {
  color: #7e7e7e;
  position: absolute;
  padding-bottom: 20px; }
  .health-index-result .h-result:after {
    content: "";
    height: 1px;
    width: 200px;
    background: #7e7e7e;
    position: relative; }

.health-index-result .health-index-wrapp {
  justify-content: space-between;
  margin: 0; }
  @media screen and (max-width: 1200px) {
    .health-index-result .health-index-wrapp {
      margin: 0 -15px; } }
  .health-index-result .health-index-wrapp .element {
    width: 50%;
    margin-bottom: 0; }
  .health-index-result .health-index-wrapp .result-box {
    margin-bottom: 30px;
    width: 100%; }
    .health-index-result .health-index-wrapp .result-box.green .box {
      padding: 30px; }
    .health-index-result .health-index-wrapp .result-box.green .btn {
      width: 100%;
      line-height: 22px;
      letter-spacing: 0.3px; }
    .health-index-result .health-index-wrapp .result-box.green h2 {
      color: #fff;
      font-size: 1.1rem;
      text-transform: uppercase; }
    .health-index-result .health-index-wrapp .result-box.green h2,
    .health-index-result .health-index-wrapp .result-box.green h3 {
      line-height: 28px; }

.health-index-result .bmi-box,
.health-index-result .water-box {
  padding: 2rem 1.5rem 1rem; }
  .health-index-result .bmi-box h3,
  .health-index-result .water-box h3 {
    margin-bottom: 2.5rem; }

.health-index-result .percent .box {
  padding: 40px 30px 30px; }

.health-index-result .percent .component {
  margin-top: 6rem;
  margin-bottom: 0; }

.health-index-result .addthis_inline_share_toolbox_uvyw {
  width: 100%; }
  .health-index-result .addthis_inline_share_toolbox_uvyw .at-share-btn-elements {
    display: flex;
    justify-content: space-between; }
    .health-index-result .addthis_inline_share_toolbox_uvyw .at-share-btn-elements a {
      width: 48.5%;
      text-align: center;
      border-radius: 5px; }

.health-index-result .points p {
  margin-bottom: 0; }

.health-index-result .points .box {
  border: none;
  background: #f6f6f6;
  padding: 50px 35px; }

.health-index-result .points .btn-primary {
  width: 100%; }

.health-index-result .list-styled-arrow-up {
  padding-left: 0;
  margin-bottom: 2rem; }
  .health-index-result .list-styled-arrow-up li {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: 400; }
    .health-index-result .list-styled-arrow-up li:before {
      background: #ff6b00;
      color: #fff;
      border-radius: 50%;
      padding: 5px 18px 26px 12px;
      font-weight: 400;
      font-size: 15px;
      margin-right: 25px;
      position: initial; }
    .health-index-result .list-styled-arrow-up li:first-child:before {
      content: "1"; }
    .health-index-result .list-styled-arrow-up li:nth-child(2):before {
      content: "2"; }
    .health-index-result .list-styled-arrow-up li:nth-child(3):before {
      content: "3"; }
    .health-index-result .list-styled-arrow-up li:nth-child(4):before {
      content: "4"; }
    .health-index-result .list-styled-arrow-up li:last-child:before {
      content: "5"; }

.health-index-result .personal-plan__feature {
  box-shadow: none;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  text-align: left;
  padding-left: 15px; }
  @media screen and (max-width: 1200px) {
    .health-index-result .personal-plan__feature {
      margin-bottom: 20px; } }
  .health-index-result .personal-plan__feature:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: black;
    left: 0;
    top: 9px;
    border-radius: 50%; }
  .health-index-result .personal-plan__feature img {
    max-width: 40px;
    margin: 0; }
  .health-index-result .personal-plan__feature span {
    padding-left: 25px; }

.health-index-result .bmi.element {
  width: 100%; }

@media screen and (max-width: 1210px) {
  .health-index-result .bmi-row {
    margin-right: 0.25rem;
    padding-right: 4.25rem; }
  .health-index-result .health-index-wrapp .element {
    width: 100%;
    flex-direction: column;
    margin: 0; }
  .health-index-result .health-index-wrapp .bmi.element {
    flex-direction: row;
    margin-bottom: 10px; } }

@media screen and (max-width: 770px) {
  .health-index-result .health-index-wrapp .result-box {
    width: 100%; }
    .health-index-result .health-index-wrapp .result-box .bmi__text {
      margin-top: 10px; }
  .health-index-result .at-resp-share-element.at-mobile .at-label {
    display: block !important; } }

.health-index-result.unregistered .h2-secondary {
  background: #fff;
  color: #009639; }

.health-index-result.unregistered .index-steps {
  margin-bottom: 2rem; }

.health-index-result.unregistered .top-heading {
  text-align: center;
  margin-bottom: 2rem; }

.health-index-result.unregistered .box {
  border-radius: 8px;
  padding: 30px 30px 20px;
  border: 3px solid #eee; }

.health-index-result.unregistered .result-description {
  position: relative;
  z-index: 100;
  padding-top: 30px;
  margin-bottom: 30px !important; }

.health-index-result.unregistered .percent .bmi-box,
.health-index-result.unregistered .percent .water-box {
  padding: 0;
  border: none;
  z-index: 1;
  position: relative;
  border-radius: 0; }
  .health-index-result.unregistered .percent .bmi-box .bmi__number,
  .health-index-result.unregistered .percent .bmi-box .fluids__amount,
  .health-index-result.unregistered .percent .water-box .bmi__number,
  .health-index-result.unregistered .percent .water-box .fluids__amount {
    font-size: 1.5rem; }
  .health-index-result.unregistered .percent .bmi-box .bmi__icon,
  .health-index-result.unregistered .percent .water-box .bmi__icon {
    width: 3rem;
    height: 3rem; }
  .health-index-result.unregistered .percent .bmi-box .fluids__icon-cup,
  .health-index-result.unregistered .percent .water-box .fluids__icon-cup {
    width: 3rem;
    height: 3.5rem; }
  .health-index-result.unregistered .percent .bmi-box .fluids__message,
  .health-index-result.unregistered .percent .water-box .fluids__message {
    font-size: 1rem; }

.health-index-result.unregistered .percent .bmi-box {
  border-bottom: 3px solid #EEE;
  border-top: 3px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 10px !important;
  padding-top: 20px; }
  .health-index-result.unregistered .percent .bmi-box .bmi__text {
    padding-top: 15px; }

.health-index-result.unregistered .personal-box {
  background: #f6f6f6;
  height: 100%; }

.health-index-result.unregistered .personal-plan {
  background: inherit;
  color: #000; }
  .health-index-result.unregistered .personal-plan__heading {
    color: #009639;
    margin: 20px 0 80px 0;
    justify-content: left; }
    @media screen and (max-width: 1200px) {
      .health-index-result.unregistered .personal-plan__heading {
        margin: 0 0 40px 0; } }
  .health-index-result.unregistered .personal-plan__feature {
    padding-left: 25px; }
    .health-index-result.unregistered .personal-plan__feature:before {
      content: '';
      background-image: url("/gfx_wl/icon-tick.svg");
      background-size: contain;
      background-color: transparent;
      position: absolute;
      height: 25px;
      width: 25px;
      left: 0;
      top: -1px; }
    .health-index-result.unregistered .personal-plan__feature span {
      font-weight: 600; }

.health-index-result.unregistered .result-flex {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap; }
  @media screen and (max-width: 1200px) {
    .health-index-result.unregistered .result-flex {
      margin-top: 40px; } }
  .health-index-result.unregistered .result-flex .form-control {
    border: 2px solid #929292;
    border-radius: 20px;
    width: 100%;
    position: relative;
    z-index: 3;
    border-right: 0;
    padding: 11px 0 11px 20px; }
  .health-index-result.unregistered .result-flex .form-control-error {
    flex-basis: 100%;
    width: 100%; }
  .health-index-result.unregistered .result-flex ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #929292; }
  .health-index-result.unregistered .result-flex ::-moz-placeholder {
    /* Firefox 19+ */
    color: #929292; }
  .health-index-result.unregistered .result-flex :-ms-input-placeholder {
    /* IE 10+ */
    color: #929292; }
  .health-index-result.unregistered .result-flex :-moz-placeholder {
    /* Firefox 18- */
    color: #929292; }
  .health-index-result.unregistered .result-flex .btn-secondary {
    border-radius: 20px;
    min-width: 20%;
    position: absolute;
    right: 15px;
    z-index: 5;
    background-color: #ff6b00;
    border-color: #ff6b00;
    opacity: 1;
    width: auto;
    padding: 13px 10px 12px 10px; }

.row-inner > div {
  display: flex; }

.justify-content-center-inner > div {
  justify-content: center; }

.nutrition-index-pack .h2-secondary {
  color: #009639;
  margin: 0;
  padding: 40px 0; }
  .nutrition-index-pack .h2-secondary:after {
    display: none; }

.nutrition-index-pack__wrapp {
  width: 100%;
  border: 3px solid #eee;
  border-radius: 8px; }

.nutrition-index-pack .buttons {
  display: flex; }
  @media screen and (min-width: 991px) {
    .nutrition-index-pack .buttons {
      position: absolute;
      bottom: 1rem;
      width: calc(100% - 2.5rem); } }
  .nutrition-index-pack .buttons .btn {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    text-align: center; }
    .nutrition-index-pack .buttons .btn:last-child {
      margin-right: 0; }
    .nutrition-index-pack .buttons .btn.btn-block {
      display: block; }

.nutrition-index-pack .nutric-pack {
  background: #f6f6f6;
  max-width: 100%;
  margin: 0;
  padding: 60px 30px; }
  .nutrition-index-pack .nutric-pack p {
    font-size: 22px; }
  .nutrition-index-pack .nutric-pack h2 {
    color: #5e5e5e;
    font-size: 1.6rem;
    margin-left: 0px;
    text-align: center; }
    @media screen and (max-width: 990px) {
      .nutrition-index-pack .nutric-pack h2 {
        display: block;
        width: 100%; } }
  .nutrition-index-pack .nutric-pack .rich-text.element {
    margin-left: 60px; }
  .nutrition-index-pack .nutric-pack p {
    font-size: 1.3rem;
    line-height: 25px; }
  .nutrition-index-pack .nutric-pack .btn-primary {
    padding: 7px 3.6857rem;
    border-radius: 10px;
    width: auto; }
  .nutrition-index-pack .nutric-pack.roundangle.roundangle--top:after {
    bottom: auto;
    top: -15px;
    left: 15%;
    -webkit-transform: translateX(0) rotate(90deg);
    transform: translateX(0) rotate(-90deg); }

.nutrition-index-pack .btn {
  cursor: pointer; }

.nutrition-index-pack .house {
  overflow: hidden;
  padding: 3rem 2rem; }
  .nutrition-index-pack .house:before, .nutrition-index-pack .house:after {
    display: none; }
  .nutrition-index-pack .house__heading {
    padding-left: 0;
    font-size: 1.85rem; }
    .nutrition-index-pack .house__heading:before {
      display: none; }
  .nutrition-index-pack .house ul li {
    list-style-type: disc; }
    .nutrition-index-pack .house ul li:before {
      display: none; }
  .nutrition-index-pack .house__box {
    padding: 0;
    background: transparent; }
    .nutrition-index-pack .house__box .btn-link {
      text-decoration: underline;
      padding: 0;
      margin-bottom: 15px; }
  .nutrition-index-pack .house .nutri-img {
    display: flex !important;
    margin-bottom: 40px;
    height: 100%;
    max-height: 250px;
    align-items: center; }
    .nutrition-index-pack .house .nutri-img img {
      height: auto !important; }
    .nutrition-index-pack .house .nutri-img.month {
      height: 220px !important;
      width: 220px; }

.nutrition-index-pack__variants .col-md {
  padding: 0;
  border-top: 1px solid #d8d8d8; }
  .nutrition-index-pack__variants .col-md:first-child {
    border-right: 1px solid #d8d8d8; }

.nutrition-index-pack .info-panel__text-wrapper {
  display: none; }

.nutrition-index-pack .info-panel__image {
  background: none;
  padding: 20px 0; }
  .nutrition-index-pack .info-panel__image:before, .nutrition-index-pack .info-panel__image:after {
    display: none; }
  .nutrition-index-pack .info-panel__image h2 {
    color: #4c5459; }

.nutrition-index-pack .section .section {
  margin-bottom: 2rem; }
  .nutrition-index-pack .section .section:last-child {
    margin-bottom: 0; }
  .nutrition-index-pack .section .section .element {
    max-width: 100%;
    margin: 0; }

.nutrition-index-pack .section .minor {
  display: none; }

.nutrition-index-pack .personal-pack__text-wrapper {
  margin: 0 0 15px 0;
  justify-content: space-between; }

@media screen and (max-width: 990px) {
  .nutrition-index-pack .personal-pack__descbuttons {
    max-width: 50%; } }

@media screen and (max-width: 576px) {
  .nutrition-index-pack .personal-pack__descbuttons {
    max-width: 100%; } }

.nutrition-index-pack .personal-pack__descbuttons .personal-pack__description {
  margin-bottom: 4.5rem; }
  @media screen and (max-width: 990px) {
    .nutrition-index-pack .personal-pack__descbuttons .personal-pack__description {
      margin-bottom: 1.5rem; } }

.nutrition-index-pack .personal-pack__list {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1rem; }
  .nutrition-index-pack .personal-pack__list__wrapp {
    flex-direction: column-reverse;
    padding: 0 1rem; }
  .nutrition-index-pack .personal-pack__list .personal-pack__list-item {
    border: 0;
    border-right: 1px solid #d8d8d8;
    padding: 2.5rem 1.25rem;
    border-radius: 0;
    position: relative; }
    .nutrition-index-pack .personal-pack__list .personal-pack__list-item:last-of-type {
      border-right: none; }
    @media screen and (min-width: 991px) and (max-width: 1210px) {
      .nutrition-index-pack .personal-pack__list .personal-pack__list-item {
        height: 400px; } }
  .nutrition-index-pack .personal-pack__list .personal-pack__name {
    font-size: 1.2rem; }

.nutrition-index-pack .personal-pack__product {
  width: 35%;
  min-height: 100px; }
  .nutrition-index-pack .personal-pack__product a {
    height: 100%;
    width: 100%;
    position: relative; }
  .nutrition-index-pack .personal-pack__product picture {
    height: 100%;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 990px) {
      .nutrition-index-pack .personal-pack__product picture {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 576px) {
      .nutrition-index-pack .personal-pack__product picture {
        width: auto;
        height: 100%; } }
  .nutrition-index-pack .personal-pack__product img {
    object-fit: contain;
    width: 118px; }

.nutrition-index-pack .personal-pack__list__wrapp {
  flex-direction: row; }
  .nutrition-index-pack .personal-pack__list__wrapp > div {
    flex: 1 1; }

.nutrition-index-pack .personal-pack__product-info {
  padding-left: 0;
  max-width: 65%;
  width: 65%; }

.nutrition-index-pack .personal-pack__list .personal-pack__list-item:last-child {
  border-right: 0; }

.nutrition-index-pack .p-head {
  display: none; }

.nutrition-index-pack .roundangle--top:after {
  bottom: auto;
  top: -45px;
  left: 15%;
  -webkit-transform: translateX(0) rotate(90deg);
          transform: translateX(0) rotate(90deg); }

@media screen and (min-width: 1210px) {
  .nutrition-index-pack .rich-text img {
    max-width: 500px; } }

@media screen and (min-width: 991px) and (max-width: 1210px) {
  .nutrition-index-pack .buttons {
    flex-direction: column; }
    .nutrition-index-pack .buttons .btn {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 10px; } }

@media screen and (max-width: 990px) {
  .nutrition-index-pack .personal-pack__list {
    display: block; }
  .nutrition-index-pack .nutric-pack {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap; }
    .nutrition-index-pack .nutric-pack .column-reverse {
      flex-direction: column-reverse;
      margin: 0; }
    .nutrition-index-pack .nutric-pack .col-sm {
      flex-basis: auto; }
    .nutrition-index-pack .nutric-pack .rich-text.element {
      margin-left: 0px; }
    .nutrition-index-pack .nutric-pack .btn-primary {
      margin-left: 0px;
      width: 100%; }
    .nutrition-index-pack .nutric-pack p {
      text-align: center;
      padding: 10px 0; }
  .nutrition-index-pack .personal-pack__list-item {
    border-right: 0 solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    position: relative; }
  .nutrition-index-pack .buttons {
    flex-direction: column; }
    .nutrition-index-pack .buttons .btn {
      border-radius: 10px;
      margin-bottom: 10px; } }

@media screen and (max-width: 770px) {
  .nutrition-index-pack .personal-pack__list {
    display: block; }
    .nutrition-index-pack .personal-pack__list .personal-pack__list-item {
      border-right: 0px solid #d8d8d8;
      border-bottom: 1px solid #d8d8d8; }
  .nutrition-index-pack .nutric-pack-row {
    margin: 0; }
    .nutrition-index-pack .nutric-pack-row .col-lg-12 {
      padding: 0; } }

.BGBG .nutrition-index-pack .personal-pack__descbuttons .personal-pack__description {
  margin-bottom: 5rem; }
  @media screen and (max-width: 990px) {
    .BGBG .nutrition-index-pack .personal-pack__descbuttons .personal-pack__description {
      margin-bottom: 1.5rem; } }

.recomended {
  background: #00973a;
  position: absolute;
  color: #fff;
  padding: 2px 50px;
  right: -45px;
  top: 35px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }
  @media screen and (max-width: 576px) {
    .recomended {
      font-size: 12px;
      padding: 2px 25px;
      right: -25px;
      top: 25px; } }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.health-index-banner {
  padding: 3.75rem 1rem 4.375rem;
  color: #fff; }
  .health-index-banner__row-text {
    display: block; }
    @media (min-width: 992px) {
      .health-index-banner__row-text {
        display: flex;
        flex-wrap: nowrap; } }
    .health-index-banner__row-text .health-index-banner__button-wrapper {
      margin-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .health-index-banner__row-text .health-index-banner__button-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 3rem;
        justify-content: center; }
      .health-index-banner__row-text .health-index-banner__btn-after {
        max-width: none;
        margin-top: 1rem; } }
  .health-index-banner__text {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 1rem;
    flex: 0 1 75%;
    max-width: 75%; }
    @media (min-width: 768px) {
      .health-index-banner__text {
        font-size: 1.875rem; } }
    @media (min-width: 992px) {
      .health-index-banner__text {
        margin-bottom: 1.5625rem;
        flex: 0 1 55%;
        max-width: 55%; } }
    .health-index-banner__text h1 {
      font-size: 1.875rem;
      color: #fff;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .health-index-banner__text h1 {
          font-size: 3.125rem; } }
    .health-index-banner__text ul {
      list-style: disc; }
    .health-index-banner__text ul, .health-index-banner__text ol {
      margin-left: 1.5rem; }
      @media (min-width: 576px) {
        .health-index-banner__text ul, .health-index-banner__text ol {
          margin-left: 2.5rem; } }
  @media (min-width: 992px) {
    .health-index-banner__button-wrapper {
      display: flex;
      align-items: center;
      flex: 1 1 45%; } }
  .health-index-banner__btn {
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .health-index-banner__btn {
        min-width: 320px; } }
  .health-index-banner__btn-after {
    display: inline-block;
    font-size: .8rem;
    max-width: 50%;
    margin-top: 2rem; }
    @media (min-width: 992px) {
      .health-index-banner__btn-after {
        max-width: 12rem;
        margin-top: 0rem; } }
  .health-index-banner__footer {
    display: block; }
    @media (min-width: 992px) {
      .health-index-banner__footer {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
        align-items: center; } }
  .health-index-banner__footer-image-wrapper {
    flex: 1 1 30%;
    display: flex;
    justify-content: flex-end;
    margin-top: -5rem; }
    .health-index-banner__footer-image-wrapper.no-margin {
      margin-top: 0; }
    @media (min-width: 768px) {
      .health-index-banner__footer-image-wrapper {
        margin-top: -7rem; } }
    @media (min-width: 992px) {
      .health-index-banner__footer-image-wrapper {
        padding: 0 2rem;
        margin-top: 0; } }
  .health-index-banner__footer-image {
    max-height: 8rem;
    margin: 0; }
  .health-index-banner__image {
    width: 100%;
    height: auto; }
    .health-index-banner__image.desktop {
      display: none; }
      @media (min-width: 992px) {
        .health-index-banner__image.desktop {
          display: block; } }
    .health-index-banner__image.tablet {
      display: none; }
      @media (min-width: 576px) {
        .health-index-banner__image.tablet {
          display: block; } }
      @media (min-width: 992px) {
        .health-index-banner__image.tablet {
          display: none; } }
    .health-index-banner__image.mobile {
      display: block; }
      @media (min-width: 576px) {
        .health-index-banner__image.mobile {
          display: none; } }
  .health-index-banner.type-image {
    position: relative;
    padding: 0; }
    .health-index-banner.type-image .bottom-left {
      position: absolute; }
      @media (min-width: 768px) {
        .health-index-banner.type-image .bottom-left {
          bottom: 5%;
          left: 23%; }
          .health-index-banner.type-image .bottom-left .health-index-banner__btn {
            max-width: initial; } }
    .health-index-banner.type-image .top-right {
      position: absolute;
      bottom: 5%; }
      @media (min-width: 768px) {
        .health-index-banner.type-image .top-right {
          top: 10%;
          right: 23%; }
          .health-index-banner.type-image .top-right .health-index-banner__btn {
            max-width: initial; } }
  .flickity-enabled .health-index-banner {
    width: 100%;
    height: 100%;
    max-height: 515px; }

.health-index-features {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .health-index-features {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem;
      margin-bottom: 2rem;
      border: 2px solid #fff;
      border-radius: 8px; } }

.health-index-feature {
  padding: 0;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center; }
  @media (min-width: 768px) {
    .health-index-feature {
      margin-bottom: 0; } }
  .health-index-feature__icon {
    margin-bottom: 0.625rem; }
  .health-index-feature__name {
    width: 5.9375rem;
    font-size: 0.75rem;
    text-transform: uppercase; }

.bmi {
  display: flex;
  font-size: 1.125rem; }
  .bmi__row {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 1.25rem; }
    .bmi__row::after {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #000;
      content: ''; }
  .bmi__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 2rem; }
  .bmi__number {
    font-size: 1.75rem;
    font-weight: 900; }
  .bmi__weight-status {
    font-weight: 900; }
  .bmi__icon {
    width: 3.4375rem;
    height: 3.5625rem;
    margin-right: 1.25rem;
    fill: #7e7e7e; }
  .bmi__text {
    display: flex;
    align-items: flex-start; }

.data-agree h3,
.data-agree p {
  margin-bottom: 0.9375rem; }

.data-agree .data-user-email {
  color: #009639;
  text-align: center;
  font-weight: 600; }

.data-agree .data-info-text {
  text-align: justify;
  font-size: 0.6875rem; }
  .data-agree .data-info-text label {
    font-size: 0.6875rem; }

.fluids__message {
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2rem; }

.fluids__icon-outcome {
  position: relative;
  top: 0.375rem; }

.fluids__status {
  display: flex;
  align-items: center; }

.fluids__icon-cup {
  width: 3rem;
  height: 4.0625rem;
  margin-right: 1.25rem;
  fill: #7e7e7e; }

.fluids__amount {
  font-size: 1.75rem;
  font-weight: 900; }

.fluids__measurement {
  font-size: 1.125rem; }

.improve-message {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  position: relative;
  bottom: -1.25rem;
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  margin-top: auto;
  color: #fff;
  border-radius: 4px; }
  .improve-message__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1; }

.health-index-intro {
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px; }
  @media (min-width: 992px) {
    .health-index-intro {
      display: flex;
      align-items: stretch; } }
  .health-index-intro .row {
    flex-wrap: nowrap; }
  .health-index-intro__item {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .health-index-intro__item {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .health-index-intro__item .btn-health-index {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
        -webkit-transform: translateX(3.125rem);
                transform: translateX(3.125rem); } }
  .health-index-intro__text {
    padding: 30px 15px;
    font-size: 1.375rem; }
    @media (min-width: 576px) {
      .health-index-intro__text {
        width: 500px; } }
    @media (min-width: 768px) {
      .health-index-intro__text {
        width: 550px; } }
    @media (min-width: 992px) {
      .health-index-intro__text {
        padding-left: 30px;
        padding-right: 30px;
        width: auto; } }
  .health-index-intro__advantages {
    padding: 3.125rem;
    color: #fff; }

.personal-plan {
  color: #fff;
  background-color: #009639; }
  .personal-plan__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit; }
  .personal-plan__feature {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1;
    margin-bottom: 0.9375rem;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #97dfb3; }
    @media (min-width: 992px) {
      .personal-plan__feature {
        margin-bottom: 1.875rem; } }

.scale {
  padding-top: 0.9375rem; }
  @media (min-width: 768px) {
    .scale {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1 1; } }
  @media (min-width: 992px) {
    .scale {
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 415px;
      width: 100%; } }
  .scale__inner {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 50%; }
  .scale__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .scale__overlay, .scale__cursor {
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .scale__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
  .scale__cursor {
    position: absolute;
    bottom: -12%;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 24%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='61px' height='51px' viewBox='0 0 61 51' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath d='M36.6259384,38.9802488 C32.1634407,39.7192857 27.3780534,40.0879499 22.2697204,40.0879499 C17.1645183,40.0879499 12.6710682,39.7198051 8.78476127,38.9783693 C7.10727967,38.8653171 5.72066186,37.5307183 5.72066186,35.809665 C5.72066186,35.4442728 5.78591163,35.082318 5.91287476,34.739615 L19.6175904,-2.25259244 C20.2252103,-3.89269973 22.0561354,-4.71831891 23.7182815,-4.21018423 C24.6859464,-3.9143594 25.4724137,-3.19993614 25.8233815,-2.25259244 L39.5280971,34.739615 C40.169231,36.470184 39.1670491,38.3041327 37.4229971,38.8373068 C37.1639594,38.9164972 36.896216,38.9643817 36.6259384,38.9802488 Z' id='path-1'/%3E %3Cfilter x='-38.2%25' y='-29.2%25' width='176.5%25' height='158.5%25' filterUnits='objectBoundingBox' id='filter-2'%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'/%3E %3CfeOffset dx='0' dy='0' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur stdDeviation='4' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E %3CfeComposite in='shadowBlurOuter1' in2='SourceAlpha' operator='out' result='shadowBlurOuter1'/%3E %3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.299960371 0' type='matrix' in='shadowBlurOuter1'/%3E %3C/filter%3E %3C/defs%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group' transform='translate(8.000000, 8.000000)'%3E %3Cg id='Shape' transform='translate(22.721828, 17.864384) rotate(90.000000) translate(-22.721828, -17.864384) '%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'/%3E %3Cuse stroke='%23FFFFFF' stroke-width='2' fill='%23D8D8D8' fill-rule='evenodd' xlink:href='%23path-1'/%3E %3C/g%3E %3Cpath d='M36.6259384,38.9802488 C32.1634407,39.7192857 27.3780534,40.0879499 22.2697204,40.0879499 C17.1645183,40.0879499 12.6710682,39.7198051 8.78476127,38.9783693 C7.10727967,38.8653171 5.72066186,37.5307183 5.72066186,35.809665 C5.72066186,35.4442728 5.78591163,35.082318 5.91287476,34.739615 L19.6175904,-2.25259244 C20.2252103,-3.89269973 22.0561354,-4.71831891 23.7182815,-4.21018423 C24.6859464,-3.9143594 25.4724137,-3.19993614 25.8233815,-2.25259244 L39.5280971,34.739615 C40.169231,36.470184 39.1670491,38.3041327 37.4229971,38.8373068 C37.1639594,38.9164972 36.896216,38.9643817 36.6259384,38.9802488 Z' id='Shape' stroke='%23FFFFFF' stroke-width='4' transform='translate(22.721828, 17.864384) rotate(90.000000) translate(-22.721828, -17.864384) '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat left center;
    background-size: contain;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%; }
  .scale__index {
    position: absolute;
    bottom: -0.9375rem;
    left: 50%;
    font-size: 4.375rem;
    font-weight: 900;
    line-height: 1;
    color: #009639;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 992px) {
      .scale__index {
        font-size: 6.875rem; } }
  .scale__label {
    position: absolute;
    font-size: 0.875rem;
    color: #7e7e7e; }
    .scale__label--min, .scale__label--max {
      bottom: -1.875rem;
      display: block;
      width: 14%;
      font-weight: 500;
      text-align: center; }
    .scale__label--min {
      left: 0;
      color: #e2231a; }
    .scale__label--max {
      right: 0;
      color: #009639; }
    .scale__label--low, .scale__label--high {
      bottom: 50%; }
    .scale__label--low {
      left: -0.9375rem; }
    .scale__label--medium {
      top: -1.875rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .scale__label--high {
      right: -0.9375rem; }

.health-index-supporters {
  background-color: #f6f6f6; }
  .health-index-supporters__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center; }
    @media (min-width: 768px) {
      .health-index-supporters__container {
        flex-wrap: nowrap; } }
  .health-index-supporters__icon-group {
    margin-top: 1.5625rem;
    margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .health-index-supporters__icon-group, .health-index-supporters__info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 1.5625rem;
      margin-bottom: 0.78125rem; } }

.house {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4.6875rem 1.5625rem 1.5625rem;
  background-color: #f6f6f6; }
  @media (min-width: 1200px) {
    .house {
      padding: 4.6875rem 1.5625rem 1.5625rem; } }
  .house::before, .house::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3.125rem;
    top: 0; }
  .house::before {
    left: 0;
    background: linear-gradient(to right bottom, #fff 50%, transparent 50%); }
  .house::after {
    right: 0;
    background: linear-gradient(to left bottom, #fff 50%, transparent 50%); }
  .house__heading {
    position: relative;
    padding-left: 2.5rem; }
    .house__heading::before {
      width: 1.5625rem;
      height: 1.5625rem;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 100 100' fill='%23009639'%3E %3Cpath d='M12.2127 99.7916c-5.896-3.685-5.331-96.2873 0-99.619C17.5437-3.1594 91.908 42.799 91.908 49.982s-73.7993 53.4946-79.6953 49.8096z'/%3E %3C/svg%3E"); }
  .house__content {
    display: flex;
    align-items: center; }
    .house__content--center {
      flex: 1 0 auto; }
  .house__box {
    margin-top: 1.5625rem;
    padding: 0.9375rem;
    background-color: #fff; }

.section-wishlist-pack .recomended {
  z-index: 10; }

.section-wishlist-pack .house__heading {
  text-align: center; }
  .section-wishlist-pack .house__heading::before {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 0.5rem;
    -webkit-transform: none;
            transform: none; }

.section-wishlist-pack .house__content--center {
  text-align: center; }
  .section-wishlist-pack .house__content--center .rich-text {
    width: 100%; }

.section-wishlist-pack .house__box a {
  display: block; }

.hp-carousel {
  position: relative; }
  .hp-carousel .flickity-prev-next-button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    fill: white; }
    .hp-carousel .flickity-prev-next-button svg {
      display: flex;
      width: 35px;
      fill: white; }
    .hp-carousel .flickity-prev-next-button.previous {
      left: 16px; }
    .hp-carousel .flickity-prev-next-button.next {
      right: 16px; }
    .hp-carousel .flickity-prev-next-button:disabled {
      opacity: 0.5;
      cursor: default; }
    @media (min-width: 768px) {
      .hp-carousel .flickity-prev-next-button svg {
        width: 50px; } }

.info-panel__heading {
  margin-bottom: 0;
  color: #fff;
  text-align: center; }

.info-panel__image {
  padding-top: 5.625rem;
  padding-bottom: 5.25rem; }
  @media (min-width: 576px) {
    .info-panel__image {
      padding-bottom: 5rem; } }
  @media (min-width: 992px) {
    .info-panel__image {
      padding-bottom: 4.375rem; } }

.info-panel__text-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
  background: #f6f6f6; }

.info-panel__text {
  margin-bottom: 0; }

.login-form__user {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .login-form__user {
      margin-bottom: 1.875rem; } }

.login-form__avatar {
  margin-right: 0.625rem; }

.login-form__link {
  display: block;
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .login-form__link {
      margin-bottom: 1.875rem; } }

.login-form--animate:not(:first-child) {
  display: none; }

.login-animate {
  min-height: 350px; }

.share-buttons {
  padding: 1.5rem 0 1.5rem 0; }

.st-btn {
  min-width: 40px !important;
  max-width: 40px;
  height: 40px !important;
  display: inline-block !important; }
  .st-btn img {
    opacity: 0; }

.st-label {
  display: none; }

.st-first,
.st-last {
  background-color: transparent !important;
  background-size: cover !important; }

.st-first {
  background-image: url("/images_wl/fb-share.png");
  margin-right: 11px !important; }

.st-last {
  display: none !important;
  background-image: url("/images_wl/twitter-sharing.png"); }

.main-nav {
  align-items: center; }
  @media (max-width: 1199px) {
    .main-nav {
      align-items: baseline;
      flex-flow: row;
      align-items: stretch;
      z-index: 1060;
      position: fixed;
      padding: 0;
      top: 0;
      left: 0;
      width: 0;
      max-width: 500px;
      height: 100%;
      background: #fff;
      overflow: hidden;
      box-shadow: 5px 0 10px -9px #7e7e7e;
      transition-property: opacity, visibility, width;
      transition-duration: 0.3s;
      opacity: 0;
      visibility: hidden; }
      .main-nav.is-toggled {
        width: calc(100% - 2rem); }
        .main-nav.is-toggled,
        .main-nav.is-toggled .accordion__trigger,
        .main-nav.is-toggled .accordion__panel.is-opened {
          opacity: 1;
          visibility: visible; }
      .main-nav .accordion__panel,
      .main-nav .accordion__trigger {
        opacity: 0;
        visibility: hidden; } }
  .main-nav__wrapper {
    display: flex;
    align-items: center;
    background: #fff; }
    @media (max-width: 1199px) {
      .main-nav__wrapper {
        min-width: 100%;
        height: 100%;
        flex-flow: column;
        flex: 1 1;
        padding: .75rem .9375rem;
        margin-bottom: auto;
        padding-bottom: 6rem; } }
    @media (max-width: 767px) {
      .main-nav__wrapper {
        padding-bottom: 10rem; } }
  .main-nav__head {
    display: none; }
    @media (max-width: 1199px) {
      .main-nav__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 40px;
        height: 40px; } }
    .main-nav__head__back {
      margin: 0;
      display: flex;
      align-items: center; }
      .main-nav__head__back:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-right: 0.3125rem solid #000;
        border-bottom: 0.3125rem solid transparent;
        border-top: 0.3125rem solid transparent;
        margin-right: .75rem; }
  @media (max-width: 1199px) {
    .main-nav__item {
      width: 100%;
      overflow-y: auto;
      height: 100vh;
      margin-top: 1rem; } }
  @media (max-width: 1199px) {
    .main-nav__options {
      display: flex;
      flex-flow: column;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 0 1rem;
      background: #fff;
      box-shadow: 0 -2px 5px #eee; } }
  .main-nav__link {
    padding: 0 0.9375rem;
    color: #000; }
    @media (max-width: 1199px) {
      .main-nav__link {
        white-space: nowrap;
        padding: 0;
        font-weight: bold; } }
    .main-nav__link--has-arrow {
      display: inline-flex;
      align-items: center; }
      .main-nav__link--has-arrow::after {
        margin-left: 0.625rem; }
        @media (min-width: 992px) {
          .main-nav__link--has-arrow::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 0.3125rem solid #000;
            border-left: 0.3125rem solid transparent;
            border-right: 0.3125rem solid transparent; } }
        @media (max-width: 1199px) {
          .main-nav__link--has-arrow::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 0.3125rem solid #000;
            border-bottom: 0.3125rem solid transparent;
            border-top: 0.3125rem solid transparent; } }
  .main-nav__btn {
    position: relative;
    z-index: 1;
    flex-shrink: 0; }
    @media (max-width: 1199px) {
      .main-nav__btn {
        height: auto;
        margin-bottom: 0.9375rem;
        width: 100%;
        text-align: left;
        font-weight: bold;
        padding: 1rem; } }
    @media (max-width: 767px) {
      .main-nav__btn {
        margin-left: 0;
        margin-right: 0; } }
  .main-nav__list {
    display: inline-flex;
    max-width: 100%;
    height: 100%; }
    @media (max-width: 1199px) {
      .main-nav__list {
        justify-content: flex-start;
        flex-flow: column;
        align-items: flex-start;
        width: 100%; } }
    @media (min-width: 1200px) {
      .main-nav__list.scrollable__list {
        overflow: visible; } }
  .main-nav__list-item {
    position: relative;
    padding-bottom: 0.9375rem;
    transition-property: box-shadow;
    transition-duration: 0.3s; }
    @media (min-width: 1200px) {
      .main-nav__list-item {
        display: flex;
        align-items: center;
        height: 100%;
        padding-top: 0.625rem;
        padding-bottom: 0;
        margin-top: -0.625rem;
        text-align: center; } }
    @media (max-width: 1199px) {
      .main-nav__list-item {
        margin: 0.5rem 0;
        border-bottom: 1px #a6a6a6 solid;
        width: 100%; } }
    .main-nav__list-item::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #ff6b00;
      visibility: hidden;
      opacity: 0;
      transition-property: visibility, opacity;
      transition-duration: 0.3s; }
      @media (min-width: 1200px) {
        .main-nav__list-item::after {
          z-index: 2;
          top: calc(100% - 4px);
          bottom: auto;
          height: 23px;
          background: #fff;
          border: solid #eee;
          border-width: 0 4px; } }
    .main-nav__list-item.is-toggled {
      visibility: visible;
      opacity: 1; }
      @media (min-width: 1200px) {
        .main-nav__list-item.is-toggled {
          box-shadow: inset 0 0 0 4px #eee; } }
      @media (min-width: 1200px) {
        .main-nav__list-item.is-toggled::after {
          visibility: visible;
          opacity: 1; } }
    .main-nav__list-item.is-active .main-nav__link {
      color: #ff6b00; }
      @media (min-width: 992px) {
        .main-nav__list-item.is-active .main-nav__link::after {
          border-top-color: #ff6b00; } }
      @media (max-width: 1199px) {
        .main-nav__list-item.is-active .main-nav__link::after {
          border-left-color: #ff6b00; } }
    .main-nav__list-item.is-active::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3px;
      background-color: #ff6b00; }
      @media (min-width: 1200px) {
        .main-nav__list-item.is-active::before {
          bottom: -0.9375rem; } }
  @media (max-width: 1199px) {
    .main-nav__scroller {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      margin-bottom: 1.5625rem; }
      .main-nav__scroller.scrollable {
        display: inline-block; } }

.map > * {
  width: 100% !important;
  height: 400px;
  max-height: 90vh;
  background-color: #f6f6f6; }

.media__item {
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .media__item {
      flex-direction: row; } }
  @media (max-width: 767px) {
    .media__item {
      padding-top: 0.625rem; } }

.media__icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px; }

.media__icon {
  width: 2.8125rem;
  height: 2.8125rem; }

.media__icon-text {
  position: absolute;
  left: calc(50% + 1px);
  top: calc(50% + 8px);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff; }

.media__content-wrapper {
  position: relative;
  flex: 1 1 auto;
  margin-top: 0.625rem;
  padding-top: 0.625rem; }
  @media (min-width: 576px) {
    .media__content-wrapper {
      margin-top: 0;
      margin-left: 2.5rem;
      padding-top: 0; } }
  .media__content-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1.25rem;
    background-color: #eee;
    width: calc(100% + 1.25rem * 2);
    height: 1px; }
    @media (min-width: 576px) {
      .media__content-wrapper::after {
        top: -1.25rem;
        width: 1px;
        height: calc(100% + 1.25rem * 2); } }

.media__links {
  margin-bottom: 0.9375rem; }

.media__link-wrapper:not(:last-child) {
  margin-bottom: 0.1875rem; }

.media__link {
  margin-right: 0.3125rem; }

.media__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
  .media__panel > :first-child {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    .media__panel {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .media__panel {
      flex-direction: column;
      align-items: flex-end; } }

.media__date {
  order: -1;
  margin-bottom: 1.25rem;
  color: #7e7e7e; }
  @media (min-width: 576px) {
    .media__date {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .media__date {
      order: 0;
      margin-top: auto;
      margin-bottom: 0; } }

.modal {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.15s;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out; }
  .modal.is-opened {
    opacity: 1;
    visibility: visible; }
  .modal--full-screen {
    display: block;
    overflow-y: auto; }
  .modal__dialog {
    width: 23.75rem;
    max-width: calc(100% - 1.25rem);
    max-height: calc(100% - 1.25rem);
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .modal--full-screen .modal__dialog {
      width: 90%;
      overflow: visible;
      margin: 1.875rem auto;
      max-height: none; }
      @media (min-width: 1200px) {
        .modal--full-screen .modal__dialog {
          max-width: 1140px; } }
    .is-opened .modal__dialog {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .modal__close-btn {
    position: absolute;
    top: -14px;
    right: -14px; }
  .modal__close-btn--cross {
    position: absolute;
    height: 3px;
    background-color: #4c5459;
    border-radius: 4px;
    width: 30px;
    -webkit-transform: translate3d(-5px, -4px, 0) rotate(45deg);
    transform: translate3d(-5px, -4px, 0) rotate(45deg);
    top: 25px;
    right: 5px;
    cursor: pointer; }
    .modal__close-btn--cross::after {
      content: "";
      width: 30px;
      -webkit-transform: translate3d(-16px, 0, 0) rotate(-90deg);
      transform: translate3d(0px, 0, 0) rotate(-90deg);
      height: 3px;
      background-color: #4c5459;
      border-radius: 4px;
      position: absolute; }

.newsletter {
  color: #fff; }
  .newsletter__submit {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    flex: 1 0 auto;
    width: auto;
    margin-left: -0.3125rem; }
  .newsletter__hint {
    color: inherit; }

.widget-newsletter {
  box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.75);
  padding: 1rem 1.5rem 1.5rem;
  background-color: #f6f6f6;
  margin: 0 auto; }
  .widget-newsletter h2 {
    color: #009639;
    justify-content: center; }
  .widget-newsletter .d-flex {
    flex-direction: column; }
  .widget-newsletter .newsletter-GDPR {
    margin: .5rem 0;
    font-style: italic; }
  .widget-newsletter .form-control {
    font-size: 1.1rem; }
  .widget-newsletter .gdpr-text,
  .widget-newsletter .newsletter__hint {
    font-size: 13px; }
  .widget-newsletter .gdpr-text {
    color: rgba(0, 0, 0, 0.8);
    margin: -1.4rem 0 0 1.2rem;
    display: block; }
    .widget-newsletter .gdpr-text.error {
      color: #e2231a; }
  .widget-newsletter .newsletter__hint {
    color: #000;
    font-weight: 400;
    margin: 0 0 0 1.2rem; }
  .widget-newsletter .newsletter__submit {
    cursor: pointer; }
  .widget-newsletter .submitted .d-flex {
    display: none !important; }

.pierakstities {
  background-image: url("/img/newsletter-login/mobile.jpg");
  min-height: 84vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }
  @media screen and (min-width: 445px) {
    .pierakstities {
      background-size: cover; } }
  @media (min-width: 992px) {
    .pierakstities {
      min-height: auto;
      height: 84vh;
      background-position: bottom center;
      background-image: url("/img/newsletter-login/desktop.jpg"); } }
  .pierakstities .container,
  .pierakstities .row {
    height: 100%; }
  .pierakstities .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 3rem; }
    @media (max-width: 991px) {
      .pierakstities .col-12 {
        padding-top: 8rem; } }
    @media (min-width: 992px) {
      .pierakstities .col-12 {
        justify-content: center; } }
  .pierakstities h1,
  .pierakstities h2 {
    padding: 0 1rem; }
    @media (min-width: 992px) {
      .pierakstities h1,
      .pierakstities h2 {
        padding: 0; } }
  .pierakstities h1 {
    font-size: 3rem;
    color: #e2231a;
    margin-bottom: .5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding-top: 2rem; }
    @media (min-width: 992px) {
      .pierakstities h1 {
        font-size: 3.5rem;
        padding-top: 0; } }
  .pierakstities h2 {
    font-size: 1.9rem;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    justify-content: flex-start; }
    @media (min-width: 992px) {
      .pierakstities h2 {
        font-size: 2.5rem; } }
  .pierakstities .footer__heading {
    display: none; }
  .pierakstities .widget-newsletter {
    padding-top: 4rem;
    background: transparent;
    box-shadow: none; }
    @media (min-width: 992px) {
      .pierakstities .widget-newsletter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 0 0;
        padding: 4rem 0 0; } }
    @media (min-width: 992px) {
      .pierakstities .widget-newsletter .gdpr-text {
        font-size: 15px; } }
  @media (min-width: 992px) {
    .pierakstities .newsletter__submit {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0.75rem 6vw;
      font-size: 1.4rem; } }
  @media (min-width: 992px) {
    .pierakstities .form-control {
      font-size: 1.4rem; } }

.pack-list {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -1.25rem; }

.pack {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.9375rem;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s; }
  @media (min-width: 576px) {
    .pack {
      flex: 0 0 auto;
      max-width: calc(50% - 1.25rem); } }
  .pack.is-toggled {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 0 4px 0 0 #eee, inset 4px 0 0 0 #eee, inset -4px 0 0 0 #eee; }
    .pack.is-toggled .pack__detail {
      max-height: 100vh;
      visibility: visible;
      opacity: 1;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: inset 0 -4px 0 0 #eee, inset 4px 0 0 0 #eee, inset -4px 0 0 0 #eee; }
    .pack.is-toggled .pack__btn::after {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  .pack__detail {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    padding: 0 0.9375rem 0.9375rem;
    background-color: #fff; }
  .pack__image-wrapper, .pack__description {
    margin-bottom: 0.9375rem; }
  .pack__image-wrapper {
    display: flex;
    align-items: center;
    flex: 1 1 auto; }
  .pack__image {
    flex: 0 0 auto; }
  .pack__btn {
    margin-top: auto; }
    .pack__btn::after {
      margin-left: 0.3125rem;
      margin-right: 0.3125rem;
      content: "❯";
      display: inline-block;
      position: relative;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      font-size: 0.875rem;
      visibility: visible;
      opacity: 1; }

.panel-curve {
  position: relative; }
  @media (min-width: 3841px) {
    .panel-curve {
      padding-bottom: 0.78125rem; } }
  .panel-curve::before, .panel-curve::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.375rem;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
    @media (min-width: 576px) {
      .panel-curve::before, .panel-curve::after {
        height: 0.625rem; } }
    @media (min-width: 992px) {
      .panel-curve::before, .panel-curve::after {
        height: 1.25rem; } }
    @media (min-width: 1921px) {
      .panel-curve::before, .panel-curve::after {
        height: 1.625rem; } }
    @media (min-width: 2561px) {
      .panel-curve::before, .panel-curve::after {
        height: 2.5rem; } }
    @media (min-width: 3841px) {
      .panel-curve::before, .panel-curve::after {
        display: none; } }
  .panel-curve--bottom::after {
    bottom: -0.375rem; }
    @media (min-width: 576px) {
      .panel-curve--bottom::after {
        bottom: calc(-0.625rem + 1px); } }
    @media (min-width: 992px) {
      .panel-curve--bottom::after {
        bottom: calc(-1.25rem + 1px); } }
    @media (min-width: 1921px) {
      .panel-curve--bottom::after {
        bottom: calc(-1.625rem + 1px); } }
    @media (min-width: 2561px) {
      .panel-curve--bottom::after {
        bottom: calc(-2.5rem + 1px); } }
  .panel-curve--bottom-white::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0h1920s-479.644 19.355-960 19.355S0 0 0 0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--bottom-white::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0h2560s-639.525 25.807-1280 25.807S0 0 0 0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--bottom-white::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0h3840s-959.288 38.71-1920 38.71S0 0 0 0z'/%3E%3C/svg%3E"); } }
  .panel-curve--bottom-gray::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0h1920s-479.644 19.355-960 19.355S0 0 0 0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--bottom-gray::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0h2560s-639.525 25.807-1280 25.807S0 0 0 0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--bottom-gray::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0h3840s-959.288 38.71-1920 38.71S0 0 0 0z'/%3E%3C/svg%3E"); } }
  .panel-curve--top::before {
    top: -0.375rem; }
    @media (min-width: 576px) {
      .panel-curve--top::before {
        top: calc(-0.625rem + 1px); } }
    @media (min-width: 992px) {
      .panel-curve--top::before {
        top: calc(-1.25rem + 1px); } }
    @media (min-width: 1921px) {
      .panel-curve--top::before {
        top: calc(-1.625rem + 1px); } }
    @media (min-width: 2561px) {
      .panel-curve--top::before {
        top: calc(-2.5rem + 1px); } }
  .panel-curve--top-white::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0c304.47 12.903 624.47 19.355 960 19.355S1615.53 12.903 1920 0v19.355H0V0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--top-white::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0c405.96 17.205 832.627 25.807 1280 25.807 447.373 0 874.04-8.602 1280-25.807v25.807H0V0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--top-white::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0c608.94 25.807 1248.94 38.71 1920 38.71S3231.06 25.807 3840 0v38.71H0V0z'/%3E%3C/svg%3E"); } }
  .panel-curve--top-gray::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0c304.47 12.903 624.47 19.355 960 19.355S1615.53 12.903 1920 0v19.355H0V0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--top-gray::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0c405.96 17.205 832.627 25.807 1280 25.807 447.373 0 874.04-8.602 1280-25.807v25.807H0V0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--top-gray::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0c608.94 25.807 1248.94 38.71 1920 38.71S3231.06 25.807 3840 0v38.71H0V0z'/%3E%3C/svg%3E"); } }
  .panel-curve--top-full-white::before {
    top: -1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0h1920s-479.644 19.355-960 19.355S0 0 0 0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--top-full-white::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0h2560s-639.525 25.807-1280 25.807S0 0 0 0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--top-full-white::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0h3840s-959.288 38.71-1920 38.71S0 0 0 0z'/%3E%3C/svg%3E"); } }
  .panel-curve--bottom-full-white::after {
    bottom: -1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0c304.47 12.903 624.47 19.355 960 19.355S1615.53 12.903 1920 0v19.355H0V0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--bottom-full-white::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0c405.96 17.205 832.627 25.807 1280 25.807 447.373 0 874.04-8.602 1280-25.807v25.807H0V0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--bottom-full-white::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M0 0c608.94 25.807 1248.94 38.71 1920 38.71S3231.06 25.807 3840 0v38.71H0V0z'/%3E%3C/svg%3E"); } }
  .panel-curve--top-full-gray::before {
    top: -1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0h1920s-479.644 19.355-960 19.355S0 0 0 0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--top-full-gray::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0h2560s-639.525 25.807-1280 25.807S0 0 0 0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--top-full-gray::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0h3840s-959.288 38.71-1920 38.71S0 0 0 0z'/%3E%3C/svg%3E"); } }
  .panel-curve--bottom-full-gray::after {
    bottom: -1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='20' viewBox='0 0 1920 20' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0c304.47 12.903 624.47 19.355 960 19.355S1615.53 12.903 1920 0v19.355H0V0z'/%3E%3C/svg%3E"); }
    @media (min-width: 1921px) {
      .panel-curve--bottom-full-gray::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2560' height='26' viewBox='0 0 2560 26' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0c405.96 17.205 832.627 25.807 1280 25.807 447.373 0 874.04-8.602 1280-25.807v25.807H0V0z'/%3E%3C/svg%3E"); } }
    @media (min-width: 2561px) {
      .panel-curve--bottom-full-gray::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='3840' height='39' viewBox='0 0 3840 39' xmlns='http://www.w3.org/2000/svg' fill='%23f6f6f6'%3E%3Cpath d='M0 0c608.94 25.807 1248.94 38.71 1920 38.71S3231.06 25.807 3840 0v38.71H0V0z'/%3E%3C/svg%3E"); } }

.personal-pack__list-item {
  margin-bottom: 0.625rem; }

.personal-pack__icon-wrapper {
  display: flex;
  align-items: center;
  flex: 0 0 1.25rem;
  margin-right: 1.25rem;
  color: #009639; }

.personal-pack__text-wrapper {
  padding-left: 0; }
  .personal-pack__text-wrapper > :last-child {
    margin-bottom: 0; }

.personal-pack__product {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (min-width: 768px) {
    .personal-pack__product {
      padding-left: 0; } }
  .personal-pack__product > * {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.personal-pack__product-image-wrapper {
  flex: 1 0 auto;
  width: 6.875rem;
  margin-bottom: 0.625rem; }
  @media (min-width: 576px) {
    .personal-pack__product-image-wrapper {
      margin-bottom: 0; } }

.personal-pack__product-info {
  width: 100%;
  padding-left: 1.25rem; }
  .personal-pack__product-info > :last-child {
    margin-bottom: 0; }

.personal-pack__user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.625rem; }

.personal-pack__rating {
  display: inline-flex;
  margin-right: 0.625rem; }

.personal-pack__rating-star:not(:last-child) {
  margin-right: 0.3125rem; }

.personal-pack__review {
  font-size: 0.625rem;
  color: #7e7e7e; }

.personal-pack__name {
  margin-bottom: 0.3125rem; }

.personal-pack__category {
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  color: #7e7e7e; }

.pictureless {
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 50%; }
  .pictureless__icon {
    width: 4.375rem;
    height: 4.375rem;
    fill: #d8d8d8; }

.popup-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .popup-fixed .popup-wrapper {
    background: white;
    width: 600px;
    color: black;
    padding: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    top: 50%;
    border: 5px solid #d8d8d8;
    border-radius: 30px; }
    @media screen and (max-width: 600px) {
      .popup-fixed .popup-wrapper {
        width: 100%; } }
  .popup-fixed .popup__close {
    text-align: right;
    width: 40px;
    height: 40px;
    top: -20px;
    position: absolute;
    right: -30px;
    cursor: pointer; }
    @media screen and (max-width: 700px) {
      .popup-fixed .popup__close {
        top: -35px;
        right: 5px; } }
  .popup-fixed .popup-center-button {
    text-align: center;
    padding: 10px 0 0; }

.popup-detail-p {
  z-index: 1020;
  background-color: rgba(77, 77, 77, 0.7);
  overflow: auto; }
  .popup-detail-p .product-pop {
    display: flex;
    align-items: center; }
    .popup-detail-p .product-pop__image {
      max-width: 300px;
      padding-top: 20px;
      width: 100%; }
    .popup-detail-p .product-pop__text {
      margin: 30px 0 0 50px; }
      .popup-detail-p .product-pop__text h1 {
        margin: 10px 0; }
  .popup-detail-p #popupShowMoreText {
    margin-top: 1.875rem; }
    .popup-detail-p #popupShowMoreText h3 {
      color: #7d7d7d;
      font-size: 20px; }
  .popup-detail-p .class-id {
    color: #7d7d7d; }
  .popup-detail-p .box--colored {
    padding: 10px 25px; }
    .popup-detail-p .box--colored h2 {
      color: #7e7e7e; }
    .popup-detail-p .box--colored a {
      color: #009639; }
  .popup-detail-p .popup-wrapper {
    width: auto;
    min-width: 51%;
    border: 2px solid #d8d8d8;
    border-radius: 10px;
    padding: 30px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-perspective: -1px;
    will-change: transform;
    -webkit-filter: blur(0px);
    -webkit-font-smoothing: antialiased; }
  .popup-detail-p .js-popup-close {
    position: absolute;
    right: 22px;
    top: 15px;
    background: transparent;
    border: none;
    height: 30px;
    width: 30px; }
    .popup-detail-p .js-popup-close:focus {
      outline: none; }
  .popup-detail-p ul {
    list-style-type: disc;
    margin-left: 15px; }
    .popup-detail-p ul li {
      padding: 5px 0; }
  .popup-detail-p .btn-outline-info {
    color: #000;
    background-color: #f6f6f6; }
  .popup-detail-p .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 20px;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .popup-detail-p button {
    cursor: pointer; }
  .popup-detail-p .btn-link {
    padding: 0;
    margin-top: 15px;
    font-size: 13px !important; }
  .popup-detail-p .checked-pop {
    width: 50px;
    background: url("/src/gfx/svg/global/verified.svg") no-repeat;
    background-size: cover;
    padding-right: 45px; }
    .popup-detail-p .checked-pop .icon {
      top: 5px;
      position: absolute; }
  .popup-detail-p .product-buttons {
    display: flex;
    margin: 10px 0 0;
    padding-left: 20px; }
  .popup-detail-p .continue-btn {
    position: relative;
    height: auto;
    top: 0;
    left: 0; }
  .popup-detail-p .class-id {
    display: block;
    font-size: 15px; }
  .popup-detail-p .popup-g-icon {
    display: flex;
    align-items: center;
    position: relative; }
    .popup-detail-p .popup-g-icon .icon {
      height: 35px;
      width: 35px; }
    .popup-detail-p .popup-g-icon p {
      margin-bottom: 0; }
  .popup-detail-p .pop-close,
  .popup-detail-p .pop-close:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #4c5459;
    border-radius: 4px;
    width: 30px;
    -webkit-transform: translate3d(-5px, -4px, 0) rotate(45deg);
            transform: translate3d(-5px, -4px, 0) rotate(45deg); }
  .popup-detail-p .pop-close:after {
    content: "";
    width: 30px;
    -webkit-transform: translate3d(-16px, 0px, 0) rotate(-90deg);
            transform: translate3d(-16px, 0px, 0) rotate(-90deg); }
  .popup-detail-p .review {
    font-size: 14px; }
  .popup-detail-p .btn-block + .btn-block {
    margin-top: 0; }
  @media screen and (min-width: 761px) {
    .popup-detail-p .product-buttons {
      display: flex;
      justify-content: space-between; }
      .popup-detail-p .product-buttons .btn-outline-info,
      .popup-detail-p .product-buttons .btn-primary {
        width: 49%; }
    .popup-detail-p .btn-link {
      text-align: left; } }
  @media screen and (max-width: 1366px) {
    .popup-detail-p .product-pop__text {
      margin: 30px 0 0 20px; } }
  @media screen and (max-width: 1210px) {
    .popup-detail-p .product-pop {
      display: block;
      text-align: center; }
      .popup-detail-p .product-pop__text {
        margin: 0; }
        .popup-detail-p .product-pop__text .btn-link {
          margin: 0 auto; }
      .popup-detail-p .product-pop__image {
        max-width: 100%; }
        .popup-detail-p .product-pop__image img {
          width: 100%;
          max-width: 400px; }
    .popup-detail-p .product-buttons {
      flex-wrap: wrap; }
    .popup-detail-p .popup-wrapper {
      width: 90%;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      top: 0; }
    .popup-detail-p .btn {
      padding: 13px 20px;
      font-size: 14px;
      margin-right: 0; }
    .popup-detail-p .btn-link {
      margin: 0 auto; } }
  @media screen and (max-width: 760px) {
    .popup-detail-p .product-pop__image img {
      width: 100%;
      max-width: 100%; }
    .popup-detail-p .product-buttons {
      display: block; }
      .popup-detail-p .product-buttons .btn {
        width: 100%; }
      .popup-detail-p .product-buttons .continue-btn {
        margin-bottom: 10px; }
    .popup-detail-p .popup-g-icon {
      display: block; }
      .popup-detail-p .popup-g-icon p {
        margin-top: 20px; }
    .popup-detail-p .span-close {
      right: 30px;
      top: 20px;
      width: 25px;
      height: 25px; }
    .popup-detail-p .pop-close,
    .popup-detail-p .pop-close:after {
      width: 22px;
      -webkit-transform: translate3d(6px, -10px, 0) rotate(45deg);
              transform: translate3d(6px, -10px, 0) rotate(45deg); }
    .popup-detail-p .pop-close:after {
      content: "";
      width: 22px;
      -webkit-transform: translate3d(-11px, 0px, 0) rotate(-90deg);
              transform: translate3d(-11px, 0px, 0) rotate(-90deg); } }

.product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #d8d8d8;
  border-radius: 4px;
  padding: 1.25rem;
  background-color: #fff;
  color: inherit;
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out; }
  .product-card:hover {
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem);
    box-shadow: 0 0 0 4px #d8d8d8;
    text-decoration: none;
    color: inherit; }
  .product-card__image-wrapper {
    display: flex;
    align-items: center;
    height: 9.375rem;
    margin-bottom: 0.9375rem; }
  .product-card__image {
    flex: 0 0 auto; }
  .product-card__user-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 0.625rem; }
  .product-card__rating {
    display: inline-flex; }
  .product-card__rating-star:not(:last-child) {
    margin-right: 0.3125rem; }
  .product-card__review, .product-card__category {
    color: #7e7e7e;
    font-weight: 300; }
  .product-card__name {
    margin-bottom: 0.3125rem; }
  .product-card__category {
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
  .product-card__description {
    flex: 1 0 auto;
    margin-bottom: 0.9375rem; }

.product-detail__image-wrapper {
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .product-detail__image-wrapper {
      order: 2;
      margin-bottom: 0; } }

.product-detail__user-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem; }

.product-detail__rating {
  display: inline-flex; }

.product-detail__rating-star:not(:last-child) {
  margin-right: 0.3125rem; }

.product-detail__review {
  margin-left: 0.625rem;
  font-size: 0.625rem; }

.product-detail__review, .product-detail__category {
  color: #7e7e7e;
  font-weight: 300; }

.product-detail__name {
  margin-bottom: 0.625rem; }

.product-detail__category {
  margin-bottom: 0.625rem; }

.product-dosage__intro {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase; }

.product-dosage__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.product-dosage__list {
  flex: 1 0 100%;
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .product-dosage__list {
      flex-basis: 0;
      margin-right: 1.875rem;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .product-dosage__list {
      display: flex; } }

.product-dosage__list-item {
  display: flex;
  flex: 1 1;
  align-items: center;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #ffd100;
  border-radius: 4px; }
  .product-dosage__list-item:not(:last-child) {
    margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .product-dosage__list-item:not(:last-child) {
      margin-right: 1.875rem;
      margin-bottom: 0; } }

.product-dosage__name {
  flex: 1 0;
  margin-right: 0.625rem;
  font-size: 0.75rem; }

.product-dosage__amount {
  display: flex;
  align-items: center; }

.product-dosage__icon {
  width: 1.375rem;
  height: 1.375rem;
  flex: none;
  margin-left: 0.3125rem; }

.product-reviews__item {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee; }
  @media (min-width: 576px) {
    .product-reviews__item {
      display: flex; } }

.product-reviews__col:first-child {
  margin-bottom: 0.625rem; }
  @media (min-width: 576px) {
    .product-reviews__col:first-child {
      flex: 0 0 6.25rem;
      margin-right: 2.5rem;
      margin-bottom: 0; } }

.product-reviews__rating {
  display: flex;
  margin-bottom: 0.3125rem; }

.product-reviews__rating-star:not(:last-child) {
  margin-right: 0.3125rem; }

.product-reviews__author-date {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 576px) {
    .product-reviews__author-date {
      flex-direction: column;
      align-items: inherit; } }

.product-reviews__date, .product-reviews__review {
  font-size: 0.875rem; }

.product-reviews__review {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .product-reviews__btn {
    margin-bottom: -0.625rem; } }

.product-sticker {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  border-radius: 4px;
  color: #fff; }
  .product-sticker--stripe {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 1.5625rem;
    right: -2.5rem;
    width: 9.375rem;
    margin-right: 0;
    border-radius: 0;
    line-height: 1.2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    text-align: center; }
  .product-sticker--new {
    background-color: #009639; }
  .product-sticker--bestseller {
    background-color: #e2231a; }

@media (min-width: 768px) {
  .product-variants__label {
    position: absolute;
    bottom: 100%; } }

.products-pack {
  background-color: #ffd100; }
  .products-pack__list {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem; }
    @media (min-width: 768px) {
      .products-pack__list {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        text-align: center; } }
  .products-pack__list-item {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .products-pack__list-item {
        margin-top: 0;
        margin-bottom: 0;
        width: 12.5rem;
        padding-top: 1.875rem;
        padding-bottom: 3.125rem; } }
    .products-pack__list-item.is-active::before {
      content: "";
      display: block;
      position: absolute;
      left: -15px;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #fff; }
    .products-pack__list-item.is-active::after {
      display: none; }
    @media (min-width: 768px) {
      .products-pack__list-item.is-active::before {
        display: none; }
      .products-pack__list-item.is-active::after {
        display: block; } }
    .products-pack__list-item.is-active .products-pack__name {
      font-weight: 500; }
    .products-pack__list-item.is-active .products-pack__image {
      -webkit-filter: none;
              filter: none;
      opacity: 1; }
  .products-pack__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .products-pack__link {
        flex-direction: column; } }
  .products-pack__text-wrapper {
    flex: 1 1 auto;
    width: 100%;
    order: 2; }
    @media (min-width: 768px) {
      .products-pack__text-wrapper {
        order: 1; } }
  .products-pack__name {
    margin-bottom: 0; }
  .products-pack__category {
    margin-bottom: 0;
    color: #7e7e7e; }
    @media (min-width: 768px) {
      .products-pack__category {
        margin-bottom: 0.9375rem; } }
  .products-pack__image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    order: 1;
    margin-right: 0.625rem;
    margin-bottom: 0;
    width: 3.125rem;
    height: 3.125rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .products-pack__image-wrapper {
        order: 2;
        width: 100%;
        height: 12.5rem;
        margin-right: 0; } }
  .products-pack__image {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .5; }

.progress {
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5); }

.progress-bar {
  width: 0;
  background-image: linear-gradient(228deg, #1fbba6 13%, rgba(245, 166, 35, 0.97) 88%);
  border-radius: 4px;
  transition: width 1s ease-in-out; }

.rating {
  display: inline-block;
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl; }
  .rating > input {
    display: none; }
    .rating > input + label {
      /* only enough room for the star */
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer;
      margin-right: 0.9375rem;
      font-size: 0; }
      .rating > input + label::before {
        width: 1.5625rem;
        height: 1.5625rem;
        content: '';
        display: block;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23d8d8d8'%3E %3Cpolygon points='83 11.609 78.674 14 79.5 8.935 76 5.348 80.837 4.609 83 0 85.163 4.609 90 5.348 86.5 8.935 87.326 14' transform='translate(-76)'/%3E %3C/svg%3E") center center no-repeat;
        background-size: contain; }
        @media (min-width: 576px) {
          .rating > input + label::before {
            width: 2rem;
            height: 2rem; } }
    .rating > input:checked ~ label::before,
    .rating > input + label:hover ~ label::before,
    .rating > input + label:hover::before {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23ffd100'%3E %3Cpolygon points='83 11.609 78.674 14 79.5 8.935 76 5.348 80.837 4.609 83 0 85.163 4.609 90 5.348 86.5 8.935 87.326 14' transform='translate(-76)'/%3E %3C/svg%3E"); }
  .rating:hover > input + label::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23d8d8d8'%3E %3Cpolygon points='83 11.609 78.674 14 79.5 8.935 76 5.348 80.837 4.609 83 0 85.163 4.609 90 5.348 86.5 8.935 87.326 14' transform='translate(-76)'/%3E %3C/svg%3E"); }
  .rating:hover > input + label:hover ~ label::before,
  .rating:hover > input + label:hover::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23ffd100'%3E %3Cpolygon points='83 11.609 78.674 14 79.5 8.935 76 5.348 80.837 4.609 83 0 85.163 4.609 90 5.348 86.5 8.935 87.326 14' transform='translate(-76)'/%3E %3C/svg%3E"); }
  .rating--inline {
    margin-bottom: 0; }
    .rating--inline > input + label {
      margin-right: 0.625rem; }
      .rating--inline > input + label::before {
        width: 1.25rem;
        height: 1.25rem; }
    .rating--inline__label {
      margin-right: 0.625rem; }

.recaptcha {
  -webkit-transform: scale(0.92) translateX(-21px);
          transform: scale(0.92) translateX(-21px); }
  @media (min-width: 576px) {
    .recaptcha {
      -webkit-transform: none;
              transform: none; } }

.review-form__text {
  margin-bottom: 1.25rem; }

.review-results {
  text-align: center; }
  @media (min-width: 768px) {
    .review-results {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; } }
  .review-results__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .review-results__rating {
        justify-content: flex-start;
        margin-bottom: 0; } }
  .review-results__label {
    margin-right: 0.625rem;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .review-results__label {
        margin-right: 1.25rem;
        font-size: 1rem; } }
  @media (min-width: 576px) {
    .review-results__btn {
      padding-left: 6.25rem;
      padding-right: 6.25rem; } }
  @media (min-width: 768px) {
    .review-results__btn {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.rich-text > :last-child {
  margin-bottom: 0; }

.rich-text table {
  border: none;
  margin-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .rich-text table {
      margin-bottom: 1.875rem; } }

.rich-text img {
  display: inline-block;
  max-width: 100%;
  height: auto !important; }

.rich-text iframe {
  max-width: 100%; }

.roundangle {
  position: relative; }
  .roundangle::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23fff'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E"); }
  .roundangle--color-gray::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 60' fill='%23f6f6f6'%3E %3Cpath d='M0 30.31c0-7.383 29.987-24.422 30-30 .013-5.578 0 65.624 0 60.005 0-5.62-30-22.622-30-30.005z'/%3E %3C/svg%3E"); }
  .roundangle--top::after {
    top: auto;
    right: auto;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg); }
  .roundangle--right::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .roundangle--bottom::after {
    top: -16px;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(270deg);
            transform: translateX(-50%) rotate(270deg); }
  .roundangle--left::after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (min-width: 576px) {
    .roundangle-sm--top::after {
      top: auto;
      right: auto;
      bottom: -16px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
    .roundangle-sm--right::after {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .roundangle-sm--bottom::after {
      top: -16px;
      right: auto;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(270deg);
              transform: translateX(-50%) rotate(270deg); }
    .roundangle-sm--left::after {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 768px) {
    .roundangle-md--top::after {
      top: auto;
      right: auto;
      bottom: -16px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
    .roundangle-md--right::after {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .roundangle-md--bottom::after {
      top: -16px;
      right: auto;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(270deg);
              transform: translateX(-50%) rotate(270deg); }
    .roundangle-md--left::after {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 992px) {
    .roundangle-lg--top::after {
      top: auto;
      right: auto;
      bottom: -16px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
    .roundangle-lg--right::after {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .roundangle-lg--bottom::after {
      top: -16px;
      right: auto;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(270deg);
              transform: translateX(-50%) rotate(270deg); }
    .roundangle-lg--left::after {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 1200px) {
    .roundangle-xl--top::after {
      top: auto;
      right: auto;
      bottom: -16px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(90deg);
              transform: translateX(-50%) rotate(90deg); }
    .roundangle-xl--right::after {
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .roundangle-xl--bottom::after {
      top: -16px;
      right: auto;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(270deg);
              transform: translateX(-50%) rotate(270deg); }
    .roundangle-xl--left::after {
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.scrollable {
  position: relative;
  min-width: 0;
  display: flex;
  white-space: nowrap; }
  .scrollable::after, .scrollable::before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 0.9375rem;
    height: 100%;
    z-index: 1; }
  .scrollable::after {
    right: 0; }
  .scrollable::before {
    left: 0; }
  .scrollable--white::after {
    background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0)); }
  .scrollable--white::before {
    background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0)); }
  .scrollable--gray::after {
    background: linear-gradient(to left, #f6f6f6 20%, rgba(255, 255, 255, 0)); }
  .scrollable--gray::before {
    background: linear-gradient(to right, #f6f6f6 20%, rgba(255, 255, 255, 0)); }
  .scrollable__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; }
    .scrollable__list::-webkit-scrollbar {
      width: 0;
      height: 0; }
    @media (min-width: 992px) {
      .scrollable__list {
        flex-wrap: wrap;
        margin-bottom: -0.3125rem; } }
  .scrollable__item {
    flex: 0 0 auto; }
    @media (min-width: 992px) {
      .scrollable__item {
        margin-bottom: 0.3125rem; } }

.search-panel {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (min-width: 1200px) {
    .search-panel {
      height: calc(100% + 0.625rem);
      top: -0.3125rem;
      right: 0;
      background-color: #fff; } }
  .search-panel:not(.is-toggled) {
    display: none; }
  .search-panel__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 1 6.25rem;
    height: 100%;
    transition: flex-basis 1s; }
    .is-toggled .search-panel__inner {
      flex-basis: 37.5rem; }
  .search-panel .form-control {
    height: 3.125rem;
    padding: 0 2.1875rem; }
  .search-panel__btn-search, .search-panel__btn-cancel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(2.1875rem - 0.625rem);
    height: 1.875rem;
    margin: auto;
    cursor: pointer; }
  .search-panel__btn-search {
    left: 0.3125rem; }
  .search-panel__btn-cancel {
    right: 0.3125rem; }

.search-results {
  display: none; }
  @media (min-width: 768px) {
    .search-results {
      position: absolute;
      top: calc(100% + 2px);
      left: 0;
      display: block;
      width: 100%;
      min-height: calc(3.125rem + 1.25rem);
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }
      .search-results::before, .search-results::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none; }
      .search-results::before {
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.7);
        content: ""; }
      .search-results::after {
        width: 3.125rem;
        height: 3.125rem;
        z-index: 2;
        margin: auto;
        border-color: rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.3) rgba(255, 107, 0, 0.9);
        border-style: solid;
        border-width: 4px;
        border-radius: 50%;
        content: "";
        -webkit-animation: spinning 1s infinite linear;
                animation: spinning 1s infinite linear; }
      .search-results.is-loading::before, .search-results.is-loading::after {
        display: block; }
      .search-results__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.625rem;
        background-color: #f6f6f6;
        border-bottom: 2px solid #eee; }
      .search-results__heading-wrapper {
        display: flex;
        align-items: center; }
      .search-results__heading {
        margin: 0 0.625rem 0 0;
        font-size: 1.125rem;
        font-weight: 300;
        color: #000; }
      .search-results__link {
        font-size: 0.875rem; }
      .search-results__list-item {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0.9375rem 0.625rem; }
        .search-results__list-item:not(:last-child)::after {
          position: absolute;
          bottom: 0;
          left: 1.875rem;
          display: block;
          width: calc(100% - 3.75rem);
          height: 1px;
          background-color: #eee;
          content: ""; }
        .search-results__list-item--secondary {
          display: block; }
      .search-results__image-wrapper {
        display: flex;
        align-items: center;
        flex: 0 0 3.75rem;
        max-width: 3.75rem;
        margin-right: 0.625rem; }
      .search-results__rating {
        margin-right: 0.625rem; }
      .search-results__category {
        font-size: 0.75rem;
        color: #7e7e7e; }
      .search-results__name {
        margin-bottom: 0.3125rem;
        font-size: 1rem;
        font-weight: 300; }
      .search-results__info {
        padding-right: 0.625rem;
        overflow: hidden; }
      .search-results__description {
        margin-bottom: 0;
        font-size: 0.875rem; }
      .search-results__btn {
        flex: none;
        margin-left: auto; } }

.sign-in-bar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f6f6f6;
  box-shadow: inset 0 -2px 14px 0 rgba(0, 0, 0, 0.1); }
  .sign-in-bar__inner {
    text-align: center; }
    @media (min-width: 576px) {
      .sign-in-bar__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left; } }
  @media (min-width: 576px) {
    .sign-in-bar__text {
      margin-right: 1.25rem;
      margin-bottom: 0; } }

.site-logo {
  display: inline-flex;
  flex-shrink: 0;
  max-width: 100%; }
  .site-logo:hover {
    text-decoration: none; }
  .site-logo__text {
    margin: 0.25rem 0 0;
    font-size: 0.75rem; }
  .site-logo__text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.5rem; }
  .site-logo--responsive .site-logo__icon-text {
    display: none; }
    @media (min-width: 576px) {
      .site-logo--responsive .site-logo__icon-text {
        display: block; } }
  .site-logo--responsive .site-logo__text {
    display: none; }
    @media (min-width: 768px) {
      .site-logo--responsive .site-logo__text {
        display: block; } }
  .site-logo--responsive .site-logo__text-wrap {
    display: none; }
    @media (min-width: 576px) {
      .site-logo--responsive .site-logo__text-wrap {
        display: flex; } }

.sorting {
  display: flex; }
  @media (min-width: 576px) {
    .sorting {
      justify-content: flex-end;
      align-items: center; } }
  .sorting__description {
    display: none; }
    @media (min-width: 576px) {
      .sorting__description {
        display: inline-block; } }
  .sorting__list {
    display: flex; }
  .sorting__list-item:first-child {
    margin-left: 0.9375rem; }
  .sorting__link {
    position: relative;
    display: block;
    color: inherit;
    padding: 0.625rem 0.9375rem; }
    .sorting__link.is-selected {
      color: #ff6b00; }
      .sorting__link.is-selected::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ff6b00; }

.sub-nav {
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity, max-height, -webkit-transform;
  transition-property: visibility, opacity, max-height, transform;
  transition-property: visibility, opacity, max-height, transform, -webkit-transform;
  transition-duration: 0.3s;
  width: 100%; }
  .sub-nav.is-toggled {
    display: block;
    visibility: visible;
    opacity: 1;
    max-height: 99rem; }
    .sub-nav.is-toggled .sub-nav__category-list {
      display: block; }
      @media (min-width: 1200px) {
        .sub-nav.is-toggled .sub-nav__category-list {
          display: flex; } }
    @media (max-width: 1199px) {
      .sub-nav.is-toggled {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        z-index: 1; } }
  .sub-nav:not(.is-toggled) .accordion__panel,
  .sub-nav:not(.is-toggled) .accordion__trigger {
    opacity: 0;
    visibility: hidden; }
  @media (min-width: 1200px) {
    .sub-nav {
      position: absolute;
      z-index: 1;
      top: calc(100% + 0.625rem);
      left: 0;
      width: 1200px;
      border-radius: 8px;
      background: #fff;
      box-shadow: inset 0 0 0 4px #eee; } }
  @media (min-width: 1200px) {
    .sub-nav--secondary {
      width: 1200px;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: 30px; } }
  .sub-nav--secondary .sub-nav__category-list {
    display: block; }
    @media (min-width: 1200px) {
      .sub-nav--secondary .sub-nav__category-list {
        display: flex; } }
  .sub-nav__category-heading {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #ffd100;
    text-transform: uppercase;
    font-size: 1.125rem; }
    @media (min-width: 1200px) {
      .sub-nav__category-heading {
        height: calc(1.5 * 1.125rem + 1.875rem);
        margin-bottom: 1.875rem;
        padding-bottom: 0; } }
  .sub-nav__category-list {
    display: none; }
    @media (min-width: 1200px) {
      .sub-nav__category-list {
        display: flex; } }
  .sub-nav__category-list-item {
    position: relative;
    margin-top: 0.9375rem; }
    @media (min-width: 1200px) {
      .sub-nav__category-list-item {
        flex: 1 1;
        margin-top: 0;
        padding: 1.5625rem 0.9375rem; }
        .sub-nav__category-list-item:not(:last-child)::after {
          content: "";
          position: absolute;
          top: 6.5625rem;
          right: -1px;
          width: 2px;
          height: calc(100% - 6.5625rem - 1.5625rem);
          background-color: #eee; } }
  .sub-nav__subcategory-heading {
    font-size: 1rem;
    margin-bottom: 0; }
  .sub-nav__subcategory-heading-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    display: block;
    font-weight: 900;
    color: #000; }
  .sub-nav__subcategory-list-item {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
    .sub-nav__subcategory-list-item:first-child {
      margin-top: 0; }
    .sub-nav__subcategory-list-item:last-child {
      margin-bottom: 0; }
  .sub-nav__list {
    margin-top: 0.625rem;
    padding-left: 0.625rem;
    list-style: none; }
    @media (min-width: 1200px) {
      .sub-nav__list {
        margin-top: 0; } }
  .sub-nav__link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    display: block; }
    @media (min-width: 1200px) {
      .sub-nav__link {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem; } }
  .sub-nav__triangle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0.625rem solid #009639;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent; }

@media (min-width: 768px) {
  .tabs--lg .tabs__link {
    font-size: 1.375rem; } }

.tabs--white .tabs__link.is-active {
  background-color: #fff; }
  .tabs--white .tabs__link.is-active::after {
    background-color: #fff; }

.tabs__links {
  width: 100%; }

.tabs__link-wrapper {
  flex: 1 1;
  text-align: center;
  border-bottom: 4px solid #eee; }

.tabs__link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 solid rgba(255, 255, 255, 0);
  border-top-width: 4px;
  border-right-width: 4px;
  border-left-width: 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1.125rem;
  color: #000; }
  .tabs__link:hover {
    text-decoration: none; }
  .tabs__link.is-active {
    font-weight: 500;
    border-color: #eee;
    background-color: #f6f6f6; }
    .tabs__link.is-active::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 4px;
      background-color: #f6f6f6; }

.tabs__content-wrapper {
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0; }
  .tabs__content-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #ffd100; }

.tabs__content {
  display: none; }
  .tabs__content.is-active {
    -webkit-animation: fadeIn 0.5s;
            animation: fadeIn 0.5s;
    display: block; }

.tabs__badge {
  margin-left: 0.3125rem; }

.tabs__icon {
  margin-left: 0.625rem; }

.tag {
  display: flex;
  align-items: center;
  padding: 0.3125rem;
  background-color: #f6f6f6;
  border: 4px solid #eee;
  border-radius: 8px;
  color: inherit;
  font-size: 0.875rem; }
  .tag--link:hover, .tag--link.is-active {
    color: inherit;
    text-decoration: none;
    border-color: #ffd100;
    background-color: rgba(255, 209, 0, 0.15); }
  .tag__list {
    display: flex;
    align-items: flex-start;
    flex: 1 0;
    width: 100%; }
  .tag__text {
    flex: 0 0 auto;
    padding-top: 0.4375rem; }
    .tag__text--desktop {
      display: none; }
      @media (min-width: 992px) {
        .tag__text--desktop {
          display: block; } }
    .tag__text--mobile {
      display: block; }
      @media (min-width: 992px) {
        .tag__text--mobile {
          display: none; } }
  .tag__item {
    margin-left: 0.625rem; }
    .tag__item:last-child {
      padding-right: 0.9375rem; }

.teaser-circle {
  padding: 3.125rem 1.5625rem; }
  .teaser-circle__item {
    width: 14.375rem;
    height: 14.375rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .teaser-circle__item {
        width: 13.125rem;
        height: 13.125rem; } }
    @media (min-width: 992px) {
      .teaser-circle__item {
        width: 14.375rem;
        height: 14.375rem; } }
  .teaser-circle__count {
    margin-top: 1.875rem; }
    .teaser-circle__count::after {
      display: block;
      width: 8.125rem;
      height: 1px;
      margin-top: 0.625rem;
      background-color: #000;
      content: ''; }
  .teaser-circle__icon {
    margin-bottom: 0.625rem; }
  .teaser-circle__text {
    flex: 1 0 auto;
    width: 100%;
    margin-bottom: 0; }

.testimonial {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .testimonial {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .testimonial__carousel {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3.75rem); }
  .testimonial__item {
    display: flex;
    flex: 1 0 100%;
    width: 100%; }
  .testimonial__rating {
    margin-bottom: 1.25rem;
    text-align: center; }
  .testimonial__item-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 100%;
    align-self: center;
    width: 100%;
    text-align: center; }
    .testimonial__item-inner > :last-child {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .testimonial__item-inner {
        padding-left: 0;
        padding-right: 0;
        flex-basis: 420px;
        width: 420px; } }
    @media (min-width: 768px) {
      .testimonial__item-inner {
        flex-basis: 520px;
        width: 520px; } }
    @media (min-width: 992px) {
      .testimonial__item-inner {
        flex-basis: 730px;
        width: 730px; } }
  .testimonial__text {
    display: inline-block;
    padding-right: 0;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    text-align: left; }
    @media (min-width: 992px) {
      .testimonial__text {
        margin-bottom: 1.25rem;
        font-size: 1.25rem; } }
  .testimonial__author {
    text-align: center; }
  .testimonial .flickity-prev-next-button.previous {
    left: -1.5625rem; }
  .testimonial .flickity-prev-next-button.next {
    right: -1.5625rem; }

.testimonial-stats {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  background-color: #fff; }
  .testimonial-stats__item:not(:last-child) {
    margin-right: 3.125rem; }

button[data-tooltip] {
  overflow: visible; }

[data-tooltip] {
  position: relative;
  cursor: pointer; }
  [data-tooltip]::after {
    opacity: 0;
    transition: all 0.18s ease-in-out;
    pointer-events: none;
    font-family: sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-shadow: none !important;
    font-size: 14px !important;
    background: #fff6cc;
    border-radius: 4px;
    color: #000;
    content: attr(data-tooltip);
    padding: .3em .4em;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    border: 1px solid #ffd100; }
  [data-tooltip]::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22#ffd100%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    opacity: 0;
    transition: all 0.18s ease-in-out;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 1; }
  [data-tooltip]:hover::before, [data-tooltip]:hover::after, [data-tooltip][data-tooltip-visible]::before, [data-tooltip][data-tooltip-visible]::after {
    opacity: 1;
    pointer-events: auto; }
  [data-tooltip][data-tooltip-break]::after {
    white-space: pre; }
  [data-tooltip][data-tooltip-blunt]::before, [data-tooltip][data-tooltip-blunt]::after {
    transition: none; }
  [data-tooltip][data-tooltip-pos="up"]::after {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
            transform-origin: top;
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px; }
  [data-tooltip][data-tooltip-pos="up"]::before {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
            transform-origin: top;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px; }
  [data-tooltip][data-tooltip-pos="up"]:hover::after, [data-tooltip][data-tooltip-pos="up"][data-tooltip-visible]::after {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  [data-tooltip][data-tooltip-pos="up"]:hover::before, [data-tooltip][data-tooltip-pos="up"][data-tooltip-visible]::before {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  [data-tooltip][data-tooltip-pos="up-left"]::after {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transform-origin: top;
            transform-origin: top;
    bottom: 100%;
    left: 0;
    margin-bottom: 11px; }
  [data-tooltip][data-tooltip-pos="up-left"]::before {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transform-origin: top;
            transform-origin: top;
    bottom: 100%;
    left: 5px;
    margin-bottom: 5px; }
  [data-tooltip][data-tooltip-pos="up-left"]:hover::after, [data-tooltip][data-tooltip-pos="up-left"][data-tooltip-visible]::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="up-left"]:hover::before, [data-tooltip][data-tooltip-pos="up-left"][data-tooltip-visible]::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="up-right"]::after {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transform-origin: top;
            transform-origin: top;
    bottom: 100%;
    right: 0;
    margin-bottom: 11px; }
  [data-tooltip][data-tooltip-pos="up-right"]::before {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transform-origin: top;
            transform-origin: top;
    bottom: 100%;
    right: 5px;
    margin-bottom: 5px; }
  [data-tooltip][data-tooltip-pos="up-right"]:hover::after, [data-tooltip][data-tooltip-pos="up-right"][data-tooltip-visible]::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="up-right"]:hover::before, [data-tooltip][data-tooltip-pos="up-right"][data-tooltip-visible]::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="down"]::after {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
    left: 50%;
    margin-top: 11px;
    top: 100%; }
  [data-tooltip][data-tooltip-pos="down"]::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22#ffd100%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
    left: 50%;
    margin-top: 5px;
    top: 100%; }
  [data-tooltip][data-tooltip-pos="down"]:hover::after, [data-tooltip][data-tooltip-pos="down"][data-tooltip-visible]::after {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  [data-tooltip][data-tooltip-pos="down"]:hover::before, [data-tooltip][data-tooltip-pos="down"][data-tooltip-visible]::before {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  [data-tooltip][data-tooltip-pos="down-left"]::after {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    left: 0;
    margin-top: 11px;
    top: 100%; }
  [data-tooltip][data-tooltip-pos="down-left"]::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22#ffd100%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    left: 5px;
    margin-top: 5px;
    top: 100%; }
  [data-tooltip][data-tooltip-pos="down-left"]:hover::after, [data-tooltip][data-tooltip-pos="down-left"][data-tooltip-visible]::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="down-left"]:hover::before, [data-tooltip][data-tooltip-pos="down-left"][data-tooltip-visible]::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="down-right"]::after {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    right: 0;
    margin-top: 11px;
    top: 100%; }
  [data-tooltip][data-tooltip-pos="down-right"]::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22#ffd100%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    right: 5px;
    margin-top: 5px;
    top: 100%; }
  [data-tooltip][data-tooltip-pos="down-right"]:hover::after, [data-tooltip][data-tooltip-pos="down-right"][data-tooltip-visible]::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="down-right"]:hover::before, [data-tooltip][data-tooltip-pos="down-right"][data-tooltip-visible]::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  [data-tooltip][data-tooltip-pos="left"]::after {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
    margin-right: 11px;
    right: 100%;
    top: 50%; }
  [data-tooltip][data-tooltip-pos="left"]::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22#ffd100%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
    margin-right: 5px;
    right: 100%;
    top: 50%; }
  [data-tooltip][data-tooltip-pos="left"]:hover::after, [data-tooltip][data-tooltip-pos="left"][data-tooltip-visible]::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  [data-tooltip][data-tooltip-pos="left"]:hover::before, [data-tooltip][data-tooltip-pos="left"][data-tooltip-visible]::before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  [data-tooltip][data-tooltip-pos="right"]::after {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    left: 100%;
    margin-left: 11px;
    top: 50%; }
  [data-tooltip][data-tooltip-pos="right"]::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22#ffd100%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    left: 100%;
    margin-left: 5px;
    top: 50%; }
  [data-tooltip][data-tooltip-pos="right"]:hover::after, [data-tooltip][data-tooltip-pos="right"][data-tooltip-visible]::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  [data-tooltip][data-tooltip-pos="right"]:hover::before, [data-tooltip][data-tooltip-pos="right"][data-tooltip-visible]::before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  [data-tooltip][data-tooltip-length="small"]::after {
    white-space: normal;
    width: 80px; }
  [data-tooltip][data-tooltip-length="medium"]::after {
    white-space: normal;
    width: 150px; }
  [data-tooltip][data-tooltip-length="large"]::after {
    white-space: normal;
    width: 260px; }
  [data-tooltip][data-tooltip-length="xlarge"]::after {
    white-space: normal;
    width: 380px; }
    @media screen and (max-width: 768px) {
      [data-tooltip][data-tooltip-length="xlarge"]::after {
        white-space: normal;
        width: 90vw; } }
  [data-tooltip][data-tooltip-length="fit"]::after {
    white-space: normal;
    width: 100%; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #f6f6f6; }

.wishlist {
  position: absolute;
  z-index: 2;
  bottom: 5rem;
  left: 0;
  width: 100%;
  background: #fff;
  border: 4px solid #eee;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: visibility, opacity; }
  @media (min-width: 768px) {
    .wishlist {
      top: calc(100% + 5px);
      right: -15px;
      left: auto;
      width: 375px;
      bottom: initial; } }
  .wishlist.is-toggled {
    visibility: visible;
    opacity: 1; }
  @media print {
    .wishlist__product-list {
      height: 100%;
      max-height: 100% !important;
      overflow: visible !important; } }
  .wishlist__heading {
    margin-bottom: 0.625rem; }
  .wishlist__panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3125rem; }
    .wishlist__panel--spaced {
      margin-bottom: 1.5625rem; }
  .wishlist__item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: flex;
    position: relative;
    font-size: 0.875rem; }
    .wishlist__item:not(:last-child)::after {
      content: "";
      display: block;
      position: absolute;
      left: -1.25rem;
      bottom: 0;
      width: calc(100% + 2.5rem);
      height: 4px;
      background-color: #ffd100; }
  .wishlist__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .wishlist__image-wrapper {
        padding-right: 0; } }
  .wishlist__text-wrapper {
    flex: 1 1;
    padding-left: 0.9375rem; }
  .wishlist__product-title {
    margin-bottom: 0;
    padding-right: 0.625rem;
    font-size: 1rem; }
  .wishlist__product-category {
    margin-bottom: 0.3125rem;
    color: #7e7e7e; }
  .wishlist__product-package {
    margin-bottom: 0.3125rem; }
  .wishlist__footer {
    position: relative; }
  .wishlist__tooltip {
    display: none;
    max-height: 0;
    overflow: hidden;
    font-size: 0.875rem;
    color: #7e7e7e;
    transition-duration: 0.5s;
    transition-property: max-height, padding-top, padding-bottom; }
    @media (min-width: 768px) {
      .wishlist__tooltip {
        display: block; } }
    .wishlist__tooltip.is-toggled {
      max-height: 25rem; }
    .wishlist__tooltip:not(.is-toggled) {
      padding-top: 0;
      padding-bottom: 0; }
  .wishlist__tooltip-heading {
    color: #7e7e7e;
    margin-bottom: 0; }
  .wishlist__tooltip-icon-close {
    fill: #7e7e7e; }
  .wishlist__empty-text {
    text-align: center;
    color: #009639; }
  .wishlist__product-description {
    display: none; }
    @media print {
      .wishlist__product-description {
        display: block; } }
  @media print {
    .wishlist__icon-wrapper {
      display: none; } }
  .wishlist__printButton {
    margin-top: 1rem;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .wishlist__printButton {
        margin-top: 2rem;
        margin-bottom: 4rem; } }
  .wishlist__subtext {
    margin-top: 1rem; }
  .wishlist__product-list, .wishlist__product-list-wrapper {
    overflow: visible !important; }
    @media print {
      .wishlist__product-list, .wishlist__product-list-wrapper {
        overflow: visible !important; } }
  .wishlist__main-wrap {
    max-height: 55vh;
    padding-bottom: 0;
    overflow-y: auto; }

main .wishlist__product-description {
  display: block; }

main .wishlist__image-wrapper {
  align-items: flex-start; }

main .wishlist__product-list {
  overflow: visible !important;
  max-height: 100%; }
  @media print {
    main .wishlist__product-list {
      height: 100%;
      max-height: 100% !important;
      overflow: visible !important; } }

main .wishlist__product-list-wrapper {
  overflow: visible !important; }
  @media print {
    main .wishlist__product-list-wrapper {
      overflow: visible !important; } }

main .wishlist__item, main .wishlist_text-wrapper {
  page-break-inside: avoid; }
  main .wishlist__item > div,
  main .wishlist__item p, main .wishlist_text-wrapper > div,
  main .wishlist_text-wrapper p {
    page-break-inside: avoid; }

main .header__wishlist {
  width: 100%;
  max-width: 100%;
  margin-right: 0 !important;
  padding-right: 0 !important;
  border: none !important; }
  main .header__wishlist > div {
    width: 100%; }

main #printWishListContainer2 {
  page-break-after: always; }
  @media print {
    main #printWishListContainer2 {
      page-break-after: always; } }

#printWishListContainer2,
#printWishListContainer {
  display: block !important; }
  @media print {
    #printWishListContainer2,
    #printWishListContainer {
      display: block !important; } }
  #printWishListContainer2 .site-logo__icon,
  #printWishListContainer .site-logo__icon {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media print {
      #printWishListContainer2 .site-logo__icon,
      #printWishListContainer .site-logo__icon {
        margin-top: 1rem;
        margin-bottom: 1rem; } }
  #printWishListContainer2 .wishlist__item,
  #printWishListContainer .wishlist__item {
    page-break-after: auto;
    page-break-before: auto;
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }
  #printWishListContainer2 .wishlist__product-list,
  #printWishListContainer .wishlist__product-list {
    height: auto !important; }
    @media print {
      #printWishListContainer2 .wishlist__product-list,
      #printWishListContainer .wishlist__product-list {
        height: auto !important; } }

.zig-zag > :last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .zig-zag__item {
    justify-content: flex-end; }
    .zig-zag__item:nth-child(odd) {
      justify-content: flex-start; }
      .zig-zag__item:nth-child(odd) .zig-zag__text-wrapper {
        order: 2; } }

.zig-zag__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2; }
  .zig-zag__text-wrapper > :last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .zig-zag__text-wrapper {
      order: 0; } }

.zig-zag__image-wrapper {
  order: 1; }

.is-hidden {
  display: none !important; }

.relative {
  position: relative; }

.no-scroll {
  overflow-y: hidden; }

.u-lines-around {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  display: table;
  margin: 1.25rem auto;
  font-size: 0.875rem; }
  .u-lines-around::before, .u-lines-around::after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 1.25rem;
    height: 1px;
    background-color: #7e7e7e; }
  .u-lines-around::before {
    left: 100%; }
  .u-lines-around::after {
    right: 100%; }

.u-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
  align-self: center; }

@media (max-width: 575px) {
  .u-center-xs-down {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed; } }

@media (max-width: 767px) {
  .u-center-sm-down {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed; } }

@media (max-width: 991px) {
  .u-center-md-down {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed; } }

@media (max-width: 1199px) {
  .u-center-lg-down {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed; } }

.u-center-xl-down {
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed; }

.u-bg--green {
  background-color: #009639; }

.u-bg--gray {
  background-color: #f6f6f6; }

.u-color--semiblack {
  color: #4c5459; }

.flex-auto {
  flex: auto; }

html {
  scroll-behavior: smooth; }

@media (max-width: 767px) {
  .competition .desktop-menu {
    display: none; } }

.competition h2 {
  color: #4d5459;
  font-size: 2.05rem;
  line-height: .92;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem; }
  .competition h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 1px;
    width: 265px;
    background-color: #4d5459; }
    @media (min-width: 576px) {
      .competition h2:after {
        width: 363px; } }
    @media (min-width: 768px) {
      .competition h2:after {
        width: 338px; } }
    @media (min-width: 992px) {
      .competition h2:after {
        width: 441px; } }

.competition__hero {
  position: relative;
  height: 510px;
  background-size: cover;
  background-position: center center;
  padding-bottom: 2.7rem; }
  @media (min-width: 768px) {
    .competition__hero {
      height: 600px;
      padding-bottom: 4rem; } }
  @media (min-width: 992px) {
    .competition__hero {
      height: 650px;
      padding-bottom: 5.7rem; } }
  .competition__hero--text,
  .competition__hero--text * {
    color: #fff; }
  .competition__hero--text {
    text-align: center; }
  .competition__hero .container,
  .competition__hero .row,
  .competition__hero .col {
    height: 100%; }
  .competition__hero .col {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .competition__hero h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1; }
    @media (min-width: 768px) {
      .competition__hero h1 {
        font-size: 50px; } }
  .competition__hero .btn {
    padding: 1rem 3rem; }

.competition__smaller-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px; }
  @media (min-width: 768px) {
    .competition__smaller-heading {
      font-size: 31px; } }

.competition__date {
  position: absolute;
  left: 50%;
  top: 140px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
  padding: .55rem .7rem .55rem;
  z-index: 2;
  text-align: center; }
  @media (max-width: 991px) {
    .competition__date {
      width: 83%; } }
  @media (min-width: 768px) {
    .competition__date {
      padding: .35rem 1.7rem 1rem; } }
  .competition__date span {
    display: block;
    text-transform: uppercase; }
  .competition__date--head {
    color: #ff6b00;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .competition__date--head {
        font-size: 16px;
        font-weight: 700;
        line-height: 2;
        padding-bottom: 1rem; } }
  .competition__date--date {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .competition__date--date {
        font-size: 30px;
        font-weight: 700;
        line-height: 1; } }

.competition__anchors {
  background-color: #f6f6f6;
  padding: 1.3rem 0 1rem;
  margin-top: -.5rem; }
  @media (min-width: 768px) {
    .competition__anchors {
      padding: 3.8rem 0 1.5rem;
      margin-top: -2rem;
      border-radius: 150%/0 0 155px 155px; } }
  @media (min-width: 992px) {
    .competition__anchors {
      padding: 4.1rem 0 2rem; } }
  .competition__anchors ul {
    display: flex;
    justify-content: center; }
  .competition__anchors li {
    margin-right: 4.7rem; }
    @media (max-width: 991px) {
      .competition__anchors li:nth-child(2) {
        margin-right: 0; } }
    @media (min-width: 768px) {
      .competition__anchors li {
        margin-right: 1.6rem; } }
    @media (min-width: 992px) {
      .competition__anchors li {
        margin-right: 2.6rem; } }
    .competition__anchors li:last-child {
      margin-right: 0; }
  .competition__anchors a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }
    @media (min-width: 768px) {
      .competition__anchors a {
        font-size: 19px; } }
    @media (min-width: 992px) {
      .competition__anchors a {
        font-size: 22px; } }
    .competition__anchors a:hover {
      color: #ff6b00;
      text-shadow: 1px 1px #ff6b00;
      line-height: 30px;
      text-decoration: none; }

.competition__how-to-win {
  padding: 3.2rem .25rem 2.5rem; }
  @media (min-width: 768px) {
    .competition__how-to-win {
      padding: 3.2rem 0 5rem; } }
  @media (min-width: 992px) {
    .competition__how-to-win {
      padding: 5rem 0 5rem; } }

.competition__how-to {
  padding: 1.45rem .25rem 1.2rem; }
  @media (min-width: 768px) {
    .competition__how-to {
      padding: 0 1rem; } }
  @media (min-width: 992px) {
    .competition__how-to {
      max-width: 65%; } }
  @media (min-width: 768px) {
    .competition__how-to--wrapp {
      padding-top: 3rem; } }
  @media (min-width: 992px) {
    .competition__how-to--wrapp {
      display: flex;
      padding-top: 3.8rem; } }
  .competition__how-to--box {
    display: flex;
    padding-bottom: 1.35rem; }
    @media (min-width: 768px) {
      .competition__how-to--box {
        padding-bottom: 2rem; } }
    @media (min-width: 992px) {
      .competition__how-to--box {
        padding-bottom: 2.5rem; } }
    .competition__how-to--box-no {
      color: #ff6b00; }
      @media (min-width: 768px) {
        .competition__how-to--box-no {
          font-size: 4.4rem;
          font-weight: 700;
          line-height: .8; } }
    .competition__how-to--box-name {
      margin-bottom: .59rem;
      color: #ff6b00;
      font-size: 30px;
      font-weight: 700;
      line-height: 37px; }
      @media (max-width: 991px) {
        .competition__how-to--box-name {
          font-size: 1.5rem;
          line-height: 1.4; } }
      @media (min-width: 768px) {
        .competition__how-to--box-name {
          margin-bottom: .65rem; } }
      @media (min-width: 992px) {
        .competition__how-to--box-name {
          margin-bottom: .75rem;
          letter-spacing: -.1px; } }
    .competition__how-to--box-text {
      letter-spacing: .15px; }
      @media (min-width: 992px) {
        .competition__how-to--box-text {
          letter-spacing: .12px; } }
    @media (min-width: 768px) {
      .competition__how-to--box-wrapp {
        padding-left: 1.2rem; } }
    @media (min-width: 992px) {
      .competition__how-to--box-wrapp {
        padding-left: 1.85rem; } }
  @media (min-width: 768px) {
    .competition__how-to--image {
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .competition__how-to--image {
      margin: 1rem auto 0; } }

.competition .mobile {
  display: inline-block; }
  @media (min-width: 768px) {
    .competition .mobile {
      display: none; } }

.competition .desktop {
  display: none; }
  @media (min-width: 768px) {
    .competition .desktop {
      display: block; } }

.competition__week-win {
  padding: 3rem 0 2rem;
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .competition__week-win {
      background-size: cover;
      background-position: center center; } }
  @media (min-width: 768px) {
    .competition__week-win {
      padding: 3.5rem 0 3rem; } }
  @media (min-width: 992px) {
    .competition__week-win {
      padding: 3.95rem 0 4rem; } }
  .competition__week-win h2 {
    color: #fff; }
    .competition__week-win h2:after {
      background-color: #fff; }
  .competition__week-win--wrapp {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    max-width: 86%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .competition__week-win--wrapp {
        flex-direction: column; } }
  .competition__week-win-box {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .competition__week-win-box {
        border-right: 3px solid rgba(255, 107, 0, 0.6); } }
    .competition__week-win-box:last-child {
      border-right: 0; }
    .competition__week-win-box--name {
      color: #fff;
      font-size: 24px;
      padding: 2.2rem 1rem 0;
      text-align: center;
      margin-bottom: 0; }
    .competition__week-win-box--logo {
      max-width: 150px;
      margin: 0 auto; }
      .competition__week-win-box--logo-wrap {
        height: 45px; }
  .competition__week-win--button {
    text-align: center;
    padding: 3rem 0 1.5rem; }

.competition__form {
  padding-top: .4rem; }
  @media (min-width: 768px) {
    .competition__form {
      padding-top: 2.3rem;
      padding-bottom: 4.2rem; } }
  @media (min-width: 992px) {
    .competition__form {
      padding-top: 3.5rem;
      padding-bottom: 6.2rem; } }
  .competition__form .rich-text {
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .competition__form .rich-text {
        margin-top: 3rem; } }
    @media (min-width: 992px) {
      .competition__form .rich-text {
        margin-top: 4rem; } }
  .competition__form td.EditingFormValueCell {
    display: flex; }
  .competition__form .EditingFormControlNestedControl {
    display: contents; }
  .competition__form .checkbox-list-vertical label {
    margin-left: 5px; }
  .competition__form .EditingFormValueCell {
    position: relative; }
  .competition__form .EditingFormErrorLabel {
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    color: red;
    font-weight: 700;
    left: 12px;
    z-index: 2; }
  .competition__form .InfoLabel * {
    color: #ff6b00;
    text-align: center; }
  @media (max-width: 1199px) {
    .competition__form .ExplanationText {
      padding-left: 4px; } }

.competition__text-page, .competition__winners--text {
  font-weight: 400;
  max-width: 712px;
  margin: 0 auto;
  padding: 3.2rem 0 4.5rem; }
  @media (min-width: 992px) {
    .competition__text-page, .competition__winners--text {
      padding: 5.2rem 0 7.8rem; } }
  .competition__text-page p, .competition__text-page span, .competition__text-page a, .competition__winners--text p, .competition__winners--text span, .competition__winners--text a {
    font-weight: 400;
    line-height: 1.65; }
  .competition__text-page p, .competition__winners--text p {
    margin-bottom: 1.5rem; }
  .competition__text-page h1, .competition__text-page h2, .competition__text-page h3, .competition__text-page h4, .competition__text-page h5, .competition__winners--text h1, .competition__winners--text h2, .competition__winners--text h3, .competition__winners--text h4, .competition__winners--text h5 {
    color: #ff6b00; }
  .competition__text-page h2, .competition__winners--text h2 {
    font-size: 1.5rem;
    margin-bottom: .2rem; }

.competition__winners {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 745px;
  margin: 0 auto;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .competition__winners {
      padding-bottom: 5.5rem; } }
  .competition__winners--text {
    padding-bottom: 1.9rem; }

.competition__winner {
  margin-bottom: 50px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .competition__winner {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .competition__winner {
      justify-content: center; } }
  @media (min-width: 992px) {
    .competition__winner {
      margin-bottom: 30px;
      justify-content: flex-start; } }
  .competition__winner--time {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 5px 0;
    width: 200px; }
    @media (max-width: 991px) {
      .competition__winner--time {
        text-align: center; } }
    @media (min-width: 768px) {
      .competition__winner--time {
        font-size: 1.3rem;
        padding: 0 0 10px 0; } }
    @media (min-width: 992px) {
      .competition__winner--time {
        font-size: 1.6rem;
        padding: 0 40px 0 0; } }
  .competition__winner .btn {
    font-weight: 300;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .competition__winner .btn {
        padding: 1rem 2.55rem;
        font-size: 1.25rem; } }

.competition__prize {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 0 1.5rem; }
  @media (min-width: 768px) {
    .competition__prize {
      display: flex;
      padding: 2.4rem 0 2rem; } }
  @media (min-width: 992px) {
    .competition__prize {
      padding: 3.4rem 0 2.5rem; } }
  .competition__prize--image, .competition__prize-text {
    flex: 1 1; }
  .competition__prize--image {
    max-width: 210px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .competition__prize--image {
        margin-right: 30px; } }
    @media (min-width: 992px) {
      .competition__prize--image {
        max-width: 310px;
        margin-right: 60px; } }
  .competition__prize-text {
    padding-top: 1.5rem;
    line-height: 1.63;
    font-weight: 400; }
    .competition__prize-text p, .competition__prize-text a, .competition__prize-text span {
      line-height: 1.63;
      font-weight: 400; }
    .competition__prize-text--name {
      font-size: 2.25rem;
      line-height: 1.2;
      color: #ff6b00; }
      @media (min-width: 768px) {
        .competition__prize-text--name {
          font-size: 2.75rem; } }

.competition__products {
  padding: 2.55rem 0 2rem; }
  @media (min-width: 768px) {
    .competition__products {
      padding: 5.55rem 0 3.8rem; } }
  @media (min-width: 992px) {
    .competition__products {
      padding: 7.55rem 0 5.1rem; } }
  .competition__products--wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.competition__product {
  display: flex;
  padding-bottom: 2.2rem; }
  @media (max-width: 991px) {
    .competition__product {
      flex-direction: column;
      align-items: center; } }
  @media (min-width: 992px) {
    .competition__product {
      max-width: 48%;
      width: 100%; } }
  .competition__product:hover {
    text-decoration: none; }
    .competition__product:hover h2 {
      text-decoration: underline; }
  .competition__product--image {
    margin-right: 26px;
    flex: 1 1;
    width: 158px; }
    @media (max-width: 991px) {
      .competition__product--image {
        margin-bottom: 2rem; } }
    .competition__product--image img {
      object-fit: cover; }
  .competition__product--text {
    flex: 2 1; }
    .competition__product--text strong span {
      color: #ff6b00 !important; }
    .competition__product--text ul {
      padding: 1rem 0; }
    .competition__product--text li {
      position: relative;
      padding-left: 20px; }
      .competition__product--text li:before {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        background-color: #ff6b00;
        border-radius: 50%;
        top: 8px;
        left: 0; }
    .competition__product--text div,
    .competition__product--text div * {
      color: #000; }
  .competition__product--name {
    color: #ff6b00;
    font-size: 2.08rem;
    line-height: .9;
    margin-bottom: 1rem; }

.competition__hp-products h2 {
  margin-bottom: 4.95rem; }

.competition__hp-products--button {
  text-align: center;
  margin: 2.8rem auto; }
  @media (min-width: 992px) {
    .competition__hp-products--button {
      margin: 3.5rem auto; } }
  .competition__hp-products--button .btn {
    padding: 1rem 3rem; }

.InternetExplorer .competition__product--image, .InternetExplorer .competition__product--text {
  flex: auto; }

.InternetExplorer .competition__week-win--wrapp {
  max-width: none; }

.InternetExplorer .competition__week-win-box--image img {
  max-width: 280px; }

.InternetExplorer .competition__product--image {
  width: auto; }
  .InternetExplorer .competition__product--image img {
    max-width: 200px; }

.InternetExplorer .input-width-100 .EditingFormControlNestedControl {
  width: 100%; }
