@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: "RobotoRegular";
  src: url("../../fonts/Roboto-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: "RobotoLight";
  src: url("../../fonts/Roboto-Light.ttf"); }
@font-face {
  font-family: "RobotoMedium";
  src: url("../../fonts/Roboto-Medium.ttf"); }
@font-face {
  font-family: "RobotoBold";
  src: url("../../fonts/Roboto-Bold.ttf");
  font-weight: 700; }
.single-btn-out {
  margin: 0 auto;
  text-align: center; }
  .single-btn-out .btn {
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
    width: 100% !important;
    padding: 11px 5px !important;
    height: 40px !important; }
    @media (min-width: 769px) {
      .single-btn-out .btn {
        font-size: 1rem !important;
        padding: 16px 10px !important;
        height: 50px !important;
        max-width: 320px !important; } }
    .single-btn-out .btn.btn-lg, .single-btn-out .btn-group-lg > .btn {
      line-height: 2.3; }

.btn-center-always {
  text-align: center; }
  @media (max-width: 768.98px) {
    .btn-center-always .btn {
      min-width: 140px;
      width: auto; } }

@media (min-width: 769px) {
  .btn-max-252 {
    max-width: 252px !important; } }

.single-btn-out {
  margin: 0 auto;
  text-align: center; }
  .single-btn-out .btn {
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
    width: 100% !important;
    padding: 11px 5px !important;
    height: 40px !important; }
    @media (min-width: 769px) {
      .single-btn-out .btn {
        font-size: 1rem !important;
        padding: 16px 10px !important;
        height: 50px !important;
        max-width: 320px !important; } }
    .single-btn-out .btn.btn-lg, .single-btn-out .btn-group-lg > .btn {
      line-height: 2.3; }

.btn-center-always {
  text-align: center; }
  @media (max-width: 768.98px) {
    .btn-center-always .btn {
      min-width: 140px;
      width: auto; } }

@media (min-width: 769px) {
  .btn-max-252 {
    max-width: 252px !important; } }

:root {
  -blue: #002F5F;
  -indigo: #6610f2;
  -purple: #6f42c1;
  -pink: #e83e8c;
  -red: #e11e45;
  -orange: #E8941A;
  -yellow: #E8941A;
  -green: #20893d;
  -teal: #20c997;
  -cyan: #008fc5;
  -white: #fff;
  -gray: #cccccc;
  -gray-dark: #333333;
  -primary: #002F5F;
  -secondary: #cccccc;
  -success: #20893d;
  -info: #008fc5;
  -warning: #E8941A;
  -danger: #e11e45;
  -light: #e3e3e3;
  -dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-sm769: 769px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #002F5F;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #000913;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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.2; }

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

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

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

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

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

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #cccccc; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 769px) {
    .container {
      max-width: 752px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px; } }

.container-fluid, .container-sm, .container-sm769, .container-md, .container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container, .container-sm {
    max-width: 750px; } }
@media (min-width: 769px) {
  .container, .container-sm, .container-sm769 {
    max-width: 752px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-sm769, .container-md {
    max-width: 970px; } }
@media (min-width: 1280px) {
  .container, .container-sm, .container-sm769, .container-md, .container-lg {
    max-width: 1280px; } }
.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-sm769-1, .col-sm769-2, .col-sm769-3, .col-sm769-4, .col-sm769-5, .col-sm769-6, .col-sm769-7, .col-sm769-8, .col-sm769-9, .col-sm769-10, .col-sm769-11, .col-sm769-12, .col-sm769,
.col-sm769-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.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-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.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; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

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

  .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-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .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; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 769px) {
  .col-sm769 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-sm769-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm769-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm769-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-sm769-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm769-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm769-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm769-first {
    order: -1; }

  .order-sm769-last {
    order: 13; }

  .order-sm769-0 {
    order: 0; }

  .order-sm769-1 {
    order: 1; }

  .order-sm769-2 {
    order: 2; }

  .order-sm769-3 {
    order: 3; }

  .order-sm769-4 {
    order: 4; }

  .order-sm769-5 {
    order: 5; }

  .order-sm769-6 {
    order: 6; }

  .order-sm769-7 {
    order: 7; }

  .order-sm769-8 {
    order: 8; }

  .order-sm769-9 {
    order: 9; }

  .order-sm769-10 {
    order: 10; }

  .order-sm769-11 {
    order: 11; }

  .order-sm769-12 {
    order: 12; }

  .offset-sm769-0 {
    margin-left: 0; }

  .offset-sm769-1 {
    margin-left: 8.33333%; }

  .offset-sm769-2 {
    margin-left: 16.66667%; }

  .offset-sm769-3 {
    margin-left: 25%; }

  .offset-sm769-4 {
    margin-left: 33.33333%; }

  .offset-sm769-5 {
    margin-left: 41.66667%; }

  .offset-sm769-6 {
    margin-left: 50%; }

  .offset-sm769-7 {
    margin-left: 58.33333%; }

  .offset-sm769-8 {
    margin-left: 66.66667%; }

  .offset-sm769-9 {
    margin-left: 75%; }

  .offset-sm769-10 {
    margin-left: 83.33333%; }

  .offset-sm769-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

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

  .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-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .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; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

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

  .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-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .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; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #55565a; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dadada; }
  .table thead th {
    vertical-align: bottom;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    color: #002F5F; }
  .table tbody + tbody {
    border-top: 2px solid #bbbbbb; }

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.table-striped thead tr {
  background: #f4f4f4; }

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c5d2; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a93ac; }

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f1f1f1; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4e4e4; }

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1dec9; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8bc29a; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e0ef; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ac5e1; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f9e1bf; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f3c788; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c0cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ef8a9e; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f7f7f7; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f0f0f0; }

.table-hover .table-light:hover {
  background-color: #eaeaea; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eaeaea; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595; }

.table-hover .table-dark:hover {
  background-color: #b9b9b9; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9b9b9; }

.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); }

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646; }
.table .thead-light th {
  color: #495057;
  background-color: #dadada;
  border-color: #bbbbbb; }

.table-dark {
  color: #fff;
  background-color: #333333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #464646; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 768.98px) {
  .table-responsive-sm769 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm769 > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 1279.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.3em + 0.998rem + 2px);
  padding: 0.499rem 0.9675rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  height: 40px;
  font-size: 0.875rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #002F5F; }
  .form-control::placeholder {
    color: #cccccc;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f4f4f4;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

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

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

.col-form-label {
  padding-top: calc(0.499rem + 1px);
  padding-bottom: calc(0.499rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.3; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.499rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #55565a;
  background-color: transparent;
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    font-weight: 700;
    color: #002F5F; }

.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;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #cccccc; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #20893d; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(32, 137, 61, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #20893d;
  padding-right: calc(1.3em + 0.998rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2320893d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.2495rem) center;
  background-size: calc(0.65em + 0.499rem) calc(0.65em + 0.499rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #20893d;
    box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.3em + 0.998rem);
  background-position: top calc(0.325em + 0.2495rem) right calc(0.325em + 0.2495rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #20893d;
  padding-right: calc(0.75em + 2.716rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9675rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2320893d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9675rem/calc(0.65em + 0.499rem) calc(0.65em + 0.499rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #20893d;
    box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #20893d; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #20893d; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #20893d; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2ab24f;
  background-color: #2ab24f; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #20893d; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #20893d; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #20893d;
  box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e11e45; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(225, 30, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e11e45;
  padding-right: calc(1.3em + 0.998rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e11e45' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e11e45' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.2495rem) center;
  background-size: calc(0.65em + 0.499rem) calc(0.65em + 0.499rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e11e45;
    box-shadow: 0 0 0 0.2rem rgba(225, 30, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.3em + 0.998rem);
  background-position: top calc(0.325em + 0.2495rem) right calc(0.325em + 0.2495rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e11e45;
  padding-right: calc(0.75em + 2.716rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9675rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e11e45' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e11e45' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.9675rem/calc(0.65em + 0.499rem) calc(0.65em + 0.499rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #e11e45;
    box-shadow: 0 0 0 0.2rem rgba(225, 30, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e11e45; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e11e45; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e11e45; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e74b6a;
  background-color: #e74b6a; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(225, 30, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e11e45; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e11e45; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e11e45;
  box-shadow: 0 0 0 0.2rem rgba(225, 30, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 768px) {
    .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,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.switch-custom {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  /* Rounded slider-checkboxs */ }
  .switch-custom input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch-custom input:checked + .slider-checkbox {
      background-color: #0db3a9; }
    .switch-custom input:focus + .slider-checkbox {
      box-shadow: 0 0 1px #0db3a9; }
    .switch-custom input:checked + .slider-checkbox:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
  .switch-custom .slider-checkbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbbbbb;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch-custom .slider-checkbox:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch-custom .slider-checkbox.round {
    border-radius: 34px; }
  .switch-custom .slider-checkbox.round:before {
    border-radius: 50%; }

.select-form-control {
  padding: 13px 9px;
  font-size: 0.75rem;
  height: 40px;
  position: relative;
  background: url("../../di../../images/selector-arrow-xs-abo.png") right center scroll no-repeat #fafafa;
  -webkit-appearance: none;
  background-size: 20px 21px; }
  @media (max-width: 768.98px) {
    .select-form-control {
      padding: 9px 8px;
      height: 32px !important;
      background-position: 62px 4px;
      line-height: 1.33; } }
  .select-form-control label {
    color: #55565a;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
    position: relative;
    top: -2px; }
    .select-form-control label span {
      font-size: 1rem !important;
      margin-left: 7px; }
      @media (max-width: 768.98px) {
        .select-form-control label span {
          margin-left: 0; } }
  .select-form-control select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }

.placeholder-color::placeholder {
  color: #867f77; }

@media (max-width: 768.98px) {
  .placeholder-font::placeholder {
    font-size: 0.75rem; } }

.btn {
  display: inline-block;
  color: #55565a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  height: 40px;
  padding: 0.499rem 0.9675rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.4;
  font-size: 0.875rem;
  padding-top: 0.599rem; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  @media (max-width: 991.98px) {
    .btn {
      margin-top: 5px;
      margin-bottom: 5px;
      width: 100%; } }
  @media (max-width: 768.98px) {
    .btn {
      font-weight: 700; } }
  .btn:hover {
    color: #55565a;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0; }
  .btn.disabled, .btn:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn.disabled-link {
    background: none;
    border: none;
    color: #bbbbbb;
    cursor: not-allowed !important; }
    .btn.disabled-link:focus, .btn.disabled-link:hover {
      cursor: not-allowed !important; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn.link-without-bdr {
    color: #007eb0;
    border: none;
    padding-left: 0;
    padding-right: 0; }
    .btn.link-without-bdr:hover, .btn.link-without-bdr:focus {
      border: none;
      color: #002F5F; }
  .btn.remove-btn-focus:focus {
    background: inherit !important;
    box-shadow: none !important; }
  .btn.remove-btn-focus-v2:focus {
    background: #0db3a9 !important;
    box-shadow: none !important; }
  .btn.remove-btn-focus-v3:focus {
    background: #fff !important;
    box-shadow: none !important; }

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

.btn-primary {
  color: #fff;
  background-color: #002F5F;
  border-color: #002F5F; }
  .btn-primary:hover {
    color: #fff;
    background-color: #001c39;
    border-color: #00162c; }
  .btn-primary.disabled, .btn-primary:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00162c;
    border-color: #000f1f; }

.btn-secondary {
  color: #55565a;
  background-color: #cccccc;
  border-color: #cccccc; }
  .btn-secondary:hover {
    color: #55565a;
    background-color: #b9b9b9;
    border-color: #b3b3b3; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #55565a;
    background-color: #b3b3b3;
    border-color: #acacac; }

.btn-success {
  color: #fff;
  background-color: #20893d;
  border-color: #20893d; }
  .btn-success:hover {
    color: #fff;
    background-color: #196a2f;
    border-color: #16602b; }
  .btn-success.disabled, .btn-success:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #16602b;
    border-color: #145526; }

.btn-info {
  color: #fff;
  background-color: #008fc5;
  border-color: #008fc5; }
  .btn-info:hover {
    color: #fff;
    background-color: #00739f;
    border-color: #006a92; }
  .btn-info.disabled, .btn-info:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #006a92;
    border-color: #006185; }

.btn-warning {
  color: #55565a;
  background-color: #E8941A;
  border-color: #E8941A; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c87e14;
    border-color: #bc7713; }
  .btn-warning.disabled, .btn-warning:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bc7713;
    border-color: #b17012; }

.btn-danger {
  color: #fff;
  background-color: #e11e45;
  border-color: #e11e45; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bf1a3b;
    border-color: #b41837; }
  .btn-danger.disabled, .btn-danger:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b41837;
    border-color: #a91734; }

.btn-light {
  color: #55565a;
  background-color: #e3e3e3;
  border-color: #e3e3e3; }
  .btn-light:hover {
    color: #55565a;
    background-color: #d0d0d0;
    border-color: #cacaca; }
  .btn-light.disabled, .btn-light:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #55565a;
    background-color: #cacaca;
    border-color: #c3c3c3; }

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
  .btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-dark.disabled, .btn-dark:disabled {
    background: #bbbbbb;
    border-color: #bbbbbb; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }

.btn-outline-primary {
  color: #002F5F;
  border-color: #002F5F; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #002F5F;
    border-color: #002F5F; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 47, 95, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #002F5F;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #002F5F;
    border-color: #002F5F; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 47, 95, 0.5); }

.btn-outline-secondary {
  color: #cccccc;
  border-color: #cccccc; }
  .btn-outline-secondary:hover {
    color: #55565a;
    background-color: #cccccc;
    border-color: #cccccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cccccc;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #55565a;
    background-color: #cccccc;
    border-color: #cccccc; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5); }

.btn-outline-success {
  color: #20893d;
  border-color: #20893d; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #20893d;
    border-color: #20893d; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #20893d;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #20893d;
    border-color: #20893d; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.5); }

.btn-outline-info {
  color: #008fc5;
  border-color: #008fc5; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #008fc5;
    border-color: #008fc5; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 143, 197, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #008fc5;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #008fc5;
    border-color: #008fc5; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 143, 197, 0.5); }

.btn-outline-warning {
  color: #E8941A;
  border-color: #E8941A; }
  .btn-outline-warning:hover {
    color: #55565a;
    background-color: #E8941A;
    border-color: #E8941A; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 148, 26, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #E8941A;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #55565a;
    background-color: #E8941A;
    border-color: #E8941A; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 148, 26, 0.5); }

.btn-outline-danger {
  color: #e11e45;
  border-color: #e11e45; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e11e45;
    border-color: #e11e45; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 30, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e11e45;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e11e45;
    border-color: #e11e45; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 30, 69, 0.5); }

.btn-outline-light {
  color: #e3e3e3;
  border-color: #e3e3e3; }
  .btn-outline-light:hover {
    color: #55565a;
    background-color: #e3e3e3;
    border-color: #e3e3e3; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e3e3e3;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #55565a;
    background-color: #e3e3e3;
    border-color: #e3e3e3; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5); }

.btn-outline-dark {
  color: #333333;
  border-color: #333333; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-link {
  font-weight: 400;
  color: #002F5F;
  text-decoration: none; }
  .btn-link:hover {
    color: #000913;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #cccccc;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  min-width: 200px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

@media (max-width: 768.98px) {
  .btn-block-small {
    display: block;
    width: 100%; } }
@media (max-width: 991.98px) {
  .btn-block-small-medium {
    display: block;
    width: 100%; } }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn {
  border: 2px solid transparent; }
  .btn:focus {
    text-decoration: none; }
  .btn.btn-outline-primary {
    border: 1px solid #0db3a9;
    background-color: #fff;
    color: #55565a; }
    .btn.btn-outline-primary:hover {
      background-color: #daeded; }
    .btn.btn-outline-primary:disabled, .btn.btn-outline-primary.disabled {
      border-color: #bbbbbb !important;
      background: #bbbbbb;
      color: #fff !important; }
      .btn.btn-outline-primary:disabled:hover, .btn.btn-outline-primary:disabled:focus, .btn.btn-outline-primary.disabled:hover, .btn.btn-outline-primary.disabled:focus {
        border-color: #bbbbbb;
        background: #bbbbbb;
        color: #fff; }
  .btn.btn-outline-secondary {
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    color: #55565a; }
    .btn.btn-outline-secondary:hover {
      background-color: #f3f3f3; }
  .btn.btn-outline-secondary-v2 {
    background: #fafafa;
    border: 1px solid #bbbbbb;
    font-size: 0.875rem;
    font-weight: 400;
    height: 32px;
    padding: 5px 15px; }
    @media (max-width: 768.98px) {
      .btn.btn-outline-secondary-v2 {
        font-size: 0.75rem; } }
  .btn.btn-outline-danger:hover {
    background-color: #fbcaca; }

.btn-primary:hover,
.btn-link:hover {
  background: none;
  border-width: 2px;
  border-style: solid;
  border-color: #002F5F;
  color: #002F5F;
  text-decoration: none; }
.btn-primary:disabled, .btn-primary.disabled,
.btn-link:disabled,
.btn-link.disabled {
  background: #bbbbbb;
  border-color: #bbbbbb;
  color: #fff; }

.btn-primary:focus {
  color: #fff; }
  .btn-primary:focus:hover {
    color: #002F5F; }

.btn-384 {
  max-width: 384px;
  width: 100%; }

@media (max-width: 768.98px) {
  .btn-section {
    padding: 0;
    display: flex;
    justify-content: space-between; } }
.btn-section .btn-outline-primary,
.btn-section .btn-outline-secondary {
  width: auto; }
  @media (max-width: 768.98px) {
    .btn-section .btn-outline-primary,
    .btn-section .btn-outline-secondary {
      display: inline-block; } }
.btn-section .btn-outline-primary {
  width: 218px;
  margin-right: 20px; }
  @media (max-width: 768.98px) {
    .btn-section .btn-outline-primary {
      width: 195px;
      margin-right: 13px; } }
@media (max-width: 768.98px) {
  .btn-section .btn-outline-secondary {
    min-width: 105px !important; } }
.btn-section .btn + .btn {
  margin-left: 0 !important; }
@media (min-width: 768px) {
  .btn-section.btn-section-v2 .btn {
    width: 341px; }
    .btn-section.btn-section-v2 .btn + .btn {
      width: 140px; } }

.btn-center-sm {
  margin: 0 auto;
  max-width: 343px; }
  @media (max-width: 768.98px) {
    .btn-center-sm {
      max-width: 315px; } }
  .btn-center-sm .error,
  .btn-center-sm .error-v2 {
    text-align: left; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #55565a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 769px) {
  .dropdown-menu-sm769-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm769-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dadada; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #55565a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #49494d;
    text-decoration: none;
    background-color: #e3e3e3; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0075a4; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #cccccc;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #cccccc;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #55565a; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.72563rem;
  padding-left: 0.72563rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.499rem 0.9675rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #dadada;
  border: 1px solid #cccccc;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9675rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3rem;
  padding-left: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.3rem;
  height: 1.3rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0075a4;
    background: #0075a4; }
  .custom-control-input.custom-control-input2:checked ~ .custom-control-label::before {
    border-color: #0db3a9;
    background: #0db3a9; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #25c0ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #cccccc;
    cursor: not-allowed; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f4f4f4; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 0.9375rem;
  padding-top: 1px;
  font-weight: 400; }
  .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: -1.8rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #dadada solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0rem;
    left: -1.76rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
    background-size: 70%; }

.custom-checkbox {
  line-height: 1.3;
  line-height: 1.3; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #0075a4;
    background-color: #0075a4; }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 47, 95, 0.5); }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 47, 95, 0.5); }
  .custom-checkbox .custom-control-label {
    font-weight: 400; }
  .custom-checkbox.custom-checkbox-v2 .custom-control-input ~ .custom-control-label::before {
    top: 1px; }
  .custom-checkbox.custom-checkbox-v3 .custom-control-input:checked ~ .custom-control-label::after {
    content: '\f00c' !important;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 0.6875rem;
    color: #fff;
    left: -1.3rem !important;
    top: 0.2rem;
    background-image: none; }
  .custom-checkbox.custom-checkbox-alw .custom-control-input:checked ~ .custom-control-label::after {
    content: '\f00c' !important;
    background-image: none; }

.custom-radio {
  line-height: 1.3; }
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #fff; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #002F5F; }
    .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
      background: #fff;
      border-color: #999999; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #002F5F;
    left: -1.5rem;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%; }
    @media (max-width: 768.98px) {
      .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        left: -1.55rem; } }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #fff;
    border-color: #bbbbbb; }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
    background-color: rgba(0, 47, 95, 0.3); }
  .custom-radio .custom-control-label {
    color: #55565a;
    font-weight: 400; }
    .custom-radio .custom-control-label.gray-text-v2 {
      color: #56565A; }

.custom-radio.error-radio .custom-control-input ~ .custom-control-label::before {
  border-color: red; }
.custom-radio.error-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #999999; }

.custom-switch {
  padding-left: 2.775rem; }
  .custom-switch .custom-control-label::before {
    left: -2.775rem;
    width: 2.275rem;
    pointer-events: all;
    border-radius: 0.65rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0rem + 2px);
    left: calc(-2.775rem + 2px);
    width: calc(1.3rem - 4px);
    height: calc(1.3rem - 4px);
    background-color: #808285;
    border-radius: 0.65rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.975rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 47, 95, 0.5); }

select.form-control {
  background: url("../../di../../images/selector-arrow.png") right center scroll no-repeat #fff;
  -webkit-appearance: none;
  background-size: 18px auto;
  padding-right: 25px;
  color: #002F5F; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.3em + 0.998rem + 2px);
  padding: 0.499rem 1.9675rem 0.499rem 0.9675rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9675rem center/8px 10px;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #25c0ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 117, 164, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.9675rem;
    background-image: none; }
  .custom-select:disabled {
    color: #cccccc;
    background-color: #dadada; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.3em + 0.998rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.3em + 0.998rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #25c0ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 117, 164, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f4f4f4; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.3em + 0.998rem + 2px);
  padding: 0.499rem 0.9675rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.3em + 0.998rem);
    padding: 0.499rem 0.9675rem;
    line-height: 1.3;
    color: #495057;
    content: "Browse";
    background-color: #dadada;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 117, 164, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 117, 164, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 117, 164, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0075a4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #58cfff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbbbbb;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0075a4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #58cfff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbbbbb;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0075a4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #58cfff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #bbbbbb;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #bbbbbb;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #808285; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #808285; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #808285; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #cccccc;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #bbbbbb; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #dadada #dadada #bbbbbb; }
    .nav-tabs .nav-link.disabled {
      color: #cccccc;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #bbbbbb #bbbbbb #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0075a4; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .nav-link {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-sm769,
  .navbar .container-md,
  .navbar .container-lg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3375rem;
  padding-bottom: 0.3375rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-sm769,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-sm769,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 768.98px) {
  .navbar-expand-sm769 > .container,
  .navbar-expand-sm769 > .container-fluid,
  .navbar-expand-sm769 > .container-sm,
  .navbar-expand-sm769 > .container-sm769,
  .navbar-expand-sm769 > .container-md,
  .navbar-expand-sm769 > .container-lg {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 769px) {
  .navbar-expand-sm769 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm769 .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm769 .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm769 .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm769 > .container,
    .navbar-expand-sm769 > .container-fluid,
    .navbar-expand-sm769 > .container-sm,
    .navbar-expand-sm769 > .container-sm769,
    .navbar-expand-sm769 > .container-md,
    .navbar-expand-sm769 > .container-lg {
      flex-wrap: nowrap; }
    .navbar-expand-sm769 .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm769 .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-sm769,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-sm769,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-sm769,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1280px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-sm769,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-sm769,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-sm769,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0; }
    .card > .list-group:last-child {
      border-bottom-width: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  padding-left: 45px;
  padding-top: 5px;
  /*padding-bottom: 0;*/ }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

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

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0; }
  .card-header h2 .btn {
    border: none;
    height: auto;
    padding-left: 0;
    font-weight: 700; }
    .card-header h2 .btn::before {
      position: absolute;
      background-color: #757575;
      height: 1.5px;
      width: 12px;
      content: '';
      top: 1px;
      bottom: 0;
      margin: auto; }
    .card-header h2 .btn.collapsed::before {
      position: absolute;
      background-color: #867f77;
      height: 1.5px;
      width: 12px;
      content: '';
      top: 0;
      bottom: 0;
      margin: auto; }
    .card-header h2 .btn.collapsed::after {
      position: absolute;
      background-color: #867f77;
      height: 1.5px;
      width: 12px;
      transform: rotate(90deg);
      content: '';
      top: 0;
      bottom: 0;
      left: 10px;
      margin: auto; }
    .card-header h2 .btn:hover, .card-header h2 .btn:focus {
      text-decoration: none; }
    .card-header h2 .btn:hover, .card-header h2 .btn:focus {
      border: none; }
  .card-header h2 .btn-link i {
    color: #0075a4;
    font-size: 1.375rem; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden;
  border-color: #dadada; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
    padding: 0; }
.accordion .card-body {
  padding-left: 15px;
  padding-right: 15px; }
.accordion h2 .btn-link {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 13px 15px 13px 30px;
  margin: 0;
  color: #55565a;
  background-color: #f9f9f9;
  border-radius: 0; }
  .accordion h2 .btn-link::before {
    position: absolute;
    left: 10px;
    color: #0db3a9; }
.accordion.with-primary-background h2 .btn-link {
  background-color: #daeded; }

.accordion-v2 .card-header h2 .btn-link {
  padding: 13px 30px 13px 15px; }
  .accordion-v2 .card-header h2 .btn-link::before {
    left: auto;
    right: 10px; }
  .accordion-v2 .card-header h2 .btn-link::after {
    left: auto;
    right: 10px; }
.accordion-v2 .card-body {
  padding-left: 15px;
  padding-right: 15px; }

.accordion-v3 .card-header h2 .btn-link {
  padding: 18px;
  background: none;
  font-size: 1rem; }
  @media (min-width: 769px) {
    .accordion-v3 .card-header h2 .btn-link {
      font-size: 1.125rem;
      padding: 30px; } }
  .accordion-v3 .card-header h2 .btn-link::before {
    left: auto;
    right: 10px;
    background-color: #0db3a9; }
  .accordion-v3 .card-header h2 .btn-link::after {
    left: auto;
    right: 10px;
    background-color: #0db3a9; }
.accordion-v3 .card-header .card-body {
  padding: 0; }
  .accordion-v3 .card-header .card-body.spacing {
    padding: 30px; }
.accordion-v3.accordion-v5 .card-header h2 .btn-link {
  padding: 25px 25px 25px 0 !important;
  height: auto;
  line-height: 1 !important; }
  @media (max-width: 768.98px) {
    .accordion-v3.accordion-v5 .card-header h2 .btn-link {
      padding: 20px 10px 20px 0 !important; } }
.accordion-v3.accordion-v5 .grey-circle.grey-circle-v3 .list-type-4 li .custom-tooltip i {
  position: relative;
  transform: none;
  right: 0; }
.accordion-v3.accordion-v5.custom-accordion .card-body {
  padding-bottom: 23px !important; }

.custom-accordion .card-header h2 .btn-link {
  padding: 26px 26px 26px 0 !important; }
  .custom-accordion .card-header h2 .btn-link::before, .custom-accordion .card-header h2 .btn-link::after {
    right: 0 !important;
    color: #56565A !important;
    background-color: #56565A !important; }
.custom-accordion .card-body {
  padding-bottom: 25px !important; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px 0 8px 0;
  margin: 0; }
  @media (min-width: 769px) {
    .breadcrumb {
      margin: 0 0 25px;
      padding-bottom: 0; } }

.breadcrumb-item {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px; }
  @media (max-width: 768.98px) {
    .breadcrumb-item {
      margin-top: 0px; } }
  .breadcrumb-item a {
    color: #002F5F; }
    .breadcrumb-item a:hover {
      color: #0075a4; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #cccccc;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #55565a; }

.pagination {
  margin: 10px 0;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.25rem 0.625rem;
  line-height: 1.25;
  color: #55565a;
  background-color: #fff;
  border: 2px solid transparent; }
  .page-link:hover {
    z-index: 2;
    color: #000913;
    text-decoration: none;
    background-color: transparent;
    border-color: #002F5F; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 117, 164, 0.25); }

.page-item {
  margin: 0 2px; }
  .page-item.hidden {
    display: none; }
  .page-item:first-child .page-link {
    margin-left: 0; }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #002F5F;
    border-color: transparent; }
  .page-item.disabled .page-link {
    color: #cccccc;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: transparent; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .badge.badge-warning {
    color: #fff; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }
  .badge.badge-white {
    border: 1px solid #f0f0f3;
    background: #fff;
    color: #56565A; }
  .badge.badge-red {
    border: 1px solid #C14354;
    background: #C14354;
    color: #fff; }
  .badge.badge-grey {
    border: 1px solid #bbbbbb;
    background: #bbbbbb;
    color: #fff; }
  .badge.badge-green {
    border: 1px solid #3A7580;
    background: #3A7580;
    color: #fff; }
  .badge.badge-sienna {
    border: 1px solid #A16845;
    background: #A16845;
    color: #fff; }

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

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

.badge-primary {
  color: #fff;
  background-color: #002F5F; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #00162c; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 47, 95, 0.5); }

.badge-secondary {
  color: #55565a;
  background-color: #cccccc; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #55565a;
    background-color: #b3b3b3; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5); }

.badge-success {
  color: #fff;
  background-color: #20893d; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #16602b; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 137, 61, 0.5); }

.badge-info {
  color: #fff;
  background-color: #008fc5; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #006a92; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 143, 197, 0.5); }

.badge-warning {
  color: #55565a;
  background-color: #E8941A; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #55565a;
    background-color: #bc7713; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(232, 148, 26, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #e11e45; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b41837; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 30, 69, 0.5); }

.badge-light {
  color: #55565a;
  background-color: #e3e3e3; }
  a.badge-light:hover, a.badge-light:focus {
    color: #55565a;
    background-color: #cacaca; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #333333; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1a1a1a; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.alert {
  position: relative;
  padding: 15px 30px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert.gray-alert {
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .alert.gray-alert {
        margin-bottom: 30px; } }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem;
  color: #e11e45; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #e11e45; }

.alert-primary {
  color: #001831;
  background-color: #ccd5df;
  border-color: #b8c5d2; }
  .alert-primary hr {
    border-top-color: #a8b8c8; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1; }
  .alert-secondary hr {
    border-top-color: #e4e4e4; }
  .alert-secondary .alert-link {
    color: #515151; }

.alert-success {
  color: #114720;
  background-color: #d2e7d8;
  border-color: #c1dec9; }
  .alert-success hr {
    border-top-color: #b0d5bb; }
  .alert-success .alert-link {
    color: #071e0d; }

.alert-info {
  color: #004a66;
  background-color: #cce9f3;
  border-color: #b8e0ef; }
  .alert-info hr {
    border-top-color: #a3d7ea; }
  .alert-info .alert-link {
    color: #002533; }

.alert-warning {
  color: #794d0e;
  background-color: #faead1;
  border-color: #f9e1bf; }
  .alert-warning hr {
    border-top-color: #f7d6a8; }
  .alert-warning .alert-link {
    color: #4b3009; }

.alert-danger {
  color: #751024;
  background-color: #f9d2da;
  border-color: #f7c0cb; }
  .alert-danger hr {
    border-top-color: #f4a9b8; }
  .alert-danger .alert-link {
    color: #480a16; }

.alert-light {
  color: #767676;
  background-color: #f9f9f9;
  border-color: #f7f7f7; }
  .alert-light hr {
    border-top-color: #eaeaea; }
  .alert-light .alert-link {
    color: #5d5d5d; }

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }
  .alert-dark hr {
    border-top-color: #b9b9b9; }
  .alert-dark .alert-link {
    color: #020202; }

.alert-dismissible {
  color: #e11e45; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #e3e3e3; }
  .list-group-item-action:active {
    color: #55565a;
    background-color: #dadada; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #cccccc;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0075a4;
    border-color: #0075a4; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 769px) {
  .list-group-horizontal-sm769 {
    flex-direction: row; }
    .list-group-horizontal-sm769 > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm769 > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm769 > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm769 > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm769 > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1280px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #001831;
  background-color: #b8c5d2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #001831;
    background-color: #a8b8c8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001831;
    border-color: #001831; }

.list-group-item-secondary {
  color: #6a6a6a;
  background-color: #f1f1f1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #6a6a6a;
    background-color: #e4e4e4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #6a6a6a; }

.list-group-item-success {
  color: #114720;
  background-color: #c1dec9; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #114720;
    background-color: #b0d5bb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #114720;
    border-color: #114720; }

.list-group-item-info {
  color: #004a66;
  background-color: #b8e0ef; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #004a66;
    background-color: #a3d7ea; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #004a66;
    border-color: #004a66; }

.list-group-item-warning {
  color: #794d0e;
  background-color: #f9e1bf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #794d0e;
    background-color: #f7d6a8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #794d0e;
    border-color: #794d0e; }

.list-group-item-danger {
  color: #751024;
  background-color: #f7c0cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #751024;
    background-color: #f4a9b8; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #751024;
    border-color: #751024; }

.list-group-item-light {
  color: #767676;
  background-color: #f7f7f7; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #767676;
    background-color: #eaeaea; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #767676;
    border-color: #767676; }

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b; }

.close,
.close2 {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover,
  .close2:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus,
  .close2:not(:disabled):not(.disabled):hover,
  .close2:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close,
button.close2 {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.close2 {
  color: #fff;
  opacity: 5; }
  .close2:hover, .close2:focus {
    border: none;
    outline: none;
    color: #fff;
    opacity: 5 !important; }

.modal-open {
  overflow: hidden;
  padding-right: 0 !important; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-right: 0 !important;
  outline: 0; }
  .modal.modal-padding {
    padding-right: 17px; }
    @media (max-width: 768.98px) {
      .modal.modal-padding {
        padding-right: 0; } }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 25px;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }
  @media (max-width: 768.98px) {
    .modal-dialog {
      margin: 15px; } }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 3rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 3rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.7; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #bbbbbb;
  background: #002F5F;
  color: #fff;
  height: 50px; }
  @media (max-width: 768.98px) {
    .modal-header {
      padding: 17px 15px 18px;
      height: 51px; } }
  .modal-header .close {
    padding: 5px 20px 13px;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    opacity: 9;
    font-weight: 400;
    font-size: 2rem; }
    @media (max-width: 768.98px) {
      .modal-header .close {
        padding: 4px 15px 14px 10px; } }
    .modal-header .close:hover, .modal-header .close:focus {
      outline: none; }
  @media (min-width: 769px) {
    .modal-header.modal-header-lg .modal-title {
      font-size: 1.25rem !important; } }
  @media (min-width: 769px) {
    .modal-header.modal-header-v2 {
      padding-left: 40px !important;
      padding-right: 40px !important; } }
  @media (min-width: 769px) {
    .modal-header.modal-header-v3 {
      height: 60px; } }
  @media (min-width: 769px) {
    .modal-header.modal-header-v4 {
      height: 60px; } }

.modal-title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (max-width: 768.98px) {
    .modal-title {
      font-size: 1rem;
      font-weight: 700; } }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 25px 15px;
  min-height: 80px; }
  @media (max-width: 768.98px) {
    .modal-body {
      padding: 20px; } }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 18px;
  border-top: 1px solid #e5e5e5; }
  .modal-footer > * {
    margin: 0.25rem; }
  .modal-footer .btn {
    font-size: 0.875rem;
    line-height: 1.3;
    min-width: 100px; }
  .modal-footer.single-btn {
    justify-content: center; }
    .modal-footer.single-btn .btn {
      max-width: 215px;
      font-size: 1rem;
      font-weight: 400; }
  .modal-footer.modal-footer-noborder {
    padding-top: 0;
    border: none; }
  @media (max-width: 768.98px) {
    .modal-footer.modal-footer-center {
      padding: 20px 44px 25px;
      justify-content: center; }
      .modal-footer.modal-footer-center .btn {
        min-width: 258px; } }

.sm-two-buttons {
  display: flex;
  justify-content: space-between; }
  .sm-two-buttons .btn {
    width: calc(50% - 10px);
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 769px) {
      .sm-two-buttons .btn {
        width: calc(50% - 11px); } }
    .sm-two-buttons .btn.btn-lg, .sm-two-buttons .btn-group-lg > .btn {
      font-size: 0.875rem;
      line-height: 1.3;
      min-width: 100px;
      padding: 11px 5px !important;
      height: 40px !important; }
      @media (min-width: 769px) {
        .sm-two-buttons .btn.btn-lg, .sm-two-buttons .btn-group-lg > .btn {
          font-size: 1rem;
          padding: 16px 10px !important;
          height: 50px !important; } }
  .sm-two-buttons.xs-block {
    display: block; }
    @media (max-width: 768.98px) {
      .sm-two-buttons.xs-block .btn {
        width: 100%; } }
  @media (max-width: 768.98px) {
    .sm-two-buttons.xs-block-v2 .btn {
      width: 100%; } }
  .sm-two-buttons.sm-two-buttons-v2 .btn {
    width: calc(50% - 5px);
    padding: 11px 5px !important; }
    @media (min-width: 769px) {
      .sm-two-buttons.sm-two-buttons-v2 .btn {
        width: calc(50% - 11px); } }
  .sm-two-buttons.sm-two-buttons-v3 {
    justify-content: start; }
    @media (max-width: 768.98px) {
      .sm-two-buttons.sm-two-buttons-v3 {
        padding: 20px 25px; } }
    .sm-two-buttons.sm-two-buttons-v3 .btn {
      width: auto; }
      @media (max-width: 768.98px) {
        .sm-two-buttons.sm-two-buttons-v3 .btn {
          width: calc(50% - 11px); } }
  .sm-two-buttons.sm-two-buttons-v4 {
    justify-content: start; }
    @media (max-width: 768.98px) {
      .sm-two-buttons.sm-two-buttons-v4 {
        padding: 20px 25px;
        justify-content: center; } }
    .sm-two-buttons.sm-two-buttons-v4 .btn {
      width: auto; }
      @media (max-width: 768.98px) {
        .sm-two-buttons.sm-two-buttons-v4 .btn {
          min-width: 258px; } }
  .sm-two-buttons.sm-two-buttons-v5 {
    padding: 40px 120px 40px 120px;
    border-color: #dadada; }
    @media (max-width: 768.98px) {
      .sm-two-buttons.sm-two-buttons-v5 {
        padding: 30px 20px; } }
    .sm-two-buttons.sm-two-buttons-v5 .btn {
      width: 100%;
      margin: 0 0 15px 0; }
      @media (max-width: 768.98px) {
        .sm-two-buttons.sm-two-buttons-v5 .btn {
          margin-bottom: 15px !important; } }
      .sm-two-buttons.sm-two-buttons-v5 .btn:last-child {
        margin-bottom: 0; }
        @media (max-width: 768.98px) {
          .sm-two-buttons.sm-two-buttons-v5 .btn:last-child {
            margin-bottom: 0 !important; } }
    @media (max-width: 768.98px) {
      .sm-two-buttons.sm-two-buttons-v5 .error-v2 {
        margin-top: -5px !important; }
        .sm-two-buttons.sm-two-buttons-v5 .error-v2.mt-0 {
          margin-top: 0 !important; } }
  @media (max-width: 767.98px) {
    .sm-two-buttons.sm-two-buttons-v6 {
      display: block; } }
  .sm-two-buttons.sm-two-buttons-v6 .btn {
    display: inline-block;
    width: 100%;
    margin: 0; }
  @media (min-width: 769px) {
    .sm-two-buttons.sm-two-buttons-v6 .col-sm-6:first-child {
      padding-right: 10px;
      padding-left: 0; }
    .sm-two-buttons.sm-two-buttons-v6 .col-sm-6:last-child {
      padding-left: 10px;
      padding-right: 0; } }
  .sm-two-buttons.sm-two-buttons-v6 .col-sm-6 .btn {
    margin-bottom: 15px; }
  @media (max-width: 768.98px) {
    .sm-two-buttons.sm-two-buttons-v6 .col-sm-6 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 768.98px) {
    .sm-two-buttons.sm-two-buttons-v6 .col-sm-12 {
      padding-left: 20px;
      padding-right: 20px; } }
  .sm-two-buttons.sm-two-buttons-v7 .btn {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0; }
    @media (max-width: 768.98px) {
      .sm-two-buttons.sm-two-buttons-v7 .btn {
        padding-left: 5px !important;
        padding-right: 5px !important; } }
  .sm-two-buttons.sm-two-buttons-v7 .col-sm-6:first-child {
    padding-right: 10px; }
    @media (min-width: 769px) {
      .sm-two-buttons.sm-two-buttons-v7 .col-sm-6:first-child {
        padding-left: 0; } }
  .sm-two-buttons.sm-two-buttons-v7 .col-sm-6:last-child {
    padding-left: 10px; }
    @media (min-width: 769px) {
      .sm-two-buttons.sm-two-buttons-v7 .col-sm-6:last-child {
        padding-right: 0; } }
  @media (max-width: 768.98px) {
    .sm-two-buttons.sm-two-buttons-v7 .col-sm-6:first-child {
      padding-right: 7.5px;
      padding-left: 20px; }
    .sm-two-buttons.sm-two-buttons-v7 .col-sm-6:last-child {
      padding-left: 7.5px;
      padding-right: 20px; } }
  .sm-two-buttons.sm-two-buttons-v8 {
    padding: 40px;
    gap: 15px; }
    @media (max-width: 768.98px) {
      .sm-two-buttons.sm-two-buttons-v8 {
        padding: 20px; } }
    .sm-two-buttons.sm-two-buttons-v8 .btn {
      margin: 0;
      width: calc(50% - 10px); }
      @media (max-width: 768.98px) {
        .sm-two-buttons.sm-two-buttons-v8 .btn {
          width: calc(50% - 8px);
          line-height: 1 !important; } }
  .sm-two-buttons.sm-two-buttons-v9 {
    padding: 40px; }
    @media (max-width: 768.98px) {
      .sm-two-buttons.sm-two-buttons-v9 {
        padding: 20px; } }
    .sm-two-buttons.sm-two-buttons-v9 .btn {
      margin: 0;
      width: calc(50% - 10px); }
      @media (max-width: 768.98px) {
        .sm-two-buttons.sm-two-buttons-v9 .btn {
          width: calc(50% - 8px);
          line-height: 1 !important; } }

.accordion-v3 .card-header {
  padding: 0 !important; }
  .accordion-v3 .card-header h2 .btn-link {
    padding: 18px;
    background: none;
    font-size: 0.875rem !important;
    margin: 0;
    color: #55565a; }
    @media (min-width: 769px) {
      .accordion-v3 .card-header h2 .btn-link {
        font-size: 1rem !important;
        padding: 30px; } }
    .accordion-v3 .card-header h2 .btn-link:before {
      font-size: 1.5625rem;
      color: #0db3a9;
      top: 0px;
      font-weight: 700; }
      @media (min-width: 769px) {
        .accordion-v3 .card-header h2 .btn-link:before {
          top: 0px; } }
  .accordion-v3 .card-header .card-body {
    padding: 0; }
    .accordion-v3 .card-header .card-body.spacing {
      padding: 30px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 4.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 9.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 9.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 9.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 9.5rem);
      height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px; } }
.modal-xl {
  max-width: 1140px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #55565a; }

/* Login Modal
----------------------*/
.login-modal .btn {
  min-width: 400px; }
  @media (max-width: 768.98px) {
    .login-modal .btn {
      min-width: auto; } }
.login-modal .modal-body {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .login-modal .modal-body {
      padding: 40px 20px;
      text-align: center; } }
  .login-modal .modal-body h3 {
    font-size: 1rem;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .login-modal .modal-body h3 {
        font-size: 1.25rem; } }
.login-modal ul {
  margin-top: 20px; }
  @media (max-width: 768.98px) {
    .login-modal ul {
      margin-top: 10px; } }
  .login-modal ul li {
    display: inline-block;
    width: 45%;
    margin-bottom: 10px;
    font-size: 0.875rem; }
    @media (max-width: 768.98px) {
      .login-modal ul li {
        width: 100%;
        text-align: left;
        padding-left: 10px;
        margin-bottom: 10px; } }
    .login-modal ul li a {
      color: #55565a; }
    .login-modal ul li i {
      color: #0db3a9;
      font-size: 1.3125rem;
      margin-right: 5px;
      position: relative;
      top: 3px; }
.login-modal .modal-divider {
  background: #fff;
  padding: 0; }
  .login-modal .modal-divider hr {
    border-top: 1px solid #dadada;
    margin: 0; }
    @media (max-width: 768.98px) {
      .login-modal .modal-divider hr {
        margin: 10px 20px; } }
.login-modal .modal-footer {
  padding: 30px;
  border-top: none; }
  @media (max-width: 768.98px) {
    .login-modal .modal-footer {
      padding: 20px 20px 40px 20px; } }
  .login-modal .modal-footer .btn {
    font-size: 0.875rem;
    line-height: 2;
    padding: 6px 10px; }
    @media (min-width: 768px) {
      .login-modal .modal-footer .btn {
        line-height: 2.2;
        font-size: 1rem;
        padding: 8px 10px; } }
  @media (min-width: 768px) {
    .login-modal .modal-footer {
      padding: 40px 20px; } }
  .login-modal .modal-footer h3 {
    margin-bottom: 15px;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .login-modal .modal-footer h3 {
        padding: 0px 60px;
        font-size: 1rem;
        margin-bottom: 25px; } }

#login-modal .modal-dialog .modal-content {
  background: none; }
  #login-modal .modal-dialog .modal-content .modal-close-out {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    #login-modal .modal-dialog .modal-content .modal-close-out .modal-close {
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      font-size: 2rem;
      z-index: 10;
      border: none;
      background: transparent;
      padding: 0 0 0 15px;
      margin: 0; }
  #login-modal .modal-dialog .modal-content .modal-body,
  #login-modal .modal-dialog .modal-content .modal-footer {
    background: #fff; }
  #login-modal .modal-dialog .modal-content .btn {
    height: 50px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 2;
    border-radius: 50px;
    font-weight: 700; }
  #login-modal .modal-dialog .modal-content .btn-primary {
    color: #fff;
    background-color: #0db3a9;
    border-color: #0db3a9; }
    @media (max-width: 991.98px) {
      #login-modal .modal-dialog .modal-content .btn-primary {
        height: 48px;
        font-size: 0.875rem; } }
    #login-modal .modal-dialog .modal-content .btn-primary:hover {
      border-color: #0db3a9;
      background: #0ca59c; }
  #login-modal .modal-dialog .modal-content .btn-outline-primary {
    border: 1px solid #0db3a9; }
    @media (max-width: 991.98px) {
      #login-modal .modal-dialog .modal-content .btn-outline-primary {
        height: 40px;
        font-size: 0.875rem;
        line-height: 1.5; } }
    #login-modal .modal-dialog .modal-content .btn-outline-primary:hover {
      background: #daeded;
      color: inherit; }

.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: #002F5F !important; }

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

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

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

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

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

.bg-info {
  background-color: #008fc5 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #006a92 !important; }

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

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

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

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

.bg-light {
  background-color: #e3e3e3 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cacaca !important; }

.bg-dark {
  background-color: #333333 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important; }

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

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

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

.border-top {
  border-top: 1px solid #bbbbbb !important; }

.border-right {
  border-right: 1px solid #bbbbbb !important; }

.border-bottom {
  border-bottom: 1px solid #bbbbbb !important; }

.border-left {
  border-left: 1px solid #bbbbbb !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: #002F5F !important; }

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

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

.border-info {
  border-color: #008fc5 !important; }

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

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

.border-light {
  border-color: #e3e3e3 !important; }

.border-dark {
  border-color: #333333 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !important; }

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

.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-row {
  display: table-row !important; }

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

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

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

@media (min-width: 768px) {
  .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-row {
    display: table-row !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: 769px) {
  .d-sm769-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-sm769-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .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-row {
    display: table-row !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: 1280px) {
  .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-row {
    display: table-row !important; }

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !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%; }

.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; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !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: 768px) {
  .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; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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: 769px) {
  .flex-sm769-row {
    flex-direction: row !important; }

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

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

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

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

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

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

  .flex-sm769-fill {
    flex: 1 1 auto !important; }

  .flex-sm769-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm769-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm769-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm769-shrink-1 {
    flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm769-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .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; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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: 1280px) {
  .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; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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; } }
.float-left {
  float: left !important; }

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

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

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

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

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

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

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

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

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

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

  .float-lg-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

.position-sticky {
  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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !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-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 768px) {
  .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-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 769px) {
  .m-sm769-0 {
    margin: 0 !important; }

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

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

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

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

  .m-sm769-1 {
    margin: 0.25rem !important; }

  .mt-sm769-1,
  .my-sm769-1 {
    margin-top: 0.25rem !important; }

  .mr-sm769-1,
  .mx-sm769-1 {
    margin-right: 0.25rem !important; }

  .mb-sm769-1,
  .my-sm769-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm769-1,
  .mx-sm769-1 {
    margin-left: 0.25rem !important; }

  .m-sm769-2 {
    margin: 0.5rem !important; }

  .mt-sm769-2,
  .my-sm769-2 {
    margin-top: 0.5rem !important; }

  .mr-sm769-2,
  .mx-sm769-2 {
    margin-right: 0.5rem !important; }

  .mb-sm769-2,
  .my-sm769-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm769-2,
  .mx-sm769-2 {
    margin-left: 0.5rem !important; }

  .m-sm769-3 {
    margin: 1rem !important; }

  .mt-sm769-3,
  .my-sm769-3 {
    margin-top: 1rem !important; }

  .mr-sm769-3,
  .mx-sm769-3 {
    margin-right: 1rem !important; }

  .mb-sm769-3,
  .my-sm769-3 {
    margin-bottom: 1rem !important; }

  .ml-sm769-3,
  .mx-sm769-3 {
    margin-left: 1rem !important; }

  .m-sm769-4 {
    margin: 1.5rem !important; }

  .mt-sm769-4,
  .my-sm769-4 {
    margin-top: 1.5rem !important; }

  .mr-sm769-4,
  .mx-sm769-4 {
    margin-right: 1.5rem !important; }

  .mb-sm769-4,
  .my-sm769-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm769-4,
  .mx-sm769-4 {
    margin-left: 1.5rem !important; }

  .m-sm769-5 {
    margin: 3rem !important; }

  .mt-sm769-5,
  .my-sm769-5 {
    margin-top: 3rem !important; }

  .mr-sm769-5,
  .mx-sm769-5 {
    margin-right: 3rem !important; }

  .mb-sm769-5,
  .my-sm769-5 {
    margin-bottom: 3rem !important; }

  .ml-sm769-5,
  .mx-sm769-5 {
    margin-left: 3rem !important; }

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

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

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

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

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

  .p-sm769-1 {
    padding: 0.25rem !important; }

  .pt-sm769-1,
  .py-sm769-1 {
    padding-top: 0.25rem !important; }

  .pr-sm769-1,
  .px-sm769-1 {
    padding-right: 0.25rem !important; }

  .pb-sm769-1,
  .py-sm769-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm769-1,
  .px-sm769-1 {
    padding-left: 0.25rem !important; }

  .p-sm769-2 {
    padding: 0.5rem !important; }

  .pt-sm769-2,
  .py-sm769-2 {
    padding-top: 0.5rem !important; }

  .pr-sm769-2,
  .px-sm769-2 {
    padding-right: 0.5rem !important; }

  .pb-sm769-2,
  .py-sm769-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm769-2,
  .px-sm769-2 {
    padding-left: 0.5rem !important; }

  .p-sm769-3 {
    padding: 1rem !important; }

  .pt-sm769-3,
  .py-sm769-3 {
    padding-top: 1rem !important; }

  .pr-sm769-3,
  .px-sm769-3 {
    padding-right: 1rem !important; }

  .pb-sm769-3,
  .py-sm769-3 {
    padding-bottom: 1rem !important; }

  .pl-sm769-3,
  .px-sm769-3 {
    padding-left: 1rem !important; }

  .p-sm769-4 {
    padding: 1.5rem !important; }

  .pt-sm769-4,
  .py-sm769-4 {
    padding-top: 1.5rem !important; }

  .pr-sm769-4,
  .px-sm769-4 {
    padding-right: 1.5rem !important; }

  .pb-sm769-4,
  .py-sm769-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm769-4,
  .px-sm769-4 {
    padding-left: 1.5rem !important; }

  .p-sm769-5 {
    padding: 3rem !important; }

  .pt-sm769-5,
  .py-sm769-5 {
    padding-top: 3rem !important; }

  .pr-sm769-5,
  .px-sm769-5 {
    padding-right: 3rem !important; }

  .pb-sm769-5,
  .py-sm769-5 {
    padding-bottom: 3rem !important; }

  .pl-sm769-5,
  .px-sm769-5 {
    padding-left: 3rem !important; }

  .m-sm769-n1 {
    margin: -0.25rem !important; }

  .mt-sm769-n1,
  .my-sm769-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm769-n1,
  .mx-sm769-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm769-n1,
  .my-sm769-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm769-n1,
  .mx-sm769-n1 {
    margin-left: -0.25rem !important; }

  .m-sm769-n2 {
    margin: -0.5rem !important; }

  .mt-sm769-n2,
  .my-sm769-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm769-n2,
  .mx-sm769-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm769-n2,
  .my-sm769-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm769-n2,
  .mx-sm769-n2 {
    margin-left: -0.5rem !important; }

  .m-sm769-n3 {
    margin: -1rem !important; }

  .mt-sm769-n3,
  .my-sm769-n3 {
    margin-top: -1rem !important; }

  .mr-sm769-n3,
  .mx-sm769-n3 {
    margin-right: -1rem !important; }

  .mb-sm769-n3,
  .my-sm769-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm769-n3,
  .mx-sm769-n3 {
    margin-left: -1rem !important; }

  .m-sm769-n4 {
    margin: -1.5rem !important; }

  .mt-sm769-n4,
  .my-sm769-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm769-n4,
  .mx-sm769-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm769-n4,
  .my-sm769-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm769-n4,
  .mx-sm769-n4 {
    margin-left: -1.5rem !important; }

  .m-sm769-n5 {
    margin: -3rem !important; }

  .mt-sm769-n5,
  .my-sm769-n5 {
    margin-top: -3rem !important; }

  .mr-sm769-n5,
  .mx-sm769-n5 {
    margin-right: -3rem !important; }

  .mb-sm769-n5,
  .my-sm769-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm769-n5,
  .mx-sm769-n5 {
    margin-left: -3rem !important; }

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

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

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

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

  .ml-sm769-auto,
  .mx-sm769-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .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-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 1280px) {
  .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-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !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: 768px) {
  .text-sm-left {
    text-align: left !important; }

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

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

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

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

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

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

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

  .text-lg-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-lighter {
  font-weight: lighter !important; }

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #008fc5 !important; }

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

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

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

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

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

.text-light {
  color: #e3e3e3 !important; }

a.text-light:hover, a.text-light:focus {
  color: #bdbdbd !important; }

.text-dark {
  color: #333333 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important; }

.text-body {
  color: #55565a !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.font-16-12 {
  font-size: 0.75rem !important; }
  @media (min-width: 769px) {
    .font-16-12 {
      font-size: 1rem !important; } }

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

/* Index for Global SCSS
1. start sharebar btn
2. Custom Overlay
3. Animation
4. Carousel
5. Tab
6. Global Paragraph
7. Headings
8. Font Awesome global spacing
9. Tags
10. Image hover Effect  
11. Floating Notification
12. Wishlist
13. Including Tax 
14. Floating Message
15. Offer Price and Shipping charge
====================================================*/
* {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

body {
  line-height: 1.33;
  color: #56565A;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

a {
  color: #007eb0; }
  a:hover, a:focus {
    text-decoration: none;
    color: #002F5F; }
  a:not([href]) {
    color: #007eb0;
    text-decoration: none; }
  a.disabled {
    pointer-events: none;
    cursor: default !important;
    color: #bbbbbb; }
  a:hover img {
    opacity: 0.8; }
  a.with-underline {
    text-decoration: underline; }
  a.gray-text {
    color: #55565a; }
    a.gray-text:hover {
      color: #002F5F; }
  a.dark-blue-text {
    color: #002F5F; }
    a.dark-blue-text:hover {
      color: #007eb0; }

p {
  line-height: 1.5; }

label {
  display: inline-block;
  color: #002F5F;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600; }
  label.gray-text {
    color: #55565a; }

.gray-text {
  color: #55565a; }
  .gray-text a {
    color: #55565a; }
    .gray-text a:hover, .gray-text a:active {
      color: #002F5F; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.page-title {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #002F5F; }
  @media (min-width: 769px) {
    .page-title {
      font-size: 1.75rem; } }

.error-v2 {
  color: #ed174c; }

h1 {
  font-weight: 700; }
  h1.page-title {
    color: #002F5F;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 25px 0; }

.error-input-border {
  border-width: 1px;
  border-style: solid;
  border-color: #ed174c;
  background-color: #fff8f8;
  color: #55565a; }

select.error-input-border {
  background-color: #fff8f8; }

.button-center {
  text-align: center; }
  @media (max-width: 991.98px) {
    .button-center .btn {
      width: 100%; } }
  @media (min-width: 769px) {
    .button-center .btn {
      min-width: 150px; } }

.badge-info-v1, .badge-danger-v1 {
  color: #0075a4;
  font-size: 0.6875rem;
  padding: 6px 4px 5px 5px;
  font-weight: 400; }

.badge-info-v1 {
  border-width: 1px;
  border-style: solid;
  border-color: #0075a4;
  background-color: #e6f2f7; }

.badge-danger-v1 {
  border-width: 1px;
  border-style: solid;
  border-color: #D43900;
  background: rgba(255, 120, 0, 0.2);
  color: #D43900;
  white-space: nowrap; }

.error {
  color: #ed174c; }

.red,
.u-fc-red,
.text-updateProfileForm-red,
.warning,
.histStatus-cancelled {
  color: #ed174c; }

.error-from-sever {
  color: #F02828; }

.error-v3 {
  color: #e11e45; }

.green {
  color: #20893d; }

.small-text {
  font-size: 0.75rem; }

.product-list-page-title {
  color: #002F5F;
  display: block;
  font-weight: 700; }

h1.product-list-page-title {
  margin-bottom: 20px;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    h1.product-list-page-title {
      margin-bottom: 40px;
      font-size: 1.75rem; } }

/* start sharebar btn */
.shareIcons {
  display: inline-block;
  color: #007eb0;
  border-width: 1px;
  border-style: solid;
  border-color: #007eb0;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 6px 10px 4px 10px;
  font-weight: 400;
  margin-bottom: 5px; }
  .shareIcons .btn-primary:hover, .shareIcons .btn-primary:focus {
    color: #002F5F; }
  .shareIcons.redBtn {
    border-color: #e11e45;
    color: #e11e45; }
    .shareIcons.redBtn:hover {
      color: #e11e45; }

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'AmwayIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Utility helper classes */
.u-mb-10 {
  margin-bottom: 10px !important; }

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

.u-mb-15-16 {
  margin-bottom: 16px !important; }
  @media (max-width: 768.98px) {
    .u-mb-15-16 {
      margin-bottom: 15px !important; } }

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

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

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

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

.u-mb-60 {
  margin-bottom: 60px; }

.u-mt-5 {
  margin-top: 5px; }

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

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

.u-mt-15 {
  margin-top: 15px; }

.u-mt-25 {
  margin-top: 25px; }

.u-mt-40 {
  margin-top: 40px; }

.u-mr-30 {
  margin-right: 30px; }

.pall5 {
  padding: 0 5px; }

.u-pt-40 {
  padding-top: 40px; }

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

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

.w-60 {
  width: 60%; }

@media (max-width: 768.98px) {
  .w-m-100 {
    width: 100%; } }

/* Utility helper classes */
/* end sharebar btn */
/* Custom Overlay */
.customOverlay,
.successfully-message,
.customOverlayAlert {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1050;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none; }
  .customOverlay p,
  .successfully-message p,
  .customOverlayAlert p {
    background: rgba(0, 0, 0, 0.7);
    margin: 0px;
    padding: 7px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 34px;
    text-align: center;
    transform: translate(-50%, -20px);
    font-size: 0.875rem;
    font-weight: 700; }
    .customOverlay p i,
    .successfully-message p i,
    .customOverlayAlert p i {
      color: #20893d; }

/* End Custom Overlay */
/* Animation */
@-webkit-keyframes bounce {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px); } }
@keyframes bounce {
  0%,
  50%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
.bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* End Animation */
/* Carousel */
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:hover {
    border: none;
    outline: none; }
  .owl-carousel .owl-nav button span {
    font-size: 45px;
    color: #333333; }
  .owl-carousel .owl-nav button.owl-next {
    right: -15px; }
  .owl-carousel .owl-nav button.owl-prev {
    left: -15px; }
  .owl-carousel .owl-nav button:disabled, .owl-carousel .owl-nav button.disabled {
    display: none; }

/* Tab */
.custom-tab .nav-tabs {
  border-bottom: 1px solid #dadada; }
  .custom-tab .nav-tabs .nav-link {
    padding: 10px 10px 7px 10px;
    font-weight: 400;
    border-radius: 0;
    font-size: 0.875rem;
    border: 1px solid #dadada;
    border-right: none;
    background: #f4f4f4;
    color: #55565a;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .custom-tab .nav-tabs .nav-link {
        padding: 16px 26px;
        font-size: 1rem;
        text-align: left; } }
    .custom-tab .nav-tabs .nav-link:last-child {
      border-right: 1px solid #dadada; }
    .custom-tab .nav-tabs .nav-link:hover {
      color: #002F5F; }
    .custom-tab .nav-tabs .nav-link.active {
      background: #fff;
      border-bottom: transparent;
      color: #002F5F; }
      .custom-tab .nav-tabs .nav-link.active::before {
        border-top: 4px solid #008fc5;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        content: ''; }
.custom-tab .tab-content {
  margin-top: 20px; }

p {
  margin-bottom: 10px;
  line-height: 1.5; }

h3 {
  font-size: 1.125rem;
  position: relative;
  margin: 15px 0;
  font-weight: 600; }

.fa,
.fas,
.far {
  margin-right: 5px; }

/* Tags */
.all-tags {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .all-tags {
      position: absolute; } }
  .all-tags .plp-item-label {
    height: 25px;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 4px 0;
    font-size: 0.625rem;
    line-height: 1.6;
    z-index: 9;
    top: 0;
    overflow: hidden;
    width: 50%;
    float: left;
    background-color: #0075a4; }
    @media (min-width: 992px) {
      .all-tags .plp-item-label {
        height: 30px;
        line-height: 2.2; } }
    .all-tags .plp-item-label .right-white-triangle {
      width: 0;
      height: 0;
      border-left: 18px solid transparent;
      border-right: 18px solid transparent;
      border-bottom: 36px solid #fff;
      position: absolute;
      top: 0;
      right: -18px; }
    .all-tags .plp-item-label.installation {
      background-color: #e11e45; }
    .all-tags .plp-item-label.new-product {
      background-color: #fff;
      color: #002F5F;
      text-align: center; }
    .all-tags .plp-item-label.has-installation .right-white-triangle {
      border-bottom-color: #e11e45; }
    .all-tags .plp-item-label.new-product {
      background: none;
      text-align: center;
      padding-left: 0px;
      color: #fff; }
      @media (min-width: 992px) {
        .all-tags .plp-item-label.new-product {
          padding-left: 15px; } }

/* Image hover Effect */
.amwayhover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .amwayhover img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/* 11. Floating Notification */
.floating-notification {
  padding: 0px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  background: #fff;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada; }
  .floating-notification .container {
    padding: 0 12px; }

.hide-notification {
  height: 0;
  opacity: 0; }

#shopping-cart .floating-notification {
  display: block; }

.border-box {
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  padding: 10px;
  margin-bottom: 5px; }

.purchasing-t-a {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 2;
  background: #fcf8e3;
  font-size: 0.8125rem;
  padding: 5px 5px 5px 8px;
  border-radius: 4px; }
  .purchasing-t-a p {
    margin: 8px 0 0 5px; }
  .purchasing-t-a .fas {
    margin-right: 2px;
    font-size: 1.125rem;
    position: relative;
    top: 2px; }
  .purchasing-t-a .btn {
    margin: 0;
    height: 40px;
    line-height: 1; }

.floating-alert {
  position: fixed;
  top: 150px;
  width: 100%;
  left: 0;
  z-index: 9;
  text-align: center;
  display: none; }

.lightBlue {
  color: #0075a4; }

/* 12. Wishlist */
.cart-detail__dropdown-menu {
  width: 101.5% !important;
  border-radius: 0;
  left: -2px;
  top: 30px;
  box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.1); }
  .cart-detail__dropdown-menu ul {
    padding: 5px 10px; }
    .cart-detail__dropdown-menu ul li {
      padding: 10px 5px; }
      .cart-detail__dropdown-menu ul li label {
        font-weight: 700; }
  .cart-detail__dropdown-menu .dropdown-menu-bottom {
    border-top: 1px solid #dadada;
    padding: 10px 10px 0px 10px; }
    .cart-detail__dropdown-menu .dropdown-menu-bottom .btn {
      float: left;
      margin: 0; }
    .cart-detail__dropdown-menu .dropdown-menu-bottom a {
      display: inline-block;
      padding: 10px 0 10px 10px; }

.mrow {
  margin: 0; }
  @media (min-width: 768px) {
    .mrow {
      margin-left: -15px;
      margin-right: -15px; } }

.font14 {
  font-size: 0.875rem !important; }

.font12 {
  font-size: 0.75rem !important; }

.btn-border {
  border-width: 2px;
  border-style: solid;
  border-color: #002F5F; }

.error {
  display: none; }

.shipping-delivery-dash {
  display: inline-block;
  width: 10px;
  height: 2px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 19px 7px;
  vertical-align: top; }

/* 13. Including Tax */
.includingTax {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.85;
  width: 160%;
  float: right;
  padding-top: 5px; }
  .includingTax .block {
    display: block; }
  .includingTax span span {
    display: inline-block;
    min-width: 60px; }

/* 14. Floating Message */
.js-floating-msg {
  display: none; }

.floating-msg {
  border-width: 1px;
  border-style: solid;
  border-color: #002F5F;
  border-radius: 5px;
  padding: 7px 10px;
  color: #002F5F;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px; }
  .floating-msg strong {
    font-family: Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .floating-msg {
      max-width: 300px;
      width: auto; } }
  @media (max-width: 768.98px) {
    .floating-msg.floating-msg-v2 {
      max-width: 300px; } }
  .floating-msg .fa-times {
    float: right;
    position: relative;
    right: -8px;
    top: -5px;
    color: #999999;
    -webkit-text-stroke: 0.5px #fbefb3; }
  .floating-msg .fa-bell {
    transform: rotate(45deg); }

.floating-msg-v2 {
  border-color: #dadada;
  padding: 10px;
  background: rgba(250, 236, 166, 0.85);
  position: fixed;
  left: 50%;
  top: 180px;
  transform: translate(-50%, -50%);
  z-index: 9; }

.shopping-cart-total .new-cart-voucher {
  line-height: 1.5; }

/* 15. Offer Price and Shipping charge */
@media (max-width: 768.98px) {
  .offer-price {
    margin-left: 105px;
    display: block; } }
.shipping-charge {
  margin-bottom: 15px; }

.shipping-charge,
.price-offer {
  font-size: 0.875rem; }

.sharebar-applied {
  line-height: 1.5;
  word-break: break-all; }
  .sharebar-applied p {
    font-size: 0.875rem; }
  .sharebar-applied small {
    display: block; }

.dislnone {
  display: none; }

.width140 {
  width: 140px; }
  @media (max-width: 768.98px) {
    .width140 {
      width: 120px; } }

.slash {
  color: #dadada;
  line-height: 2.6;
  padding: 0 15px; }

.slash-v2 {
  color: #bbbbbb;
  padding: 0 10px; }

[v-cloak] {
  display: none; }

#pleaseConfirm .modal-body p,
.pleaseConfirm .modal-body p {
  line-height: 20px;
  font-size: 0.9375rem; }
#pleaseConfirm .btn,
.pleaseConfirm .btn {
  min-width: 200px; }

#NLICouponCode .modal-dialog .fa-check {
  font-size: 3rem;
  -webkit-text-stroke: 4px white; }
#NLICouponCode .modal-dialog .btn {
  min-width: 40%;
  width: 40%; }

#overlay-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.6); }
  #overlay-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block; }

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

@media (max-width: 768.98px) {
  .global-alerts {
    padding: 0px; } }
.global-alerts .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  @media (max-width: 768.98px) {
    .global-alerts .alert-danger {
      padding: 10px; } }
  .global-alerts .alert-danger .close {
    position: relative;
    top: 0px;
    right: 15px;
    color: inherit;
    font-size: 1.5625rem;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #002F5F;
    opacity: 9;
    float: left; }
    @media (max-width: 768.98px) {
      .global-alerts .alert-danger .close {
        right: 0px;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        font-size: 1.25rem; } }
    .global-alerts .alert-danger .close:hover {
      opacity: 9;
      background: #002F5F;
      color: #e11e45;
      text-shadow: none; }
  .global-alerts .alert-danger .alert-txt {
    display: inline-block;
    margin-top: 7px; }
    @media (max-width: 768.98px) {
      .global-alerts .alert-danger .alert-txt {
        margin-top: 4px;
        width: 82%; } }

.btn.link:hover, .btn.link:focus {
  border: 2px solid transparent;
  color: #002F5F; }
.btn.link:disabled, .btn.link.disabled {
  color: #002F5F;
  background: none;
  border-color: transparent; }
.btn.link2 {
  color: #002F5F; }
  .btn.link2:hover, .btn.link2:focus {
    border: 2px solid transparent;
    color: #002F5F; }

.block {
  display: block; }

#smarteditoverlay {
  z-index: 999 !important; }

.modal-v2 .modal-dialog {
  top: 12%; }
  @media (min-width: 768px) {
    .modal-v2 .modal-dialog {
      top: 25%; } }

#referral-link-expire.modal-v2 .modal-dialog {
  top: 12%; }
  @media (min-width: 768px) {
    #referral-link-expire.modal-v2 .modal-dialog {
      top: 25%; } }

@media (max-width: 768.98px) {
  #sop-modal-set-question .btn {
    width: auto; } }

.blue-color {
  color: #002F5F; }

.error-page-content {
  padding: 25px 0; }
  @media (min-width: 768px) {
    .error-page-content {
      padding: 75px 0; } }
  .error-page-content h3 {
    font-size: 1.5625rem; }
    @media (min-width: 768px) {
      .error-page-content h3 {
        font-size: 2.25rem; } }
  .error-page-content .txt {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 30px; }

@media (min-width: 992px) and (max-width: 1279.98px) {
  .container {
    max-width: 100%; } }

.dark-blue {
  color: #002F5F; }

.hidden {
  display: none; }

.btn-auto .btn {
  min-width: 135px; }
  @media (max-width: 1279.98px) {
    .btn-auto .btn {
      width: auto; } }

.alert .close:focus {
  border: none;
  outline: none; }

.pc-mob-banner {
  text-align: center;
  padding-bottom: 25px; }
  .pc-mob-banner a {
    display: inline-block;
    max-width: 540px; }
  .pc-mob-banner img {
    display: none; }
    .pc-mob-banner img + img {
      display: inline-block; }
    @media (min-width: 768px) {
      .pc-mob-banner img {
        display: inline-block; }
        .pc-mob-banner img + img {
          display: none; } }

#proxy-order .custom-control-label {
  font-weight: 400;
  line-height: 1.3; }
#proxy-order .btn {
  min-width: 130px; }

.errorMsg {
  color: #e11e45;
  line-height: 20px; }

.paragraphs p {
  text-indent: -20px;
  padding-left: 20px;
  font-size: 0.875rem;
  margin-bottom: 5px; }

.badge-secondary {
  background: #999999;
  color: #f5f3ed;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 8px 15px 7px 15px; }

.white-box {
  border: 2px solid #e3e3e3;
  padding: 15px 20px 5px 20px; }
  @media (min-width: 768px) {
    .white-box {
      display: inline-block; } }
  .white-box .custom-radio .custom-control-label {
    line-height: normal;
    font-size: 0.875rem;
    line-height: normal; }
    @media (max-width: 768.98px) {
      .white-box .custom-radio .custom-control-label::before {
        top: 2px; } }
  @media (max-width: 768.98px) {
    .white-box .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
      top: 6px; } }
  .white-box .custom-checkbox .custom-control-label {
    line-height: normal;
    color: #55565a;
    font-size: 0.875rem; }

.accordionBody.checkout-space .btn {
  margin-top: 0px;
  top: 0; }
  @media (max-width: 768.98px) {
    .accordionBody.checkout-space .btn {
      margin-top: 5px; } }

.warning-text.redborder {
  border: 1px solid #e11e45;
  padding: 15px 15px 5px 15px; }

.text-index-para {
  padding-left: 15px;
  text-indent: -15px; }

.dd-divider {
  padding: 0px 5px;
  font-size: 1.5625rem;
  color: #bbbbbb;
  line-height: 1.8;
  height: 45px; }

.btn-download {
  border: 2px solid #008fc5;
  color: #008fc5; }

.account-section-header-text {
  min-height: 45px; }
  .account-section-header-text .btn-download {
    position: relative;
    top: -15px; }
    @media (max-width: 768.98px) {
      .account-section-header-text .btn-download {
        width: auto; } }

.radio-error.custom-control label::before,
.checkbox-error.custom-control label::before {
  border-color: #e11e45; }

p.indent-1 {
  padding-left: 1em;
  text-indent: -1em; }

.new-cart-actions .btn {
  min-width: 150px; }

.font-25 {
  font-size: 25px; }

.no-nav-arrow .owl-carousel .owl-nav {
  display: none; }

#addToQucikCart label {
  font-size: 1rem;
  font-weight: 700;
  color: #002F5F; }
#addToQucikCart p {
  font-size: 0.875rem; }

.blue-btn-border {
  border-color: #0474A5;
  color: #0474A5; }

.order-starus-label {
  display: block;
  white-space: nowrap;
  font-weight: 400; }
  .order-starus-label .fa-external-link-alt {
    font-size: 0.75rem;
    margin-right: 0; }

@media (max-width: 767.98px) {
  .ballons-p {
    margin-bottom: 0; } }

.ballons {
  color: #856404;
  font-size: 0.8125rem;
  background: #fdf3d1;
  border: 1px solid #FFEEBA;
  padding: 8px 10px 8px 10px;
  display: none;
  position: relative;
  border-radius: 5px;
  top: 2px; }
  @media (max-width: 767.98px) {
    .ballons {
      float: right;
      top: -8px; } }
  .ballons:after, .ballons:before {
    top: 100%;
    left: 22px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ballons:after {
    border-color: rgba(255, 243, 205, 0);
    border-top-color: #fdf3d1;
    border-width: 5px;
    margin-left: -5px; }
  .ballons:before {
    border-color: rgba(255, 243, 205, 0);
    border-top-color: #FFEEBA;
    border-width: 8px;
    margin-left: -8px; }
  .ballons.ballon-show {
    display: inline-block; }

input.apartment-name, input.selected-address {
  border: 1px solid #2361C5 !important;
  outline: none !important; }
  input.apartment-name:disabled, input.selected-address:disabled {
    border: 1px solid #DFDFDF !important; }
  input.apartment-name[readonly], input.apartment-name.correct-address, input.selected-address[readonly], input.selected-address.correct-address {
    border: 1px solid #DFDFDF !important;
    background: #fff; }
  input.apartment-name.has-error, input.selected-address.has-error {
    border: 1px solid #e11e45 !important; }

input[type="text"].selected::first-line {
  background-color: #DAECFC; }

#no-address:disabled ~ .custom-control-label {
  color: #55565a; }

.check-is-required {
  display: none; }

.message-center-list .custom-control-label:hover {
  cursor: pointer; }

.font16 {
  font-size: 1rem; }

.yellow-floating-msg {
  background: #fff6dc;
  padding: 10px 0;
  font-size: 14px;
  line-height: 0.93;
  margin-top: -13px;
  border: none;
  z-index: 9;
  position: relative; }
  @media (min-width: 992px) {
    .yellow-floating-msg {
      margin-top: -5px; } }
  .yellow-floating-msg a {
    color: #55565a;
    text-decoration: underline; }
    .yellow-floating-msg a:hover, .yellow-floating-msg a:focus {
      color: #0db3a9;
      text-decoration: none; }
  .yellow-floating-msg i.fa-info-circle {
    font-size: 1rem; }
  .yellow-floating-msg.with-checkout {
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .yellow-floating-msg.with-checkout {
        margin-bottom: 40px; } }

.ag-red-darker, .dark-red {
  color: #ed174c; }

.mclink {
  float: right;
  position: relative;
  top: 4px;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .mclink {
      font-size: 0.875rem; } }

.font-12 {
  font-size: 0.75rem !important; }

.font-15 {
  font-size: 0.9375rem; }

.alert.custom-alert-warning {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  border: none; }
  @media (max-width: 768.98px) {
    .alert.custom-alert-warning {
      margin-bottom: 20px; } }
  .alert.custom-alert-warning a {
    padding: 5px 15px;
    background: #FFFCE9;
    border: 1px solid #F7EEB2;
    margin-bottom: 20px; }
  .alert.custom-alert-warning .img-sm {
    display: none; }
    @media (max-width: 767.98px) {
      .alert.custom-alert-warning .img-sm {
        display: block; } }
  .alert.custom-alert-warning .img-desk {
    display: block; }
    @media (max-width: 767.98px) {
      .alert.custom-alert-warning .img-desk {
        display: none; } }

.label-56565a {
  color: #55565a; }

.custom-tooltip {
  display: inline-block;
  position: relative;
  color: #0db3a9; }
  .custom-tooltip .tooltip-content {
    position: absolute;
    background: #56565AD9;
    left: -70px;
    top: 32px;
    color: #fff;
    width: 250px;
    z-index: 9;
    font-size: 0.75rem;
    border-radius: 5px;
    font-weight: normal;
    display: none;
    line-height: 1.5;
    padding: 10px 15px 10px 15px;
    text-align: left; }
    @media (max-width: 768.98px) {
      .custom-tooltip .tooltip-content {
        padding: 10px 15px;
        top: 30px; } }
    .custom-tooltip .tooltip-content::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 78px;
      margin-left: -10px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #56565AD9 transparent; }
    .custom-tooltip .tooltip-content a {
      margin-top: 10px;
      display: block;
      font-size: 0.75rem; }
      .custom-tooltip .tooltip-content a u {
        color: #FFD54A; }
  .custom-tooltip.custom-tooltip-bottom-small .tooltip-content {
    width: 168px;
    right: -1px !important;
    top: 36px !important;
    padding: 10px; }
    .custom-tooltip.custom-tooltip-bottom-small .tooltip-content::after {
      left: 145px; }
      @media (max-width: 768.98px) {
        .custom-tooltip.custom-tooltip-bottom-small .tooltip-content::after {
          left: 118px; } }
  .custom-tooltip.custom-tooltip-v4 .tooltip-content {
    width: 282px;
    left: -135px; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-v4 .tooltip-content {
        width: 260px;
        left: -110px; } }
    .custom-tooltip.custom-tooltip-v4 .tooltip-content::after {
      left: 145px; }
      @media (max-width: 768.98px) {
        .custom-tooltip.custom-tooltip-v4 .tooltip-content::after {
          left: 118px; } }
  .custom-tooltip.custom-tooltip-top .tooltip-content {
    width: 190px;
    left: auto;
    right: -35px;
    top: -70px; }
    .custom-tooltip.custom-tooltip-top .tooltip-content::after {
      border-color: #56565AD9 transparent transparent transparent;
      left: 147px;
      bottom: -20px;
      height: 20px; }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-bottom .tooltip-content {
    top: inherit;
    bottom: 32px; }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2 .tooltip-content {
    width: 100px;
    left: 0px;
    right: auto;
    top: -68px; }
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2 .tooltip-content::after {
      left: 30px;
      bottom: -14px; }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v3 .tooltip-content {
    width: 160px;
    left: -23px;
    right: auto;
    top: -86px;
    font-size: 0.75rem; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v3 .tooltip-content {
        left: -24px; } }
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v3 .tooltip-content::after {
      left: 32px;
      bottom: -20px;
      height: 20px; }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v3.have-three-line .tooltip-content {
    top: auto;
    left: -24px;
    bottom: 35px; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v3.have-three-line .tooltip-content {
        bottom: 30px; } }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v5 .tooltip-content {
    width: 282px;
    left: -79px;
    right: auto;
    top: -69px; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v5 .tooltip-content {
        left: -80px; } }
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v5 .tooltip-content::after {
      left: 88px;
      bottom: -20px;
      margin-left: -10px;
      border-width: 10px;
      height: 20px; }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v6 .tooltip-content {
    width: 282px;
    left: -20px;
    right: auto;
    top: inherit;
    bottom: 35px; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v6 .tooltip-content {
        left: -100px;
        width: 305px; } }
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v6 .tooltip-content::after {
      left: 29px;
      bottom: -20px;
      margin-left: -10px;
      border-width: 10px;
      height: 20px; }
      @media (max-width: 768.98px) {
        .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v6 .tooltip-content::after {
          left: 108px; } }
  @media (max-width: 768.98px) {
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v2.custom-tooltip-top-v6.custom-tooltip-top-v6-v2 .tooltip-content {
      width: 275px; } }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v7 .tooltip-content {
    right: -30px;
    top: -65px;
    width: 201px;
    text-align: left; }
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v7 .tooltip-content::after {
      left: 166px; }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v9 .tooltip-content {
    width: 114px !important;
    left: -23px;
    right: auto;
    top: inherit;
    bottom: 33px;
    font-size: 0.75rem; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v9 .tooltip-content {
        left: -24px;
        bottom: 30px; } }
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v9 .tooltip-content::after {
      left: 32px;
      bottom: -20px;
      height: 20px; }
  .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v8 .tooltip-content {
    right: -48px;
    top: inherit;
    bottom: 35px;
    width: 305px; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v8 .tooltip-content {
        right: -50px;
        bottom: 30px; } }
    .custom-tooltip.custom-tooltip-top.custom-tooltip-top-v8 .tooltip-content::after {
      left: auto;
      right: 53px; }
  .custom-tooltip.show-tooltip .tooltip-content {
    display: block; }
  .custom-tooltip.custom-tooltip-v2 .tooltip-content {
    width: 265px;
    left: auto;
    right: -27px;
    line-height: 1.5; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-v2 .tooltip-content {
        width: 185px;
        right: -29px; } }
    .custom-tooltip.custom-tooltip-v2 .tooltip-content::after {
      left: auto;
      right: 30px; }
  .custom-tooltip.custom-tooltip-v2.custom-tooltip-v2-v2 .tooltip-content {
    right: -31px;
    width: 186px; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-v2.custom-tooltip-v2-v2 .tooltip-content {
        right: -33px; } }
  @media (max-width: 768.98px) {
    .custom-tooltip.custom-tooltip-v2.custom-tooltip-v3 {
      margin-right: 15px; } }
  .custom-tooltip.custom-tooltip-v5 .tooltip-content {
    width: 210px;
    right: auto;
    left: -25px;
    line-height: 1.5; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-v5 .tooltip-content {
        width: 193px; } }
    .custom-tooltip.custom-tooltip-v5 .tooltip-content::after {
      right: auto;
      left: 34px; }
      @media (max-width: 768.98px) {
        .custom-tooltip.custom-tooltip-v5 .tooltip-content::after {
          left: 33px; } }
  .custom-tooltip.custom-tooltip-v6 .tooltip-content {
    width: 293px;
    right: auto;
    left: -25px;
    line-height: 1.5; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-v6 .tooltip-content {
        left: -111px;
        top: 28px; } }
    .custom-tooltip.custom-tooltip-v6 .tooltip-content::after {
      right: auto;
      left: 34px; }
      @media (max-width: 768.98px) {
        .custom-tooltip.custom-tooltip-v6 .tooltip-content::after {
          left: 119px; } }
  @media (max-width: 768.98px) {
    .custom-tooltip.custom-tooltip-v6.custom-tooltip-v6-v2 .tooltip-content {
      width: 185px;
      left: auto;
      right: -30px;
      line-height: 1.5;
      top: 30px; }
      .custom-tooltip.custom-tooltip-v6.custom-tooltip-v6-v2 .tooltip-content::after {
        left: auto;
        right: 28px; } }
  .custom-tooltip.custom-tooltip-v7 .tooltip-content {
    width: 186px;
    left: auto;
    right: -30px;
    line-height: 1.5; }
    .custom-tooltip.custom-tooltip-v7 .tooltip-content::after {
      left: auto;
      right: 28px; }
  .custom-tooltip.custom-tooltip-v7.custom-tooltip-v7-v2 .tooltip-content {
    width: 292px;
    right: -52px;
    top: 34px; }
    @media (max-width: 768.98px) {
      .custom-tooltip.custom-tooltip-v7.custom-tooltip-v7-v2 .tooltip-content {
        width: 311px;
        right: -75px;
        top: 33px; } }
    .custom-tooltip.custom-tooltip-v7.custom-tooltip-v7-v2 .tooltip-content::after {
      right: 50px; }
      @media (max-width: 768.98px) {
        .custom-tooltip.custom-tooltip-v7.custom-tooltip-v7-v2 .tooltip-content::after {
          right: 73px; } }

.graybg {
  background: #BBBBBB4D !important; }

.badge.badge-new-bn {
  border: 1px solid #F02828;
  color: #F02828;
  background: #ffffff;
  font-size: 12px;
  height: 23px;
  padding: 5px 8px 4px 8px;
  font-weight: normal;
  width: auto;
  display: inline-block;
  position: relative; }
  @media (max-width: 768.98px) {
    .badge.badge-new-bn {
      font-size: 10px;
      height: 17px;
      padding: 2px 5px 2px 5px; } }

.jump-to-wrapper .badge.badge-new-bn {
  font-size: 10px;
  height: 17px;
  padding: 2px 5px 2px 5px;
  float: right;
  margin-top: 22px;
  margin-right: 15px; }

.alert-tiles-bg {
  background: #BBBBBB4D !important; }
  .alert-tiles-bg strong,
  .alert-tiles-bg p {
    color: #757575; }

.tollfreeno span {
  display: block;
  font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .tollfreeno span {
      font-size: 0.75rem; } }
.tollfreeno label {
  font-size: 1.125rem;
  color: #55565a; }
  .tollfreeno label a {
    color: #002F5F; }
  .tollfreeno label .telephone-no {
    font-size: 1.125rem;
    display: inline-block;
    color: #55565a; }
    .tollfreeno label .telephone-no.tele-green {
      color: #0A857D; }
  .tollfreeno label small {
    font-size: 0.625rem; }

#sponsor-abo .toolfreeno {
  border-top: 1px solid #dadada;
  margin-top: 10px;
  padding-top: 15px; }

.grey-area {
  padding: 30px 25px;
  background-color: #f4f4f4;
  margin-bottom: 20px; }
  .grey-area ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    text-indent: -1.3rem;
    padding-left: 1rem; }
    .grey-area ul li:last-child {
      margin-bottom: 0; }

.mb-100-img {
  width: 320px; }

.green-box {
  background: #F0F8F8;
  border: 1px solid #b4dcdc;
  padding: 36px;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (max-width: 767.98px) {
    .green-box {
      margin-bottom: 15px;
      padding: 25px 25px 20px 25px; } }
  .green-box .btn {
    max-width: 316px;
    min-width: 316px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .green-box .btn {
        min-width: auto; } }

@media only screen and (min-width: 992px) {
  .custom-register {
    padding-top: 70px; } }
.stopScroll,
.stopScroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%; }

.green-box-v2 {
  background: #F0F8F8;
  border: 1px solid #b4dcdc;
  padding: 25px 30px;
  border-radius: 1px; }
  @media (max-width: 768.98px) {
    .green-box-v2 {
      padding: 25px 20px; } }
  .green-box-v2 h5 {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #ed174c;
    font-weight: 700; }
  .green-box-v2 p {
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 768.98px) {
      .green-box-v2 p {
        margin-bottom: 15px; } }
    .green-box-v2 p:last-child {
      margin-bottom: 0; }
  .green-box-v2.green-box-v3 {
    padding: 24px 29px; }
    @media (max-width: 768.98px) {
      .green-box-v2.green-box-v3 {
        padding: 24px 19px; } }
    @media (max-width: 768.98px) {
      .green-box-v2.green-box-v3 h5 {
        margin-bottom: 20px; } }
    .green-box-v2.green-box-v3 p {
      margin-bottom: 20px;
      font-weight: 700;
      line-height: 1.5; }
      .green-box-v2.green-box-v3 p:last-child {
        margin-bottom: 0; }
      @media (max-width: 768.98px) {
        .green-box-v2.green-box-v3 p {
          margin-bottom: 15px;
          line-height: 1.5; } }

.solid-list-heading {
  display: block;
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px; }
  .solid-list-heading.red-bg {
    background: #fff8f8; }
  @media (max-width: 768.98px) {
    .solid-list-heading {
      padding: 20px;
      margin-bottom: 20px;
      margin-top: 20px; } }
  .solid-list-heading label {
    margin-bottom: 15px; }
  .solid-list-heading p {
    margin-bottom: 30px; }
    .solid-list-heading p:last-child {
      margin-bottom: 0; }

.indent-list {
  padding-bottom: 1px; }
  .indent-list li {
    margin-bottom: 15px;
    padding-left: 10px;
    text-indent: -10px; }
    .indent-list li:last-child {
      margin-bottom: 10px; }

.ellipses-txt {
  overflow: hidden;
  height: 43px;
  position: relative; }
  @media (max-width: 768.98px) {
    .ellipses-txt {
      height: 55px; } }
  .ellipses-txt .js-review-text-more {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #f4f4f4;
    padding-left: 25px; }
    @media (max-width: 768.98px) {
      .ellipses-txt .js-review-text-more {
        bottom: -1px; } }
    .ellipses-txt .js-review-text-more span {
      color: #0A857D !important;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .ellipses-txt .js-review-text-more.pos-static {
        position: static;
        padding-left: 0; } }
  .ellipses-txt.ellipses-txt-v2 {
    height: 80px; }
    .ellipses-txt.ellipses-txt-v2 .js-review-text-more {
      bottom: 4px; }
      @media (max-width: 768.98px) {
        .ellipses-txt.ellipses-txt-v2 .js-review-text-more {
          bottom: -4px; } }
    @media (max-width: 768.98px) {
      .ellipses-txt.ellipses-txt-v2 {
        height: 70px; } }

.text-indent-2 {
  text-indent: -15px;
  padding-left: 15px; }
  .text-indent-2 p,
  .text-indent-2 li {
    line-height: 1.7; }
  @media (max-width: 768.98px) {
    .text-indent-2 {
      text-indent: -12px; } }
  .text-indent-2 ol {
    padding-top: 20px; }
    .text-indent-2 ol li {
      margin-bottom: 20px; }
      .text-indent-2 ol li:last-child {
        margin-bottom: 0; }
  @media (max-width: 768.98px) {
    .text-indent-2.text-indent-2-v2 {
      text-indent: -15px; } }

.ag-green-link {
  color: #0A857D;
  text-decoration: underline;
  font-weight: normal !important; }
  .ag-green-link:hover, .ag-green-link:focus {
    border: 2px solid #fff;
    color: #0A857D; }

.acc-pc-container {
  padding-top: 20px !important; }
  @media (max-width: 768.98px) {
    .acc-pc-container {
      padding-top: 0px !important; } }
  @media (max-width: 768.98px) {
    .acc-pc-container h3 {
      font-size: 0.875rem; } }

.acc-pc-container-complete .product-ref {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto; }
.acc-pc-container-complete h2 {
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: 700; }
  @media (min-width: 769px) {
    .acc-pc-container-complete h2 {
      text-align: center;
      margin-bottom: 25px;
      font-size: 1.875rem; } }
@media (min-width: 769px) {
  .acc-pc-container-complete p {
    text-align: center;
    margin-bottom: 30px; } }

.product-ref.product-ref-v2 {
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  border: 1px solid #dadada;
  margin-bottom: 60px;
  padding: 30px; }
  @media (max-width: 768.98px) {
    .product-ref.product-ref-v2 {
      padding: 20px;
      margin-bottom: 30px;
      margin-top: 30px; } }
  .product-ref.product-ref-v2 hr {
    border-color: #dadada; }
  .product-ref.product-ref-v2 .custom-radio {
    margin-bottom: 20px; }
  .product-ref.product-ref-v2 label {
    margin: 0; }
  .product-ref.product-ref-v2 hr {
    margin: 26px 0; }
    @media (max-width: 768.98px) {
      .product-ref.product-ref-v2 hr {
        margin: 15px 0; } }

.btn-width {
  min-width: 282px !important; }
  @media (max-width: 768.98px) {
    .btn-width {
      min-width: 295px !important;
      max-width: 295px !important; } }

@media (max-width: 767.98px) {
  .spn-info .modal-title {
    font-size: 0.875rem; } }
@media (max-width: 767.98px) {
  .spn-info .modal-header .close {
    padding: 5px 20px 10px; } }
.spn-info .close i {
  font-size: 1.5rem; }
.spn-info .modal-footer {
  justify-content: center; }
  .spn-info .modal-footer .btn {
    min-width: 200px; }
    @media (max-width: 767.98px) {
      .spn-info .modal-footer .btn {
        width: 100%; } }
@media (max-width: 767.98px) {
  .spn-info p,
  .spn-info input,
  .spn-info label {
    font-size: 0.875rem; } }

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

.font14-mob {
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .font14-mob {
      font-size: 0.875rem; } }

.border-till-text {
  border-top: 1px solid #495057;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 15px; }

.text-indent-3 {
  text-indent: -20px;
  padding-left: 20px; }

@media (max-width: 768.98px) {
  .font-14-mob {
    font-size: 0.875rem; } }

.text-link-v2 {
  color: #0D75A4 !important; }

.text-link-v3 {
  color: #0D75A4 !important; }
  .text-link-v3:hover {
    color: #55565a !important; }
  @media (max-width: 991.98px) {
    .text-link-v3:hover {
      color: #0D75A4 !important; } }

.btn-link-v3 {
  color: #0D75A4 !important; }
  .btn-link-v3:hover {
    color: #002F5F !important; }
  @media (max-width: 991.98px) {
    .btn-link-v3:hover {
      color: #0D75A4 !important; } }

.break-text-mob {
  display: none; }
  @media (max-width: 767.98px) {
    .break-text-mob {
      display: block; } }

.btn-link-v2 {
  color: #0D75A4;
  font-weight: 700;
  font-size: 1rem;
  background: none;
  border: none;
  height: 40px;
  vertical-align: middle;
  padding: 10px 15px; }
  @media (max-width: 768.98px) {
    .btn-link-v2 {
      font-size: 0.875rem; } }
  .btn-link-v2:hover, .btn-link-v2:focus, .btn-link-v2:active, .btn-link-v2:visited {
    border: none;
    outline: none; }

.indent-list.indent-list-v2 li {
  margin-bottom: 20px;
  line-height: 1.5;
  padding-left: 1rem;
  text-indent: -1rem; }

.adjust-modal .modal-header {
  padding: 15px; }
  .adjust-modal .modal-header .modal-title {
    font-weight: bold;
    font-size: 1rem; }
.adjust-modal .modal-body {
  padding: 20px; }
.adjust-modal .modal-footer {
  border-color: #DDDDDD;
  padding: 25px 44px 30px 44px; }

.font-12-mob {
  font-size: 0.875rem !important; }
  @media (max-width: 768.98px) {
    .font-12-mob {
      font-size: 0.75rem !important; } }

@media (max-width: 768.98px) {
  .hide-in-mobile {
    display: none; } }

.font16-v2 {
  font-size: 1rem !important; }

.circle-badge {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  font-weight: 700;
  padding: 6px 15px 5px 15px;
  color: #56565A;
  border-radius: 25px;
  font-size: 0.875rem; }

.text-indent-1 {
  text-indent: -21px;
  padding-left: 20px; }
  @media (max-width: 768.98px) {
    .text-indent-1 {
      font-size: 0.875rem;
      text-indent: -18px; } }

.text-indent-4 {
  text-indent: -21px;
  padding-left: 20px; }
  @media (max-width: 768.98px) {
    .text-indent-4 {
      text-indent: -18px; } }

.primary-color {
  color: #0075a4; }

.indent-3 {
  padding-left: 1em;
  text-indent: -1em; }

.floating-link {
  border-radius: 4px;
  background: #F0F8F8;
  border: 1px solid #b4dcdc;
  position: fixed;
  left: 10px;
  box-shadow: 0px 0px 10px #00000026;
  padding: 10px 15px;
  height: 40px;
  z-index: 3; }
  .floating-link i {
    float: right;
    position: relative;
    top: 2px;
    margin-left: 40px;
    font-size: 1rem; }
  .floating-link a {
    color: #282828;
    display: inline-block;
    line-height: 21px;
    font-weight: 700; }
  .floating-link.homepage-floating-link {
    bottom: calc(env(safe-area-inset-bottom) + 15px); }
  .floating-link.floating-link-top {
    top: 0;
    bottom: inherit;
    z-index: 9999;
    position: fixed;
    left: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dadada; }
    @media (max-width: 991.98px) {
      .floating-link.floating-link-top i {
        top: 0; } }

.adjust-margin {
  margin-bottom: 30px; }
  @media (max-width: 768.98px) {
    .adjust-margin {
      margin-bottom: 20px; } }

body.have-top-floating {
  padding-top: 180px !important; }
  @media (max-width: 991.98px) {
    body.have-top-floating {
      padding-top: 0 !important;
      margin-top: 170px !important; } }
  body.have-top-floating .general-header {
    top: 40px; }
  @media (max-width: 768.98px) {
    body.have-top-floating .header-wrapper .popover {
      top: 100px; } }
  body.have-top-floating .overlay-menu-container {
    top: 173px !important; }
  body.have-top-floating .modal.hamburger-left {
    padding-top: 39px; }

.checkbox-radio-size-15 .custom-control-label {
  font-size: 0.9375rem !important; }

.gray-text-56565A {
  color: #56565A !important; }

.adjust-text-color {
  color: #56565A !important; }

.gray-text-v2 {
  color: #606064; }

.hr-border-color {
  border-color: #dadada; }

.border-margin {
  margin: 15px 0; }
  @media (max-width: 768.98px) {
    .border-margin {
      margin: 10px 0; } }

@media (max-width: 768.98px) {
  .input-mb-100 {
    min-width: 100% !important;
    max-width: 100% !important; } }

.btn-h-40 {
  height: 40px !important; }

@media (max-width: 768.98px) {
  .button-mb-size {
    min-width: 258px !important;
    width: auto; } }

@media (max-width: 768.98px) {
  .remove-focus {
    background: #002F5F;
    color: #fff !important; }
    .remove-focus:focus, .remove-focus:hover {
      background: #002F5F;
      color: #fff !important; } }

.bottom-spacing {
  margin-bottom: 32px; }

.bottom-spacing-v2 {
  margin-bottom: 40px; }

.bottom-spacing-v3 {
  margin-bottom: 20px; }

.bottom-spacing-v4 {
  margin-bottom: 30px; }

.lh-1 {
  line-height: 1 !important; }

.credit-card-banner {
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .credit-card-banner {
      max-width: 926px; } }
  @media (min-width: 992px) {
    .credit-card-banner {
      margin: 0 auto 30px; } }
  @media (min-width: 1280px) {
    .credit-card-banner {
      text-align: center; } }
  .credit-card-banner.credit-card-banner-pc {
    display: block; }
    @media (max-width: 767.98px) {
      .credit-card-banner.credit-card-banner-pc {
        display: none; } }
  .credit-card-banner.credit-card-banner-sp {
    display: none; }
    @media (max-width: 767.98px) {
      .credit-card-banner.credit-card-banner-sp {
        display: block; } }

@media (max-width: 768.98px) {
  .hide-in-mobile {
    display: none; } }

.hide-in-pc {
  display: none; }
  @media (max-width: 768.98px) {
    .hide-in-pc {
      display: block; } }

.toolfreeno-section {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .toolfreeno-section {
      margin-bottom: 40px; } }
  @media (max-width: 768.98px) {
    .toolfreeno-section {
      padding-left: 20px; } }
  .toolfreeno-section .tollfreeno {
    color: #56565A;
    margin-bottom: 0; }
    .toolfreeno-section .tollfreeno .font-12-mob {
      margin-bottom: 10px;
      line-height: 1; }
    .toolfreeno-section .tollfreeno label {
      display: flex;
      align-items: center;
      line-height: 1.5;
      margin-bottom: 20px;
      color: #56565A; }
      .toolfreeno-section .tollfreeno label .telephone-no {
        color: #56565A;
        font-size: 1.25rem; }
        .toolfreeno-section .tollfreeno label .telephone-no a {
          color: #56565A; }
        @media (max-width: 768.98px) {
          .toolfreeno-section .tollfreeno label .telephone-no {
            font-size: 1rem; } }
        .toolfreeno-section .tollfreeno label .telephone-no.tele-blue {
          color: #55565a; }
          @media (max-width: 768.98px) {
            .toolfreeno-section .tollfreeno label .telephone-no.tele-blue {
              color: #0A857D !important;
              text-decoration: underline; } }
    .toolfreeno-section .tollfreeno label a {
      color: #56565A !important; }

.font-12-10 {
  font-size: 0.625rem !important; }
  @media (min-width: 769px) {
    .font-12-10 {
      font-size: 0.75rem !important; } }

.modal.adjust-modal-v2.new-modal .modal-content .modal-header {
  color: #56565A !important; }
  @media (min-width: 769px) {
    .modal.adjust-modal-v2.new-modal .modal-content .modal-header {
      padding-left: 40px;
      padding-right: 40px; } }
.modal.adjust-modal-v2.new-modal .modal-content .modal-body p {
  line-height: 1.8;
  color: #56565A; }
@media (min-width: 769px) {
  .modal.adjust-modal-v2.new-modal .modal-content .modal-body {
    padding: 40px; } }
@media (max-width: 768.98px) {
  .modal.adjust-modal-v2.new-modal .modal-content .modal-body {
    padding-bottom: 30px; } }
.modal.adjust-modal-v2.new-modal .modal-content .btn {
  padding: 11px 5px !important;
  line-height: 1.2; }
  @media (min-width: 769px) {
    .modal.adjust-modal-v2.new-modal .modal-content .btn {
      padding: 16px 10px !important; } }

.font-16-14 {
  font-size: 0.875rem !important; }
  @media (min-width: 769px) {
    .font-16-14 {
      font-size: 1rem !important; } }

.font-20-16 {
  font-size: 1rem !important; }
  @media (min-width: 769px) {
    .font-20-16 {
      font-size: 1.25rem !important; } }

.font-16 {
  font-size: 1rem !important; }
  @media (min-width: 769px) {
    .font-16 {
      font-size: 1rem !important; } }

.min-width-140 {
  min-width: 140px !important; }

@media (min-width: 769px) {
  .btn-max-252 {
    width: 252px !important; } }

.max-width-320 {
  max-width: 320px !important; }
  @media (min-width: 768px) {
    .max-width-320 {
      width: 320px !important; } }

@media (max-width: 768.98px) {
  .p-lh-15 p,
  .p-lh-15 .server-side-error-out p {
    line-height: 1.5; } }
.p-lh-15 p.indent-1,
.p-lh-15 .server-side-error-out p.indent-1 {
  text-indent: -1em; }

.custom-checkbox.disabled-green-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 179, 169, 0.5);
  border-color: #0db3a9; }

.red-v2 {
  color: #F02828 !important; }

.modal.new-modal.new-modal-hybris .btn {
  font-size: 1rem;
  line-height: 1.2; }
  .modal.new-modal.new-modal-hybris .btn:hover, .modal.new-modal.new-modal-hybris .btn:focus {
    line-height: 1.2; }
  @media (max-width: 768.98px) {
    .modal.new-modal.new-modal-hybris .btn {
      font-size: 0.875rem;
      padding: 11px 5px;
      height: 40px; } }
  .modal.new-modal.new-modal-hybris .btn.ml-0 {
    margin-left: 0 !important; }
.modal.new-modal.new-modal-hybris .btn-primary {
  color: #fff; }
.modal.new-modal.new-modal-hybris .btn-outline-primary {
  color: #56565A; }

.back-to-login-v2 {
  color: #fff !important; }

.cursor-pointer {
  cursor: pointer; }

.p-abo-color,
.p-abo-color p {
  color: #56565A; }

@media (max-width: 768.98px) {
  .btn-lh-13 {
    line-height: 1.3 !important; } }

@media (max-width: 768.98px) {
  .remove-li-border-m {
    border-bottom: none !important;
    padding-bottom: 0 !important; } }

a[href^='tel:'] {
  color: #0075AF; }

.gray-line-box.red-line-box {
  border: 1px solid #e11e45;
  padding: 20px 20px; }
  .gray-line-box.red-line-box h6 {
    color: red !important;
    font-weight: 700;
    font-size: 1rem; }
  .gray-line-box.red-line-box p {
    font-size: 1rem; }
    .gray-line-box.red-line-box p:last-child {
      margin-bottom: 0; }

.btn-margin {
  margin-bottom: 30px !important; }

.card-info-v2 {
  display: block; }
  @media (max-width: 768.98px) {
    .card-info-v2 {
      display: inline;
      padding-left: 5px; } }

@media (max-width: 768.98px) {
  .m-p-lr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.heading-style {
  background-color: #f4f4f4;
  padding: 7px 15px !important;
  width: 100%;
  margin: 0 0 20px 0 !important;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 700;
  color: #002F5F; }

@media (max-width: 768.98px) {
  .btn-left-mob {
    padding-left: 0;
    text-align: left;
    font-weight: 400; } }

.chat-window-btn {
  border: none;
  background: none;
  outline: none !important;
  padding: 0;
  margin: 30px 0px 10px 0;
  width: 178px; }
  @media (max-width: 768.98px) {
    .chat-window-btn {
      display: none; } }
  .chat-window-btn.chat-window-btn-sp {
    display: none; }
    @media (max-width: 768.98px) {
      .chat-window-btn.chat-window-btn-sp {
        display: block;
        width: 142px;
        height: 32px;
        margin: 40px 0px 0px 0; }
        .chat-window-btn.chat-window-btn-sp img {
          height: 32px; } }
  .chat-window-btn + .panel-collapse {
    padding-top: 10px !important; }

@media (max-width: 768.98px) {
  .border-none-sm {
    border-bottom: none !important; } }

.error-margin-v1 {
  margin: -5px 0 20px 0 !important; }

.select-qty {
  display: flex;
  justify-content: center;
  align-items: center; }
  .select-qty .button {
    background: #fff;
    color: #55565a;
    border: 1px solid #0db3a9;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem; }
    .select-qty .button:focus, .select-qty .button:hover {
      border: 1px solid #0db3a9;
      outline: none; }
    .select-qty .button:disabled, .select-qty .button.disabled {
      background: #bbbbbb;
      color: #fff;
      border: 1px solid #bbbbbb;
      cursor: not-allowed; }
    .select-qty .button .fa-trash {
      display: none; }
    .select-qty .button.show-delete-icon .fa-trash, .select-qty .button.show-delete-icon-first .fa-trash {
      display: inline-block;
      font-size: 0.8125rem; }
    .select-qty .button.show-delete-icon .fa-minus, .select-qty .button.show-delete-icon-first .fa-minus {
      display: none; }
  .select-qty input {
    width: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none !important;
    background: none;
    outline: none !important;
    font-size: 0.875rem; }

.abo-badge.badge {
  font-size: 0.625rem;
  border-radius: 2px;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  text-indent: initial; }
  @media (min-width: 769px) {
    .abo-badge.badge {
      font-size: 0.75rem;
      padding: 5px 10px; } }
  .abo-badge.badge.badge-soptarget {
    background-color: #F5FAFF;
    color: #1860A8;
    border: 1px solid #A8C4E1; }

@media (max-width: 768.98px) {
  .max-width-140 {
    max-width: 140px !important; } }

.min-width-140 {
  min-width: 140px; }

.search-button-v2 {
  font-size: 0.875rem !important; }
  @media (max-width: 768.98px) {
    .search-button-v2 {
      margin-top: 5px !important;
      margin-bottom: 5px !important; } }

@media (max-width: 768.98px) {
  .p-text-mob {
    margin-bottom: 15px; } }

.modal-btn-size {
  font-size: 16px !important; }
  @media (max-width: 768.98px) {
    .modal-btn-size {
      font-size: 14px !important; } }

.ag-green {
  color: #0A857D; }

.ag-green-v2 {
  color: #0A857D;
  font-family: "RobotoRegular", ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; }

@media (max-width: 768.98px) {
  .u-mb-15-mob {
    margin-bottom: 15px; } }

.lh-15 {
  line-height: 1.5 !important; }

.lh-21 {
  line-height: 21px !important; }

.lh-16 {
  line-height: 1 !important; }

@media (min-width: 769px) {
  .single-btn-out .lh-pc-16.btn,
  .lh-pc-16 {
    line-height: 1 !important; } }

.lh-24 {
  line-height: 24px; }

.lh-24-25 {
  line-height: 1.5 !important; }
  @media (max-width: 768.98px) {
    .lh-24-25 {
      line-height: 1.8 !important; } }

.lh-28-21 {
  line-height: 1.75 !important; }
  @media (max-width: 768.98px) {
    .lh-28-21 {
      line-height: 1.5 !important; } }

.linkcolor-v2 {
  color: #0D75A4; }

.gray-text-v3 {
  color: #56565A !important; }

.d-flex-v1 {
  display: flex; }

@media (min-width: 769px) {
  .userPreferenceText .u-mb-10 {
    margin-bottom: 13px !important; }
  .userPreferenceText .linkcolor {
    position: relative;
    top: -1px; } }

#cancelPreference {
  border: 0; }
  @media (min-width: 769px) {
    #cancelPreference #cancelPreference:hover {
      border: 2px solid black; } }

@media (max-width: 991.98px) {
  .background-from-sp.disabled, .background-from-sp:disabled {
    background: #bbbbbb !important;
    border-color: #bbbbbb !important; } }
@media (max-width: 991.98px) {
  .background-from-sp {
    background-color: #002F5F !important;
    color: #fff !important; } }

.mt-20-10 {
  margin-top: 20px; }
  @media (max-width: 768.98px) {
    .mt-20-10 {
      margin-top: 10px; } }

.mb-40-30 {
  margin-bottom: 40px; }
  @media (max-width: 768.98px) {
    .mb-40-30 {
      margin-bottom: 30px; } }

@media (min-width: 769px) {
  .ml-5-mob {
    margin-left: 4px; } }

.text-center-pc {
  padding: 0 20px;
  text-align: center; }
  @media (max-width: 768.98px) {
    .text-center-pc p.p {
      display: inline-box;
      display: -webkit-inline-box;
      text-align: left; } }

.container-700 {
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 769px) {
    .container-700 {
      width: 736px; } }

.heading-5 {
  margin-bottom: 20px;
  line-height: 1.5; }
  @media (max-width: 768.98px) {
    .heading-5 {
      font-size: 1rem;
      margin-bottom: 15px; } }

.heading-4 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.25rem; }
  @media (max-width: 768.98px) {
    .heading-4 {
      font-size: 1rem;
      margin-bottom: 20px; } }

.linkcolor-v2 {
  color: #0D75A4; }

.text-indent-text,
.text-indent-number {
  position: relative;
  padding-left: 20px; }
  .text-indent-text .indent-val,
  .text-indent-number .indent-val {
    position: absolute;
    left: 0;
    top: 0; }
  .text-indent-text.text-indent-text-v2,
  .text-indent-number.text-indent-text-v2 {
    padding-left: 15px; }
  .text-indent-text.text-indent-text-v3 .indent-val,
  .text-indent-number.text-indent-text-v3 .indent-val {
    left: -5px; }

.text-indent-number {
  padding-left: 18px; }

.text-indent-with-icon {
  text-indent: -13px;
  padding-left: 26px; }

.product-list-type {
  margin: 0; }
  .product-list-type li {
    display: flex;
    padding-bottom: 30px;
    align-items: center; }
    .product-list-type li:last-child {
      padding-bottom: 10px; }
      @media (max-width: 768.98px) {
        .product-list-type li:last-child {
          padding-bottom: 0px; } }
    @media (max-width: 768.98px) {
      .product-list-type li {
        padding-bottom: 20px;
        align-items: start; } }
    .product-list-type li .product-list-type-img {
      max-width: 121px;
      flex: 0 0 121px; }
      @media (max-width: 768.98px) {
        .product-list-type li .product-list-type-img {
          max-width: 60px;
          flex: 0 0 60px; } }
    .product-list-type li .product-list-type-info {
      max-width: calc(100% - 121px);
      flex: 0 0 calc(100% - 121px);
      padding-left: 20px; }
      @media (min-width: 769px) {
        .product-list-type li .product-list-type-info {
          padding-right: 40px; } }
      @media (max-width: 768.98px) {
        .product-list-type li .product-list-type-info {
          max-width: calc(100% - 60px);
          flex: 0 0 calc(100% - 60px); } }
      .product-list-type li .product-list-type-info b {
        margin-bottom: 15px;
        color: #56565A;
        line-height: 1.5; }
        @media (max-width: 768.98px) {
          .product-list-type li .product-list-type-info b {
            margin-bottom: 10px; } }
      .product-list-type li .product-list-type-info .quantity-pvbv {
        font-size: 0.875rem;
        margin-bottom: 0;
        color: #56565A; }
        @media (max-width: 768.98px) {
          .product-list-type li .product-list-type-info .quantity-pvbv {
            font-size: 0.75rem;
            line-height: 1; } }
        .product-list-type li .product-list-type-info .quantity-pvbv .qty {
          display: block; }
        .product-list-type li .product-list-type-info .quantity-pvbv .pvbv {
          font-size: 0.75rem; }
          @media (max-width: 768.98px) {
            .product-list-type li .product-list-type-info .quantity-pvbv .pvbv {
              font-size: 0.6875rem; } }
        @media (max-width: 768.98px) {
          .product-list-type li .product-list-type-info .quantity-pvbv .pvbv,
          .product-list-type li .product-list-type-info .quantity-pvbv .member {
            display: block;
            margin-top: 10px; } }

.list-layout {
  margin: 0;
  padding: 0px 20px; }
  @media (max-width: 768.98px) {
    .list-layout {
      padding: 0 0 20px 0; } }
  .list-layout li {
    display: flex;
    padding-bottom: 15px; }
    .list-layout li:last-child {
      padding-bottom: 0; }
    .list-layout li .label {
      max-width: 150px;
      flex: 0 0 150px;
      font-weight: 700; }
      @media (max-width: 768.98px) {
        .list-layout li .label {
          max-width: 110px;
          flex: 0 0 110px; } }
    .list-layout li .label-info {
      max-width: calc(100% - 150px);
      flex: 0 0 calc(100% - 150px); }
      @media (max-width: 768.98px) {
        .list-layout li .label-info {
          max-width: calc(100% - 110px);
          flex: 0 0 calc(100% - 110px); } }

.green-arrow {
  text-align: center;
  margin-bottom: 30px; }
  .green-arrow img {
    width: 60px; }
  @media (max-width: 768.98px) {
    .green-arrow {
      margin-bottom: 20px; } }

.pointer {
  cursor: pointer; }

.text-indent-10 {
  text-indent: 10px; }

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

.u-mb-10-16 {
  margin-bottom: 10px !important; }
  @media (max-width: 768.98px) {
    .u-mb-10-16 {
      margin-bottom: 16px !important; } }

.error-margin-v2 {
  padding-top: 5px;
  padding-bottom: 15px;
  margin: 0 !important; }
  @media (max-width: 768.98px) {
    .error-margin-v2 {
      padding-bottom: 10px; } }

@media (max-width: 768.98px) {
  .u-plr-15 {
    padding-left: 15px;
    padding-right: 15px; } }

.text-indent-none {
  text-indent: 0px; }

iframe#ada-button-frame {
  margin-right: 1px;
  margin-bottom: 5px;
  right: -10px !important;
  bottom: -9px !important; }

.btn-plus-btn .btn + .btn {
  margin-left: 0 !important; }

.text-primary-v2 {
  color: #0A857D !important; }

@media (max-width: 768.98px) {
  .h-min-auto {
    min-height: auto !important; } }

@media (max-width: 768.98px) {
  .u-mb-sp-5 {
    margin-bottom: 5px !important; } }

@media (max-width: 768.98px) {
  .u-pl-sp-0 {
    padding-left: 0 !important; } }

.error-msg {
  margin-bottom: 32px;
  line-height: 1.8; }
  @media (max-width: 768.98px) {
    .error-msg {
      line-height: 1.5;
      margin-bottom: 12px; } }
  .error-msg.error-msg-v2 {
    margin-bottom: 20px; }
    @media (max-width: 768.98px) {
      .error-msg.error-msg-v2 {
        margin-bottom: 15px; } }

.self-accordion::before {
  display: none; }
.self-accordion .fa-plus,
.self-accordion .fa-minus {
  font-size: 1rem !important;
  width: auto !important;
  color: #0D75A4 !important; }
.self-accordion .fa-plus {
  display: inline-block; }
.self-accordion .fa-minus {
  display: none; }
.self-accordion.opened .fa-plus {
  display: none; }
.self-accordion.opened .fa-minus {
  display: inline-block; }

@media (max-width: 768.98px) {
  .h-min-auto {
    min-height: auto !important; } }

.modal.new-modal .custom-control-new .custom-control-input:checked ~ .custom-control-label::after {
  background: none !important;
  content: '\f00c' !important; }

.under-maintenance-header {
  padding: 20px !important; }

.under-maintenance-text {
  line-height: 1.8 !important;
  font-size: 0.875rem !important; }

.under-maintenance-btn {
  height: 40px !important;
  width: 100% !important;
  max-width: 384px !important; }

.text-primary-v2 {
  color: #0A857D !important; }

.general-header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  top: 0; }

.general-header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  top: 0; }

.header-container {
  background: #fff;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #dadada;
  position: relative;
  z-index: 1; }
  @media (min-width: 769px) {
    .header-container {
      background: #002F5F;
      height: 72px; } }

#login-drop-content {
  display: none;
  box-shadow: 0px 0px 4px #cccccc;
  border-bottom: 1px solid #cccccc; }

.userinfo-open #login-drop-content {
  display: block; }
.userinfo-open .nav-item .icon i:before {
  content: "\f106"; }

.popover > .arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px; }
  .popover > .arrow:after {
    border-width: 10px; }

.popover-content {
  padding: 10px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 175px); }

.header-wrapper {
  padding: 0; }
  @media (min-width: 769px) {
    .header-wrapper {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 12px; } }
  .header-wrapper .popover {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    max-width: 100%;
    border: 0;
    background: #fff;
    box-shadow: 0px -2px 2px #dadada; }
    @media (min-width: 769px) {
      .header-wrapper .popover {
        position: absolute;
        left: auto;
        top: 72px;
        max-width: 384px;
        box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.08); } }
    .header-wrapper .popover.bottom > .arrow {
      display: none; }
      @media (min-width: 769px) {
        .header-wrapper .popover.bottom > .arrow {
          display: block;
          left: 50%;
          border-top-width: 0;
          border-bottom-color: rgba(0, 0, 0, 0.25);
          top: -11px;
          margin-left: 67px;
          background: transparent; } }
      .header-wrapper .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff; }
    .header-wrapper .popover.bottom.no-login > .arrow {
      margin-left: 75px; }
    .header-wrapper .popover .account-popover {
      width: 100%; }
      @media (min-width: 769px) {
        .header-wrapper .popover .account-popover {
          width: 354px; } }
    .header-wrapper .popover .sys-message {
      margin-bottom: 10px; }
      .header-wrapper .popover .sys-message .ico-wraper {
        width: 30px;
        display: inline-block;
        text-align: center; }
      .header-wrapper .popover .sys-message span {
        font-size: 1rem;
        font-weight: 700;
        text-align: left;
        color: #808285;
        vertical-align: top; }
      .header-wrapper .popover .sys-message .ico-wraper i {
        color: #bbbbbb;
        font-size: 1.375rem; }
      .header-wrapper .popover .sys-message .ico-wraper.header-icon-color-red i {
        color: #e11e45; }
    .header-wrapper .popover .nav__links li {
      padding: 10px 0px;
      border-top: 1px solid #dadada; }
      .header-wrapper .popover .nav__links li:first-child {
        border-top: 0; }
      .header-wrapper .popover .nav__links li.pv-bv-dashboard {
        border-top: 2px solid #002F5F;
        border-bottom: 2px solid #002F5F;
        font-weight: 400;
        padding: 10px 16px 10px 16px;
        position: relative;
        margin-top: -3px; }
        .header-wrapper .popover .nav__links li.pv-bv-dashboard .fa-info-circle {
          color: #008fc5;
          font-size: 14px; }
        .header-wrapper .popover .nav__links li.pv-bv-dashboard p {
          font-size: 0.75rem;
          font-weight: 400;
          margin-bottom: 0px; }
        .header-wrapper .popover .nav__links li.pv-bv-dashboard .disp-date {
          font-size: 0.6875rem; }
        .header-wrapper .popover .nav__links li.pv-bv-dashboard .view-detail {
          color: #008fc5;
          margin-right: -20px; }
        .header-wrapper .popover .nav__links li.pv-bv-dashboard ol {
          max-width: 280px;
          margin-bottom: 15px; }
          .header-wrapper .popover .nav__links li.pv-bv-dashboard ol li {
            border: 0;
            float: left;
            width: 100%;
            line-height: 0.75; }
          .header-wrapper .popover .nav__links li.pv-bv-dashboard ol span {
            width: 49%;
            float: left;
            text-align: right;
            font-weight: 700;
            font-size: 0.75rem; }
            .header-wrapper .popover .nav__links li.pv-bv-dashboard ol span + span {
              color: #002F5F;
              font-size: 1rem;
              font-weight: 700;
              text-align: right;
              max-width: 230px; }
      .header-wrapper .popover .nav__links li.account-popover__element {
        padding: 10px 24px; }
        .header-wrapper .popover .nav__links li.account-popover__element a {
          font-size: 1rem;
          line-height: 1.875;
          display: block;
          color: #002F5F;
          font-weight: 700; }
      .header-wrapper .popover .nav__links li.account-popover__scores ul {
        padding: 8px 0;
        margin-bottom: 5px; }
      .header-wrapper .popover .nav__links li.account-popover__scores li {
        float: left;
        font-size: 1.3125rem;
        font-weight: 700;
        color: #002F5F;
        line-height: 1;
        margin-right: 8px;
        padding: 0 5px 0 0;
        border-top: 0;
        border-right: 1px solid #dadada;
        border-top: 0px; }
        .header-wrapper .popover .nav__links li.account-popover__scores li:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: none;
          float: none; }
      .header-wrapper .popover .nav__links li.sign-out i {
        color: #002F5F;
        font-size: 1.25rem;
        margin-right: 10px; }
    .header-wrapper .popover .login-form {
      padding: 20px; }
    .header-wrapper .popover .login-form__title {
      font-size: 1.875rem;
      margin-bottom: 20px;
      color: #002F5F; }
    .header-wrapper .popover .login-form__link {
      margin: 10px 0;
      display: block;
      font-size: 0.875rem;
      line-height: 1.4375;
      text-align: left;
      color: #0075a4; }
    .header-wrapper .popover .login-form__owner {
      color: #002F5F;
      font-size: 1rem;
      font-weight: 700;
      text-align: left;
      margin-bottom: 16px;
      margin-top: 10px; }
  .header-wrapper .country-language-container {
    padding-top: 0px; }
    @media (min-width: 769px) {
      .header-wrapper .country-language-container {
        padding-top: 10px; } }
  @media (max-width: 768.98px) {
    .header-wrapper .site-logo-checkout .mblogo {
      width: 100px;
      margin: 0 0 0 10px; } }
  .header-wrapper .site-logo {
    float: left;
    padding-top: 10px; }
    .header-wrapper .site-logo a {
      width: 90px;
      height: 42px;
      position: relative;
      display: inline-block;
      background-size: 100%;
      margin: 7px 0 0 66px; }
      @media (min-width: 769px) {
        .header-wrapper .site-logo a {
          margin-left: 0px;
          width: 124px;
          margin: 0 0 0 0; } }
    .header-wrapper .site-logo img.mob-img-icon {
      display: block;
      width: 38px; }
      @media (min-width: 769px) {
        .header-wrapper .site-logo img.mob-img-icon {
          display: none; } }
    @media (max-width: 768.98px) {
      .header-wrapper .site-logo .pclogo {
        display: none; } }
    .header-wrapper .site-logo .mblogo {
      display: none; }
      @media (max-width: 768.98px) {
        .header-wrapper .site-logo .mblogo {
          display: inline-block;
          width: 110px; } }
  .header-wrapper .nav-links-container {
    float: right; }
    .header-wrapper .nav-links-container > .smartEditComponent.ySEEmptySlot {
      min-height: 0;
      height: 0 !important; }
      .header-wrapper .nav-links-container > .smartEditComponent.ySEEmptySlot .smartEditComponent {
        min-height: 0; }
    .header-wrapper .nav-links-container .nav-list {
      position: relative;
      top: 5px; }
      .header-wrapper .nav-links-container .nav-list .smartEditComponent {
        display: inline-block; }
      .header-wrapper .nav-links-container .nav-list li {
        display: inline-block; }
        .header-wrapper .nav-links-container .nav-list li .pvbv-icon,
        .header-wrapper .nav-links-container .nav-list li .icon-login-account,
        .header-wrapper .nav-links-container .nav-list li .los-icon {
          display: block;
          margin-right: 5px; }
          .header-wrapper .nav-links-container .nav-list li .pvbv-icon span,
          .header-wrapper .nav-links-container .nav-list li .icon-login-account span,
          .header-wrapper .nav-links-container .nav-list li .los-icon span {
            color: #fff;
            display: block;
            font-size: 0.8125rem; }
          @media (max-width: 768.98px) {
            .header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(1),
            .header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(1),
            .header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(1) {
              display: none; } }
          .header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(2),
          .header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(2),
          .header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(2) {
            display: block; }
            .header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(2) img,
            .header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(2) img,
            .header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(2) img {
              display: block;
              width: 38px; }
            @media (min-width: 769px) {
              .header-wrapper .nav-links-container .nav-list li .pvbv-icon a:nth-child(2),
              .header-wrapper .nav-links-container .nav-list li .icon-login-account a:nth-child(2),
              .header-wrapper .nav-links-container .nav-list li .los-icon a:nth-child(2) {
                display: none; } }
          .header-wrapper .nav-links-container .nav-list li .pvbv-icon div:nth-child(1) a, .header-wrapper .nav-links-container .nav-list li .pvbv-icon div:nth-child(2) a,
          .header-wrapper .nav-links-container .nav-list li .icon-login-account div:nth-child(1) a,
          .header-wrapper .nav-links-container .nav-list li .icon-login-account div:nth-child(2) a,
          .header-wrapper .nav-links-container .nav-list li .los-icon div:nth-child(1) a,
          .header-wrapper .nav-links-container .nav-list li .los-icon div:nth-child(2) a {
            display: block; }
        @media (max-width: 991.98px) {
          .header-wrapper .nav-links-container .nav-list li .pvbv-icon.pvbv-icon-smart div:nth-child(1) {
            display: none; } }
        .header-wrapper .nav-links-container .nav-list li .pvbv-icon.pvbv-icon-smart div:nth-child(2) {
          display: block; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li .pvbv-icon.pvbv-icon-smart div:nth-child(2) {
              display: none; } }
        .header-wrapper .nav-links-container .nav-list li .pvbv-icon.pvbv-icon-smart div div {
          display: block !important; }
        .header-wrapper .nav-links-container .nav-list li .pvbv-icon.pvbv-icon-smart img {
          width: 38px; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li .pvbv-icon.pvbv-icon-smart img {
              width: auto; } }
        @media (max-width: 991.98px) {
          .header-wrapper .nav-links-container .nav-list li .los-icon.los-icon-smart div:nth-child(1) {
            display: none; } }
        .header-wrapper .nav-links-container .nav-list li .los-icon.los-icon-smart div:nth-child(2) {
          display: block; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li .los-icon.los-icon-smart div:nth-child(2) {
              display: none; } }
        .header-wrapper .nav-links-container .nav-list li .los-icon.los-icon-smart div div {
          display: block !important; }
        .header-wrapper .nav-links-container .nav-list li .los-icon.los-icon-smart img {
          width: 38px; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li .los-icon.los-icon-smart img {
              width: auto; } }
        .header-wrapper .nav-links-container .nav-list li a:hover .icon-cart,
        .header-wrapper .nav-links-container .nav-list li a:hover .icon-account {
          opacity: 0.8; }
        .header-wrapper .nav-links-container .nav-list li a img {
          width: auto;
          max-width: 55px;
          vertical-align: baseline; }
          .header-wrapper .nav-links-container .nav-list li a img.mob-img-icon {
            display: block;
            width: 38px; }
            @media (min-width: 769px) {
              .header-wrapper .nav-links-container .nav-list li a img.mob-img-icon {
                display: none; } }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a img {
              display: block; } }
        .header-wrapper .nav-links-container .nav-list li a .message-num-1 {
          position: absolute;
          left: 40px;
          top: -4px;
          background: #e11e45;
          border-radius: 10px;
          line-height: 1.4;
          font-size: 12px;
          min-width: 24px;
          height: 20px;
          color: #fff !important;
          text-align: center;
          padding: 2px 5px;
          border: 0px;
          font-weight: 400; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a .message-num-1 {
              border: 2px solid #002F5F;
              font-weight: 700;
              top: -6px;
              left: 32px;
              line-height: 1; } }
        .header-wrapper .nav-links-container .nav-list li a .user-name {
          display: none; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a .user-name {
              color: #fff;
              font-size: 14px;
              font-weight: 700;
              line-height: 40px;
              max-width: 160px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              display: inline-block;
              position: relative;
              margin-left: 5px;
              padding-top: 5px;
              vertical-align: top; } }
        .header-wrapper .nav-links-container .nav-list li a .icon-pvbv {
          background-image: url("../../images/header-icons/SP/PVBV.png");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 38px;
          height: 50px; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a .icon-pvbv {
              background-image: url("../../images/header-icons/PC/PVBV.png");
              width: 55px; } }
        .header-wrapper .nav-links-container .nav-list li a .icon-los {
          background-image: url("../../images/header-icons/SP/LOS.png");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 38px;
          height: 50px; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a .icon-los {
              background-image: url("../../images/header-icons/PC/LOS.png");
              width: 55px; } }
        .header-wrapper .nav-links-container .nav-list li a .icon-account {
          background-image: url("../../images/header-icons/SP/myaccount.png");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 38px;
          height: 50px; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a .icon-account {
              background-image: url("../../images/header-icons/PC/yui2.png");
              width: 55px; } }
        .header-wrapper .nav-links-container .nav-list li a .icon-cart {
          background-image: url("../../images/header-icons/SP/Cart.png");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 38px;
          height: 50px; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a .icon-cart {
              background-image: url("../../images/header-icons/PC/Cart.png");
              width: 55px; } }
        .header-wrapper .nav-links-container .nav-list li a .icon-login-account {
          background-image: url("../../images/header-icons/SP/login.png");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 38px;
          height: 50px; }
          @media (min-width: 769px) {
            .header-wrapper .nav-links-container .nav-list li a .icon-login-account {
              background-image: url("../../images/header-icons/PC/Login.png");
              width: 55px; } }
        .header-wrapper .nav-links-container .nav-list li.nav-item {
          border: 0;
          padding: 0; }
          .header-wrapper .nav-links-container .nav-list li.nav-item a {
            color: #fff;
            font-size: 0.875rem;
            font-weight: 700;
            line-height: 18px;
            display: block;
            padding: 8px 25px;
            outline: none; }
            .header-wrapper .nav-links-container .nav-list li.nav-item a:hover {
              color: #fff; }
            .header-wrapper .nav-links-container .nav-list li.nav-item a:focus {
              color: #fff; }
            .header-wrapper .nav-links-container .nav-list li.nav-item a.img-nav-link {
              line-height: 40px;
              margin: 0;
              padding: 0;
              text-align: center; }
              @media (min-width: 769px) {
                .header-wrapper .nav-links-container .nav-list li.nav-item a.img-nav-link {
                  padding: 0; } }
            .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-account, .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-cart, .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-login-account {
              color: #fff;
              display: inline-block;
              font-size: 0.8125rem; }
            .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-account {
              width: 62px; }
              @media (min-width: 769px) {
                .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-account {
                  width: 55px; } }
            .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-login-account {
              width: 62px; }
              @media (min-width: 769px) {
                .header-wrapper .nav-links-container .nav-list li.nav-item a .icon-login-account {
                  width: 78px; } }
            .header-wrapper .nav-links-container .nav-list li.nav-item a .icon {
              display: none; }
              @media (min-width: 769px) {
                .header-wrapper .nav-links-container .nav-list li.nav-item a .icon {
                  font-size: 1.125rem;
                  color: #fff;
                  vertical-align: top;
                  display: inline-block;
                  position: relative;
                  top: 3px !important; } }
              .header-wrapper .nav-links-container .nav-list li.nav-item a .icon i {
                top: 12px; }
          .header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link {
            padding: 0px 6px 0 0;
            position: relative; }
            @media (min-width: 769px) {
              .header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link {
                padding: 0 15px 0 15px; } }
            .header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link .mini-cart-count {
              position: absolute;
              left: 17px;
              top: -4px;
              background: #e11e45;
              border-radius: 10px;
              font-size: 0.75rem;
              min-width: 24px;
              height: 20px;
              line-height: 1.4;
              text-align: center;
              padding: 2px 5px;
              border: 0px solid #002F5F;
              float: left;
              margin: 0 0 0 2px;
              font-weight: 400; }
              @media (min-width: 769px) {
                .header-wrapper .nav-links-container .nav-list li.nav-item .nav-cart .mini-cart-link .mini-cart-count {
                  border: 2px solid #002F5F;
                  left: 36px;
                  font-weight: 700;
                  margin: 0 0 0 8px;
                  line-height: 1; } }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }

.icon {
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover; }

.btn-xl {
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-size: 1.375rem; }

.balloon-img-nav-link {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  width: 140px;
  top: 75px;
  right: 0px;
  z-index: 1; }
  @media (min-width: 769px) {
    .balloon-img-nav-link {
      top: 75px;
      right: 50px; } }
  .balloon-img-nav-link:before {
    content: '';
    position: absolute;
    right: 70px;
    top: -25px;
    display: block;
    width: 0;
    height: 0;
    border-right: 27px solid transparent;
    border-bottom: 25px solid #cccccc;
    border-left: 10px solid transparent; }
  .balloon-img-nav-link:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 69px;
    top: -22px;
    border-right: 28px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 10px solid transparent; }

.mclink {
  float: right;
  position: relative;
  top: 4px;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .mclink {
      font-size: 0.875rem; } }

.mobile-container {
  display: block; }
  @media (min-width: 769px) {
    .mobile-container {
      display: none; } }

.amw-navigation-menu {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-top: none; }
  @media (min-width: 769px) {
    .amw-navigation-menu {
      height: 60px; } }

.navigation-menu-container {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .navigation-menu-container {
      padding: 0 12px;
      position: relative; } }
  .navigation-menu-container .container {
    padding: 0px; }
    @media (min-width: 769px) {
      .navigation-menu-container .container {
        max-width: 1280px; } }
  .navigation-menu-container .content {
    display: inline;
    font-weight: 400; }

.desktop-nav-menu {
  width: 100%;
  margin: 0; }
  @media (min-width: 769px) {
    .desktop-nav-menu {
      position: relative;
      top: -3px; } }
  @media (min-width: 769px) {
    .desktop-nav-menu .menu-nav-list .smartEditComponent {
      display: inline-block; } }
  @media (max-width: 768.98px) {
    .desktop-nav-menu .search-box {
      max-width: 100%;
      flex: 0 0 100%; } }
  @media (min-width: 768px) {
    .desktop-nav-menu .search-box {
      padding-right: 0px; } }
  .desktop-nav-menu .search-box .btn-default {
    padding: 6px 12px 6px 0;
    font-size: 1rem;
    color: #002F5F;
    margin: 0px;
    line-height: 1.7;
    -webkit-appearance: none; }
  .desktop-nav-menu .top-menu {
    display: none; }
    @media (min-width: 769px) {
      .desktop-nav-menu .top-menu {
        display: block;
        padding-left: 0px; } }

.nav-list-item {
  display: inline-flex; }
  .nav-list-item a {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #002F5F;
    padding: 20px 5px 20px 15px;
    line-height: 1.4375; }
    .nav-list-item a.disabled {
      cursor: not-allowed;
      color: #999999; }
      .nav-list-item a.disabled span {
        font-size: 0.6875rem;
        color: #ed174c;
        font-weight: 400; }
  .nav-list-item .overlay-menu-component-desktop-wrapper {
    height: 60px;
    display: inline-flex; }
    .nav-list-item .overlay-menu-component-desktop-wrapper .collapsed .button-text > i:before {
      content: '\f107'; }
    .nav-list-item .overlay-menu-component-desktop-wrapper .button-text > i:before {
      content: '\f106'; }
  .nav-list-item .overlay-menu-toggle-desktop {
    border-right: 1px solid #dadada;
    padding-right: 5px;
    padding-left: 0px; }

.right-border {
  border-right: 1px solid #dadada; }

.overlay-menu-container {
  left: 0;
  border: 1px solid #dadada;
  z-index: 9;
  position: fixed;
  top: 132px;
  width: 100%;
  margin: 0 auto;
  max-height: 75%;
  overflow: auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 10px #f0f0f3; }
  .overlay-menu-container .overlay-menu-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: calc(50% - 630px);
    z-index: 10;
    padding: 0;
    top: 15px;
    border: 0;
    color: #867f77;
    background: none;
    font-size: 1.5rem; }
    @media (max-width: 1279.98px) {
      .overlay-menu-container .overlay-menu-close {
        right: 20px; } }
    .overlay-menu-container .overlay-menu-close:focus {
      border: 0px;
      outline: none; }
  .overlay-menu-container .overlay-menu .nav-tabs-header,
  .overlay-menu-container .overlay-menu .tab-pane {
    max-width: 1250px;
    margin: 0 auto; }
    @media (max-width: 1279.98px) {
      .overlay-menu-container .overlay-menu .nav-tabs-header,
      .overlay-menu-container .overlay-menu .tab-pane {
        padding: 0px 20px; } }
  .overlay-menu-container .overlay-menu > .row {
    margin: 0px; }
  .overlay-menu-container .overlay-menu-headers {
    border-right: 1px solid #dadada;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fafafa; }
  .overlay-menu-container .image-label,
  .overlay-menu-container .sub-category-image-label {
    width: 65%;
    text-align: left; }
  .overlay-menu-container .sub-category-image-label {
    width: 82%; }
  .overlay-menu-container .nav-tabs {
    border-bottom: 0px;
    min-height: 59px; }
    .overlay-menu-container .nav-tabs a {
      color: #56565A;
      text-decoration: none;
      transition: all ease-in-out 0.3s; }
      .overlay-menu-container .nav-tabs a.active .fa-angle-right {
        display: no18; }
      .overlay-menu-container .nav-tabs a.active .fa-chevron-right {
        display: none; }
    .overlay-menu-container .nav-tabs .nav-item {
      border: none;
      width: 100%;
      margin-bottom: 0px;
      background: none;
      position: relative; }
      .overlay-menu-container .nav-tabs .nav-item .fa-angle-right {
        font-size: 1.125rem;
        color: #0db3a9;
        margin-left: 8px; }
      .overlay-menu-container .nav-tabs .nav-item.nav-item-sub {
        border: none; }
        .overlay-menu-container .nav-tabs .nav-item.nav-item-sub:first-child {
          border-top: 0; }
        .overlay-menu-container .nav-tabs .nav-item.nav-item-sub a {
          padding: 0 10px 0 25px;
          font-weight: normal;
          font-size: 0.75rem;
          margin: 4px 0;
          min-height: 36px; }
          .overlay-menu-container .nav-tabs .nav-item.nav-item-sub a .badge-new {
            height: 16px;
            font-size: 0.625rem;
            padding-top: 2px; }
          .overlay-menu-container .nav-tabs .nav-item.nav-item-sub a img {
            mix-blend-mode: multiply; }
          .overlay-menu-container .nav-tabs .nav-item.nav-item-sub a span.adj-arrow-right {
            height: 21.25px;
            display: inline-block; }
        .overlay-menu-container .nav-tabs .nav-item.nav-item-sub.without-img a {
          min-height: auto;
          padding-top: 8px;
          padding-bottom: 8px; }
        .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link {
          padding: 0 10px 0 25px;
          font-weight: normal;
          font-size: 0.75rem;
          margin: 4px 0;
          min-height: 36px;
          display: flex;
          align-items: center; }
          .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a {
            display: inline-block;
            margin: 0;
            padding: 0;
            min-height: 20px; }
            .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a i {
              position: relative;
              top: 2px; }
            .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a:last-child {
              padding-left: 0; }
            .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a:hover {
              background: none;
              color: #0db3a9; }
          .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link img {
            width: 36px;
            height: 36px;
            margin-right: 5px; }
          .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon {
            padding-right: 12px;
            width: 45px;
            display: inline-block;
            text-align: center;
            height: 24.593px; }
            .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon i {
              font-size: 1.375rem;
              color: #0db3a9; }
            .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon .nav-link {
              display: flex; }
              .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon .nav-link .adj-arrow-right i {
                margin-right: 0 !important; }
      .overlay-menu-container .nav-tabs .nav-item:nth-child(2) {
        border-top: none; }
      .overlay-menu-container .nav-tabs .nav-item a {
        padding: 5px 10px 5px 25px;
        display: flex;
        border: none;
        align-items: center;
        justify-content: space-between;
        font-size: 1rem; }
        .overlay-menu-container .nav-tabs .nav-item a.active {
          border-radius: 0;
          font-weight: bold !important;
          background-color: transparent; }
          .overlay-menu-container .nav-tabs .nav-item a.active:hover, .overlay-menu-container .nav-tabs .nav-item a.active:focus {
            color: #56565A;
            border-top: 0px; }
        .overlay-menu-container .nav-tabs .nav-item a:hover, .overlay-menu-container .nav-tabs .nav-item a:focus {
          color: #0db3a9;
          border-left: 0px;
          border-top: 0px;
          border-bottom: 0px; }
    .overlay-menu-container .nav-tabs.nav-tabs-header .nav-item {
      width: auto;
      margin-right: 25px; }
      .overlay-menu-container .nav-tabs.nav-tabs-header .nav-item .nav-link {
        padding: 20px 0 13px 0;
        border-bottom: 3px solid #fff;
        font-weight: 400; }
        .overlay-menu-container .nav-tabs.nav-tabs-header .nav-item .nav-link.active {
          border-color: #0db3a9; }
  .overlay-menu-container .navi-tabs {
    box-shadow: 0 0 10px #dadada;
    position: relative;
    z-index: 1; }
  .overlay-menu-container .tab-content-header {
    background: transparent linear-gradient(115deg, #DAEDED 0%, #E9F2F2 100%) 0% 0% no-repeat padding-box;
    padding: 25px 0; }
    .overlay-menu-container .tab-content-header .image-label,
    .overlay-menu-container .tab-content-header .sub-category-image-label {
      width: auto;
      padding: 0; }
    .overlay-menu-container .tab-content-header .nav-tabs .nav-item.nav-item-sub a {
      justify-content: flex-start; }
      .overlay-menu-container .tab-content-header .nav-tabs .nav-item.nav-item-sub a img {
        width: 36px;
        height: 36px;
        margin-right: 7px; }
  .overlay-menu-container .overlay-menu-tab {
    padding-left: 15px;
    padding-right: 15px; }
    .overlay-menu-container .overlay-menu-tab a {
      padding: 0;
      font-size: 0.75rem;
      font-weight: 400;
      display: inline-block;
      color: #56565A; }
      .overlay-menu-container .overlay-menu-tab a:hover {
        color: #0db3a9; }
    .overlay-menu-container .overlay-menu-tab .category-header {
      margin: 15px 0 10px 0;
      font-size: 1rem;
      font-weight: bold; }
      .overlay-menu-container .overlay-menu-tab .category-header a {
        font-size: 1rem;
        font-weight: bold; }
      .overlay-menu-container .overlay-menu-tab .category-header i {
        color: #0db3a9;
        font-size: 1.125rem;
        margin-left: 7px; }
    .overlay-menu-container .overlay-menu-tab .category-container ul {
      display: flex;
      flex-wrap: wrap;
      margin-left: -5px;
      width: 100.85%; }
      .overlay-menu-container .overlay-menu-tab .category-container ul li {
        width: 33.32%;
        margin: 0;
        padding: 5px 5px 5px 4px; }
        @media (min-width: 992px) {
          .overlay-menu-container .overlay-menu-tab .category-container ul li {
            width: 25%; } }
        @media (min-width: 1280px) {
          .overlay-menu-container .overlay-menu-tab .category-container ul li {
            width: 20%; } }
        .overlay-menu-container .overlay-menu-tab .category-container ul li .img-link {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .overlay-menu-container .overlay-menu-tab .category-container ul li .img-link .sub-category-image-label {
            width: 100%; }
        .overlay-menu-container .overlay-menu-tab .category-container ul li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: #fff;
          padding: 10px 8px;
          border-radius: 5px;
          min-height: 65px;
          justify-content: center;
          height: 65px;
          text-align: center; }
          .overlay-menu-container .overlay-menu-tab .category-container ul li a .withsmall {
            display: block;
            white-space: nowrap; }
          .overlay-menu-container .overlay-menu-tab .category-container ul li a small {
            font-size: 0.625rem; }
          .overlay-menu-container .overlay-menu-tab .category-container ul li a img {
            width: 50px;
            height: 50px;
            mix-blend-mode: multiply;
            min-width: 50px; }
          .overlay-menu-container .overlay-menu-tab .category-container ul li a .sub-category-image-label {
            width: calc(100% - 50px);
            margin-left: 5px;
            padding-top: 2px;
            line-height: 1; }
        .overlay-menu-container .overlay-menu-tab .category-container ul li > .img-with-link {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: #fff;
          padding: 10px 8px;
          border-radius: 5px;
          min-height: 65px;
          justify-content: flex-start;
          height: 65px; }
          .overlay-menu-container .overlay-menu-tab .category-container ul li > .img-with-link a {
            min-height: 20px;
            padding: 0;
            display: contents; }
          .overlay-menu-container .overlay-menu-tab .category-container ul li > .img-with-link img {
            width: 50px;
            height: 50px;
            mix-blend-mode: multiply;
            margin-right: 5px; }
      .overlay-menu-container .overlay-menu-tab .category-container ul.sub-category-label-adjust li .img-with-link {
        padding: 10px 12px; }
        .overlay-menu-container .overlay-menu-tab .category-container ul.sub-category-label-adjust li .img-with-link .sub-category-image-label {
          width: 100%;
          margin-left: 0; }
    .overlay-menu-container .overlay-menu-tab .category-container.without-img-3-col ul li {
      width: calc(33.3% - 24px); }
      .overlay-menu-container .overlay-menu-tab .category-container.without-img-3-col ul li a {
        font-size: 0.875rem; }
        .overlay-menu-container .overlay-menu-tab .category-container.without-img-3-col ul li a .menu-link-with-icon {
          display: flex;
          align-items: center; }
          .overlay-menu-container .overlay-menu-tab .category-container.without-img-3-col ul li a .menu-link-with-icon i {
            font-size: 0.75rem;
            margin-left: 10px; }
    @media (min-width: 1280px) {
      .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop .col-sm-6 {
        padding-right: 10px; } }
    .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop img {
      width: 29px;
      margin-right: 5px; }
    .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop .ss-icon-heading {
      padding-bottom: 5px; }
      .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop .ss-icon-heading a {
        font-weight: 700;
        font-size: 0.875rem; }
      .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop .ss-icon-heading.ss-youtube img {
        width: 33px; }
      .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop .ss-icon-heading.ss-twitter img {
        width: 35px; }
    .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop ul {
      margin-bottom: 25px; }
      .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop ul li {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        max-width: 255px;
        position: relative; }
        @media (max-width: 991.98px) {
          .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop ul li {
            width: 100%; } }
        .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop ul li a {
          display: flex;
          font-size: 0.75rem;
          height: 65px;
          padding: 10px 30px 10px 20px;
          justify-content: center;
          position: relative; }
        .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop ul li i {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%); }
    .overlay-menu-container .overlay-menu-tab .category-container .ss-icon-desktop .facebook-container {
      min-height: 159px; }
    .overlay-menu-container .overlay-menu-tab .category-container.brand-info ul li {
      position: relative; }
      .overlay-menu-container .overlay-menu-tab .category-container.brand-info ul li a {
        height: 65px;
        justify-content: center;
        position: relative; }
      .overlay-menu-container .overlay-menu-tab .category-container.brand-info ul li i, .overlay-menu-container .overlay-menu-tab .category-container.brand-info ul li em {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      .overlay-menu-container .overlay-menu-tab .category-container.brand-info ul li .img-with-link {
        justify-content: center; }
    .overlay-menu-container .overlay-menu-tab .category-container.category-container-col-4 ul li {
      width: 25%;
      max-width: 25%;
      margin-left: 0;
      margin-right: 0; }
    .overlay-menu-container .overlay-menu-tab .category-container.category-container-col-3 ul li {
      width: 33.33%;
      max-width: 33.33%;
      margin-left: 0;
      margin-right: 0; }
    .overlay-menu-container .overlay-menu-tab .category-container.category-container-col-50 ul li {
      width: 50%;
      max-width: 50%;
      margin-left: 0;
      margin-right: 0; }
    .overlay-menu-container .overlay-menu-tab .category-bottom-container {
      background: #fff;
      border-radius: 5px;
      padding: 15px 25px;
      margin-top: 5px;
      margin-bottom: 10px;
      max-width: 917px; }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container.category-bottom-container-full {
        max-width: inherit; }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container.category-bottom-container-v2 {
        background: none;
        padding: 0;
        margin-top: 10px; }
        .overlay-menu-container .overlay-menu-tab .category-bottom-container.category-bottom-container-v2 .category-bottom-img {
          text-align: left; }
          .overlay-menu-container .overlay-menu-tab .category-bottom-container.category-bottom-container-v2 .category-bottom-img a {
            border-width: 1px;
            background: #fff; }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container .row {
        margin-left: -10px;
        margin-right: -5px; }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container .col-md-3 {
        padding-right: 5px;
        padding-left: 10px; }
        @media (min-width: 1280px) {
          .overlay-menu-container .overlay-menu-tab .category-bottom-container .col-md-3 {
            flex: 0 0 23%;
            max-width: 23%; }
            .overlay-menu-container .overlay-menu-tab .category-bottom-container .col-md-3:nth-child(2) {
              flex: 0 0 31%;
              max-width: 31%; } }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container a, .overlay-menu-container .overlay-menu-tab .category-bottom-container .img-with-link {
        display: block;
        padding: 5px 0;
        line-height: 1.8; }
        .overlay-menu-container .overlay-menu-tab .category-bottom-container a .fa-external-link,
        .overlay-menu-container .overlay-menu-tab .category-bottom-container a .badge, .overlay-menu-container .overlay-menu-tab .category-bottom-container .img-with-link .fa-external-link,
        .overlay-menu-container .overlay-menu-tab .category-bottom-container .img-with-link .badge {
          margin-left: 5px; }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container .img-with-link {
        line-height: 1.3; }
        .overlay-menu-container .overlay-menu-tab .category-bottom-container .img-with-link a {
          display: inline-block;
          padding: 0;
          line-height: normal; }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container .new-badges {
        margin-top: 5px;
        margin-bottom: 5px; }
        .overlay-menu-container .overlay-menu-tab .category-bottom-container .new-badges a {
          display: flex !important; }
      .overlay-menu-container .overlay-menu-tab .category-bottom-container .category-bottom-img {
        align-items: center;
        justify-content: space-between;
        text-align: right; }
        .overlay-menu-container .overlay-menu-tab .category-bottom-container .category-bottom-img a {
          display: inline-block;
          border: 2px solid #dadada;
          padding: 4px;
          text-align: center;
          text-decoration: none;
          margin-bottom: 10px;
          max-width: 162px;
          width: 100%;
          margin-right: 5px; }
          .overlay-menu-container .overlay-menu-tab .category-bottom-container .category-bottom-img a img {
            height: 27px; }

.navigation-menu-toggle-wrapper {
  width: 60px; }

.overlay-menu-toggle-mobile {
  width: 60px;
  height: 60px;
  border-right: 1px solid #dadada;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background: #002F5F; }
  .overlay-menu-toggle-mobile img {
    width: 37px; }
  .overlay-menu-toggle-mobile .hamburger-icon {
    display: block;
    text-align: center;
    position: relative;
    top: 5px;
    font-size: 2rem; }
    .overlay-menu-toggle-mobile .hamburger-icon .fa-times {
      display: block;
      color: #fff; }
      .overlay-menu-toggle-mobile .hamburger-icon .fa-times:before {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 10px;
        content: '\f00d'; }
  .overlay-menu-toggle-mobile.collapsed {
    background: #fff;
    height: 59px; }
    .overlay-menu-toggle-mobile.collapsed .hamburger-icon .fa-times {
      display: none; }
  .overlay-menu-toggle-mobile:hover, .overlay-menu-toggle-mobile:focus {
    outline: none; }

.site-search .ui-front {
  padding: 13px 0; }
  .site-search .ui-front .btn-link {
    padding-left: 0px;
    padding-right: 5px; }
    .site-search .ui-front .btn-link:hover {
      border: 2px solid transparent; }
  .site-search .ui-front form {
    margin-bottom: 0; }
.site-search .input-group {
  border: 1px solid #dadada;
  border-radius: 4px;
  height: 40px; }
  .site-search .input-group .form-control {
    border: 0;
    height: 38px;
    background: transparent;
    font-weight: 300;
    font-size: 0.875rem;
    padding: 6px 10px 6px 10px; }
    .site-search .input-group .form-control::placeholder {
      color: #999999; }
    .site-search .input-group .form-control:focus {
      border: 0;
      outline: none; }

.suggest-window .auto-suggestion-popover {
  width: 100%;
  max-width: 100%;
  border: 0px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  top: 120px;
  margin: 0 0 0 auto;
  right: 0px;
  opacity: 1 !important; }
  @media (min-width: 769px) {
    .suggest-window .auto-suggestion-popover {
      width: 400px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      right: 2px;
      top: 53px; } }
.suggest-window .popover-content {
  padding: 0px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 165px);
  max-width: 1280px; }
  @media (max-width: 991.98px) {
    .suggest-window .popover-content {
      padding-top: 15px; } }
.suggest-window .search-popover-category .search-popover-category-header {
  background-color: #f0f0f3;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0 -15px; }
.suggest-window .search-popover-category .search-popover-category-list {
  margin: 0; }
  .suggest-window .search-popover-category .search-popover-category-list ul li {
    margin: 0 15px;
    border-bottom: 1px solid #e3e3e3; }
    .suggest-window .search-popover-category .search-popover-category-list ul li .li-content {
      padding: 20px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #55565a;
      min-height: 60px; }
      .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .badge {
        position: relative;
        margin-bottom: 3px; }
      .suggest-window .search-popover-category .search-popover-category-list ul li .li-content:hover {
        color: #0db3a9; }
      .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn {
        max-width: 108px;
        min-width: 100px;
        font-size: 0.75rem;
        margin: 0;
        position: relative;
        padding: 6px 10px;
        height: 30px;
        line-height: 1 !important;
        font-weight: 700 !important;
        border-radius: 50px;
        border-color: #0db3a9 !important; }
        .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn:hover {
          background-color: #daeded; }
        .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn:disabled, .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn.disabled {
          border-color: #bbbbbb !important;
          background: #bbbbbb;
          color: #fff !important; }
          .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn:disabled:hover, .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn:disabled:focus, .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn.disabled:hover, .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .btn.disabled:focus {
            border-color: #bbbbbb;
            background: #bbbbbb;
            color: #fff; }
      .suggest-window .search-popover-category .search-popover-category-list ul li .li-content a {
        color: #55565a; }
        .suggest-window .search-popover-category .search-popover-category-list ul li .li-content a:hover {
          color: #0db3a9; }
      .suggest-window .search-popover-category .search-popover-category-list ul li .li-content .search-product-status {
        font-size: 0.75rem; }
    .suggest-window .search-popover-category .search-popover-category-list ul li:last-child {
      border-bottom: none; }
.suggest-window .search-popover-bottom-section {
  padding: 20px 35px;
  border-top: 1px solid #dadada;
  margin-top: 5px; }

.hide-search .search-box {
  height: 0px;
  opacity: 0;
  top: -20px;
  transition: all ease-in-out 0.25s; }

.hide-search .suggest-window {
  display: none;
  transition: all ease-in-out 0.25s; }

.suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item {
  padding: 0; }
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item hr,
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item br {
    display: none; }
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item .title {
    background-color: #f0f0f3;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 0.875rem;
    margin: 15px 0 10px 0; }
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item a {
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #55565a;
    font-weight: 400; }
    .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item a:hover {
      color: #0db3a9; }
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-item:first-child .title {
    margin-top: 0; }
.suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-li {
  padding: 0;
  margin: 0px 15px; }
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-li hr,
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-li br {
    display: none; }
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #55565a;
    font-weight: 400; }
    .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .suggested-words-wrapper .ui-menu-li a:hover {
      color: #0db3a9; }
.suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .jp-ver-show-all-result {
  padding: 20px 35px;
  border-top: 1px solid #dadada;
  margin-top: 5px; }
  .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .jp-ver-show-all-result .js-products-view-all-results {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    height: 40px;
    padding: .6875rem .9375rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 50px;
    font-weight: 700;
    display: block;
    width: 100%;
    border: 1px solid #0db3a9;
    background-color: #fff;
    color: #56565a; }
    .suggest-window .auto-suggestion-popover.suggestion-jp-ver .popover-content ul .jp-ver-show-all-result .js-products-view-all-results:hover {
      background-color: #daeded; }

.blue-tip-label {
  display: inline-block !important;
  padding: 0 5px;
  height: 24px;
  margin-left: 8px;
  background-color: #e6f2f7;
  color: #007eb0;
  line-height: 24px;
  font-size: 11px;
  text-align: center;
  border: solid 1px #007eb0;
  text-transform: initial;
  margin-top: 0px; }

.section-loader {
  text-align: center;
  margin: 15px; }

.section-loader i {
  font-size: 1.125rem; }

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@media (max-width: 991.98px) {
  body {
    margin-top: 140px !important;
    padding-top: 0px !important; } }
@media (max-width: 991.98px) {
  body.page-multiStepCheckoutSummaryPage {
    margin-top: 70px !important; } }

.fa-angle-down {
  margin-left: 5px;
  position: relative;
  top: 2px; }

@media only screen and (max-width: 991px) and (min-width: 769px) {
  .desktop-nav-menu .top-menu {
    padding-right: 0; } }
@media only screen and (max-width: 991px) and (min-width: 769px) and (max-width: 1279.98px) {
  .desktop-nav-menu .nav-list-item a {
    padding-left: 8px;
    font-size: 0.75rem; } }

.renew-modal .modal-title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #f02828;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .renew-modal .modal-title {
      font-size: 1.25rem; } }
.renew-modal .modal-dialog {
  display: flex;
  align-items: center; }
  @media (max-width: 767.98px) {
    .renew-modal .modal-dialog {
      margin: 25px 20px;
      position: relative; } }
  .renew-modal .modal-dialog .modal-content {
    display: flex; }
.renew-modal .modal-body {
  padding: 30px 20px 30px 20px; }
  @media (min-width: 768px) {
    .renew-modal .modal-body {
      padding: 40px; } }
  .renew-modal .modal-body p {
    font-size: 1rem;
    font-weight: normal;
    color: #56565A; }
    @media (max-width: 768.98px) {
      .renew-modal .modal-body p {
        font-size: 0.875rem; } }
    .renew-modal .modal-body p.error, .renew-modal .modal-body p.red {
      color: #ed174c; }
.renew-modal .btn {
  font-size: 1rem;
  font-weight: 700;
  border-radius: 44px;
  background: #0db3a9;
  border-width: 1px;
  border-style: solid;
  border-color: #0db3a9;
  height: 50px;
  border-radius: 50px;
  padding: 15px 15px !important;
  max-width: 320px;
  min-width: auto;
  margin-top: 20px;
  line-height: 2.2; }
  @media (max-width: 768.98px) {
    .renew-modal .btn {
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .renew-modal .btn {
      min-width: 320px;
      padding: 16px 10px !important;
      line-height: 1.2; } }
  @media (max-width: 767.98px) {
    .renew-modal .btn {
      height: 40px;
      min-height: 40px;
      padding: 11px 5px !important;
      min-width: auto;
      line-height: 1.2; } }
  .renew-modal .btn.btn-outline-primary {
    border: 1px solid #0db3a9 !important;
    background: #fff;
    color: #56565A; }
    .renew-modal .btn.btn-outline-primary:hover, .renew-modal .btn.btn-outline-primary:focus, .renew-modal .btn.btn-outline-primary:active, .renew-modal .btn.btn-outline-primary:not(:disabled):not(.disabled):active, .renew-modal .btn.btn-outline-primary:not(:disabled):not(.disabled).active {
      background: #daeded;
      border-width: 1px;
      border-style: solid;
      border-color: #0db3a9;
      color: #56565A;
      box-shadow: none; }
  .renew-modal .btn.btn-primary {
    border-width: 1px;
    border-style: solid;
    border-color: #0db3a9;
    background: #0db3a9;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    border-color: #0db3a9; }
    .renew-modal .btn.btn-primary:hover, .renew-modal .btn.btn-primary:focus, .renew-modal .btn.btn-primary:active, .renew-modal .btn.btn-primary:not(:disabled):not(.disabled):active, .renew-modal .btn.btn-primary:not(:disabled):not(.disabled).active {
      border-width: 1px;
      border-style: solid;
      border-color: #0db3a9;
      color: #fff;
      background: #0ca59c;
      border-width: 1px;
      border-style: solid;
      border-color: #0db3a9;
      text-decoration: none; }
  .renew-modal .btn:disabled, .renew-modal .btn.disabled {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    background: #bbbbbb;
    color: #fff;
    cursor: not-allowed; }
    .renew-modal .btn:disabled:hover, .renew-modal .btn:disabled:focus, .renew-modal .btn:disabled:active, .renew-modal .btn:disabled:not(:disabled):not(.disabled):active, .renew-modal .btn:disabled:not(:disabled):not(.disabled).active, .renew-modal .btn.disabled:hover, .renew-modal .btn.disabled:focus, .renew-modal .btn.disabled:active, .renew-modal .btn.disabled:not(:disabled):not(.disabled):active, .renew-modal .btn.disabled:not(:disabled):not(.disabled).active {
      background-color: #c8c8c8;
      border-width: 1px;
      border-style: solid;
      border-color: #999999;
      box-shadow: none;
      color: #fff; }
.renew-modal .indent-1 {
  padding-left: 1em;
  padding-right: 1em;
  text-indent: -1em; }

#membershipExpire label {
  color: #56565A;
  margin-bottom: 10px; }
  @media (max-width: 768.98px) {
    #membershipExpire label {
      font-size: 0.875rem; } }

#cartPrice {
  display: none; }

.small-badge.badge-new {
  height: 16px;
  width: 36px;
  font-size: 0.625rem;
  padding-top: 2px;
  padding-right: 0;
  padding-left: 0; }

.hamburger-nav .badge.badge-new {
  height: 18px;
  width: 40px;
  font-size: 0.625rem;
  padding: 3px 8px; }

.overlay-menu-container .overlay-menu-headers {
  padding: 10px 0;
  background-color: #fff;
  border-radius: 10px;
  max-width: 272px;
  border-right: none; }
  .overlay-menu-container .overlay-menu-headers .nav-tabs a:hover, .overlay-menu-container .overlay-menu-headers .nav-tabs a.active {
    background: #eef7f7;
    color: #56565A; }
.overlay-menu-container .nav-item.nav-item-sub-header {
  background: none;
  font-weight: bold;
  padding: 13px 16px;
  font-size: 1rem; }

.custom-accordion {
  position: relative; }
  .custom-accordion a {
    position: relative;
    padding-right: 20px !important; }
    .custom-accordion a .sub-category-image-label {
      padding-right: 10px !important; }
  .custom-accordion .img-with-link {
    position: relative;
    padding-right: 20px !important; }
  .custom-accordion i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem; }
  .custom-accordion .overlay-accordion {
    border-radius: 10px;
    background: #fff;
    width: 120%;
    position: absolute;
    left: 5px;
    top: 95%;
    box-shadow: 0px 0px 10px #dadada;
    z-index: 2;
    display: none;
    min-width: 350px; }
    .custom-accordion .overlay-accordion.overlay-accordion-v2 {
      width: 700px;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid #dadada; }
      .custom-accordion .overlay-accordion.overlay-accordion-v2.overlay-position-v3 {
        left: auto;
        right: 0;
        top: 100%;
        transform: translateY(0); }
      @media (max-width: 1279.98px) {
        .custom-accordion .overlay-accordion.overlay-accordion-v2 {
          right: 0%;
          top: 100%;
          left: auto;
          transform: translateY(0%); } }
    .custom-accordion .overlay-accordion.overlay-position-v2 {
      left: auto;
      right: 0; }
  .custom-accordion.open .overlay-accordion {
    display: block; }
  .custom-accordion.open .fa-plus {
    display: none; }
  .custom-accordion.open > a, .custom-accordion.open > .img-with-link {
    color: #55565a !important;
    background: #f1f7f7 !important; }
  .custom-accordion.open > .img-with-link a {
    background: none !important; }

.overlay-menu-container .overlay-menu-tab .category-container .overlay-accordion ul {
  padding: 10px; }
  .overlay-menu-container .overlay-menu-tab .category-container .overlay-accordion ul li {
    width: 50%;
    max-width: 50%; }
    .overlay-menu-container .overlay-menu-tab .category-container .overlay-accordion ul li a,
    .overlay-menu-container .overlay-menu-tab .category-container .overlay-accordion ul li .img-with-link {
      padding-right: 8px !important; }
      .overlay-menu-container .overlay-menu-tab .category-container .overlay-accordion ul li a .sub-category-image-label,
      .overlay-menu-container .overlay-menu-tab .category-container .overlay-accordion ul li .img-with-link .sub-category-image-label {
        padding-right: 0 !important; }
.overlay-menu-container .overlay-menu-tab .category-container .overlay-accordion.overlay-accordion-v2 ul li {
  width: 25%; }

@media (min-width: 1280px) {
  .tab-content-links {
    padding-right: 0;
    flex: 0 0 77%;
    max-width: 77%; }
    .tab-content-links .overlay-menu-tab {
      padding-right: 0; } }

.overlay-menu-container #support-info .overlay-menu-tab .category-container ul li {
  padding: 5px; }
  .overlay-menu-container #support-info .overlay-menu-tab .category-container ul li .img-with-link {
    justify-content: center; }
    .overlay-menu-container #support-info .overlay-menu-tab .category-container ul li .img-with-link i {
      margin-left: 6px; }

@media (min-width: 1280px) {
  .category-container,
  .category-bottom-container {
    min-width: 917px; } }

.green-icon {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  padding-right: 7px; }
  .green-icon i {
    font-size: 1.375rem;
    color: #0db3a9;
    width: 26px; }
    .green-icon i.adj-icon {
      position: relative;
      top: -1px; }
      .green-icon i.adj-icon.adj-icon-2 {
        line-height: 2; }
  .green-icon.green-icon-v2 i {
    position: relative;
    top: -1px; }

.overlay-menu-container .business-tab-tiles .overlay-menu-tab .category-bottom-container {
  margin-bottom: 15px !important; }
.overlay-menu-container .business-tab-tiles .overlay-menu-tab .category-container ul li .img-with-link, .overlay-menu-container .business-tab-tiles .overlay-menu-tab .category-container ul li a {
  height: 70px; }

.support-info {
  padding-top: 3px !important;
  padding-bottom: 10px !important; }

.business-tb {
  margin: 0px -30px !important; }

.withsmall-v2 {
  line-height: 18px !important;
  position: relative;
  top: -1px; }

.support-icon-v2 {
  margin-left: 4px !important; }

.category-container-col-50 {
  min-width: 917px; }

.category-container-col-50 a {
  width: 50%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0; }

.merge-cells-v2 {
  width: 25% !important; }

.ml-4-v2 {
  margin-left: 4px !important; }

.green-icon.green-icon-v3 {
  width: 36px;
  margin-left: 6px; }

header.main-header .business-right-nav {
  padding: 0px !important; }

@media (max-width: 1279.98px) {
  header.main-header .business-right-nav {
    padding: 0px 20px !important; } }
.cart-icon {
  padding: 0 5px; }

.cart-icon img {
  width: 28px !important;
  height: 24px !important;
  position: relative;
  top: 2px; }

.overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon {
  padding-right: 12px;
  width: 45px;
  display: inline-block;
  text-align: center;
  height: 24.593px; }

.overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link.icon-with-link .cart-icon i {
  font-size: 1.375rem;
  color: #0db3a9; }

.cart-icon.cart-icon-font {
  min-width: 45px;
  padding-right: 10px;
  text-align: center;
  height: 24.093px; }

.cart-icon.cart-icon-font i {
  font-size: 1.375rem !important;
  color: #0db3a9;
  margin: 0; }

header.main-header .amway-theme .amw-navigation-menu .navigation-menu-container .desktop-nav-menu .top-menu .top-menu-links .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a:hover {
  background: none;
  color: #0db3a9 !important; }

header.main-header .amway-theme .amw-navigation-menu .navigation-menu-container .desktop-nav-menu .top-menu .top-menu-links .overlay-menu-container .nav-tabs .nav-item.nav-item-sub > .img-with-link a:hover span {
  color: #0db3a9 !important; }

@media (min-width: 769px) {
  .modal.new-modal .modal-dialog {
    max-width: 604px; } }
@media (max-width: 768.98px) {
  .modal.new-modal .modal-dialog {
    margin: 25px 20px; } }
.modal.new-modal .modal-dialog .modal-close-out {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  .modal.new-modal .modal-dialog .modal-close-out .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 2rem;
    z-index: 10;
    border: none;
    background: transparent;
    padding: 0 0 0 15px;
    margin: 0;
    height: 42.56; }
    .modal.new-modal .modal-dialog .modal-close-out .modal-close:hover, .modal.new-modal .modal-dialog .modal-close-out .modal-close:focus, .modal.new-modal .modal-dialog .modal-close-out .modal-close:active {
      outline: none;
      box-shadow: none; }
    .modal.new-modal .modal-dialog .modal-close-out .modal-close.modal-close-v2 i {
      position: relative;
      top: -2.5px; }
.modal.new-modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #dadada;
  background: #daeded;
  color: #55565a;
  height: 60px; }
  @media (max-width: 768.98px) {
    .modal.new-modal .modal-header {
      padding: 18px 13px 18px 18px;
      height: 50px; } }
  @media (max-width: 768.98px) {
    .modal.new-modal .modal-header.modal-header-v3 {
      padding: 11px 11px 11px 19px; } }
.modal.new-modal .modal-title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700; }
  .modal.new-modal .modal-title.modal-title-v2 {
    font-size: 1.25rem;
    height: 20px; }
    @media (max-width: 768.98px) {
      .modal.new-modal .modal-title.modal-title-v2 {
        font-size: 1rem;
        height: auto;
        line-height: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center; } }
    @media (max-width: 768.98px) {
      .modal.new-modal .modal-title.modal-title-v2.modal-title-v2-v2 {
        flex-direction: initial; } }
.modal.new-modal .form-group label {
  font-weight: 700;
  color: #55565a; }
.modal.new-modal .form-control {
  font-weight: 400;
  line-height: 1;
  color: #55565a;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  height: 40px;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all ease-in-out 0.3s; }
  .modal.new-modal .form-control:focus {
    border: 1px solid #55565a;
    outline: none;
    box-shadow: none; }
  .modal.new-modal .form-control.error-input-border {
    border-width: 1px;
    border-style: solid;
    border-color: #ed174c;
    background-color: #fff8f8;
    color: #55565a; }
  .modal.new-modal .form-control.select-form-control.disabled {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    background-color: #bbbbbb !important;
    color: #fff !important;
    cursor: not-allowed; }
    .modal.new-modal .form-control.select-form-control.disabled:hover, .modal.new-modal .form-control.select-form-control.disabled:focus, .modal.new-modal .form-control.select-form-control.disabled:active, .modal.new-modal .form-control.select-form-control.disabled:not(:disabled):not(.disabled):active, .modal.new-modal .form-control.select-form-control.disabled:not(:disabled):not(.disabled).active {
      background-color: #c8c8c8;
      border-width: 1px;
      border-style: solid;
      border-color: #999999;
      box-shadow: none !important;
      color: #fff !important; }
.modal.new-modal .custom-control {
  padding-left: 26px; }
.modal.new-modal .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5; }
  @media (max-width: 768.98px) {
    .modal.new-modal .custom-control-label {
      font-size: 0.875rem; } }
  .modal.new-modal .custom-control-label:before {
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: '';
    background-color: #fafafa;
    border: #bbbbbb solid 1px;
    border-radius: 4px; }
  .modal.new-modal .custom-control-label:after {
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    background: no-repeat 50% / 50% 50%;
    background-size: 70%; }
.modal.new-modal .custom-control-input {
  width: 1rem;
  height: 1.15rem; }
  .modal.new-modal .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0db3a9;
    background: #0db3a9; }
  .modal.new-modal .custom-control-input:checked ~ .custom-control-label::after {
    content: '';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 0.6875rem;
    color: #fff;
    left: -1.3rem;
    top: 0.2rem; }
  .modal.new-modal .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dadada; }
.modal.new-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: ''; }
.modal.new-modal .btn {
  color: #55565a;
  height: 50px;
  font-size: 0.875rem;
  padding: 0.6875rem 0.9375rem;
  border-radius: 50px;
  font-weight: bold;
  line-height: 1; }
  @media (max-width: 768.98px) {
    .modal.new-modal .btn {
      margin-top: 0;
      margin-bottom: 0; } }
  .modal.new-modal .btn:hover, .modal.new-modal .btn:focus {
    line-height: 1; }
  .modal.new-modal .btn:disabled, .modal.new-modal .btn.disabled {
    border-color: #bbbbbb;
    background: #bbbbbb;
    color: #fff;
    box-shadow: none; }
    .modal.new-modal .btn:disabled:hover, .modal.new-modal .btn:disabled:focus, .modal.new-modal .btn.disabled:hover, .modal.new-modal .btn.disabled:focus {
      border-color: #bbbbbb;
      background: #bbbbbb;
      color: #fff; }
.modal.new-modal .btn-primary {
  color: #fff;
  background-color: #0db3a9;
  border-color: #0db3a9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-width: 1px; }
  .modal.new-modal .btn-primary:hover, .modal.new-modal .btn-primary:active {
    background: #0ca59c;
    border-width: 1px;
    border-style: solid;
    border-color: #0db3a9;
    text-decoration: none; }
.modal.new-modal .btn-outline-primary {
  border: 1px solid #0db3a9;
  background-color: #fff; }
  .modal.new-modal .btn-outline-primary:hover, .modal.new-modal .btn-outline-primary:active, .modal.new-modal .btn-outline-primary:focus {
    background-color: #daeded;
    box-shadow: none;
    outline: none;
    color: #55565a; }
.modal.new-modal .btn-outline-secondary {
  border: 1px solid #bbbbbb;
  background: #fff;
  color: #55565a;
  min-width: 121px; }
  .modal.new-modal .btn-outline-secondary:hover, .modal.new-modal .btn-outline-secondary:focus, .modal.new-modal .btn-outline-secondary:active, .modal.new-modal .btn-outline-secondary:not(:disabled):not(.disabled):active, .modal.new-modal .btn-outline-secondary:not(:disabled):not(.disabled).active {
    background: #f4f4f4;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    box-shadow: none; }
.modal.new-modal .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.modal.new-modal .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.modal.new-modal .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
  color: #55565a; }
.modal.new-modal .modal-content {
  background: transparent; }
  .modal.new-modal .modal-content .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
    min-height: 80px;
    background: #fff; }
    @media (max-width: 768.98px) {
      .modal.new-modal .modal-content .modal-body.modal-body-v3 {
        padding: 20px 15px; } }
  .modal.new-modal .modal-content .modal-footer {
    background: #fff; }
    .modal.new-modal .modal-content .modal-footer .btn {
      font-size: 0.875rem;
      line-height: 1.3;
      min-width: 100px;
      padding: 11px 5px;
      height: 40px; }
      @media (min-width: 769px) {
        .modal.new-modal .modal-content .modal-footer .btn {
          font-size: 1rem;
          padding: 16px 10px;
          height: 50px;
          line-height: 1 !important; } }
      .modal.new-modal .modal-content .modal-footer .btn.btn-lg, .modal.new-modal .modal-content .modal-footer .btn-group-lg > .btn {
        line-height: 2.5; }
.modal.new-modal .btn-lg-2 {
  height: 50px;
  line-height: 1.7;
  font-size: 1rem; }
  @media (max-width: 991.98px) {
    .modal.new-modal .btn-lg-2 {
      height: 40px;
      line-height: 1.2;
      font-size: 0.875rem; } }

#proxy-order.modal {
  padding: 0px !important; }

.amway-targo-label {
  margin-top: 15px;
  margin-bottom: 20px; }
  .amway-targo-label i {
    color: #0db3a9;
    font-size: 1.25rem;
    margin-right: 10px;
    vertical-align: middle; }

.abo-page #searchAddressBtn1 {
  line-height: 1.3 !important; }

.modal.new-modal.new-modal-v2 .modal-dialog .modal-content {
  background: none; }
  .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .modal-close-out {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .modal-close-out .modal-close {
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      font-size: 2rem;
      z-index: 10;
      border: none;
      background: transparent;
      padding: 0 0 0 15px;
      margin: 0; }
  .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .modal-body {
    padding: 20px; }
  .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .modal-body,
  .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .modal-footer {
    background: #fff; }
  .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn {
    height: 50px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 2;
    border-radius: 50px;
    font-weight: 700; }
  .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn-primary {
    color: #fff;
    background-color: #0db3a9;
    border-color: #0db3a9; }
    @media (max-width: 991.98px) {
      .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn-primary {
        height: 48px;
        font-size: 0.875rem; } }
    .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn-primary:hover {
      border-color: #0db3a9;
      background: #0ca59c; }
  .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn-outline-primary {
    border: 1px solid #0db3a9; }
    @media (max-width: 991.98px) {
      .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn-outline-primary {
        height: 40px;
        font-size: 0.875rem;
        line-height: 1.5; } }
    .modal.new-modal.new-modal-v2 .modal-dialog .modal-content .btn-outline-primary:hover {
      background: #daeded;
      color: inherit; }

.server-side-error-out {
  padding: 10px 0; }
  .server-side-error-out p {
    line-height: 1.8; }
  @media (min-width: 769px) {
    .server-side-error-out {
      padding: 20px; } }
  .server-side-error-out .server-side-error {
    font-size: 1rem;
    font-weight: 700;
    color: #F02828;
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .server-side-error-out .server-side-error {
        font-size: 1.25rem; } }
    .server-side-error-out .server-side-error.with-icon {
      padding-left: 25px;
      position: relative; }
      @media (min-width: 769px) {
        .server-side-error-out .server-side-error.with-icon {
          padding-left: 34px; } }
      .server-side-error-out .server-side-error.with-icon i {
        font-size: 1.125rem;
        position: absolute;
        top: 0;
        left: 0; }
        @media (min-width: 769px) {
          .server-side-error-out .server-side-error.with-icon i {
            font-size: 1.5rem; } }
    @media (max-width: 768.98px) {
      .server-side-error-out .server-side-error.server-side-error-3ds {
        padding-left: 30px; }
        .server-side-error-out .server-side-error.server-side-error-3ds i {
          font-size: 1.25rem;
          top: 1px; } }
  .server-side-error-out .btn {
    margin: 0; }
  .server-side-error-out .sm-two-buttons.xs-block {
    display: flex; }
    @media (max-width: 768.98px) {
      .server-side-error-out .sm-two-buttons.xs-block {
        display: block; } }
    @media (max-width: 768.98px) {
      .server-side-error-out .sm-two-buttons.xs-block .btn {
        margin-top: 5px;
        margin-bottom: 5px; } }
    @media (min-width: 769px) {
      .server-side-error-out .sm-two-buttons.xs-block.justify-content-center .btn {
        min-width: 400px;
        line-height: 1; } }

#pcBNCErrorModal p {
  color: #56565a; }
  @media (max-width: 768.98px) {
    #pcBNCErrorModal p {
      font-size: 14px; } }

.font-14 {
  font-size: 0.875rem !important; }

.modal.new-modal .custom-radio .custom-control-label::before {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #bbbbbb; }
.modal.new-modal .custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #56565A;
  font-weight: 700; }
  .modal.new-modal .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: #fff;
    border-color: #0db3a9; }
.modal.new-modal .custom-radio .custom-control-input:disabled ~ .custom-control-label {
  color: #bbbbbb !important; }
.modal.new-modal .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #0db3a9;
  left: -1.25rem;
  top: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%; }
.modal.new-modal .custom-radio .custom-control-label.course-cycle-v1 {
  color: #56565A !important;
  font-weight: 700 !important; }
  .modal.new-modal .custom-radio .custom-control-label.course-cycle-v1::before {
    background: #fff !important;
    border-color: #0db3a9 !important; }
.modal.new-modal .custom-radio .custom-control-label.course-cycle-v1::after {
  background: #0db3a9 !important;
  left: -1.25rem !important;
  top: 0.4rem !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50% !important; }
.modal.new-modal .customOverlay,
.modal.new-modal .successfully-message,
.modal.new-modal .customOverlayAlert {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1050;
  width: 100%;
  height: 100%;
  display: none; }
  .modal.new-modal .customOverlay p,
  .modal.new-modal .successfully-message p,
  .modal.new-modal .customOverlayAlert p {
    background: rgba(0, 0, 0, 0.7);
    margin: 0px;
    padding: 7px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 34px;
    text-align: center;
    transform: translate(-50%, -20px);
    font-size: 0.875rem;
    font-weight: 700; }
    .modal.new-modal .customOverlay p i,
    .modal.new-modal .successfully-message p i,
    .modal.new-modal .customOverlayAlert p i {
      color: #20893d; }

.new-modal .btn:disabled, .new-modal .btn.disabled {
  border-color: #bbbbbb;
  background: #bbbbbb;
  color: #fff;
  box-shadow: none; }
  .new-modal .btn:disabled:hover, .new-modal .btn:disabled:focus, .new-modal .btn.disabled:hover, .new-modal .btn.disabled:focus {
    border-color: #bbbbbb;
    background: #bbbbbb;
    color: #fff; }

.modal.new-modal.new-modal-v3 .modal-title {
  color: #56565A; }

.abo-page .modal.new-modal .btn {
  line-height: 1 !important; }

.balloon {
  background-color: #ed174c;
  padding: 3px 5px;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: -19px;
  border-radius: 26px;
  min-width: 80px;
  right: 0;
  text-align: center;
  line-height: normal;
  z-index: 100; }
  @media (min-width: 769px) {
    .balloon {
      padding: 4px 9px;
      font-size: 0.875rem;
      bottom: -25px; } }
  .balloon::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ed174c;
    position: absolute;
    top: -4px;
    right: 19px;
    margin: auto; }
    @media (min-width: 769px) {
      .balloon::before {
        right: 38px; } }
  .balloon .currency {
    font-size: 0.5625rem;
    font-weight: normal; }
    @media (min-width: 769px) {
      .balloon .currency {
        font-size: 0.625rem; } }

.badge.badge-new {
  text-transform: uppercase;
  background-color: #fff5f5;
  color: #e03843;
  border: 1px solid #f6bcbf; }

.small-badge.badge-new {
  height: 16px;
  width: 36px;
  font-size: 0.625rem;
  padding-top: 2px;
  padding-right: 0;
  padding-left: 0; }

.new-badges a {
  display: inline-block !important;
  margin-right: 5px; }

.modal .hamburger-nav.with-arrow li {
  position: relative; }
  .modal .hamburger-nav.with-arrow li .fa-external-link {
    font-size: 0.75rem;
    margin-left: 8px; }

.overlay-menu-container .fa-external-link {
  font-size: 0.75rem;
  margin-left: 5px; }

.quick-links {
  box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding-bottom: 35px; }
  @media (min-width: 769px) {
    .quick-links {
      padding: 45px 0 80px 0;
      margin-top: 60px; } }

#footerAccordion {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
  max-width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 769px) {
    #footerAccordion {
      max-width: 75%;
      flex: 0 0 75%; } }
  #footerAccordion h5 {
    color: #002F5F;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      #footerAccordion h5 {
        font-size: 0.75rem; } }
    #footerAccordion h5::before {
      content: "+";
      font-size: 1.5625rem;
      position: relative;
      top: 3px;
      color: #0075a4; }
      @media (min-width: 769px) {
        #footerAccordion h5::before {
          display: none; } }
  #footerAccordion .quick-links-item {
    padding: 15px;
    border-bottom: 1px solid #dadada;
    max-width: 100%;
    flex: 0 0 100%; }
    @media (min-width: 769px) {
      #footerAccordion .quick-links-item {
        padding: 0 15px;
        border: none;
        max-width: 25%;
        flex: 0 0 25%; } }
    #footerAccordion .quick-links-item.switcher .panel-collapse {
      display: block; }
    #footerAccordion .quick-links-item.switcher h5::before {
      content: "-"; }
    @media (max-width: 768.98px) {
      #footerAccordion .quick-links-item:last-child .panel-collapse {
        padding-bottom: 0; }
        #footerAccordion .quick-links-item:last-child .panel-collapse li:last-child a {
          padding-bottom: 0; } }
  #footerAccordion .panel-collapse {
    padding: 10px 0px; }
    @media (min-width: 769px) {
      #footerAccordion .panel-collapse {
        display: block;
        padding-top: 30px; } }
    #footerAccordion .panel-collapse li a {
      display: inline-block;
      padding: 5px 15px;
      font-size: 0.8125rem;
      color: #002F5F; }
      #footerAccordion .panel-collapse li a:hover, #footerAccordion .panel-collapse li a:focus {
        color: #0075a4; }
      @media (min-width: 769px) {
        #footerAccordion .panel-collapse li a {
          padding: 5px 0; } }

.quick-links-misc {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0; }
  @media (min-width: 769px) {
    .quick-links-misc {
      max-width: 25%;
      flex: 0 0 25%;
      margin: 0; } }
  .quick-links-misc ul li {
    padding: 0px 15px 5px 15px; }
    .quick-links-misc ul li:last-child {
      border-bottom: 1px solid #dadada;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .quick-links-misc ul li:last-child {
          border-bottom: none; } }
    .quick-links-misc ul li p {
      font-weight: bold;
      margin-bottom: 30px;
      font-size: 0.9375rem; }
      @media (max-width: 768.98px) {
        .quick-links-misc ul li p {
          margin-bottom: 10px; } }
    .quick-links-misc ul li:first-child .socialShareLinks a {
      padding-right: 1rem;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .quick-links-misc ul li:first-child .socialShareLinks a {
          padding-right: 20px; } }
      .quick-links-misc ul li:first-child .socialShareLinks a img {
        max-width: 32px; }
        @media (max-width: 767.98px) {
          .quick-links-misc ul li:first-child .socialShareLinks a img {
            max-width: 40px; } }
      .quick-links-misc ul li:first-child .socialShareLinks a.youtube-icon {
        padding-right: 0; }
        .quick-links-misc ul li:first-child .socialShareLinks a.youtube-icon img {
          max-width: 120px; }
      .quick-links-misc ul li:first-child .socialShareLinks a.snsLink-icon {
        padding-right: 0; }
        .quick-links-misc ul li:first-child .socialShareLinks a.snsLink-icon img {
          max-width: 170px;
          width: 170px; }

.socialShareLinks a {
  display: inline-block;
  margin: 0 1px 20px 0; }
  .socialShareLinks a img {
    max-width: 75px; }

.footer {
  background: #002F5F;
  color: #fff;
  padding: 35px 0 30px 0;
  text-align: center; }
  .footer ul li {
    display: inline-block;
    padding: 0 0.2rem 0 0.5rem;
    border-left: 1px solid #fff;
    margin-bottom: 10px;
    line-height: 18.62px; }
    .footer ul li:first-child {
      border-left: none; }
    .footer ul li a {
      color: #fff;
      font-size: 0.8125rem;
      line-height: 17.27px; }
      .footer ul li a:hover {
        color: #999999; }

.copyright {
  margin: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem; }

#scrolTOTop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  padding: 0px 15px;
  border-radius: 10px;
  font-size: 0.8125rem;
  opacity: 0.5;
  height: 45px;
  font-weight: 400; }
  #scrolTOTop span {
    display: block;
    line-height: 0.1;
    font-size: 0.8125rem;
    position: relative;
    top: 0px; }
  #scrolTOTop i {
    margin: 0; }

.related_sites .quick-links-header {
  font-weight: 700;
  color: #002F5F;
  font-size: 0.875rem; }

.ft_logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px; }
  .ft_logo_link .logo_set {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .ft_logo_link .logo_set {
        width: 25%; } }
    @media (min-width: 992px) {
      .ft_logo_link .logo_set {
        width: 20%; } }
    .ft_logo_link .logo_set a {
      display: block; }
      .ft_logo_link .logo_set a img {
        border: 1px #dadada solid;
        display: block;
        width: 100%;
        padding: 3px 0;
        height: auto; }

.footer-home-top-link {
  bottom: 90px !important; }
  @media (min-width: 769px) {
    .footer-home-top-link {
      bottom: 90px !important; } }

@media (min-width: 768px) {
  .btn + .btn {
    margin-left: 5px !important; } }

.order-entry-pagination .textRight {
  text-align: right; }
  @media (max-width: 768.98px) {
    .order-entry-pagination .textRight {
      text-align: left; } }

#sop-confirm-profile-change p {
  line-height: 1.5; }

.checkout-topbar-member .fa-user-circle {
  font-size: 40px;
  line-height: 100%;
  padding-top: 10px; }

.page-QualificationCancellationPage .account-profile__editor.form-group {
  line-height: 2.5; }

#newShippingAddr {
  position: relative;
  top: -3px;
  margin-left: 5px; }
  @media (max-width: 768.98px) {
    #newShippingAddr {
      margin-left: 0;
      margin-top: 10px; } }

#retrievalAddr {
  position: relative;
  top: -1px;
  margin-left: 5px; }
  @media (max-width: 768.98px) {
    #retrievalAddr {
      margin-left: 0;
      margin-top: 10px; } }

.confirm-tsuki-setting-link {
  position: relative;
  top: -15px; }

.text-link {
  color: #55565a; }
  .text-link:hover {
    color: #002F5F; }

@media (max-width: 991.98px) {
  .page-orderConfirmationPage .shopping-cart-item-list .product-list-item .product-item-element {
    font-weight: bold;
    color: #002F5F; } }

@media (min-width: 992px) {
  #searchEmptyPageMiddle {
    margin-left: 9%; } }

@media (min-width: 992px) {
  .articles #searchEmptyPageMiddle {
    margin-left: 11%; } }

.page-RegisteredUserPage .account-profile__editor {
  display: none; }
.page-RegisteredUserPage .header-wrapper .nav-links-container .nav-list li.nav-item a .icon {
  top: 14px; }
.page-RegisteredUserPage .desktop-nav-menu .search-box {
  position: relative;
  top: 3px; }

label.checkboxStyle {
  font-size: 18px; }

.account-container .radio-wrap {
  position: relative;
  display: inline-block;
  height: 32px;
  margin-top: 5px; }

.page-renewalManagement span.primary-link-icon {
  color: #0075a4;
  padding-left: 8px; }
@media (max-width: 991.98px) {
  .page-renewalManagement .account-container .panel-title.auto-renewal-title {
    margin: 0; } }
.page-renewalManagement .expired-btn {
  margin-left: 30px; }
  @media (max-width: 991.98px) {
    .page-renewalManagement .expired-btn {
      margin: 0;
      display: block;
      margin-left: 15px; } }
.page-renewalManagement .expired-label {
  margin-left: 15px; }
  @media (max-width: 991.98px) {
    .page-renewalManagement .expired-label {
      flex-basis: 100%; } }
@media (min-width: 769px) {
  .page-renewalManagement .adjustMar {
    margin-left: 15px;
    margin-right: 15px; } }

.page-CreditCardManagement .btn + .btn {
  margin-left: 0px !important; }
.page-CreditCardManagement .list-content .card-info img {
  margin-right: 5px; }

@media (max-width: 768.98px) {
  #PCPlazaNavBarComponent-NavigationComponent-more-menu {
    margin-left: 100px !important; } }

fd-alert {
  display: none !important; }

[data-smartedit-component-id="LoginBubbleSlot"] {
  top: 25px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  left: -1.55rem; }

span.reg-page-underline a {
  text-decoration: underline; }
span.reg-page-bold a {
  text-decoration: underline;
  font-weight: normal; }

.pc-mob-banner img {
  display: inline-block; }

.page-nutrilitehomepage #nutrilite_wrap {
  margin-top: -11px; }

.dark-red {
  color: #ed174c; }

.alert.custom-alert-warning {
  background: none;
  padding: 0;
  margin-bottom: 0px;
  border: none; }
  @media (max-width: 768.98px) {
    .alert.custom-alert-warning {
      margin-bottom: 20px; } }
  .alert.custom-alert-warning a {
    padding: 5px 15px;
    background: #FFFCE9;
    border: 1px solid #F7EEB2;
    margin-bottom: 20px;
    display: block; }

.modal.hamburger-left .accordion-v2 .card-body, .modal.hamburger-right .accordion-v2 .card-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px; }
.modal.hamburger-left .modal-dialog, .modal.hamburger-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1); }
.modal.hamburger-left .modal-content, .modal.hamburger-right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #fff; }
.modal.hamburger-left .modal-header, .modal.hamburger-right .modal-header {
  padding: 15px;
  background-color: #fff;
  color: inherit;
  border-bottom: 2px solid #cccccc; }
  .modal.hamburger-left .modal-header .close, .modal.hamburger-right .modal-header .close {
    position: fixed;
    right: 15px;
    top: 18px;
    display: block;
    outline: none;
    font-size: 1.25rem;
    color: #55565a;
    z-index: 9; }
    .modal.hamburger-left .modal-header .close i, .modal.hamburger-right .modal-header .close i {
      font-size: 1.625rem; }
  .modal.hamburger-left .modal-header .user-info, .modal.hamburger-right .modal-header .user-info {
    color: #55565a; }
    .modal.hamburger-left .modal-header .user-info .user-name, .modal.hamburger-right .modal-header .user-info .user-name {
      font-size: 1rem;
      line-height: 19px;
      color: #55565a; }
      .modal.hamburger-left .modal-header .user-info .user-name .nli-user-info, .modal.hamburger-right .modal-header .user-info .user-name .nli-user-info {
        color: #57575A; }
.modal.hamburger-left .modal-body, .modal.hamburger-right .modal-body {
  padding: 0;
  font-size: 0.875rem;
  overflow-x: hidden; }
.modal .hamburger-nav:last-child {
  border: none;
  margin: 0; }
  .modal .hamburger-nav:last-child ul li:last-child {
    border: none; }
.modal .hamburger-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .modal .hamburger-nav ul li {
    border-bottom: 1px solid #e3e3e3; }
    .modal .hamburger-nav ul li.no-border {
      border-bottom: none; }
    .modal .hamburger-nav ul li a {
      display: block;
      padding: 15px 15px;
      color: #56565A;
      line-height: 1.34; }
      .modal .hamburger-nav ul li a:hover {
        color: #002F5F; }
      .modal .hamburger-nav ul li a.disabled {
        cursor: not-allowed;
        color: #999999; }
        .modal .hamburger-nav ul li a.disabled span {
          font-size: 0.6875rem;
          color: #ed174c;
          font-weight: 400; }
.modal .hamburger-nav.with-arrow a {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center; }
  .modal .hamburger-nav.with-arrow a .badge {
    margin-left: 5px; }
  .modal .hamburger-nav.with-arrow a i {
    font-size: 0.75rem; }
    .modal .hamburger-nav.with-arrow a i.fa-external-link {
      color: #867f77;
      margin-left: 5px; }
  .modal .hamburger-nav.with-arrow a:hover i.fa-external-link, .modal .hamburger-nav.with-arrow a:focus i.fa-external-link {
    color: #867f77; }
.modal .hamburger-nav.with-min-height ul, .modal .hamburger-nav.with-min-height-sub-category ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 0 5px; }
  .modal .hamburger-nav.with-min-height ul li, .modal .hamburger-nav.with-min-height-sub-category ul li {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
    border-bottom: none; }
    .modal .hamburger-nav.with-min-height ul li a, .modal .hamburger-nav.with-min-height-sub-category ul li a {
      background: #fff;
      padding: 8px !important;
      border-radius: 5px;
      min-height: 70px;
      box-shadow: 0px 0px 6px #0000001A;
      justify-content: flex-start;
      border: 1px solid #dadada;
      height: 100%; }
      .modal .hamburger-nav.with-min-height ul li a img, .modal .hamburger-nav.with-min-height-sub-category ul li a img {
        max-width: 50px;
        max-height: 50px !important;
        margin-right: 7px; }
    .modal .hamburger-nav.with-min-height ul li > .img-with-link, .modal .hamburger-nav.with-min-height-sub-category ul li > .img-with-link {
      background: #fff;
      padding: 10px 8px !important;
      border-radius: 5px;
      min-height: 70px;
      border: 1px solid #dadada;
      box-shadow: 0px 0px 6px #0000001A;
      justify-content: flex-start;
      height: 100%;
      display: flex; }
      .modal .hamburger-nav.with-min-height ul li > .img-with-link a, .modal .hamburger-nav.with-min-height-sub-category ul li > .img-with-link a {
        padding: 0 !important;
        min-height: 20px;
        border: none;
        box-shadow: none; }
        .modal .hamburger-nav.with-min-height ul li > .img-with-link a:first-child, .modal .hamburger-nav.with-min-height-sub-category ul li > .img-with-link a:first-child {
          width: 50px;
          max-width: 50px;
          margin-right: 5px; }
      .modal .hamburger-nav.with-min-height ul li > .img-with-link img, .modal .hamburger-nav.with-min-height-sub-category ul li > .img-with-link img {
        width: 50px;
        height: 50px;
        max-height: 50px;
        margin-right: 5px; }
    .modal .hamburger-nav.with-min-height ul li.w-100 a, .modal .hamburger-nav.with-min-height-sub-category ul li.w-100 a {
      height: auto !important; }
    .modal .hamburger-nav.with-min-height ul li > .img-with-link, .modal .hamburger-nav.with-min-height-sub-category ul li > .img-with-link {
      background: #fff;
      padding: 10px !important;
      border-radius: 5px;
      min-height: 70px;
      box-shadow: 0px 0px 6px #0000001A;
      justify-content: flex-start;
      display: flex;
      align-items: center; }
      .modal .hamburger-nav.with-min-height ul li > .img-with-link a, .modal .hamburger-nav.with-min-height-sub-category ul li > .img-with-link a {
        padding: 0 !important;
        min-height: 20px;
        box-shadow: none; }
        .modal .hamburger-nav.with-min-height ul li > .img-with-link a:first-child, .modal .hamburger-nav.with-min-height-sub-category ul li > .img-with-link a:first-child {
          width: 36px;
          max-width: 36px;
          margin-right: 5px; }
  .modal .hamburger-nav.with-min-height ul.brand-intro-links, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links {
    background: #fff;
    border-radius: 5px;
    min-height: 70px;
    box-shadow: 0px 0px 6px #0000001a;
    padding: 3px 0px;
    margin: 0px 15px 0 15px; }
    .modal .hamburger-nav.with-min-height ul.brand-intro-links li, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links li {
      width: 100%;
      padding: 0;
      border-bottom: 1px solid #e3e3e3;
      margin-bottom: 0; }
      .modal .hamburger-nav.with-min-height ul.brand-intro-links li:last-child, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .modal .hamburger-nav.with-min-height ul.brand-intro-links li a, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links li a {
        padding: 16px 15px !important;
        min-height: 20px;
        border: none;
        box-shadow: none;
        display: block; }
        .modal .hamburger-nav.with-min-height ul.brand-intro-links li a i, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links li a i {
          float: right; }
      .modal .hamburger-nav.with-min-height ul.brand-intro-links li > .img-with-link, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links li > .img-with-link {
        padding: 16px 15px;
        position: relative;
        box-shadow: none;
        border: none;
        min-height: 50px; }
        .modal .hamburger-nav.with-min-height ul.brand-intro-links li > .img-with-link a, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links li > .img-with-link a {
          padding: 8px 8px !important;
          display: inline-block;
          max-width: 100%; }
        .modal .hamburger-nav.with-min-height ul.brand-intro-links li > .img-with-link i, .modal .hamburger-nav.with-min-height-sub-category ul.brand-intro-links li > .img-with-link i {
          position: absolute;
          right: 15px;
          top: 20px;
          font-size: 12px; }
.modal .hamburger-nav.with-min-height ul.social-links, .modal .hamburger-nav.with-min-height-sub-category ul.social-links {
  overflow: hidden;
  background: #fff;
  padding: 20px 10px 10px 10px !important;
  border-radius: 5px;
  min-height: 70px;
  box-shadow: 0px 0px 6px #0000001A;
  justify-content: flex-start;
  margin: 0px 10px; }
  .modal .hamburger-nav.with-min-height ul.social-links li, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #f0f0f3; }
    .modal .hamburger-nav.with-min-height ul.social-links li:last-child, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .modal .hamburger-nav.with-min-height ul.social-links li a, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a {
      min-height: 20px;
      line-height: normal;
      background: none;
      box-shadow: none;
      padding: 10px 0px !important;
      display: block;
      border: none;
      height: auto; }
      .modal .hamburger-nav.with-min-height ul.social-links li a i, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a i {
        float: right; }
      .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons {
        min-height: 20px;
        background: none;
        border: none;
        box-shadow: none;
        padding: 0 !important;
        margin-bottom: 15px; }
        .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons strong, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons strong {
          line-height: 2.1; }
          .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons strong img, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons strong img {
            float: left;
            margin-right: 15px; }
        .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons .instagramLogo img,
        .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons .facebookLogo img, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons .instagramLogo img,
        .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons .facebookLogo img {
          width: 29px; }
        .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons .twitterLogo, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons .twitterLogo {
          line-height: 2.2; }
          .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons .twitterLogo img, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons .twitterLogo img {
            width: 35px; }
        .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons .youtubeLogo, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons .youtubeLogo {
          line-height: 2.3; }
          .modal .hamburger-nav.with-min-height ul.social-links li a.social-icons .youtubeLogo img, .modal .hamburger-nav.with-min-height-sub-category ul.social-links li a.social-icons .youtubeLogo img {
            width: 33px; }
.modal .hamburger-nav.with-min-height-sub-category ul li a {
  min-height: 70px; }
  .modal .hamburger-nav.with-min-height-sub-category ul li a img {
    max-height: 38px; }
.modal.hamburger-left.fade .modal-dialog {
  left: -270px;
  transition: opacity 0.1s linear, left 0.1s ease-out; }
.modal.hamburger-left.fade.show .modal-dialog {
  left: 0; }
.modal.hamburger-right.fade .modal-dialog {
  right: -270px;
  transition: opacity 0.3s linear, right 0.3s ease-out; }
.modal.hamburger-right.fade.show .modal-dialog {
  right: 0; }
.modal .proxy-note-container {
  font-size: 0.875rem; }

.xs-sub-category-top .back-to-l1,
.xs-sub-category-top .xs-menu-category-title {
  display: block;
  color: #56565A;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 13px 15px 12px 15px;
  border-bottom: 1px solid #e3e3e3; }
  .xs-sub-category-top .back-to-l1:hover,
  .xs-sub-category-top .xs-menu-category-title:hover {
    color: #002F5F; }
  .xs-sub-category-top .back-to-l1:active, .xs-sub-category-top .back-to-l1:visited,
  .xs-sub-category-top .xs-menu-category-title:active,
  .xs-sub-category-top .xs-menu-category-title:visited {
    color: #55565a; }
.xs-sub-category-top .xs-menu-category-title {
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px; }

.xs-sub-category-bottom {
  display: flex;
  padding: 15px 10px 20px 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .xs-sub-category-bottom a {
    width: 48%;
    min-width: 48%;
    border: 1px solid #dadada;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    flex-basis: auto !important;
    background: #fff;
    justify-content: center !important;
    margin: 5px 0; }
    .xs-sub-category-bottom a img {
      height: 27px; }

.modal-backdrop {
  background: #2c2c2c; }
  .modal-backdrop.show {
    opacity: 0.5; }

#proxy-order::before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: ''; }

.modal.hamburger-left .btn-link, .modal.hamburger-right .btn-link {
  background: none !important;
  border: none !important; }
  .modal.hamburger-left .btn-link.collapsed, .modal.hamburger-right .btn-link.collapsed {
    background: #fff !important;
    border-top: 1px solid #f0f0f3 !important; }
.modal.hamburger-left .accordion-v2, .modal.hamburger-right .accordion-v2 {
  background: transparent linear-gradient(135deg, #DAEDED 0%, #D0F5E1 52%, #E9F2F2 100%) 0% 0% no-repeat padding-box; }
  .modal.hamburger-left .accordion-v2 .card-header h2 .btn-link, .modal.hamburger-right .accordion-v2 .card-header h2 .btn-link {
    padding: 18px 50px 18px 15px;
    line-height: 1; }
    .modal.hamburger-left .accordion-v2 .card-header h2 .btn-link::before, .modal.hamburger-right .accordion-v2 .card-header h2 .btn-link::before {
      right: 20px; }
    .modal.hamburger-left .accordion-v2 .card-header h2 .btn-link::after, .modal.hamburger-right .accordion-v2 .card-header h2 .btn-link::after {
      right: 20px; }
.modal.hamburger-left .accordion > .card, .modal.hamburger-right .accordion > .card {
  border: none;
  background: none; }
  .modal.hamburger-left .accordion > .card:last-child, .modal.hamburger-right .accordion > .card:last-child {
    border-bottom: 1px solid #f0f0f3; }
.modal .hamburger-nav.tile-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 0 5px; }
  .modal .hamburger-nav.tile-nav ul li {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px; }
    .modal .hamburger-nav.tile-nav ul li a {
      background: #fff;
      padding: 8px !important;
      border-radius: 5px;
      min-height: 70px;
      border: 1px solid #dadada;
      box-shadow: 0px 0px 6px #0000001A;
      justify-content: flex-start;
      height: 100%; }
      .modal .hamburger-nav.tile-nav ul li a img {
        width: 50px;
        height: 50px;
        max-height: 50px;
        margin-right: 7px; }
    .modal .hamburger-nav.tile-nav ul li > .img-with-link {
      background: #fff;
      padding: 8px !important;
      border-radius: 5px;
      min-height: 70px;
      border: 1px solid #dadada;
      box-shadow: 0px 0px 6px #0000001A;
      justify-content: flex-start;
      height: 100%;
      display: flex; }
      .modal .hamburger-nav.tile-nav ul li > .img-with-link a {
        padding: 0 !important;
        min-height: 20px;
        border: none;
        box-shadow: none; }
        .modal .hamburger-nav.tile-nav ul li > .img-with-link a:first-child {
          width: 50px;
          max-width: 50px;
          margin-right: 5px; }
      .modal .hamburger-nav.tile-nav ul li > .img-with-link .badge {
        margin-left: 5px; }
      .modal .hamburger-nav.tile-nav ul li > .img-with-link img {
        width: 50px;
        height: 50px;
        max-height: 50px;
        margin-right: 5px; }
      .modal .hamburger-nav.tile-nav ul li > .img-with-link.with-sublevel-v2 {
        height: 54px;
        min-height: 54px; }
        .modal .hamburger-nav.tile-nav ul li > .img-with-link.with-sublevel-v2 a {
          width: 100%;
          max-width: 100%;
          padding: 8px 7px 5px 7px !important; }
.modal .hamburger-nav.hamburger-nav-with-green-icon ul li a {
  width: 100%;
  padding: 10px 15px !important;
  min-height: 63px; }
  .modal .hamburger-nav.hamburger-nav-with-green-icon ul li a span:first-child {
    min-width: 26px;
    padding-right: 7px;
    height: 22.75px; }
  .modal .hamburger-nav.hamburger-nav-with-green-icon ul li a span.image-label {
    height: auto; }
  .modal .hamburger-nav.hamburger-nav-with-green-icon ul li a span i {
    font-size: 1.3125rem !important;
    color: #0db3a9;
    width: 26px;
    text-align: center; }
  .modal .hamburger-nav.hamburger-nav-with-green-icon ul li a.with-sublevel-v2 {
    min-height: 54px; }
.modal .hamburger-nav.hamburger-nav-with-green-icon ul li.w-100 a span:first-child {
  min-width: 26px;
  text-align: center;
  padding-right: 7px;
  height: 22.75px; }
.modal .bg-nav-li {
  background: #daeded;
  padding: 15px 10px; }
.modal .nav-box {
  background: #fff;
  padding: 24px 15px 24px 18px  !important;
  border-radius: 5px;
  min-height: 70px;
  border: 1px solid #dadada;
  box-shadow: 0px 0px 6px #0000001A;
  height: 100%;
  display: flex !important;
  align-items: center;
  line-height: 1.4 !important; }
  .modal .nav-box i {
    margin-right: 12px;
    font-size: 1.375rem;
    color: #0db3a9;
    position: relative;
    top: -1px; }
.modal .list-nav-parent {
  padding: 0 10px 10px 10px; }
.modal .list-nav {
  background: #fff;
  padding: 3px 0;
  border-radius: 5px;
  border: 1px solid #dadada;
  box-shadow: 0px 0px 6px #0000001A; }
  .modal .list-nav .hamburger-nav ul li a {
    padding: 16px 15px; }
  .modal .list-nav .hamburger-nav ul li > .img-with-link {
    padding: 16px 15px;
    position: relative; }
    .modal .list-nav .hamburger-nav ul li > .img-with-link.img-with-link-v2 {
      position: relative; }
      .modal .list-nav .hamburger-nav ul li > .img-with-link.img-with-link-v2 i {
        position: absolute;
        right: 15px;
        top: 20px;
        font-size: 12px; }
    .modal .list-nav .hamburger-nav ul li > .img-with-link a {
      padding: 0;
      display: inline-block; }
    .modal .list-nav .hamburger-nav ul li > .img-with-link .badge {
      margin-left: 5px !important; }
    .modal .list-nav .hamburger-nav ul li > .img-with-link i {
      position: absolute;
      right: auto;
      top: 20px; }

.with-min-height-sub-category {
  background: transparent linear-gradient(135deg, #DAEDED 0%, #D0F5E1 52%, #E9F2F2 100%) 0% 0% no-repeat padding-box;
  padding-top: 15px;
  padding-bottom: 15px; }
  .with-min-height-sub-category .xs-menu-category-title {
    font-weight: 700;
    padding: 0px 10px 15px 10px;
    color: #56565A; }

.custom-accordion-v2 {
  position: relative; }
  .custom-accordion-v2 a {
    position: relative; }
    .custom-accordion-v2 a i {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1rem !important; }
  .custom-accordion-v2 .overlay-accordion-v2 {
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 0px 0px 10px #dadada;
    z-index: 2;
    display: none;
    border-top: 1px solid #0db3a9;
    margin: 0 1px; }
    .custom-accordion-v2 .overlay-accordion-v2 ul {
      padding: 0 !important; }
      .custom-accordion-v2 .overlay-accordion-v2 ul li {
        margin-bottom: 0 !important;
        border-bottom: 1px solid #f0f0f3 !important; }
        .custom-accordion-v2 .overlay-accordion-v2 ul li:last-child {
          border-bottom: none !important; }
        .custom-accordion-v2 .overlay-accordion-v2 ul li a, .custom-accordion-v2 .overlay-accordion-v2 ul li .img-with-link {
          border: none !important;
          box-shadow: none !important; }
        .custom-accordion-v2 .overlay-accordion-v2 ul li .img-with-link {
          box-shadow: none !important; }
  .custom-accordion-v2.open .overlay-accordion-v2 {
    display: block; }
  .custom-accordion-v2.open .fa-plus {
    display: none; }
  .custom-accordion-v2.open > a {
    border-radius: 5px 5px 0 0 !important;
    border-bottom-color: #fff !important; }

.with-primary-background {
  border-top: 1px solid #dadada; }

.hamburger-left .xs-main-menu-l1 {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease; }
  .hamburger-left .xs-main-menu-l1.fadeInLeftmainmenu {
    transform: translateX(100%); }
.hamburger-left .xs-main-menu-l2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease; }
  .hamburger-left .xs-main-menu-l2.fadeInRightXs {
    transform: translateX(-100%); }

.cart-icon.cart-icon-font {
  min-width: 45px;
  padding-right: 10px;
  text-align: center;
  height: 24.093px; }
  .cart-icon.cart-icon-font i {
    font-size: 1.375rem !important;
    color: #0db3a9;
    margin: 0; }

select.form-control:disabled, select.form-control.disabled {
  background: url(../../../theme-amwayjapan/images/selector-arrow-xs-abo.png) no-repeat scroll right center #dadada !important;
  border-color: #bbbbbb !important;
  background-size: 22px auto !important;
  color: #55565a !important; }

@media (max-width: 768.98px) {
  .modal.new-modal .abo-utilities .btn-lg-2 {
    line-height: 1 !important; } }

.abo-utilities .text-link-green {
  color: #0A857D; }
  .abo-utilities .text-link-green:hover {
    color: #0A857D; }
  .abo-utilities .text-link-green i {
    font-size: 0.875rem; }
.abo-utilities .btn.btn-lg-2 {
  height: 50px;
  padding: 16px 10px;
  font-size: 1rem;
  line-height: 1.2 !important; }
  @media (max-width: 768.98px) {
    .abo-utilities .btn.btn-lg-2 {
      height: 40px;
      padding: 12px 10px;
      font-size: 0.875rem;
      line-height: 1 !important; } }
.abo-utilities select.form-control {
  background: #fff url(../../../theme-amwayjapan/images/selector-arrow-xs-abo.png) no-repeat scroll right center;
  background-size: 22px auto;
  padding: 11px 9px 11px 14px; }
  @media (max-width: 768.98px) {
    .abo-utilities select.form-control {
      padding: 13px 9px 13px 14px;
      height: 44px !important; } }

.backto {
  font-size: 0.75rem;
  margin-bottom: 30px;
  line-height: 15px; }
  @media (max-width: 768.98px) {
    .backto {
      margin-bottom: 22px; } }
  .backto a {
    color: #56565A; }
  .backto i {
    font-size: 0.9375rem;
    color: #0db3a9; }

.btn-center-section {
  max-width: 404px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }
  @media (max-width: 768.98px) {
    .btn-center-section {
      margin-bottom: 20px; } }
  .btn-center-section .btns .btn {
    margin-bottom: 20px;
    width: 100%; }
    @media (max-width: 768.98px) {
      .btn-center-section .btns .btn {
        margin-bottom: 15px; } }
    .btn-center-section .btns .btn:last-child {
      margin-bottom: 15px; }
      @media (max-width: 768.98px) {
        .btn-center-section .btns .btn:last-child {
          margin-bottom: 10px; } }

/*Margin*/
.u-mt-5-0 {
  margin-top: 5px !important; }
  @media (max-width: 768.98px) {
    .u-mt-5-0 {
      margin-top: 0 !important; } }

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

@media (max-width: 768.98px) {
  .u-mb-sp-5 {
    margin-bottom: 5px !important; } }

.u-mb-20-15 {
  margin-bottom: 20px !important; }
  @media (max-width: 768.98px) {
    .u-mb-20-15 {
      margin-bottom: 15px !important; } }

.u-mb-30-15 {
  margin-bottom: 30px !important; }
  @media (max-width: 768.98px) {
    .u-mb-30-15 {
      margin-bottom: 15px !important; } }

.u-mb-30-20 {
  margin-bottom: 30px !important; }
  @media (max-width: 768.98px) {
    .u-mb-30-20 {
      margin-bottom: 20px !important; } }

.u-mb-30-25 {
  margin-bottom: 30px !important; }
  @media (max-width: 768.98px) {
    .u-mb-30-25 {
      margin-bottom: 25px !important; } }

.u-mb-25-20 {
  margin-bottom: 25px !important; }
  @media (max-width: 768.98px) {
    .u-mb-25-20 {
      margin-bottom: 20px !important; } }

.u-mb-40-30 {
  margin-bottom: 40px !important; }
  @media (max-width: 768.98px) {
    .u-mb-40-30 {
      margin-bottom: 30px !important; } }

.u-mb-40-20 {
  margin-bottom: 40px !important; }
  @media (max-width: 768.98px) {
    .u-mb-40-20 {
      margin-bottom: 20px !important; } }

.u-mb-25-10 {
  margin-bottom: 25px !important; }
  @media (max-width: 768.98px) {
    .u-mb-25-10 {
      margin-bottom: 10px !important; } }

.u-mb-34-17 {
  margin-bottom: 34px !important; }
  @media (max-width: 768.98px) {
    .u-mb-34-17 {
      margin-bottom: 17px !important; } }

.u-mb-10-20 {
  margin-bottom: 10px !important; }
  @media (max-width: 768.98px) {
    .u-mb-10-20 {
      margin-bottom: 20px !important; } }

.u-mb-10-15 {
  margin-bottom: 10px !important; }
  @media (max-width: 768.98px) {
    .u-mb-10-15 {
      margin-bottom: 15px !important; } }

.u-mb-18-14 {
  margin-bottom: 18px !important; }
  @media (max-width: 768.98px) {
    .u-mb-18-14 {
      margin-bottom: 14px !important; } }

.u-mb-10-5 {
  margin-bottom: 10px !important; }
  @media (max-width: 768.98px) {
    .u-mb-10-5 {
      margin-bottom: 5px !important; } }

.u-mb-10-0 {
  margin-bottom: 10px !important; }
  @media (max-width: 768.98px) {
    .u-mb-10-0 {
      margin-bottom: 0 !important; } }

.u-mb-20-0 {
  margin-bottom: 20px !important; }
  @media (max-width: 768.98px) {
    .u-mb-20-0 {
      margin-bottom: 0 !important; } }

.u-mb-20-10 {
  margin-bottom: 20px !important; }
  @media (max-width: 768.98px) {
    .u-mb-20-10 {
      margin-bottom: 10px !important; } }

.u-mb-15-10 {
  margin-bottom: 15px !important; }
  @media (max-width: 768.98px) {
    .u-mb-15-10 {
      margin-bottom: 10px !important; } }

.u-mb-15-16 {
  margin-bottom: 16px !important; }
  @media (max-width: 768.98px) {
    .u-mb-15-16 {
      margin-bottom: 15px !important; } }

.u-mr-15 {
  margin-right: 15px; }

.u-mr-10 {
  margin-right: 10px; }

.u-mr-5 {
  margin-right: 5px; }

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

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

@media (min-width: 768px) {
  .u-ml-34-pc {
    margin-left: 34px !important; } }

@media (max-width: 768.98px) {
  .m-l-r-5-sp {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

/*Padding*/
.u-pb-30-0 {
  padding-bottom: 30px !important; }
  @media (max-width: 768.98px) {
    .u-pb-30-0 {
      padding-bottom: 0px !important; } }

@media (max-width: 768.98px) {
  .u-pt-sp-5 {
    padding-top: 5px !important; } }

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

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

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

@media (min-width: 769px) {
  .u-pl-10-0 {
    padding-left: 10px !important; } }

@media (max-width: 768.98px) {
  .u-pl-sp-0 {
    padding-left: 0 !important; } }

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

.u-pt-15-10 {
  padding-top: 15px !important; }
  @media (max-width: 768.98px) {
    .u-pt-15-10 {
      padding-top: 10px !important; } }

.u-pt-10-15 {
  padding-top: 10px !important; }
  @media (max-width: 768.98px) {
    .u-pt-10-15 {
      padding-top: 15px !important; } }

.u-pb-25-30 {
  padding-bottom: 25px !important; }
  @media (max-width: 768.98px) {
    .u-pb-25-30 {
      padding-bottom: 30px !important; } }

.u-pb-20-30 {
  padding-bottom: 20px !important; }
  @media (max-width: 768.98px) {
    .u-pb-20-30 {
      padding-bottom: 30px !important; } }

/*Font*/
.font-18-14 {
  font-size: 0.875rem !important; }
  @media (min-width: 769px) {
    .font-18-14 {
      font-size: 1.125rem !important; } }

.font-14-12 {
  font-size: 0.75rem !important; }
  @media (min-width: 769px) {
    .font-14-12 {
      font-size: 0.875rem !important; } }

.font-18-16 {
  font-size: 1rem !important; }
  @media (min-width: 769px) {
    .font-18-16 {
      font-size: 1.125rem !important; } }

.font-16-12 {
  font-size: 0.75rem !important; }
  @media (min-width: 769px) {
    .font-16-12 {
      font-size: 1rem !important; } }

.font-20-18 {
  font-size: 1.125rem !important; }
  @media (min-width: 769px) {
    .font-20-18 {
      font-size: 1.25rem !important; } }

.font-20-16 {
  font-size: 1rem !important; }
  @media (min-width: 769px) {
    .font-20-16 {
      font-size: 1.25rem !important; } }

.font-20-14 {
  font-size: 0.875rem !important; }
  @media (min-width: 769px) {
    .font-20-14 {
      font-size: 1.25rem !important; } }

.u-pt-5-0 {
  padding-top: 5px !important; }
  @media (max-width: 768.98px) {
    .u-pt-5-0 {
      padding-top: 0 !important; } }

.u-mt-15-10 {
  margin-top: 10px; }
  @media (min-width: 769px) {
    .u-mt-15-10 {
      margin-top: 15px; } }

.u-mt-10-15 {
  margin-top: 15px; }
  @media (min-width: 769px) {
    .u-mt-10-15 {
      margin-top: 10px; } }

.u-mt-10-5 {
  margin-top: 5px; }
  @media (min-width: 769px) {
    .u-mt-10-5 {
      margin-top: 10px; } }

.u-mt-20-10 {
  margin-top: 10px; }
  @media (min-width: 769px) {
    .u-mt-20-10 {
      margin-top: 20px; } }

.u-mt-30-20 {
  margin-top: 20px !important; }
  @media (min-width: 769px) {
    .u-mt-30-20 {
      margin-top: 30px !important; } }

.u-mt-20-15 {
  margin-top: 15px; }
  @media (min-width: 769px) {
    .u-mt-20-15 {
      margin-top: 20px; } }

.u-mt-30-20 {
  margin-top: 20px !important; }
  @media (min-width: 769px) {
    .u-mt-30-20 {
      margin-top: 30px !important; } }

@media (max-width: 768.98px) {
  .u-mt-sp-20 {
    margin-top: 20px; } }

.grey-label {
  background: #f0f0f3;
  padding: 15px 40px;
  margin-bottom: 30px;
  line-height: 1;
  height: 48px; }
  @media (max-width: 768.98px) {
    .grey-label {
      padding: 8px 15px;
      margin-bottom: 20px;
      height: auto; } }
  .grey-label .label {
    font-size: 1.125rem;
    font-weight: 700; }
    @media (max-width: 768.98px) {
      .grey-label .label {
        font-size: 0.875rem; } }

.abo-green {
  color: #0db3a9 !important; }

.circle-box {
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 14px 19px;
  background: #fff; }
  @media (max-width: 768.98px) {
    .circle-box {
      padding: 12px 10px; } }

/*Line height*/
.lh-28-21 {
  line-height: 1.8; }
  @media (max-width: 768.98px) {
    .lh-28-21 {
      line-height: 1.5; } }

.text-cyan {
  color: #1BE8D9; }
