@charset "UTF-8";
/*     brand Colors              */
.carousel.carousel-full-nagivation .left {
  cursor: url("../../img/arrow-left.png"), url("../../img/arrow-left.cur"), default !important;
}
.carousel.carousel-full-nagivation .right {
  cursor: url("../../img/arrow-right.png"), url("../../img/arrow-right.cur"), default !important;
}

.card {
  font-size: 0.875rem;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fafafa;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #9c27b0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0a6ebd;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fafafa;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #9c27b0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0a6ebd;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  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-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

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

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

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: 7rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

.display-4 {
  font-size: 2.125rem;
  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: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fafafa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

code {
  font-size: 87.5%;
  color: #e91e63;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}
.table .table {
  background-color: #fafafa;
}

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

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #fafafa;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.06);
}

.table-dark {
  color: #fafafa;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  border-color: #9acffa;
  outline: 0;
  box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.4375rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.col-form-label-lg {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 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-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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.5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.125rem + 2px);
}

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

.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 {
  color: #6c757d;
}

.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: #4caf50;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #4caf50;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.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: #4caf50;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a3d7a5;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6ec071;
}
.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 1px #fafafa, 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.8);
  border-radius: 0.2rem;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f44336;
}
.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: #f44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fbb4af;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f77066;
}
.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 1px #fafafa, 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    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;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.46875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25), none;
}

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

.btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
  box-shadow: none;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: none;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #409444;
  border-color: #3d8b40;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: #39833c;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: none;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #009aae;
  border-color: #008fa1;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #008fa1;
  border-color: #008394;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  box-shadow: none;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffe715;
  border-color: #ffe608;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe608;
  border-color: #fae100;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: none;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #f22112;
  border-color: #ea1c0d;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ea1c0d;
  border-color: #de1b0c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: none;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: none;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: none, 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #2196f3;
  background-color: transparent;
  background-image: none;
  border-color: #2196f3;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2196f3;
  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: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.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(33, 150, 243, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  background-image: none;
  border-color: #4caf50;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4caf50;
  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: #ffffff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.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(76, 175, 80, 0.5);
}

.btn-outline-info {
  color: #00bcd4;
  background-color: transparent;
  background-image: none;
  border-color: #00bcd4;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00bcd4;
  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: #ffffff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.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, 188, 212, 0.5);
}

.btn-outline-warning {
  color: #ffeb3b;
  background-color: transparent;
  background-image: none;
  border-color: #ffeb3b;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffeb3b;
  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: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44336;
  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: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}
.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(244, 67, 54, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.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(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #9c27b0;
  background-color: transparent;
}
.btn-link:hover {
  color: #0a6ebd;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #999;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.125rem 2.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.40625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #2196f3;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  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 + .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.4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #2196f3;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #cae6fc;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2196f3;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2196f3;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2196f3;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #9acffa;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(154, 207, 250, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(2.125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(4.125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4375rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #9acffa;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #9acffa;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.4375rem + 2px);
  padding: 0.46875rem 1rem;
  line-height: 1.3;
  color: #495057;
  background-color: transparent;
  border: 0 solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.4375rem + 2px) - 0 * 2);
  padding: 0.46875rem 1rem;
  line-height: 1.3;
  color: #495057;
  content: "Browse";
  background-color: transparent;
  border-left: 0 solid #d2d2d2;
  border-radius: 0 0 0 0;
}

.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: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.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: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fafafa;
  border-color: #dee2e6 #dee2e6 #fafafa;
}
.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: #ffffff;
  background-color: #2196f3;
}

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  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 .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

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

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.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 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #2196f3;
  background-color: transparent;
  border: 0 solid #dee2e6;
}
.page-link:hover {
  color: #0a6ebd;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 0;
  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;
  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;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #114e7e;
  background-color: #d3eafd;
  border-color: #c1e2fc;
}
.alert-primary hr {
  border-top-color: #a9d7fb;
}
.alert-primary .alert-link {
  color: #0b3251;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce;
}
.alert-success hr {
  border-top-color: #bbe1bd;
}
.alert-success .alert-link {
  color: #18381a;
}

.alert-info {
  color: #00626e;
  background-color: #ccf2f6;
  border-color: #b8ecf3;
}
.alert-info hr {
  border-top-color: #a2e6ef;
}
.alert-info .alert-link {
  color: #00353b;
}

.alert-warning {
  color: #857a1f;
  background-color: #fffbd8;
  border-color: #fff9c8;
}
.alert-warning hr {
  border-top-color: #fff6af;
}
.alert-warning .alert-link {
  color: #5c5415;
}

.alert-danger {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7;
}
.alert-danger hr {
  border-top-color: #fbb3af;
}
.alert-danger .alert-link {
  color: #551713;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #2196f3;
  transition: width 0.6s ease;
}

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: inherit;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: inherit;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #114e7e;
  background-color: #c1e2fc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #114e7e;
  background-color: #a9d7fb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #114e7e;
  border-color: #114e7e;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #285b2a;
  background-color: #cde9ce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #285b2a;
  background-color: #bbe1bd;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #285b2a;
  border-color: #285b2a;
}

.list-group-item-info {
  color: #00626e;
  background-color: #b8ecf3;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #00626e;
  background-color: #a2e6ef;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00626e;
  border-color: #00626e;
}

.list-group-item-warning {
  color: #857a1f;
  background-color: #fff9c8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857a1f;
  background-color: #fff6af;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857a1f;
  border-color: #857a1f;
}

.list-group-item-danger {
  color: #7f231c;
  background-color: #fccac7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f231c;
  background-color: #fbb3af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f231c;
  border-color: #7f231c;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #2196f3;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0c7cd5;
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #ffffff;
  background-color: #4caf50;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #3d8b40;
}

.badge-info {
  color: #ffffff;
  background-color: #00bcd4;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #008fa1;
}

.badge-warning {
  color: #212529;
  background-color: #ffeb3b;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ffe608;
}

.badge-danger {
  color: #ffffff;
  background-color: #f44336;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ea1c0d;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.26;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: rgba(97, 97, 97, 0.9);
}

.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: rgba(97, 97, 97, 0.9);
}

.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: rgba(97, 97, 97, 0.9);
}

.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: rgba(97, 97, 97, 0.9);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: rgba(97, 97, 97, 0.9);
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.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) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-top-color: #ffffff;
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-right-color: #ffffff;
}

.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) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-bottom-color: #ffffff;
}
.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.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: #2196f3 !important;
}

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

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

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

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

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

.bg-info {
  background-color: #00bcd4 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #2196f3 !important;
}

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

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

.border-info {
  border-color: #00bcd4 !important;
}

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

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

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

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

.border-white {
  border-color: #ffffff !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-circle {
  border-radius: 50% !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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-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: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-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: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-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 (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: 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, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-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-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-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-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-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-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #00bcd4 !important;
}

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

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

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

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

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

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted, .bmd-help {
  color: #6c757d !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

body {
  background-color: #FFFFFF;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.bmd-layout-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bmd-layout-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bmd-layout-header {
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-height: 1000px;
  transform: translateZ(0);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-spacer {
  flex-grow: 1;
}

.bmd-layout-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (pointer-events: auto) {
  .bmd-layout-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition-property: opacity;
    visibility: visible;
    pointer-events: none;
  }
}

.btn {
  position: relative;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.2rem;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn:active:focus:focus, .btn:active:focus.focus, .btn.active:focus, .btn.active.focus {
  outline: 0;
  box-shadow: none !important;
}
.btn.btn-primary {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}
.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}
.btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle, .show > .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus, .show > .btn.btn-primary.dropdown-toggle:hover, .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #9124a3;
  border-color: #3f1048;
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #9c27b0;
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #9124a3;
}
.btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus {
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
.btn.btn-primary.btn-link {
  background-color: transparent;
  color: #9c27b0;
  box-shadow: none;
}
.btn.btn-primary.btn-link:hover, .btn.btn-primary.btn-link:focus, .btn.btn-primary.btn-link:active {
  background-color: transparent;
  color: #9c27b0;
}
.btn.btn-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}
.btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}
.btn.btn-secondary:active, .btn.btn-secondary.active, .open > .btn.btn-secondary.dropdown-toggle, .show > .btn.btn-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus, .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn.btn-secondary.dropdown-toggle.focus, .show > .btn.btn-secondary.dropdown-toggle:hover, .show > .btn.btn-secondary.dropdown-toggle:focus, .show > .btn.btn-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #fafafa;
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f2f2f2;
}
.btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc;
}
.btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc;
}
.btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}
.btn.btn-secondary.btn-link {
  background-color: transparent;
  color: #fafafa;
  box-shadow: none;
}
.btn.btn-secondary.btn-link:hover, .btn.btn-secondary.btn-link:focus, .btn.btn-secondary.btn-link:active {
  background-color: transparent;
  color: #fafafa;
}
.btn.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}
.btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}
.btn.btn-info:active, .btn.btn-info.active, .open > .btn.btn-info.dropdown-toggle, .show > .btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-info:active:hover, .btn.btn-info:active:focus, .btn.btn-info:active.focus, .btn.btn-info.active:hover, .btn.btn-info.active:focus, .btn.btn-info.active.focus, .open > .btn.btn-info.dropdown-toggle:hover, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn.btn-info.dropdown-toggle.focus, .show > .btn.btn-info.dropdown-toggle:hover, .show > .btn.btn-info.dropdown-toggle:focus, .show > .btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #00aec5;
  border-color: #004b55;
}
.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #00bcd4;
}
.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #00aec5;
}
.btn.btn-info.disabled:focus, .btn.btn-info.disabled.focus, .btn.btn-info:disabled:focus, .btn.btn-info:disabled.focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.btn-info.disabled:hover, .btn.btn-info:disabled:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}
.btn.btn-info.btn-link {
  background-color: transparent;
  color: #00bcd4;
  box-shadow: none;
}
.btn.btn-info.btn-link:hover, .btn.btn-info.btn-link:focus, .btn.btn-info.btn-link:active {
  background-color: transparent;
  color: #00bcd4;
}
.btn.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}
.btn.btn-success:active, .btn.btn-success.active, .open > .btn.btn-success.dropdown-toggle, .show > .btn.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.btn.btn-success:active:hover, .btn.btn-success:active:focus, .btn.btn-success:active.focus, .btn.btn-success.active:hover, .btn.btn-success.active:focus, .btn.btn-success.active.focus, .open > .btn.btn-success.dropdown-toggle:hover, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn.btn-success.dropdown-toggle.focus, .show > .btn.btn-success.dropdown-toggle:hover, .show > .btn.btn-success.dropdown-toggle:focus, .show > .btn.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #47a44b;
  border-color: #255627;
}
.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #4caf50;
}
.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #47a44b;
}
.btn.btn-success.disabled:focus, .btn.btn-success.disabled.focus, .btn.btn-success:disabled:focus, .btn.btn-success:disabled.focus {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.btn-success.disabled:hover, .btn.btn-success:disabled:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:hover {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.btn.btn-success.btn-link {
  background-color: transparent;
  color: #4caf50;
  box-shadow: none;
}
.btn.btn-success.btn-link:hover, .btn.btn-success.btn-link:focus, .btn.btn-success.btn-link:active {
  background-color: transparent;
  color: #4caf50;
}
.btn.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}
.btn.btn-warning:active, .btn.btn-warning.active, .open > .btn.btn-warning.dropdown-toggle, .show > .btn.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.btn.btn-warning:active:hover, .btn.btn-warning:active:focus, .btn.btn-warning:active.focus, .btn.btn-warning.active:hover, .btn.btn-warning.active:focus, .btn.btn-warning.active.focus, .open > .btn.btn-warning.dropdown-toggle:hover, .open > .btn.btn-warning.dropdown-toggle:focus, .open > .btn.btn-warning.dropdown-toggle.focus, .show > .btn.btn-warning.dropdown-toggle:hover, .show > .btn.btn-warning.dropdown-toggle:focus, .show > .btn.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f08f00;
  border-color: #804c00;
}
.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #ff9800;
}
.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f08f00;
}
.btn.btn-warning.disabled:focus, .btn.btn-warning.disabled.focus, .btn.btn-warning:disabled:focus, .btn.btn-warning:disabled.focus {
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn.btn-warning.disabled:hover, .btn.btn-warning:disabled:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.btn.btn-warning.btn-link {
  background-color: transparent;
  color: #ff9800;
  box-shadow: none;
}
.btn.btn-warning.btn-link:hover, .btn.btn-warning.btn-link:focus, .btn.btn-warning.btn-link:active {
  background-color: transparent;
  color: #ff9800;
}
.btn.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}
.btn.btn-danger:active, .btn.btn-danger.active, .open > .btn.btn-danger.dropdown-toggle, .show > .btn.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.btn.btn-danger:active:hover, .btn.btn-danger:active:focus, .btn.btn-danger:active.focus, .btn.btn-danger.active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active.focus, .open > .btn.btn-danger.dropdown-toggle:hover, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn.btn-danger.dropdown-toggle.focus, .show > .btn.btn-danger.dropdown-toggle:hover, .show > .btn.btn-danger.dropdown-toggle:focus, .show > .btn.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f33527;
  border-color: #a21309;
}
.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #f44336;
}
.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f33527;
}
.btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger:disabled:focus, .btn.btn-danger:disabled.focus {
  background-color: #f44336;
  border-color: #f44336;
}
.btn.btn-danger.disabled:hover, .btn.btn-danger:disabled:hover {
  background-color: #f44336;
  border-color: #f44336;
}
.btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:hover {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.btn.btn-danger.btn-link {
  background-color: transparent;
  color: #f44336;
  box-shadow: none;
}
.btn.btn-danger.btn-link:hover, .btn.btn-danger.btn-link:focus, .btn.btn-danger.btn-link:active {
  background-color: transparent;
  color: #f44336;
}
.btn.btn-rose {
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}
.btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}
.btn.btn-rose:focus, .btn.btn-rose.focus, .btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}
.btn.btn-rose:active, .btn.btn-rose.active, .open > .btn.btn-rose.dropdown-toggle, .show > .btn.btn-rose.dropdown-toggle {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}
.btn.btn-rose:active:hover, .btn.btn-rose:active:focus, .btn.btn-rose:active.focus, .btn.btn-rose.active:hover, .btn.btn-rose.active:focus, .btn.btn-rose.active.focus, .open > .btn.btn-rose.dropdown-toggle:hover, .open > .btn.btn-rose.dropdown-toggle:focus, .open > .btn.btn-rose.dropdown-toggle.focus, .show > .btn.btn-rose.dropdown-toggle:hover, .show > .btn.btn-rose.dropdown-toggle:focus, .show > .btn.btn-rose.dropdown-toggle.focus {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #7b0c32;
}
.open > .btn.btn-rose.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #e91e63;
}
.open > .btn.btn-rose.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #ea2c6d;
}
.btn.btn-rose.disabled:focus, .btn.btn-rose.disabled.focus, .btn.btn-rose:disabled:focus, .btn.btn-rose:disabled.focus {
  background-color: #e91e63;
  border-color: #e91e63;
}
.btn.btn-rose.disabled:hover, .btn.btn-rose:disabled:hover {
  background-color: #e91e63;
  border-color: #e91e63;
}
.btn.btn-rose:focus, .btn.btn-rose:active, .btn.btn-rose:hover {
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}
.btn.btn-rose.btn-link {
  background-color: transparent;
  color: #e91e63;
  box-shadow: none;
}
.btn.btn-rose.btn-link:hover, .btn.btn-rose.btn-link:focus, .btn.btn-rose.btn-link:active {
  background-color: transparent;
  color: #e91e63;
}
.btn, .btn.btn-default {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn:hover, .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}
.btn:focus, .btn.focus, .btn:hover, .btn.btn-default:focus, .btn.btn-default.focus, .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}
.btn:active, .btn.active, .open > .btn.dropdown-toggle, .show > .btn.dropdown-toggle, .btn.btn-default:active, .btn.btn-default.active, .open > .btn.btn-default.dropdown-toggle, .show > .btn.btn-default.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle.focus, .show > .btn.dropdown-toggle:hover, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle.focus, .btn.btn-default:active:hover, .btn.btn-default:active:focus, .btn.btn-default:active.focus, .btn.btn-default.active:hover, .btn.btn-default.active:focus, .btn.btn-default.active.focus, .open > .btn.btn-default.dropdown-toggle:hover, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle.focus, .show > .btn.btn-default.dropdown-toggle:hover, .show > .btn.btn-default.dropdown-toggle:focus, .show > .btn.btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #919191;
  border-color: #595959;
}
.open > .btn.dropdown-toggle.bmd-btn-icon, .open > .btn.btn-default.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #999999;
}
.open > .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .btn.btn-default.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #919191;
}
.btn.disabled:focus, .btn.disabled.focus, .btn:disabled:focus, .btn:disabled.focus, .btn.btn-default.disabled:focus, .btn.btn-default.disabled.focus, .btn.btn-default:disabled:focus, .btn.btn-default:disabled.focus {
  background-color: #999999;
  border-color: #999999;
}
.btn.disabled:hover, .btn:disabled:hover, .btn.btn-default.disabled:hover, .btn.btn-default:disabled:hover {
  background-color: #999999;
  border-color: #999999;
}
.btn:focus, .btn:active, .btn:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn.btn-link, .btn.btn-default.btn-link {
  background-color: transparent;
  color: #999999;
  box-shadow: none;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-default.btn-link:hover, .btn.btn-default.btn-link:focus, .btn.btn-default.btn-link:active {
  background-color: transparent;
  color: #999999;
}
.btn.btn-white, .btn.btn-white:focus, .btn.btn-white:hover {
  background-color: #fff;
  color: #999999;
}
.btn.btn-white.btn-link {
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
  text-decoration: none !important;
}
.btn.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-disabled:hover {
  box-shadow: none;
}
.btn.btn-raised.btn-link, .btn-group-raised .btn.btn-link {
  box-shadow: none;
}
.btn.btn-raised.btn-link.active, .btn-group-raised .btn.btn-link.active {
  box-shadow: none;
}
.btn.btn-raised.btn-link:hover, .btn.btn-raised.btn-link:focus, .btn.btn-raised.btn-link:active, .btn-group-raised .btn.btn-link:hover, .btn-group-raised .btn.btn-link:focus, .btn-group-raised .btn.btn-link:active {
  box-shadow: none;
}
fieldset[disabled][disabled] .btn.btn-raised, .btn.btn-raised.disabled, .btn.btn-raised:disabled, .btn.btn-raised[disabled], fieldset[disabled][disabled] .btn-group-raised .btn, .btn-group-raised .btn.disabled, .btn-group-raised .btn:disabled, .btn-group-raised .btn[disabled] {
  box-shadow: none;
}
.btn.btn-outline, .btn.btn-outline-primary, .btn.btn-outline-secondary, .btn.btn-outline-info, .btn.btn-outline-success, .btn.btn-outline-warning, .btn.btn-outline-danger {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-outline {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline:focus, .btn.btn-outline.focus, .btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline:active, .btn.btn-outline.active, .open > .btn.btn-outline.dropdown-toggle, .show > .btn.btn-outline.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline:active:hover, .btn.btn-outline:active:focus, .btn.btn-outline:active.focus, .btn.btn-outline.active:hover, .btn.btn-outline.active:focus, .btn.btn-outline.active.focus, .open > .btn.btn-outline.dropdown-toggle:hover, .open > .btn.btn-outline.dropdown-toggle:focus, .open > .btn.btn-outline.dropdown-toggle.focus, .show > .btn.btn-outline.dropdown-toggle:hover, .show > .btn.btn-outline.dropdown-toggle:focus, .show > .btn.btn-outline.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(0, 0, 0, 0.87);
}
.open > .btn.btn-outline.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline.disabled:focus, .btn.btn-outline.disabled.focus, .btn.btn-outline:disabled:focus, .btn.btn-outline:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline.disabled:hover, .btn.btn-outline:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .btn.btn-outline {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline:focus, .bg-inverse .btn.btn-outline.focus, .bg-inverse .btn.btn-outline:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline:active, .bg-inverse .btn.btn-outline.active, .open > .bg-inverse .btn.btn-outline.dropdown-toggle, .show > .bg-inverse .btn.btn-outline.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .btn.btn-outline:active:hover, .bg-inverse .btn.btn-outline:active:focus, .bg-inverse .btn.btn-outline:active.focus, .bg-inverse .btn.btn-outline.active:hover, .bg-inverse .btn.btn-outline.active:focus, .bg-inverse .btn.btn-outline.active.focus, .open > .bg-inverse .btn.btn-outline.dropdown-toggle:hover, .open > .bg-inverse .btn.btn-outline.dropdown-toggle:focus, .open > .bg-inverse .btn.btn-outline.dropdown-toggle.focus, .show > .bg-inverse .btn.btn-outline.dropdown-toggle:hover, .show > .bg-inverse .btn.btn-outline.dropdown-toggle:focus, .show > .bg-inverse .btn.btn-outline.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline.disabled:focus, .bg-inverse .btn.btn-outline.disabled.focus, .bg-inverse .btn.btn-outline:disabled:focus, .bg-inverse .btn.btn-outline:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .btn.btn-outline.disabled:hover, .bg-inverse .btn.btn-outline:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline.btn-link {
  background-color: transparent;
}
.btn.btn-outline-primary {
  color: #9c27b0;
  background-color: transparent;
  border-color: #9c27b0;
}
.btn.btn-outline-primary:hover {
  color: #9c27b0;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #9c27b0;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:hover {
  color: #9c27b0;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #9c27b0;
}
.btn.btn-outline-primary:active, .btn.btn-outline-primary.active, .open > .btn.btn-outline-primary.dropdown-toggle, .show > .btn.btn-outline-primary.dropdown-toggle {
  color: #9c27b0;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #9c27b0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-primary:active:hover, .btn.btn-outline-primary:active:focus, .btn.btn-outline-primary:active.focus, .btn.btn-outline-primary.active:hover, .btn.btn-outline-primary.active:focus, .btn.btn-outline-primary.active.focus, .open > .btn.btn-outline-primary.dropdown-toggle:hover, .open > .btn.btn-outline-primary.dropdown-toggle:focus, .open > .btn.btn-outline-primary.dropdown-toggle.focus, .show > .btn.btn-outline-primary.dropdown-toggle:hover, .show > .btn.btn-outline-primary.dropdown-toggle:focus, .show > .btn.btn-outline-primary.dropdown-toggle.focus {
  color: #9c27b0;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #9c27b0;
}
.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-primary.disabled:focus, .btn.btn-outline-primary.disabled.focus, .btn.btn-outline-primary:disabled:focus, .btn.btn-outline-primary:disabled.focus {
  background-color: transparent;
  border-color: #9c27b0;
}
.btn.btn-outline-primary.disabled:hover, .btn.btn-outline-primary:disabled:hover {
  background-color: transparent;
  border-color: #9c27b0;
}
.bg-inverse .btn.btn-outline-primary {
  color: #9c27b0;
  background-color: transparent;
  border-color: #9c27b0;
}
.bg-inverse .btn.btn-outline-primary:hover {
  color: #9c27b0;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:focus, .bg-inverse .btn.btn-outline-primary.focus, .bg-inverse .btn.btn-outline-primary:hover {
  color: #9c27b0;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:active, .bg-inverse .btn.btn-outline-primary.active, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle, .show > .bg-inverse .btn.btn-outline-primary.dropdown-toggle {
  color: #9c27b0;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .btn.btn-outline-primary:active:hover, .bg-inverse .btn.btn-outline-primary:active:focus, .bg-inverse .btn.btn-outline-primary:active.focus, .bg-inverse .btn.btn-outline-primary.active:hover, .bg-inverse .btn.btn-outline-primary.active:focus, .bg-inverse .btn.btn-outline-primary.active.focus, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:hover, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:focus, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.focus, .show > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:hover, .show > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:focus, .show > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.focus {
  color: #9c27b0;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary.disabled:focus, .bg-inverse .btn.btn-outline-primary.disabled.focus, .bg-inverse .btn.btn-outline-primary:disabled:focus, .bg-inverse .btn.btn-outline-primary:disabled.focus {
  background-color: transparent;
  border-color: #9c27b0;
}
.bg-inverse .btn.btn-outline-primary.disabled:hover, .bg-inverse .btn.btn-outline-primary:disabled:hover {
  background-color: transparent;
  border-color: #9c27b0;
}
.btn.btn-outline-primary.btn-link {
  background-color: transparent;
}
.btn.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active, .open > .btn.btn-outline-secondary.dropdown-toggle, .show > .btn.btn-outline-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-secondary:active:hover, .btn.btn-outline-secondary:active:focus, .btn.btn-outline-secondary:active.focus, .btn.btn-outline-secondary.active:hover, .btn.btn-outline-secondary.active:focus, .btn.btn-outline-secondary.active.focus, .open > .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .btn.btn-outline-secondary.dropdown-toggle.focus, .show > .btn.btn-outline-secondary.dropdown-toggle:hover, .show > .btn.btn-outline-secondary.dropdown-toggle:focus, .show > .btn.btn-outline-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(0, 0, 0, 0.87);
}
.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-secondary.disabled:focus, .btn.btn-outline-secondary.disabled.focus, .btn.btn-outline-secondary:disabled:focus, .btn.btn-outline-secondary:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline-secondary.disabled:hover, .btn.btn-outline-secondary:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .btn.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:focus, .bg-inverse .btn.btn-outline-secondary.focus, .bg-inverse .btn.btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:active, .bg-inverse .btn.btn-outline-secondary.active, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle, .show > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .btn.btn-outline-secondary:active:hover, .bg-inverse .btn.btn-outline-secondary:active:focus, .bg-inverse .btn.btn-outline-secondary:active.focus, .bg-inverse .btn.btn-outline-secondary.active:hover, .bg-inverse .btn.btn-outline-secondary.active:focus, .bg-inverse .btn.btn-outline-secondary.active.focus, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.focus, .show > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:hover, .show > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:focus, .show > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary.disabled:focus, .bg-inverse .btn.btn-outline-secondary.disabled.focus, .bg-inverse .btn.btn-outline-secondary:disabled:focus, .bg-inverse .btn.btn-outline-secondary:disabled.focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.bg-inverse .btn.btn-outline-secondary.disabled:hover, .bg-inverse .btn.btn-outline-secondary:disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.87);
}
.btn.btn-outline-secondary.btn-link {
  background-color: transparent;
}
.btn.btn-outline-info {
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:active, .btn.btn-outline-info.active, .open > .btn.btn-outline-info.dropdown-toggle, .show > .btn.btn-outline-info.dropdown-toggle {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-info:active:hover, .btn.btn-outline-info:active:focus, .btn.btn-outline-info:active.focus, .btn.btn-outline-info.active:hover, .btn.btn-outline-info.active:focus, .btn.btn-outline-info.active.focus, .open > .btn.btn-outline-info.dropdown-toggle:hover, .open > .btn.btn-outline-info.dropdown-toggle:focus, .open > .btn.btn-outline-info.dropdown-toggle.focus, .show > .btn.btn-outline-info.dropdown-toggle:hover, .show > .btn.btn-outline-info.dropdown-toggle:focus, .show > .btn.btn-outline-info.dropdown-toggle.focus {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #00bcd4;
}
.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-info.disabled:focus, .btn.btn-outline-info.disabled.focus, .btn.btn-outline-info:disabled:focus, .btn.btn-outline-info:disabled.focus {
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info.disabled:hover, .btn.btn-outline-info:disabled:hover {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info {
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:focus, .bg-inverse .btn.btn-outline-info.focus, .bg-inverse .btn.btn-outline-info:hover {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:active, .bg-inverse .btn.btn-outline-info.active, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle, .show > .bg-inverse .btn.btn-outline-info.dropdown-toggle {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .btn.btn-outline-info:active:hover, .bg-inverse .btn.btn-outline-info:active:focus, .bg-inverse .btn.btn-outline-info:active.focus, .bg-inverse .btn.btn-outline-info.active:hover, .bg-inverse .btn.btn-outline-info.active:focus, .bg-inverse .btn.btn-outline-info.active.focus, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:hover, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:focus, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.focus, .show > .bg-inverse .btn.btn-outline-info.dropdown-toggle:hover, .show > .bg-inverse .btn.btn-outline-info.dropdown-toggle:focus, .show > .bg-inverse .btn.btn-outline-info.dropdown-toggle.focus {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info.disabled:focus, .bg-inverse .btn.btn-outline-info.disabled.focus, .bg-inverse .btn.btn-outline-info:disabled:focus, .bg-inverse .btn.btn-outline-info:disabled.focus {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info.disabled:hover, .bg-inverse .btn.btn-outline-info:disabled:hover {
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info.btn-link {
  background-color: transparent;
}
.btn.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:focus, .btn.btn-outline-success.focus, .btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:active, .btn.btn-outline-success.active, .open > .btn.btn-outline-success.dropdown-toggle, .show > .btn.btn-outline-success.dropdown-toggle {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-success:active:hover, .btn.btn-outline-success:active:focus, .btn.btn-outline-success:active.focus, .btn.btn-outline-success.active:hover, .btn.btn-outline-success.active:focus, .btn.btn-outline-success.active.focus, .open > .btn.btn-outline-success.dropdown-toggle:hover, .open > .btn.btn-outline-success.dropdown-toggle:focus, .open > .btn.btn-outline-success.dropdown-toggle.focus, .show > .btn.btn-outline-success.dropdown-toggle:hover, .show > .btn.btn-outline-success.dropdown-toggle:focus, .show > .btn.btn-outline-success.dropdown-toggle.focus {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #4caf50;
}
.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-success.disabled:focus, .btn.btn-outline-success.disabled.focus, .btn.btn-outline-success:disabled:focus, .btn.btn-outline-success:disabled.focus {
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success.disabled:hover, .btn.btn-outline-success:disabled:hover {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:focus, .bg-inverse .btn.btn-outline-success.focus, .bg-inverse .btn.btn-outline-success:hover {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:active, .bg-inverse .btn.btn-outline-success.active, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle, .show > .bg-inverse .btn.btn-outline-success.dropdown-toggle {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .btn.btn-outline-success:active:hover, .bg-inverse .btn.btn-outline-success:active:focus, .bg-inverse .btn.btn-outline-success:active.focus, .bg-inverse .btn.btn-outline-success.active:hover, .bg-inverse .btn.btn-outline-success.active:focus, .bg-inverse .btn.btn-outline-success.active.focus, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:hover, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:focus, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.focus, .show > .bg-inverse .btn.btn-outline-success.dropdown-toggle:hover, .show > .bg-inverse .btn.btn-outline-success.dropdown-toggle:focus, .show > .bg-inverse .btn.btn-outline-success.dropdown-toggle.focus {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success.disabled:focus, .bg-inverse .btn.btn-outline-success.disabled.focus, .bg-inverse .btn.btn-outline-success:disabled:focus, .bg-inverse .btn.btn-outline-success:disabled.focus {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success.disabled:hover, .bg-inverse .btn.btn-outline-success:disabled:hover {
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success.btn-link {
  background-color: transparent;
}
.btn.btn-outline-warning {
  color: #ff9800;
  background-color: transparent;
  border-color: #ff9800;
}
.btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ff9800;
}
.btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ff9800;
}
.btn.btn-outline-warning:active, .btn.btn-outline-warning.active, .open > .btn.btn-outline-warning.dropdown-toggle, .show > .btn.btn-outline-warning.dropdown-toggle {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-warning:active:hover, .btn.btn-outline-warning:active:focus, .btn.btn-outline-warning:active.focus, .btn.btn-outline-warning.active:hover, .btn.btn-outline-warning.active:focus, .btn.btn-outline-warning.active.focus, .open > .btn.btn-outline-warning.dropdown-toggle:hover, .open > .btn.btn-outline-warning.dropdown-toggle:focus, .open > .btn.btn-outline-warning.dropdown-toggle.focus, .show > .btn.btn-outline-warning.dropdown-toggle:hover, .show > .btn.btn-outline-warning.dropdown-toggle:focus, .show > .btn.btn-outline-warning.dropdown-toggle.focus {
  color: #ff9800;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #ff9800;
}
.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-warning.disabled:focus, .btn.btn-outline-warning.disabled.focus, .btn.btn-outline-warning:disabled:focus, .btn.btn-outline-warning:disabled.focus {
  background-color: transparent;
  border-color: #ff9800;
}
.btn.btn-outline-warning.disabled:hover, .btn.btn-outline-warning:disabled:hover {
  background-color: transparent;
  border-color: #ff9800;
}
.bg-inverse .btn.btn-outline-warning {
  color: #ff9800;
  background-color: transparent;
  border-color: #ff9800;
}
.bg-inverse .btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:focus, .bg-inverse .btn.btn-outline-warning.focus, .bg-inverse .btn.btn-outline-warning:hover {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:active, .bg-inverse .btn.btn-outline-warning.active, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle, .show > .bg-inverse .btn.btn-outline-warning.dropdown-toggle {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .btn.btn-outline-warning:active:hover, .bg-inverse .btn.btn-outline-warning:active:focus, .bg-inverse .btn.btn-outline-warning:active.focus, .bg-inverse .btn.btn-outline-warning.active:hover, .bg-inverse .btn.btn-outline-warning.active:focus, .bg-inverse .btn.btn-outline-warning.active.focus, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:hover, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:focus, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.focus, .show > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:hover, .show > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:focus, .show > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.focus {
  color: #ff9800;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning.disabled:focus, .bg-inverse .btn.btn-outline-warning.disabled.focus, .bg-inverse .btn.btn-outline-warning:disabled:focus, .bg-inverse .btn.btn-outline-warning:disabled.focus {
  background-color: transparent;
  border-color: #ff9800;
}
.bg-inverse .btn.btn-outline-warning.disabled:hover, .bg-inverse .btn.btn-outline-warning:disabled:hover {
  background-color: transparent;
  border-color: #ff9800;
}
.btn.btn-outline-warning.btn-link {
  background-color: transparent;
}
.btn.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:active, .btn.btn-outline-danger.active, .open > .btn.btn-outline-danger.dropdown-toggle, .show > .btn.btn-outline-danger.dropdown-toggle {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-danger:active:hover, .btn.btn-outline-danger:active:focus, .btn.btn-outline-danger:active.focus, .btn.btn-outline-danger.active:hover, .btn.btn-outline-danger.active:focus, .btn.btn-outline-danger.active.focus, .open > .btn.btn-outline-danger.dropdown-toggle:hover, .open > .btn.btn-outline-danger.dropdown-toggle:focus, .open > .btn.btn-outline-danger.dropdown-toggle.focus, .show > .btn.btn-outline-danger.dropdown-toggle:hover, .show > .btn.btn-outline-danger.dropdown-toggle:focus, .show > .btn.btn-outline-danger.dropdown-toggle.focus {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #f44336;
}
.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-danger.disabled:focus, .btn.btn-outline-danger.disabled.focus, .btn.btn-outline-danger:disabled:focus, .btn.btn-outline-danger:disabled.focus {
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger.disabled:hover, .btn.btn-outline-danger:disabled:hover {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:focus, .bg-inverse .btn.btn-outline-danger.focus, .bg-inverse .btn.btn-outline-danger:hover {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:active, .bg-inverse .btn.btn-outline-danger.active, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle, .show > .bg-inverse .btn.btn-outline-danger.dropdown-toggle {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bg-inverse .btn.btn-outline-danger:active:hover, .bg-inverse .btn.btn-outline-danger:active:focus, .bg-inverse .btn.btn-outline-danger:active.focus, .bg-inverse .btn.btn-outline-danger.active:hover, .bg-inverse .btn.btn-outline-danger.active:focus, .bg-inverse .btn.btn-outline-danger.active.focus, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:hover, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:focus, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.focus, .show > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:hover, .show > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:focus, .show > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.focus {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger.disabled:focus, .bg-inverse .btn.btn-outline-danger.disabled.focus, .bg-inverse .btn.btn-outline-danger:disabled:focus, .bg-inverse .btn.btn-outline-danger:disabled.focus {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger.disabled:hover, .bg-inverse .btn.btn-outline-danger:disabled:hover {
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger.btn-link {
  background-color: transparent;
}
.btn.btn-lg, .btn-group-lg .btn {
  padding: 1.125rem 2.25rem;
  font-size: 0.875rem;
  line-height: 1.3333333;
  border-radius: 0.2rem;
}
.btn.btn-sm, .btn-group-sm .btn {
  padding: 0.40625rem 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn.btn-round {
  border-radius: 30px;
}
.btn.btn-fab, .btn.btn-just-icon {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 41px;
}
.btn.btn-fab.btn-round, .btn.btn-just-icon.btn-round {
  border-radius: 50%;
}
.btn-group-sm .btn.btn-fab, .btn.btn-fab.btn-sm, .btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-just-icon, .btn.btn-just-icon.btn-sm, .btn.btn-just-icon.btn-fab-mini {
  height: 30px;
  min-width: 30px;
  width: 30px;
}
.btn-group-sm .btn.btn-fab .material-icons,
.btn-group-sm .btn.btn-fab .fa, .btn.btn-fab.btn-sm .material-icons,
.btn.btn-fab.btn-sm .fa, .btn.btn-fab.btn-fab-mini .material-icons,
.btn.btn-fab.btn-fab-mini .fa, .btn-group-sm .btn.btn-just-icon .material-icons,
.btn-group-sm .btn.btn-just-icon .fa, .btn.btn-just-icon.btn-sm .material-icons,
.btn.btn-just-icon.btn-sm .fa, .btn.btn-just-icon.btn-fab-mini .material-icons,
.btn.btn-just-icon.btn-fab-mini .fa {
  font-size: 17px;
  line-height: 29px;
}
.btn-group-lg .btn.btn-fab, .btn.btn-fab.btn-lg, .btn-group-lg .btn.btn-just-icon, .btn.btn-just-icon.btn-lg {
  height: 57px;
  min-width: 57px;
  width: 57px;
  line-height: 56px;
}
.btn-group-lg .btn.btn-fab .material-icons,
.btn-group-lg .btn.btn-fab .fa, .btn.btn-fab.btn-lg .material-icons,
.btn.btn-fab.btn-lg .fa, .btn-group-lg .btn.btn-just-icon .material-icons,
.btn-group-lg .btn.btn-just-icon .fa, .btn.btn-just-icon.btn-lg .material-icons,
.btn.btn-just-icon.btn-lg .fa {
  font-size: 32px;
  line-height: 56px;
}
.btn.btn-fab .material-icons,
.btn.btn-fab .fa, .btn.btn-just-icon .material-icons,
.btn.btn-just-icon .fa {
  margin-top: 0;
  position: absolute;
  width: 100%;
  transform: none;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 41px;
  font-size: 20px;
}

.btn-just-icon.btn-lg, .btn-group-lg > .btn-just-icon.btn {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
}

.input-group-btn > .btn {
  border: 0;
}

.btn .material-icons,
.btn:not(.btn-just-icon):not(.btn-fab) .fa {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 1.1rem;
  vertical-align: middle;
}

.bg-inverse fieldset[disabled][disabled] .btn, .bg-inverse .btn.disabled, .bg-inverse .btn:disabled, .bg-inverse .btn[disabled],
.bg-inverse fieldset[disabled][disabled] .input-group-btn .btn,
.bg-inverse .input-group-btn .btn.disabled,
.bg-inverse .input-group-btn .btn:disabled,
.bg-inverse .input-group-btn .btn[disabled],
.bg-inverse fieldset[disabled][disabled] .btn-group,
.bg-inverse .btn-group.disabled,
.bg-inverse .btn-group:disabled,
.bg-inverse .btn-group[disabled],
.bg-inverse fieldset[disabled][disabled] .btn-group-vertical,
.bg-inverse .btn-group-vertical.disabled,
.bg-inverse .btn-group-vertical:disabled,
.bg-inverse .btn-group-vertical[disabled] {
  color: rgba(255, 255, 255, 0.3);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  margin: 10px 1px;
}
.btn-group .dropdown-menu,
.btn-group-vertical .dropdown-menu {
  border-radius: 0 0 0.25rem 0.25rem;
}
.btn-group.btn-group-raised,
.btn-group-vertical.btn-group-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-group .btn + .btn,
.btn-group .btn,
.btn-group .btn:active,
.btn-group .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn,
.btn-group-vertical .btn:active,
.btn-group-vertical .btn-group {
  margin: 0;
}
.btn-group > .btn-group,
.btn-group-vertical > .btn-group {
  margin: 0;
}

body {
  background-color: #eee;
  color: #3C4858;
  font-weight: 300;
}

legend {
  border-bottom: 0;
}

.serif-font {
  font-family: "Roboto Slab", "Times New Roman", serif;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}

a {
  color: #9c27b0;
}
a:hover, a:focus {
  color: #89229b;
  text-decoration: none;
}
a.text-info:hover, a.text-info:focus {
  color: #00a5bb;
}
a .material-icons {
  vertical-align: middle;
}

.main {
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}

.form-check,
label {
  font-size: 14px;
  line-height: 1.42857;
  color: #AAAAAA;
  font-weight: 400;
}

.main-raised {
  margin: -60px 30px 0px;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*           Animations              */
.animation-transition-general, .carousel .carousel-indicators li {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.animation-transition-slow {
  -webkit-transition: all 370ms linear;
  -moz-transition: all 370ms linear;
  -o-transition: all 370ms linear;
  -ms-transition: all 370ms linear;
  transition: all 370ms linear;
}

.animation-transition-fast, .bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.animation-transition-fast, .bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div,
.navbar,
.bootstrap-tagsinput .tag,
.bootstrap-tagsinput [data-role=remove],
.card-collapse .card-header a i {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.signup-page .card-signup form .form-check {
  padding-left: 20px;
}
.signup-page .card-signup form .form-check .form-check-label {
  padding-left: 35px;
}

.section-signup .card-signup .card-header {
  width: auto;
}
.section-signup .card-signup .card-body .input-group {
  padding-bottom: 7px;
  margin: 27px 0 0 0;
}

.offline-doc .page-header,
.offline-free-doc .page-header {
  height: 100vh !important;
}
.offline-doc .page-header:after,
.offline-free-doc .page-header:after {
  background: rgba(0, 0, 0, 0.5) !important;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.offline-doc .page-header .container,
.offline-free-doc .page-header .container {
  z-index: 3;
}
.offline-doc .footer,
.offline-free-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 2;
}
.offline-doc .footer .copyright a,
.offline-free-doc .footer .copyright a {
  color: #fff;
}
.offline-doc .navbar .navbar-brand,
.offline-doc .navbar .navbar-collapse .nav-link,
.offline-free-doc .navbar .navbar-brand,
.offline-free-doc .navbar .navbar-collapse .nav-link {
  color: #fff;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.title {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
}

#map {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 70px);
  margin-top: 70px;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.tim-row {
  padding-top: 50px;
}

.tim-row h3 {
  margin-top: 0;
}

#typography h1, #typography h2, #typography h3,
#typography h4, #typography h5, #typography h6 {
  margin-bottom: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example .img-src {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  min-height: 740px;
}

#notifications {
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
}

#notifications .alert-danger {
  margin-bottom: 0px;
}

.tim-note {
  text-transform: capitalize;
}

#buttons .btn {
  margin: 0 0px 15px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

/*
.parallax{
  width:100%;
  height:570px;

  display: block;
  background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;

}
.parallax .parallax-image{
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.parallax .parallax-image img{
    width: 100%;
}

@media (max-width: 768px){
    .parallax .parallax-image{
         width: 100%;
         height: 640px;
         overflow: hidden;
     }
    .parallax .parallax-image img{
       height: 100%;
       width: auto;
   }
}
*/
.separator {
  content: "Separator";
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 20px;
}

.separator-line {
  background-color: #EEE;
  height: 1px;
  width: 100%;
  display: block;
}

.separator.separator-gray {
  background-color: #EEEEEE;
}

.social-buttons-demo .btn {
  margin: 10px 5px 7px 1px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.section-black {
  background-color: #333;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
  color: #FFFFFF;
}

.sharing-area .btn i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

#navbar {
  margin-bottom: -20px;
}

.sharing-area .btn-twitter {
  background-color: #55acee;
}

.sharing-area .btn-facebook {
  background-color: #3b5998;
}

.sharing-area .btn-google-plus {
  background-color: #dd4b39;
}

.sharing-area .btn-github {
  background-color: #333333;
}

#navbar .navbar {
  border-radius: 0;
}

@media (max-width: 830px) {
  .main-raised {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .tab-pane#schedule-2 {
    padding-top: 20px;
  }
}
.bd-docs .bd-example.bd-example-popover-static .popover,
.bd-docs .bd-example.bd-example-tooltip-static .tooltip {
  z-index: 3 !important;
}

@media all and (max-width: 375px) {
  .page-header {
    height: calc(100vh + 270px);
  }
  .index-page {
    overflow-x: hidden;
  }
  .pagination.pagination-primary .page-item:nth-of-type(3),
  .pagination.pagination-primary .page-item:nth-of-type(7) {
    display: none;
  }
  .pagination.pagination-info .page-item:nth-of-type(2) {
    display: none;
  }
  .main.main-raised {
    margin-top: -30px;
  }
  .form-group.is-focused .bootstrap-datetimepicker-widget {
    left: -32px !important;
  }
}
.show.modal .dropdown-toggle:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bootstrap-datetimepicker-widget .timepicker .table-condesed .btn .ripple-container {
  width: 40px;
  height: 40px;
  margin: -11px 3px;
}

.bd-docs .bd-toc-item .bd-sidenav a span {
  float: right;
  margin-top: 5px;
  padding: 3px 7px;
  font-size: 8px;
  line-height: 9px;
  background-color: #9c27b0;
}
.bd-docs .bd-content .bd-title .btn {
  padding: 7px 20px;
  margin-bottom: 10px;
}

.form-check {
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.form-check .form-check-label {
  cursor: pointer;
  padding-left: 0;
}
.form-group.is-focused .form-check .form-check-label {
  color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .form-check .form-check-label:hover, .form-group.is-focused .form-check .form-check-label:focus {
  color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .form-check .form-check-label {
  color: rgba(0,0,0, 0.26);
}
.form-check .form-check-input {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.form-check .form-check-sign {
  vertical-align: middle;
  position: relative;
  top: -2px;
  float: left;
  padding-right: 10px;
  display: inline-block;
}
.form-check .form-check-sign:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3,2.3,1);
  -moz-transform: scale3d(2.3,2.3,1);
  -o-transform: scale3d(2.3,2.3,1);
  -ms-transform: scale3d(2.3,2.3,1);
  transform: scale3d(2.3,2.3,1);
}
.form-check .form-check-sign .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0,0,0, .54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.form-check .form-check-sign .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  color: #fff;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -moz-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  -ms-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.form-check .form-check-input:focus + .form-check-sign .check:after {
  opacity: 0.2;
}
.form-check .form-check-input:checked + .form-check-sign .check {
  background: #9c27b0;
}
.form-check .form-check-input:checked + .form-check-sign .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -moz-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  -ms-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
.form-check .form-check-input:checked + .form-check-sign:before {
  -webkit-animation: rippleOn 500ms;
  -moz-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  -ms-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}
.form-check .form-check-input:checked + .form-check-sign .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  -moz-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  -ms-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards;
}
.form-check .form-check-input:not(:checked) + .form-check-sign:before {
  -webkit-animation: rippleOff 500ms;
  -moz-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  -ms-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}
.form-check .form-check-input:not(:checked) + .form-check-sign .check:after {
  -webkit-animation: rippleOff 500ms;
  -moz-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  -ms-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}
fieldset[disabled] .form-check, fieldset[disabled] .form-check .form-check-input,
.form-check .form-check-input[disabled] ~ .form-check-sign .check,
.form-check .form-check-input[disabled] + .circle {
  opacity: 0.5;
}
.form-check .form-check-input[disabled] ~ .form-check-sign .check {
  border-color: #000000;
  opacity: 0.26;
}
.form-check .form-check-input[disabled] + .form-check-sign .check:after {
  background-color: rgba(0,0,0, 0.87);
  transform: rotate(-45deg);
}
.form-check .form-check-input[disabled][checked] + .form-check-sign .check {
  background-color: #000000;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.switch label {
  position: relative;
  padding-left: 2.4375rem;
}
.switch label .bmd-switch-track {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: inline-block;
  width: 2.125rem;
  height: 0.875rem;
  cursor: pointer;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 50%, #c49bcb 50%, #c49bcb 100%);
  background-position: 0%;
  background-size: 4.25rem 0.875rem;
  border-radius: 2.125rem;
  transition: background-position 0.2s ease-in;
}
.switch label .bmd-switch-track::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #f1f1f1;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transform: translateY(-50%);
}
.switch label .bmd-switch-track:active::after {
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}
.switch label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.switch label input:checked + .bmd-switch-track {
  background-position: -100%;
}
.switch label input:checked + .bmd-switch-track::after {
  left: calc(100% - 1.25rem);
  background-color: #9c27b0;
}
.switch label input:disabled + .bmd-switch-track:active::after {
  transform: translateY(-50%);
}
.switch label input:disabled + .bmd-switch-track {
  cursor: default;
  background: rgba(0, 0, 0, 0.12);
}
.switch label input:disabled + .bmd-switch-track::after {
  background: #bdbdbd;
}

.form-check .form-check-label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}
.form-group.is-focused .form-check .form-check-label {
  color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .form-check .form-check-label:hover, .form-group.is-focused .form-check .form-check-label:focus {
  color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .form-check .form-check-label {
  color: rgba(0,0,0, 0.26);
}
.form-check .form-check-label span {
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  transition-duration: 0.2s;
}
.form-check .form-check-label .circle {
  border: 1px solid rgba(0,0,0, .54);
  height: 15px;
  width: 15px;
  border-radius: 100%;
  top: 1px;
}
.form-check .form-check-label .circle .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #9c27b0;
  -webkit-transform: scale3d(0,0,0);
  -moz-transform: scale3d(0,0,0);
  -o-transform: scale3d(0,0,0);
  -ms-transform: scale3d(0,0,0);
  transform: scale3d(0,0,0);
}
.form-check .form-check-input {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.form-check .form-check-input:checked ~ .check, .form-check .form-check-input:checked ~ .circle {
  opacity: 1;
}
.form-check .form-check-input:checked ~ .check {
  background-color: #9c27b0;
}
.form-check .form-check-input:checked ~ .circle {
  border-color: #9c27b0;
}
.form-check .form-check-input:checked .check:before {
  animation: checkboxOn 0.5s forwards;
}
.form-check .form-check-input:checked ~ .circle .check {
  -webkit-transform: scale3d(0.65, 0.65, 1);
  -moz-transform: scale3d(0.65, 0.65, 1);
  -o-transform: scale3d(0.65, 0.65, 1);
  -ms-transform: scale3d(0.65, 0.65, 1);
  transform: scale3d(0.65, 0.65, 1);
}
.form-check .form-check-input[disabled] ~ .check, .form-check .form-check-input[disabled] ~ .circle {
  opacity: 0.26;
}
.form-check .form-check-input[disabled] ~ .check {
  background-color: #000000;
}
.form-check .form-check-input[disabled] ~ .circle {
  border-color: #000000;
}
.form-check .form-check-input[disabled] + .circle .check {
  background-color: #000000;
}
.form-check .form-check-sign {
  vertical-align: middle;
  position: relative;
  top: -2px;
  float: left;
  padding-right: 10px;
  display: inline-block;
}

.form-check .form-check-label .circle:before {
  display: block;
  position: absolute;
  left: -1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 15px;
  width: 15px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: -1px;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  -moz-transform: scale3d(2.3, 2.3, 1);
  -o-transform: scale3d(2.3, 2.3, 1);
  -ms-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}
.form-check .form-check-label .form-check-input:checked + .circle:before {
  animation: rippleOn 0.5s;
}
.form-check .form-check-label .form-check-input:checked + .circle .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkboxOn 0.3s forwards;
}

.form-check + .form-check {
  margin-top: 0;
}

@keyframes checkboxOn {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control.right i {
  right: 0;
}
.carousel .card {
  margin-top: 0;
}
.carousel .item {
  text-align: center;
}
.carousel.carousel-full-nagivation .carousel-control {
  width: 50%;
}
.carousel.carousel-full-nagivation .carousel-control.left, .carousel.carousel-full-nagivation .carousel-control.right {
  background-image: none;
}
.carousel.carousel-full-nagivation .carousel-control .material-icons,
.carousel.carousel-full-nagivation .carousel-control .fa {
  display: none;
}
.carousel .carousel-control {
  height: 15%;
  margin: auto;
}
.carousel .carousel-control-prev .material-icons,
.carousel .carousel-control-next .material-icons {
  z-index: 5;
  display: inline-block;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
}
.carousel .carousel-indicators {
  bottom: 5px;
}
.carousel .carousel-indicators li,
.carousel .carousel-indicators .active {
  margin: 11px 10px;
}
.carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.carousel .carousel-indicators .active {
  margin-top: 10px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.carousel .carousel-caption {
  padding-bottom: 45px;
}
.carousel .carousel-caption .material-icons {
  position: relative;
  top: 5px;
}

form {
  margin-bottom: 1.125rem;
}
.card form {
  margin: 0;
}
.navbar form {
  margin-bottom: 0;
}
.navbar form .bmd-form-group {
  display: inline-block;
  padding-top: 0;
}
.navbar form .btn {
  margin-bottom: 0;
}

.form-control {
  background: no-repeat center bottom, center calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  border: 0;
  height: 36px;
  transition: background 0s ease-out;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  font-size: 14px;
}
.form-control:focus, .bmd-form-group.is-focused .form-control {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 14px;
}
.form-control::-webkit-input-placeholder {
  color: #AAAAAA;
  font-weight: 400;
  font-size: 14px;
}
.has-white .form-control::-moz-placeholder {
  color: #fff;
}
.has-white .form-control:-ms-input-placeholder {
  color: #fff;
}
.has-white .form-control::-webkit-input-placeholder {
  color: #fff;
}

.bmd-help {
  position: absolute;
  display: none;
  font-size: 0.8rem;
  font-weight: normal;
}
.bmd-form-group.is-focused .bmd-help {
  display: block;
}
.bmd-help:nth-of-type(2) {
  padding-top: 1rem;
}
.bmd-help + .bmd-help {
  position: relative;
  margin-bottom: 0;
}

.radio label, .is-focused .radio label,
.radio-inline,
.is-focused .radio-inline,
.checkbox label,
.is-focused .checkbox label,
.checkbox-inline,
.is-focused .checkbox-inline,
.switch label,
.is-focused .switch label {
  color: #999999;
}
.radio label label:has(input[type=radio][disabled]), .radio label label:has(input[type=radio][disabled]):hover, .radio label label:has(input[type=radio][disabled]):focus,
.radio label label:has(input[type=checkbox][disabled]),
.radio label label:has(input[type=checkbox][disabled]):hover,
.radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio label, fieldset[disabled] .radio label:hover, fieldset[disabled] .radio label:focus, .is-focused .radio label label:has(input[type=radio][disabled]), .is-focused .radio label label:has(input[type=radio][disabled]):hover, .is-focused .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .radio label label:has(input[type=checkbox][disabled]),
.is-focused .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio label, fieldset[disabled] .is-focused .radio label:hover, fieldset[disabled] .is-focused .radio label:focus,
.radio-inline label:has(input[type=radio][disabled]),
.radio-inline label:has(input[type=radio][disabled]):hover,
.radio-inline label:has(input[type=radio][disabled]):focus,
.radio-inline label:has(input[type=checkbox][disabled]),
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio-inline:hover,
fieldset[disabled] .radio-inline:focus,
.is-focused .radio-inline label:has(input[type=radio][disabled]),
.is-focused .radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused .radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]),
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .radio-inline,
fieldset[disabled] .is-focused .radio-inline:hover,
fieldset[disabled] .is-focused .radio-inline:focus,
.checkbox label label:has(input[type=radio][disabled]),
.checkbox label label:has(input[type=radio][disabled]):hover,
.checkbox label label:has(input[type=radio][disabled]):focus,
.checkbox label label:has(input[type=checkbox][disabled]),
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox label:hover,
fieldset[disabled] .checkbox label:focus,
.is-focused .checkbox label label:has(input[type=radio][disabled]),
.is-focused .checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]),
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox label,
fieldset[disabled] .is-focused .checkbox label:hover,
fieldset[disabled] .is-focused .checkbox label:focus,
.checkbox-inline label:has(input[type=radio][disabled]),
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.checkbox-inline label:has(input[type=checkbox][disabled]),
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox-inline:hover,
fieldset[disabled] .checkbox-inline:focus,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]),
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox-inline,
fieldset[disabled] .is-focused .checkbox-inline:hover,
fieldset[disabled] .is-focused .checkbox-inline:focus,
.switch label label:has(input[type=radio][disabled]),
.switch label label:has(input[type=radio][disabled]):hover,
.switch label label:has(input[type=radio][disabled]):focus,
.switch label label:has(input[type=checkbox][disabled]),
.switch label label:has(input[type=checkbox][disabled]):hover,
.switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .switch label,
fieldset[disabled] .switch label:hover,
fieldset[disabled] .switch label:focus,
.is-focused .switch label label:has(input[type=radio][disabled]),
.is-focused .switch label label:has(input[type=radio][disabled]):hover,
.is-focused .switch label label:has(input[type=radio][disabled]):focus,
.is-focused .switch label label:has(input[type=checkbox][disabled]),
.is-focused .switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused .switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .switch label,
fieldset[disabled] .is-focused .switch label:hover,
fieldset[disabled] .is-focused .switch label:focus {
  color: #999999;
}

[class^=bmd-label],
[class*=" bmd-label"] {
  color: #999999;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-control:disabled, .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.form-control.form-control-success, .is-focused .form-control.form-control-success {
  background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.form-control.form-control-warning, .is-focused .form-control.form-control-warning {
  background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.form-control.form-control-danger, .is-focused .form-control.form-control-danger {
  background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}

.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #999999;
}
.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(153, 153, 153, 0.8);
  border-radius: 0.2rem;
}
.was-validated .is-focused .form-control:valid, .is-focused .form-control.is-valid,
.was-validated .is-focused .custom-select:valid,
.is-focused .custom-select.is-valid {
  border-color: #999999;
}
.was-validated .is-focused .form-control:valid:focus, .is-focused .form-control.is-valid:focus,
.was-validated .is-focused .custom-select:valid:focus,
.is-focused .custom-select.is-valid:focus {
  border-color: #999999;
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
}
.was-validated .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .is-focused .form-control:valid ~ .valid-tooltip, .is-focused .form-control.is-valid ~ .valid-feedback,
.is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .is-focused .custom-select:valid ~ .valid-tooltip,
.is-focused .custom-select.is-valid ~ .valid-feedback,
.is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #999999;
}
.was-validated .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .is-focused .form-check-input:valid ~ .valid-tooltip, .is-focused .form-check-input.is-valid ~ .valid-feedback,
.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label, .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #999999;
}
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #d9d9d9;
}
.was-validated .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .is-focused .custom-control-input:valid ~ .valid-tooltip, .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #b3b3b3;
}
.was-validated .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
}
.was-validated .is-focused .custom-file-input:valid ~ .custom-file-label, .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #999999;
}
.was-validated .is-focused .custom-file-input:valid ~ .custom-file-label::before, .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .is-focused .custom-file-input:valid ~ .valid-tooltip, .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
}
.is-focused [class^=bmd-label],
.is-focused [class*=" bmd-label"] {
  color: #9c27b0;
}
.is-focused .bmd-label-placeholder {
  color: #999999;
}
.is-focused .form-control {
  border-color: #d2d2d2;
}
.is-focused .bmd-help {
  color: #555;
}

.has-success [class^=bmd-label],
.has-success [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .form-control, .is-focused .has-success .form-control {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-success .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-success .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .has-success .form-control, .has-success .form-control.disabled, .has-success .form-control:disabled, .has-success .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-success .form-control.form-control-success, .is-focused .has-success .form-control.form-control-success {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-success .form-control.form-control-warning, .is-focused .has-success .form-control.form-control-warning {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-success .form-control.form-control-danger, .is-focused .has-success .form-control.form-control-danger {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-success .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4caf50;
}
.has-success .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.8);
  border-radius: 0.2rem;
}
.was-validated .has-success .is-focused .form-control:valid, .has-success .is-focused .form-control.is-valid,
.was-validated .has-success .is-focused .custom-select:valid,
.has-success .is-focused .custom-select.is-valid {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .form-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus,
.was-validated .has-success .is-focused .custom-select:valid:focus,
.has-success .is-focused .custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .has-success .is-focused .form-control:valid ~ .valid-tooltip, .has-success .is-focused .form-control.is-valid ~ .valid-feedback,
.has-success .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .has-success .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .has-success .is-focused .custom-select:valid ~ .valid-tooltip,
.has-success .is-focused .custom-select.is-valid ~ .valid-feedback,
.has-success .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .form-check-input:valid ~ .form-check-label, .has-success .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.was-validated .has-success .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-success .is-focused .form-check-input:valid ~ .valid-tooltip, .has-success .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-success .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #4caf50;
}
.was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a3d7a5;
}
.was-validated .has-success .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .has-success .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-success .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.has-success .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6ec071;
}
.was-validated .has-success .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .custom-file-input:valid ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .custom-file-input:valid ~ .custom-file-label::before, .has-success .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .has-success .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .has-success .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-success .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.has-success .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.has-success .is-focused [class^=bmd-label],
.has-success .is-focused [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .is-focused .bmd-label-placeholder {
  color: #4caf50;
}
.has-success .is-focused .form-control {
  border-color: #4caf50;
}
.has-success .is-focused .bmd-help {
  color: #555;
}

.has-info [class^=bmd-label],
.has-info [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .form-control, .is-focused .has-info .form-control {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-info .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-info .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .has-info .form-control, .has-info .form-control.disabled, .has-info .form-control:disabled, .has-info .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-info .form-control.form-control-success, .is-focused .has-info .form-control.form-control-success {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-info .form-control.form-control-warning, .is-focused .has-info .form-control.form-control-warning {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-info .form-control.form-control-danger, .is-focused .has-info .form-control.form-control-danger {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-info .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00bcd4;
}
.has-info .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 188, 212, 0.8);
  border-radius: 0.2rem;
}
.was-validated .has-info .is-focused .form-control:valid, .has-info .is-focused .form-control.is-valid,
.was-validated .has-info .is-focused .custom-select:valid,
.has-info .is-focused .custom-select.is-valid {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .form-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus,
.was-validated .has-info .is-focused .custom-select:valid:focus,
.has-info .is-focused .custom-select.is-valid:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .has-info .is-focused .form-control:valid ~ .valid-tooltip, .has-info .is-focused .form-control.is-valid ~ .valid-feedback,
.has-info .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .has-info .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .has-info .is-focused .custom-select:valid ~ .valid-tooltip,
.has-info .is-focused .custom-select.is-valid ~ .valid-feedback,
.has-info .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .form-check-input:valid ~ .form-check-label, .has-info .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #00bcd4;
}
.was-validated .has-info .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-info .is-focused .form-check-input:valid ~ .valid-tooltip, .has-info .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-info .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #55ecff;
}
.was-validated .has-info .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .has-info .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-info .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.has-info .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #08e3ff;
}
.was-validated .has-info .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .custom-file-input:valid ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-file-input:valid ~ .custom-file-label::before, .has-info .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .has-info .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .has-info .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-info .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.has-info .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.has-info .is-focused [class^=bmd-label],
.has-info .is-focused [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .is-focused .bmd-label-placeholder {
  color: #00bcd4;
}
.has-info .is-focused .form-control {
  border-color: #00bcd4;
}
.has-info .is-focused .bmd-help {
  color: #555;
}

.has-white [class^=bmd-label],
.has-white [class*=" bmd-label"] {
  color: #fff;
}
.has-white .form-control, .is-focused .has-white .form-control {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px);
}
.has-white .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px);
}
.has-white .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px);
}
fieldset[disabled][disabled] .has-white .form-control, .has-white .form-control.disabled, .has-white .form-control:disabled, .has-white .form-control[disabled] {
  background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-white .form-control.form-control-success, .is-focused .has-white .form-control.form-control-success {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-white .form-control.form-control-warning, .is-focused .has-white .form-control.form-control-warning {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-white .form-control.form-control-danger, .is-focused .has-white .form-control.form-control-danger {
  background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #FFFFFF 1px, rgba(255, 255, 255, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-white .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fff;
}
.has-white .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
}
.was-validated .has-white .is-focused .form-control:valid, .has-white .is-focused .form-control.is-valid,
.was-validated .has-white .is-focused .custom-select:valid,
.has-white .is-focused .custom-select.is-valid {
  border-color: #fff;
}
.was-validated .has-white .is-focused .form-control:valid:focus, .has-white .is-focused .form-control.is-valid:focus,
.was-validated .has-white .is-focused .custom-select:valid:focus,
.has-white .is-focused .custom-select.is-valid:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.was-validated .has-white .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .has-white .is-focused .form-control:valid ~ .valid-tooltip, .has-white .is-focused .form-control.is-valid ~ .valid-feedback,
.has-white .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .has-white .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .has-white .is-focused .custom-select:valid ~ .valid-tooltip,
.has-white .is-focused .custom-select.is-valid ~ .valid-feedback,
.has-white .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-white .is-focused .form-check-input:valid ~ .form-check-label, .has-white .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #fff;
}
.was-validated .has-white .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-white .is-focused .form-check-input:valid ~ .valid-tooltip, .has-white .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-white .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-white .is-focused .custom-control-input:valid ~ .custom-control-label, .has-white .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #fff;
}
.was-validated .has-white .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-white .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: white;
}
.was-validated .has-white .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .has-white .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-white .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.has-white .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-white .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-white .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: white;
}
.was-validated .has-white .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-white .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.was-validated .has-white .is-focused .custom-file-input:valid ~ .custom-file-label, .has-white .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #fff;
}
.was-validated .has-white .is-focused .custom-file-input:valid ~ .custom-file-label::before, .has-white .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .has-white .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .has-white .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-white .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.has-white .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-white .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-white .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.has-white .is-focused [class^=bmd-label],
.has-white .is-focused [class*=" bmd-label"] {
  color: #fff;
}
.has-white .is-focused .bmd-label-placeholder {
  color: #fff;
}
.has-white .is-focused .form-control {
  border-color: #fff;
}
.has-white .is-focused .bmd-help {
  color: #555;
}
.has-white .form-control:focus {
  color: #fff;
}

.has-warning [class^=bmd-label],
.has-warning [class*=" bmd-label"] {
  color: #ff9800;
}
.has-warning .form-control, .is-focused .has-warning .form-control {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-warning .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-warning .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .has-warning .form-control, .has-warning .form-control.disabled, .has-warning .form-control:disabled, .has-warning .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-warning .form-control.form-control-success, .is-focused .has-warning .form-control.form-control-success {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-warning .form-control.form-control-warning, .is-focused .has-warning .form-control.form-control-warning {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-warning .form-control.form-control-danger, .is-focused .has-warning .form-control.form-control-danger {
  background-image: linear-gradient(to top, #ff9800 2px, rgba(255, 152, 0, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-warning .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff9800;
}
.has-warning .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 152, 0, 0.8);
  border-radius: 0.2rem;
}
.was-validated .has-warning .is-focused .form-control:valid, .has-warning .is-focused .form-control.is-valid,
.was-validated .has-warning .is-focused .custom-select:valid,
.has-warning .is-focused .custom-select.is-valid {
  border-color: #ff9800;
}
.was-validated .has-warning .is-focused .form-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus,
.was-validated .has-warning .is-focused .custom-select:valid:focus,
.has-warning .is-focused .custom-select.is-valid:focus {
  border-color: #ff9800;
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}
.was-validated .has-warning .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused .form-control:valid ~ .valid-tooltip, .has-warning .is-focused .form-control.is-valid ~ .valid-feedback,
.has-warning .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .has-warning .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused .custom-select:valid ~ .valid-tooltip,
.has-warning .is-focused .custom-select.is-valid ~ .valid-feedback,
.has-warning .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .form-check-input:valid ~ .form-check-label, .has-warning .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #ff9800;
}
.was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-tooltip, .has-warning .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-warning .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #ff9800;
}
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #ffcc80;
}
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-warning .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.has-warning .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #ffad33;
}
.was-validated .has-warning .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ff9800;
}
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .custom-file-label::before, .has-warning .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-warning .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.has-warning .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}
.has-warning .is-focused [class^=bmd-label],
.has-warning .is-focused [class*=" bmd-label"] {
  color: #ff9800;
}
.has-warning .is-focused .bmd-label-placeholder {
  color: #ff9800;
}
.has-warning .is-focused .form-control {
  border-color: #ff9800;
}
.has-warning .is-focused .bmd-help {
  color: #555;
}

.has-danger [class^=bmd-label],
.has-danger [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .form-control, .is-focused .has-danger .form-control {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-danger .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-danger .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .has-danger .form-control, .has-danger .form-control.disabled, .has-danger .form-control:disabled, .has-danger .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-danger .form-control.form-control-success, .is-focused .has-danger .form-control.form-control-success {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-danger .form-control.form-control-warning, .is-focused .has-danger .form-control.form-control-warning {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-danger .form-control.form-control-danger, .is-focused .has-danger .form-control.form-control-danger {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-danger .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f44336;
}
.has-danger .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.8);
  border-radius: 0.2rem;
}
.was-validated .has-danger .is-focused .form-control:valid, .has-danger .is-focused .form-control.is-valid,
.was-validated .has-danger .is-focused .custom-select:valid,
.has-danger .is-focused .custom-select.is-valid {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .form-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus,
.was-validated .has-danger .is-focused .custom-select:valid:focus,
.has-danger .is-focused .custom-select.is-valid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused .form-control:valid ~ .valid-tooltip, .has-danger .is-focused .form-control.is-valid ~ .valid-feedback,
.has-danger .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .has-danger .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused .custom-select:valid ~ .valid-tooltip,
.has-danger .is-focused .custom-select.is-valid ~ .valid-feedback,
.has-danger .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .form-check-input:valid ~ .form-check-label, .has-danger .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #f44336;
}
.was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-tooltip, .has-danger .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-danger .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #fbb4af;
}
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-danger .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.has-danger .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #f77066;
}
.was-validated .has-danger .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .custom-file-label::before, .has-danger .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-danger .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.has-danger .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.has-danger .is-focused [class^=bmd-label],
.has-danger .is-focused [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .is-focused .bmd-label-placeholder {
  color: #f44336;
}
.has-danger .is-focused .form-control {
  border-color: #f44336;
}
.has-danger .is-focused .bmd-help {
  color: #555;
}

.has-rose [class^=bmd-label],
.has-rose [class*=" bmd-label"] {
  color: #e91e63;
}
.has-rose .form-control, .is-focused .has-rose .form-control {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-rose .form-control:invalid {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.has-rose .form-control:read-only {
  background-image: linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
fieldset[disabled][disabled] .has-rose .form-control, .has-rose .form-control.disabled, .has-rose .form-control:disabled, .has-rose .form-control[disabled] {
  background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-rose .form-control.form-control-success, .is-focused .has-rose .form-control.form-control-success {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-rose .form-control.form-control-warning, .is-focused .has-rose .form-control.form-control-warning {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-rose .form-control.form-control-danger, .is-focused .has-rose .form-control.form-control-danger {
  background-image: linear-gradient(to top, #e91e63 2px, rgba(233, 30, 99, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-rose .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e91e63;
}
.has-rose .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(233, 30, 99, 0.8);
  border-radius: 0.2rem;
}
.was-validated .has-rose .is-focused .form-control:valid, .has-rose .is-focused .form-control.is-valid,
.was-validated .has-rose .is-focused .custom-select:valid,
.has-rose .is-focused .custom-select.is-valid {
  border-color: #e91e63;
}
.was-validated .has-rose .is-focused .form-control:valid:focus, .has-rose .is-focused .form-control.is-valid:focus,
.was-validated .has-rose .is-focused .custom-select:valid:focus,
.has-rose .is-focused .custom-select.is-valid:focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.was-validated .has-rose .is-focused .form-control:valid ~ .valid-feedback,
.was-validated .has-rose .is-focused .form-control:valid ~ .valid-tooltip, .has-rose .is-focused .form-control.is-valid ~ .valid-feedback,
.has-rose .is-focused .form-control.is-valid ~ .valid-tooltip,
.was-validated .has-rose .is-focused .custom-select:valid ~ .valid-feedback,
.was-validated .has-rose .is-focused .custom-select:valid ~ .valid-tooltip,
.has-rose .is-focused .custom-select.is-valid ~ .valid-feedback,
.has-rose .is-focused .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-rose .is-focused .form-check-input:valid ~ .form-check-label, .has-rose .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #e91e63;
}
.was-validated .has-rose .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-rose .is-focused .form-check-input:valid ~ .valid-tooltip, .has-rose .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-rose .is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-rose .is-focused .custom-control-input:valid ~ .custom-control-label, .has-rose .is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #e91e63;
}
.was-validated .has-rose .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-rose .is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #f492b4;
}
.was-validated .has-rose .is-focused .custom-control-input:valid ~ .valid-feedback,
.was-validated .has-rose .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-rose .is-focused .custom-control-input.is-valid ~ .valid-feedback,
.has-rose .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-rose .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-rose .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #ee4c83;
}
.was-validated .has-rose .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-rose .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.was-validated .has-rose .is-focused .custom-file-input:valid ~ .custom-file-label, .has-rose .is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #e91e63;
}
.was-validated .has-rose .is-focused .custom-file-input:valid ~ .custom-file-label::before, .has-rose .is-focused .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .has-rose .is-focused .custom-file-input:valid ~ .valid-feedback,
.was-validated .has-rose .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-rose .is-focused .custom-file-input.is-valid ~ .valid-feedback,
.has-rose .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-rose .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-rose .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.has-rose .is-focused [class^=bmd-label],
.has-rose .is-focused [class*=" bmd-label"] {
  color: #e91e63;
}
.has-rose .is-focused .bmd-label-placeholder {
  color: #e91e63;
}
.has-rose .is-focused .form-control {
  border-color: #e91e63;
}
.has-rose .is-focused .bmd-help {
  color: #555;
}

.bmd-form-group {
  position: relative;
  padding-top: 27px;
}
.bmd-form-group:not(.has-success):not(.has-danger) [class^=bmd-label].bmd-label-floating,
.bmd-form-group:not(.has-success):not(.has-danger) [class*=" bmd-label"].bmd-label-floating {
  color: #AAAAAA;
}
.bmd-form-group [class^=bmd-label],
.bmd-form-group [class*=" bmd-label"] {
  position: absolute;
  pointer-events: none;
  transition: 0.3s ease all;
}
.bmd-form-group [class^=bmd-label].bmd-label-floating,
.bmd-form-group [class*=" bmd-label"].bmd-label-floating {
  will-change: left, top, contents;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}
.bmd-form-group.is-filled .bmd-label-placeholder {
  display: none;
}
.bmd-form-group.bmd-collapse-inline {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 2.1em;
}
.bmd-form-group.bmd-collapse-inline .collapse {
  flex: 1;
  display: none;
}
.bmd-form-group.bmd-collapse-inline .collapse.show {
  max-width: 1200px;
}
.bmd-form-group.bmd-collapse-inline .collapsing,
.bmd-form-group.bmd-collapse-inline .width:not(.collapse),
.bmd-form-group.bmd-collapse-inline .collapse.show {
  display: block;
}
.bmd-form-group.bmd-collapse-inline .collapsing {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-form-group .form-control,
.bmd-form-group label,
.bmd-form-group input::placeholder {
  line-height: 1.1;
}
.bmd-form-group label {
  color: #AAAAAA;
}
.bmd-form-group .radio label,
.bmd-form-group label.radio-inline,
.bmd-form-group .checkbox label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group .switch label {
  line-height: 1.5;
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 0.875rem;
}
.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
  top: 2.3125rem;
}
.bmd-form-group .is-focused .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.bmd-form-group .bmd-label-static {
  top: 0.35rem;
  left: 0;
  font-size: 0.875rem;
}
.bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group.bmd-form-group-sm .form-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input::placeholder {
  line-height: 1.1;
}
.bmd-form-group.bmd-form-group-sm label {
  color: #AAAAAA;
}
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label.radio-inline,
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.bmd-form-group.bmd-form-group-sm .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label {
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
  top: 1.875rem;
}
.bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating {
  top: 0.75rem;
  left: 0;
  font-size: 0.6875rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-static {
  top: 0.1rem;
  left: 0;
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-help {
  margin-top: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.34375rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-lg .form-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input::placeholder {
  line-height: 1.1;
}
.bmd-form-group.bmd-form-group-lg label {
  color: #AAAAAA;
}
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label.radio-inline,
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.bmd-form-group.bmd-form-group-lg .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label {
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
  top: 2.4375rem;
}
.bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-static {
  top: 0.35rem;
  left: 0;
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-help {
  margin-top: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.59375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem;
}

.form-control,
label,
input::placeholder {
  line-height: 1.1;
}

label {
  color: #AAAAAA;
}

.radio label,
label.radio-inline,
.checkbox label,
label.checkbox-inline,
.switch label {
  line-height: 1.5;
}

.checkbox label,
.radio label,
label {
  font-size: 0.875rem;
}

.bmd-label-floating,
.bmd-label-placeholder {
  top: 2.3125rem;
}

.is-focused .bmd-label-floating,
.is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.6875rem;
}

.bmd-label-static {
  top: 0.35rem;
  left: 0;
  font-size: 0.875rem;
}

.bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}

.form-control.form-control-success, .form-control.form-control-warning, .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.form-control.form-control-success, .form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}

select, select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .form-inline .input-group {
    display: inline-flex;
    align-items: center;
  }
}

.form-control-feedback {
  position: absolute;
  top: 33px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
.has-success .form-control-feedback {
  color: #4caf50;
  opacity: 1;
}
.has-danger .form-control-feedback {
  color: #f44336;
  opacity: 1;
}

.form-group {
  margin-bottom: 17px;
  position: relative;
}

textarea {
  height: auto !important;
  resize: none;
  line-height: 1.42857143 !important;
}

.form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.form-newsletter .input-group,
.form-newsletter .form-group {
  float: left;
  width: 78%;
  margin-right: 2%;
  margin-top: 9px;
  padding-top: 5px;
}
.form-newsletter .btn {
  float: left;
  width: 20%;
  margin: 9px 0 0;
}

.form-file-upload .input-group-btn:last-child > .btn-round {
  border-radius: 30px;
}
.form-file-upload .input-group-btn .btn {
  margin: 0;
}
.form-file-upload .input-group {
  width: 100%;
}

.input-group .input-group-btn {
  padding: 0 12px;
}

.input-group .input-group-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 0 15px;
  background-color: transparent;
  border-color: transparent;
}
.input-group .input-group-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.5rem 0;
}
.list-group.bmd-list-group-sm {
  padding: 0.25rem 0;
}
.list-group.bmd-list-group-sm .list-group-item {
  padding: 0.5rem 1rem;
}

.bmd-list-group-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.list-group-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1rem;
  line-height: 1;
}
.list-group-item .list-group-item-text {
  min-width: 0;
  max-height: 2.188rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-item :first-child {
  margin-right: 2rem;
}
.list-group-item > .pull-xs-right,
.list-group-item > .pull-sm-right,
.list-group-item > .pull-md-right,
.list-group-item > .pull-lg-right,
.list-group-item > .pull-xl-right,
.list-group-item > * ~ .label:last-child,
.list-group-item > * ~ .material-icons:last-child {
  margin-right: 0;
  margin-left: auto;
}
.list-group-item .material-icons.pull-xs-right,
.list-group-item .material-icons.pull-sm-right,
.list-group-item .material-icons.pull-md-right,
.list-group-item .material-icons.pull-lg-right,
.list-group-item .material-icons.pull-xl-right,
.list-group-item .material-icons ~ .material-icons:last-child {
  padding-left: 1rem;
}
.list-group-item .list-group-item-text {
  font-size: 0.875rem;
  color: #555;
}

.nav-link {
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  padding: 0.5321rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.nav-tabs,
.nav-pills {
  border: 0;
  border-radius: 3px;
  padding: 0 15px;
}
.nav-tabs .nav-link,
.nav-pills .nav-link {
  padding: 1.4286em 0.8575em;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}

.nav .nav-item {
  position: relative;
}

.img-thumbnail {
  border-radius: 16px;
}

.img-raised {
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

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

.navbar {
  border: 0;
  border-radius: 3px;
  padding: 0.625rem 0;
  margin-bottom: 20px;
  color: #555;
  background-color: #fff !important;
  box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4);
  background-color: #fff;
  color: #555;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #555;
}
.navbar.fixed-top {
  border-radius: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: inherit;
  padding: 0.9375rem;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 20px;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn-just-icon) .fa {
  position: relative;
  top: 2px;
  margin-top: -4px;
  margin-right: 4px;
}
.navbar .navbar-nav .nav-item .nav-link .material-icons, .navbar .navbar-nav .nav-item .nav-link .fa {
  font-size: 1.25rem;
  max-width: 24px;
  margin-top: -1.1em;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
  margin-top: -7px;
  top: 3px;
  position: relative;
  margin-right: 3px;
}
.navbar .navbar-nav .nav-item .nav-link.profile-photo {
  padding: 0;
  margin: 0 3px;
}
.navbar .navbar-nav .nav-item .nav-link.profile-photo:after {
  display: none;
}
.navbar .navbar-nav .nav-item .nav-link.profile-photo .profile-photo-small {
  height: 40px;
  width: 40px;
}
.navbar .navbar-nav .nav-item .nav-link.profile-photo .ripple-container {
  border-radius: 50%;
}
.navbar .navbar-nav .dropdown-menu-right {
  transform-origin: 100% 0;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar .btn,
.navbar .navbar-nav .nav-item .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar .navbar-toggler {
  cursor: pointer;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 22px;
  height: 2px;
  vertical-align: middle;
  outline: 0;
  display: block;
  border-radius: 1px;
}
.navbar .navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
  margin-top: 4px;
}
.navbar.navbar-absolute {
  position: absolute;
  width: 100%;
  padding-top: 10px;
  z-index: 1029;
}
.navbar .navbar-wrapper {
  display: inline-flex;
  align-items: center;
}
.navbar .navbar-brand {
  position: relative;
  color: inherit;
  height: 50px;
  font-size: 1.125rem;
  line-height: 30px;
  padding: 0.625rem 0;
}
.navbar.bg-primary {
  color: #fff;
  background-color: #9c27b0 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(156, 39, 176, 0.46);
}
.navbar.bg-primary .dropdown-item:hover,
.navbar.bg-primary .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
  background-color: #9c27b0;
  color: #fff;
}
.navbar.bg-primary .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar.bg-info {
  color: #fff;
  background-color: #00bcd4 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 188, 212, 0.46);
}
.navbar.bg-info .dropdown-item:hover,
.navbar.bg-info .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
  background-color: #00bcd4;
  color: #fff;
}
.navbar.bg-info .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar.bg-warning {
  color: #fff;
  background-color: #ff9800 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(255, 152, 0, 0.46);
}
.navbar.bg-warning .dropdown-item:hover,
.navbar.bg-warning .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
  background-color: #ff9800;
  color: #fff;
}
.navbar.bg-warning .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar.bg-rose {
  color: #fff;
  background-color: #e91e63 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46);
}
.navbar.bg-rose .dropdown-item:hover,
.navbar.bg-rose .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
  background-color: #e91e63;
  color: #fff;
}
.navbar.bg-rose .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar.bg-danger {
  color: #fff;
  background-color: #f44336 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(244, 67, 54, 0.46);
}
.navbar.bg-danger .dropdown-item:hover,
.navbar.bg-danger .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
  background-color: #f44336;
  color: #fff;
}
.navbar.bg-danger .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar.bg-success {
  color: #fff;
  background-color: #4caf50 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(76, 175, 80, 0.46);
}
.navbar.bg-success .dropdown-item:hover,
.navbar.bg-success .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
  background-color: #4caf50;
  color: #fff;
}
.navbar.bg-success .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar.bg-dark {
  color: #fff;
  background-color: #212121 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);
}
.navbar.bg-dark .dropdown-item:hover,
.navbar.bg-dark .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(33, 33, 33, 0.4);
  background-color: #212121;
  color: #fff;
}
.navbar.bg-dark .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar.navbar-transparent {
  background-color: transparent !important;
  box-shadow: none;
  padding-top: 25px;
  color: #fff;
}

#navbar .navbar {
  border-radius: 0;
}

.badge {
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
}
.badge.badge-primary {
  background-color: #9c27b0;
}
.badge.badge-info {
  background-color: #00bcd4;
}
.badge.badge-success {
  background-color: #4caf50;
}
.badge.badge-warning {
  background-color: #ff9800;
}
.badge.badge-danger {
  background-color: #f44336;
}
.badge.badge-rose {
  background-color: #e91e63;
}
.badge.badge-default {
  background-color: #999;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #c1c1c1;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #89229b;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #00a5bb;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #449d48;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #e68900;
  color: #fff;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #f32c1e;
}

.badge-rose[href]:hover,
.badge-rose[href]:focus {
  background-color: #d81558;
}

.alert {
  border: 0;
  border-radius: 0;
  padding: 20px 15px;
  line-height: 20px;
}
.alert b {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.alert, .alert.alert-default {
  background-color: white;
  color: #555;
}
.alert a, .alert .alert-link, .alert.alert-default a, .alert.alert-default .alert-link {
  color: #555;
}
.alert.alert-inverse {
  background-color: #292929;
  color: #fff;
}
.alert.alert-inverse a, .alert.alert-inverse .alert-link {
  color: #fff;
}
.alert.alert-primary {
  background-color: #a72abd;
  color: #ffffff;
}
.alert.alert-primary a, .alert.alert-primary .alert-link {
  color: #ffffff;
}
.alert.alert-success {
  background-color: #55b559;
  color: #ffffff;
}
.alert.alert-success a, .alert.alert-success .alert-link {
  color: #ffffff;
}
.alert.alert-info {
  background-color: #00cae3;
  color: #ffffff;
}
.alert.alert-info a, .alert.alert-info .alert-link {
  color: #ffffff;
}
.alert.alert-warning {
  background-color: #ff9e0f;
  color: #ffffff;
}
.alert.alert-warning a, .alert.alert-warning .alert-link {
  color: #ffffff;
}
.alert.alert-danger {
  background-color: #f55145;
  color: #ffffff;
}
.alert.alert-danger a, .alert.alert-danger .alert-link {
  color: #ffffff;
}
.alert.alert-rose {
  background-color: #ea2c6d;
  color: #ffffff;
}
.alert.alert-rose a, .alert.alert-rose .alert-link {
  color: #ffffff;
}
.alert-info, .alert-danger, .alert-warning, .alert-success {
  color: #ffffff;
}
.alert-default a, .alert-default .alert-link {
  color: rgba(0,0,0, 0.87);
}
.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 1.071rem;
}
.alert .alert-icon i {
  margin-top: -7px;
  top: 5px;
  position: relative;
}
.alert .close {
  color: #fff;
  text-shadow: none;
  opacity: 0.9;
}
.alert .close i {
  font-size: 20px;
}
.alert .close:hover, .alert .close:focus {
  opacity: 1;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  border: 0;
  border-radius: 30px !important;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}
.pagination > .page-item > .page-link:hover, .pagination > .page-item > .page-link:focus,
.pagination > .page-item > span:hover,
.pagination > .page-item > span:focus {
  color: #999999;
}
.pagination > .page-item.active > a,
.pagination > .page-item.active > span {
  color: #999999;
}
.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
  background-color: #9c27b0;
  border-color: #9c27b0;
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.pagination.pagination-info > .page-item.active > a, .pagination.pagination-info > .page-item.active > a:focus, .pagination.pagination-info > .page-item.active > a:hover,
.pagination.pagination-info > .page-item.active > span,
.pagination.pagination-info > .page-item.active > span:focus,
.pagination.pagination-info > .page-item.active > span:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: 0 4px 5px 0 rgba(0, 188, 212, 0.14), 0 1px 10px 0 rgba(0, 188, 212, 0.12), 0 2px 4px -1px rgba(0, 188, 212, 0.2);
}
.pagination.pagination-success > .page-item.active > a, .pagination.pagination-success > .page-item.active > a:focus, .pagination.pagination-success > .page-item.active > a:hover,
.pagination.pagination-success > .page-item.active > span,
.pagination.pagination-success > .page-item.active > span:focus,
.pagination.pagination-success > .page-item.active > span:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 4px 5px 0 rgba(76, 175, 80, 0.14), 0 1px 10px 0 rgba(76, 175, 80, 0.12), 0 2px 4px -1px rgba(76, 175, 80, 0.2);
}
.pagination.pagination-warning > .page-item.active > a, .pagination.pagination-warning > .page-item.active > a:focus, .pagination.pagination-warning > .page-item.active > a:hover,
.pagination.pagination-warning > .page-item.active > span,
.pagination.pagination-warning > .page-item.active > span:focus,
.pagination.pagination-warning > .page-item.active > span:hover {
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 4px 5px 0 rgba(255, 152, 0, 0.14), 0 1px 10px 0 rgba(255, 152, 0, 0.12), 0 2px 4px -1px rgba(255, 152, 0, 0.2);
}
.pagination.pagination-danger > .page-item.active > a, .pagination.pagination-danger > .page-item.active > a:focus, .pagination.pagination-danger > .page-item.active > a:hover,
.pagination.pagination-danger > .page-item.active > span,
.pagination.pagination-danger > .page-item.active > span:focus,
.pagination.pagination-danger > .page-item.active > span:hover {
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: 0 4px 5px 0 rgba(244, 67, 54, 0.14), 0 1px 10px 0 rgba(244, 67, 54, 0.12), 0 2px 4px -1px rgba(244, 67, 54, 0.2);
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
  margin-left: 5px;
}
.nav-pills.flex-column .nav-item + .nav-item {
  margin-top: 5px;
}
.nav-pills .nav-item .nav-link {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: #555;
  transition: all 0.3s;
  border-radius: 30px;
  padding: 10px 15px;
}
.nav-pills .nav-item .nav-link:hover {
  background-color: rgba(200, 200, 200, 0.2);
}
.nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #9c27b0;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
}
.nav-pills .nav-item i {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}
.nav-pills.nav-pills-info .nav-item .nav-link.active, .nav-pills.nav-pills-info .nav-item .nav-link.active:focus, .nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
  background-color: #00bcd4;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
  color: #fff;
}
.nav-pills.nav-pills-rose .nav-item .nav-link.active, .nav-pills.nav-pills-rose .nav-item .nav-link.active:focus, .nav-pills.nav-pills-rose .nav-item .nav-link.active:hover {
  background-color: #e91e63;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(233, 30, 99, 0.6);
  color: #fff;
}
.nav-pills.nav-pills-success .nav-item .nav-link.active, .nav-pills.nav-pills-success .nav-item .nav-link.active:focus, .nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
  background-color: #4caf50;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(76, 175, 80, 0.6);
  color: #fff;
}
.nav-pills.nav-pills-warning .nav-item .nav-link.active, .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
  background-color: #ff9800;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
  color: #fff;
}
.nav-pills.nav-pills-danger .nav-item .nav-link.active, .nav-pills.nav-pills-danger .nav-item .nav-link.active:focus, .nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
  background-color: #f44336;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(244, 67, 54, 0.6);
  color: #fff;
}
.nav-pills.nav-pills-icons .nav-item .nav-link {
  border-radius: 4px;
}

.tab-space {
  padding: 20px 0 50px 0px;
}

.info {
  max-width: 360px;
  margin: 0 auto;
  padding: 70px 0 30px;
}
.info .icon {
  color: #999999;
}
.info .icon > i {
  font-size: 3.85rem;
}
.info .info-title {
  color: #3C4858;
  margin: 1.75rem 0 0.875rem;
}
.info p {
  color: #999999;
}

.info-horizontal .icon {
  float: left;
  margin-top: 24px;
  margin-right: 10px;
}
.info-horizontal .icon > i {
  font-size: 2.25rem;
}
.info-horizontal .description {
  overflow: hidden;
}

.icon.icon-primary {
  color: #9c27b0;
}
.icon.icon-info {
  color: #00bcd4;
}
.icon.icon-success {
  color: #4caf50;
}
.icon.icon-warning {
  color: #ff9800;
}
.icon.icon-danger {
  color: #f44336;
}
.icon.icon-rose {
  color: #e91e63;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-weight: 300;
  line-height: 1.5em;
}

h1, h2, h3, .h1, .h2, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1 {
  font-size: 3.3125rem;
  line-height: 1.15em;
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 1.5em;
}

h3, .h3 {
  font-size: 1.5625rem;
  line-height: 1.4em;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5em;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.55em;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
}

p {
  font-size: 14px;
  margin: 0 0 10px;
}

b {
  font-weight: 700;
}

small,
.small {
  font-size: 75%;
  color: #777;
}

.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
}
.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
  color: #3C4858;
  text-decoration: none;
}

h2.title {
  margin-bottom: 1rem;
}

.description,
.card-description,
.footer-big p {
  color: #999;
}

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

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

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

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

.text-info {
  color: #00bcd4 !important;
}

.text-rose {
  color: #e91e63 !important;
}

.text-gray {
  color: #999999 !important;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
.blockquote p {
  font-size: 1.063rem;
  font-style: italic;
}
.blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

.nav-tabs {
  border: 0;
  border-radius: 3px;
  padding: 0 15px;
}
.nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  background-color: transparent;
  transition: 0.3s background-color 0s;
}
.nav-tabs .nav-item .nav-link:hover {
  border: 0;
}
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
  border: 0 !important;
  color: #fff !important;
  font-weight: 500;
}
.nav-tabs .nav-item.disabled .nav-link, .nav-tabs .nav-item.disabled .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.nav-tabs .nav-item .material-icons {
  margin: -1px 5px 0 0;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s background-color 0.2s;
}

.nav-tabs .nav-link {
  border-bottom: 0.214rem solid transparent;
}
.nav-tabs .nav-link {
  color: #555;
}
.nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.87);
  border-color: #9c27b0;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  border-color: #9c27b0;
}
.nav-tabs .nav-link.disabled {
  color: #999;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus {
  color: #999;
}
.nav-tabs.header-primary .nav-link {
  color: white;
}
.nav-tabs.header-primary .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-tabs.header-primary .nav-link.active:hover, .nav-tabs.header-primary .nav-link.active:focus {
  border-color: #fff;
}
.nav-tabs.header-primary .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.header-primary .nav-link.disabled, .nav-tabs.header-primary .nav-link.disabled:hover, .nav-tabs.header-primary .nav-link.disabled:focus {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-inverse .nav-link {
  color: white;
}
.nav-tabs.bg-inverse .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-tabs.bg-inverse .nav-link.active:hover, .nav-tabs.bg-inverse .nav-link.active:focus {
  border-color: #fff;
}
.nav-tabs.bg-inverse .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-inverse .nav-link.disabled, .nav-tabs.bg-inverse .nav-link.disabled:hover, .nav-tabs.bg-inverse .nav-link.disabled:focus {
  color: rgba(255, 255, 255, 0.84);
}

.card-nav-tabs {
  margin-top: 45px;
}
.card-nav-tabs .card-header {
  margin-top: -30px !important;
}

.tooltip-arrow {
  display: none;
}

.tooltip.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.tooltip {
  opacity: 0;
  transition: opacity, transform 0.2s ease;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  font-size: 0.875rem;
}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #fff;
}
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #fff;
}
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #fff;
}
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #fff;
}

.tooltip-inner {
  padding: 10px 15px;
  min-width: 130px;
}

.popover, .tooltip-inner {
  line-height: 1.5em;
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  color: #555;
}

.popover {
  padding: 0;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.popover.left > .arrow, .popover.right > .arrow, .popover.top > .arrow, .popover.bottom > .arrow {
  border: none;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  border: 0;
}

.popover-header {
  background-color: #fff;
  border: none;
  padding: 15px 15px 5px;
  font-size: 1.125rem;
  margin: 0;
  color: #555;
}

.popover-body {
  padding: 10px 15px 15px;
  line-height: 1.4;
  color: #555;
}

.modal-dialog .modal-content {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border: none;
}
.modal-dialog .modal-content .card-signup {
  margin: 0;
}
.modal-dialog .modal-content .card-signup .modal-header {
  padding-top: 0;
}
.modal-dialog .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
}
.modal-dialog .modal-body {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.modal-dialog .modal-footer {
  border-top: none;
  padding: 24px;
}
.modal-dialog .modal-footer.text-center {
  text-align: center;
}
.modal-dialog .modal-footer button {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}
.modal-dialog .modal-footer button.pull-left {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  left: -5px;
}
.modal-dialog .modal-body + .modal-footer {
  padding-top: 0;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  margin-top: 130px;
}
.modal .modal-header .close {
  color: #999;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus {
  opacity: 1;
}
.modal .modal-header .close i {
  font-size: 16px;
}

.show:not(.modal) .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  padding: 0.3125rem 0;
  border: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu.showing {
  animation-name: bmd-dropdown-animation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.open > .dropdown-menu, .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.dropdown-menu.hiding {
  display: block;
  opacity: 0;
  transform: scale(0);
}
.dropdown-menu[x-placement=bottom-start] {
  transform-origin: 0 0;
}
.dropdown-menu[x-placement=bottom-end] {
  transform-origin: 100% 0;
}
.dropdown-menu[x-placement=top-start] {
  transform-origin: 0 100%;
}
.dropdown-menu[x-placement=top-end] {
  transform-origin: 100% 100%;
}
.dropdown-menu .disabled > a {
  color: #777;
}
.dropdown-menu .disabled > a:focus, .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  color: #777;
}
.dropdown-menu.dropdown-with-icons .dropdown-item {
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
}
.dropdown-menu.dropdown-with-icons .dropdown-item .material-icons {
  vertical-align: middle;
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 1px;
  margin-right: 12px;
  opacity: 0.5;
}
.dropdown-menu .dropdown-item,
.dropdown-menu li > a {
  position: relative;
  width: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
  margin: 0 0.3125rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  min-width: 7rem;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  line-height: 1.42857143;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown-item,
  .dropdown-menu li > a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
  background-color: #9c27b0;
  color: #FFFFFF;
}

.dropdown-toggle.bmd-btn-icon::after, .dropdown-toggle.bmd-btn-fab::after {
  display: none;
}
.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-right, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2rem;
}
.dropdown-toggle:after {
  will-change: transform;
  transition: transform 150ms linear;
}
.show .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2.5rem;
}
.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu {
  margin: 0;
}

.dropdown-header {
  font-size: 0.75rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  text-transform: none;
  color: #777;
  line-height: 1.42857143;
  font-weight: inherit;
}

@keyframes bmd-dropdown-animation {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.dropdown-menu.bootstrap-datetimepicker-widget {
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 0 0;
  will-change: transform, opacity;
  top: 0;
}

.dropdown-menu.bootstrap-datetimepicker-widget.top {
  transform-origin: 0 100%;
}

.dropdown-menu.bootstrap-datetimepicker-widget.open {
  opacity: 1;
  transform: scale(1);
  top: 0;
}

.bmd-layout-drawer {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 100%;
  overflow: visible;
  overflow-y: auto;
  font-size: 0.875rem;
  transition: transform;
  will-change: transform;
  transform-style: preserve-3d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-layout-drawer > * {
  flex-shrink: 0;
}
.bmd-layout-drawer > header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
.bmd-layout-drawer > header .navbar-brand {
  padding-left: 1.5rem;
  font-size: 1.25rem;
}
.bmd-layout-drawer > .list-group {
  padding-top: 1rem;
}
.bmd-layout-drawer > .list-group .list-group-item {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

.bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  transform: translateX(-250px);
}
.bmd-drawer-f-l > .bmd-layout-header,
.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}

.bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  transform: translateX(250px);
}
.bmd-drawer-f-r > .bmd-layout-header,
.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}

.bmd-drawer-f-t > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(-110px);
}
.bmd-drawer-f-t > .bmd-layout-content {
  margin-top: 0;
}

.bmd-drawer-f-b > .bmd-layout-drawer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(110px);
}
.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}

:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-left: 240px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 240px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-right: 240px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 240px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 100px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-t > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-b > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 100px;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay .bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay .bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay .bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay.bmd-drawer-overlay .bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}

.progress {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
  background: #DDDDDD;
  margin-bottom: 20px;
}
.progress .progress-bar {
  box-shadow: none;
}
.progress .progress-bar.progress-bar-primary {
  background: #9c27b0 !important;
}
.progress .progress-bar.progress-bar-info {
  background: #00bcd4;
}
.progress .progress-bar.progress-bar-success {
  background: #4caf50;
}
.progress .progress-bar.progress-bar-warning {
  background: #ff9800;
}
.progress .progress-bar.progress-bar-danger {
  background: #f44336;
}
.progress.progress-line-primary {
  background: rgba(156, 39, 176, 0.2);
}
.progress.progress-line-info {
  background: rgba(0, 188, 212, 0.2);
}
.progress.progress-line-success {
  background: rgba(76, 175, 80, 0.2);
}
.progress.progress-line-warning {
  background: rgba(255, 152, 0, 0.2);
}
.progress.progress-line-danger {
  background: rgba(244, 67, 54, 0.2);
}

.togglebutton {
  vertical-align: middle;
}
.togglebutton, .togglebutton label, .togglebutton input, .togglebutton .toggle {
  user-select: none;
}
.togglebutton label {
  cursor: pointer;
  color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .togglebutton label {
  color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .togglebutton label:hover, .form-group.is-focused .togglebutton label:focus {
  color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .togglebutton label {
  color: rgba(0,0,0, 0.26);
}
.togglebutton label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.togglebutton label .toggle {
  text-align: left;
  margin-left: 5px;
}
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: rgba(80, 80, 80, 0.7);
  border-radius: 15px;
  margin-right: 15px;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.togglebutton label .toggle:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -2.5px;
  border: 1px solid rgba(0,0,0, .54);
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.togglebutton label input[type=checkbox][disabled] + .toggle:after, .togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
  background-color: #BDBDBD;
}
.togglebutton label input[type=checkbox] + .toggle:active:after, .togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
  left: 15px;
}
.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: rgba(156, 39, 176, 0.7);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
  border-color: #9c27b0;
}
.togglebutton label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1);
}

.ripple {
  position: relative;
}

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}
.ripple-container .ripple-decorator {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  opacity: 0;
  transform: scale(1);
  transform-origin: 50%;
}
.ripple-container .ripple-decorator.ripple-on {
  opacity: 0.1;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.ripple-container .ripple-decorator.ripple-out {
  opacity: 0;
  transition: opacity 0.1s linear 0s !important;
}

.page-header {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}
.page-header .carousel .carousel-indicators {
  bottom: 60px;
}
.page-header > .container {
  color: #fff;
}
.page-header .title {
  color: #fff;
}
.page-header.header-small {
  height: 65vh;
  min-height: 65vh;
}
.page-header .iframe-container iframe {
  width: 100%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.header-filter {
  position: relative;
}
.header-filter:before, .header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}
.header-filter::before {
  background: rgba(0, 0, 0, 0.5);
}
.header-filter .container {
  z-index: 2;
  position: relative;
}

.clear-filter::before {
  background: none;
}

.purple-filter:after {
  background: rgba(101, 47, 142, 0.64);
  background: linear-gradient(45deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
  background: -moz-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
  background: -webkit-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
}

footer {
  padding: 0.9375rem 0;
  text-align: center;
  display: -webkit-flex; /* Safari */ /* Safari 6.1+ */
  display: flex;
}
footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: inherit;
  padding: 0.9375rem;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  display: block;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul li .btn {
  margin: 0;
}
footer ul.links-horizontal:first-child a {
  padding-left: 0;
}
footer ul.links-horizontal:last-child a {
  padding-right: 0;
}
footer ul.links-vertical li {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}
footer ul.links-vertical li a {
  padding: 5px;
}
footer .social-buttons a,
footer .social-buttons .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footer-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin-left: -15px;
}
footer .footer-brand:hover, footer .footer-brand:focus {
  color: #3C4858;
}
footer .copyright {
  padding: 15px 0;
}
footer .copyright .material-icons {
  font-size: 18px;
  position: relative;
  top: 3px;
}
footer .pull-center {
  display: inline-block;
  float: none;
}

.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card .card-category:not([class*=text-]) {
  color: #999999;
}
.card .card-category {
  margin-top: 10px;
}
.card .card-category .material-icons {
  position: relative;
  top: 8px;
  line-height: 0;
}
.card .form-check {
  margin-top: 15px;
}
.card .card-title {
  margin-top: 0.625rem;
}
.card .card-title:last-child {
  margin-bottom: 0;
}
.card.no-shadow .card-header-image,
.card.no-shadow .card-header-image img {
  box-shadow: none !important;
}
.card .card-body,
.card .card-footer {
  padding: 0.9375rem 1.875rem;
}
.card .card-body + .card-footer {
  padding-top: 0rem;
  border: 0;
  border-radius: 6px;
}
.card .card-footer {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
}
.card .card-footer .author,
.card .card-footer .stats {
  display: inline-flex;
}
.card .card-footer .stats {
  color: #999999;
}
.card .card-footer .stats .material-icons {
  position: relative;
  top: 3px;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 18px;
}
.card.bmd-card-raised {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .card.bmd-card-flat {
    box-shadow: none;
  }
}
.card .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg, #eee, #bdbdbd);
}
.card .card-header .title {
  color: #fff;
}
.card .card-header:not([class*=header-]) {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card .card-header .nav-tabs {
  padding: 0;
}
.card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
}
.card .card-header.card-header-image a {
  display: block;
}
.card .card-header.card-header-image img {
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card .card-header.card-header-image .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}
.card .card-header.card-header-image .colored-shadow {
  transform: scale(0.94);
  top: 12px;
  filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: opacity 0.45s;
  opacity: 0;
}
.card .card-header.card-header-image.no-shadow {
  box-shadow: none;
}
.card .card-header.card-header-image.no-shadow.shadow-normal {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card .card-header.card-header-image.no-shadow .colored-shadow {
  display: none !important;
}
.card .card-header-primary, .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.card .card-header-info, .card.bg-info, .card.card-rotate.bg-info .front, .card.card-rotate.bg-info .back {
  background: linear-gradient(60deg, #26c6da, #0097a7);
}
.card .card-header-success, .card.bg-success, .card.card-rotate.bg-success .front, .card.card-rotate.bg-success .back {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
}
.card .card-header-warning, .card.bg-warning, .card.card-rotate.bg-warning .front, .card.card-rotate.bg-warning .back {
  background: linear-gradient(60deg, #ffa726, #f57c00);
}
.card .card-header-danger, .card.bg-danger, .card.card-rotate.bg-danger .front, .card.card-rotate.bg-danger .back {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
}
.card .card-header-rose, .card.bg-rose, .card.card-rotate.bg-rose .front, .card.card-rotate.bg-rose .back {
  background: linear-gradient(60deg, #ec407a, #c2185b);
}
.card .card-header-primary {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
}
.card .card-header-danger {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(244, 67, 54, 0.6);
}
.card .card-header-rose {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(233, 30, 99, 0.6);
}
.card .card-header-warning {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(255, 152, 0, 0.6);
}
.card .card-header-info {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(0, 188, 212, 0.6);
}
.card .card-header-success {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(76, 175, 80, 0.6);
}
.card [class*=header-], .card[class*=bg-] {
  color: #fff;
}
.card [class*=header-] .card-title a,
.card [class*=header-] .card-title,
.card [class*=header-] .icon i, .card[class*=bg-] .card-title a,
.card[class*=bg-] .card-title,
.card[class*=bg-] .icon i {
  color: #fff;
}
.card [class*=header-] .icon i, .card[class*=bg-] .icon i {
  border-color: rgba(255, 255, 255, 0.25);
}
.card [class*=header-] .author a,
.card [class*=header-] .stats,
.card [class*=header-] .card-category,
.card [class*=header-] .card-description, .card[class*=bg-] .author a,
.card[class*=bg-] .stats,
.card[class*=bg-] .card-category,
.card[class*=bg-] .card-description {
  color: rgba(255, 255, 255, 0.8);
}
.card [class*=header-] .author a:hover, .card [class*=header-] .author a:focus, .card [class*=header-] .author a:active, .card[class*=bg-] .author a:hover, .card[class*=bg-] .author a:focus, .card[class*=bg-] .author a:active {
  color: #fff;
}
.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.card .author a {
  color: #3C4858;
  text-decoration: none;
}
.card .author a .ripple-container {
  display: none;
}
.card .card-category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}
.card .card-category-social .material-icons {
  position: relative;
  top: 5px;
}
.card[class*=bg-], .card[class*=bg-] .card-body {
  border-radius: 6px;
}
.card[class*=bg-] h1 small,
.card[class*=bg-] h2 small,
.card[class*=bg-] h3 small, .card[class*=bg-] .card-body h1 small,
.card[class*=bg-] .card-body h2 small,
.card[class*=bg-] .card-body h3 small {
  color: rgba(255, 255, 255, 0.8);
}
.card .card-stats {
  background: transparent;
  display: flex;
}
.card .card-stats .author,
.card .card-stats .stats {
  display: inline-flex;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    display: inline-block;
  }
}
.card-carousel {
  overflow: hidden;
}

.card-login .card-header {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  padding: 20px 0;
  margin-bottom: 15px;
}
.card-login .text-divider {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
.card-login .card-body {
  padding: 0px 30px 0px 10px;
}
.card-login .form-check {
  padding-top: 27px;
}
.card-login .form-check label {
  margin-left: 18px;
}
.card-login .form-check .form-check-sign {
  padding-right: 27px;
}
.card-login .input-group {
  padding-bottom: 7px;
  margin: 27px 0 0 0;
}
.card-login .form {
  min-height: 420px;
}
.card-login .social-line {
  margin-top: 1rem;
  text-align: center;
  padding: 0;
}
.card-login .social-line .btn {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.login-page .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
.login-page .footer .copyright a {
  color: #fff;
}

.card-plain {
  background: transparent;
  box-shadow: none;
}
.card-plain .card-header:not(.card-avatar) {
  margin-left: 0;
  margin-right: 0;
}
.card-plain .card-body {
  padding-left: 5px;
  padding-right: 5px;
}
.card-plain .card-header-image {
  margin: 0 !important;
  border-radius: 6px;
}
.card-plain .card-header-image img {
  border-radius: 6px;
}
.card-plain .card-footer {
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget a:hover {
  box-shadow: none !important;
}
.bootstrap-datetimepicker-widget a .btn:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 991px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  right: auto;
  left: 12px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: auto;
  margin-bottom: 27px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
  margin-top: auto;
  margin-bottom: 27px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  margin: 0;
  border-width: 0;
  background-color: transparent;
  color: #9c27b0;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget a[data-action]:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget a[data-action]:hover span {
  background-color: #eee;
  color: #9c27b0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 1.125rem;
  margin: 0;
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget button[data-action] {
  width: 38px;
  height: 38px;
  margin-right: 3px;
  padding: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  border-radius: 3px;
  font-size: 0.875rem;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
  border-radius: 3px;
  margin: 2px 0px !important;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table.table-condensed tr > td {
  text-align: center;
}
.bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  text-align: center;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: 500;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.12);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  border-radius: 3px;
  height: 27px;
  width: 27px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table th.dow {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 10px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td > div {
  border-radius: 3px;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
}
.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #999;
}
.bootstrap-datetimepicker-widget table td.day > div {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  color: #3C4858;
  font-size: 0.875rem;
}
.bootstrap-datetimepicker-widget table td.minute > div, .bootstrap-datetimepicker-widget table td.hour > div {
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old > div, .bootstrap-datetimepicker-widget table td.new > div {
  color: #999;
}
.bootstrap-datetimepicker-widget table td.today > div {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today > div:before {
  content: "";
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #9c27b0;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #9c27b0;
  color: #fff;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}
.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled > div, .bootstrap-datetimepicker-widget table td.disabled:hover > div {
  background: none;
  color: rgba(0, 0, 0, 0.12);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 3px 3px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #9c27b0;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #999;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.12);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
  border-radius: 50% !important;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 1px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  border-radius: 0;
  height: 2px;
  background: #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #fff;
  border: 2px solid #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
  margin: 15px 0;
}
.noUi-horizontal .noUi-handle .noUi-tooltip {
  margin-top: 15px;
  margin-left: -10px;
}
.noUi-horizontal .noUi-pips .noUi-value {
  position: absolute;
  top: 10px;
}
.noUi-horizontal .noUi-pips .noUi-value.noUi-value-large:last-of-type {
  left: 95% !important;
}

.noUi-vertical {
  height: 100%;
  width: 2px;
  margin: 0 15px;
}

.noUi-vertical .noUi-handle {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: -6px;
  top: -10px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  border: 1px solid #9c27b0;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* Styling;
 */
.noUi-target {
  background: #c8c8c8;
  border-radius: 4px;
}

.noUi-connect {
  background: #3FB8AF;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: -10px;
  top: -6px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  border: 1px solid;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.noUi-handle.noUi-active {
  transform: scale3d(1.5, 1.5, 1);
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider {
  background: #c8c8c8;
}
.slider .noUi-connect {
  background-color: #9c27b0;
  border-radius: 4px;
}
.slider .noUi-handle {
  border-color: #9c27b0;
}
.slider.slider-info .noUi-connect {
  background-color: #00bcd4;
}
.slider.slider-info .noUi-handle {
  border-color: #00bcd4;
}
.slider.slider-success .noUi-connect {
  background-color: #4caf50;
}
.slider.slider-success .noUi-handle {
  border-color: #4caf50;
}
.slider.slider-warning .noUi-connect {
  background-color: #ff9800;
}
.slider.slider-warning .noUi-handle {
  border-color: #ff9800;
}
.slider.slider-danger .noUi-connect {
  background-color: #f44336;
}
.slider.slider-danger .noUi-handle {
  border-color: #f44336;
}
.slider.slider-rose .noUi-connect {
  background-color: #e91e63;
}
.slider.slider-rose .noUi-handle {
  border-color: #e91e63;
}

.index-page .section-components h6.description {
  margin-top: 5px;
  margin-bottom: 30px;
}
.index-page .page-header {
  height: 90vh;
  overflow: hidden;
}
.index-page .brand {
  color: #fff;
  text-align: center;
}
.index-page .brand h1 {
  font-size: 4.2rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.index-page .brand h3 {
  font-size: 1.313rem;
  max-width: 500px;
  margin: 10px auto 0;
}
.index-page h4.description {
  font-size: 1.5em;
}

.section {
  padding: 70px 0;
}

.profile-page .page-header {
  height: 380px;
  background-position: top center;
}
.profile-page .profile {
  text-align: center;
}
.profile-page .profile img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.profile-page .profile .name {
  margin-top: -80px;
}
.profile-page .follow {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-page .description {
  margin: 1.071rem auto 0;
  max-width: 600px;
}
.profile-page .profile-tabs {
  margin-top: 4.284rem;
}
.profile-page .gallery {
  margin-top: 3.213rem;
  padding-bottom: 50px;
}
.profile-page .gallery img {
  width: 100%;
  margin-bottom: 2.142rem;
}
.profile-page .follow .btn-fab {
  margin-top: -28px;
}
.profile-page .card-background .content {
  padding: 30% 0;
  min-width: 160px;
}
.profile-page .work {
  padding: 40px 0px;
}
.profile-page .work .collections {
  margin-top: 20px;
}
.profile-page .work .stats ul > li {
  padding: 5px 0px;
  font-size: 1em;
}
.profile-page .work .stats ul > li b {
  font-size: 1.2em;
}
.profile-page .connections {
  padding: 40px 0px;
}
.profile-page .connections .card-profile {
  text-align: left;
}
.profile-page .tab-content .collections .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-page .tab-content .collections .card .card-body .badge {
  display: inline-table;
  margin: 0 auto;
}

.signup-page .page-header {
  min-height: 100vh;
  height: auto;
  display: inherit;
}
.signup-page .page-header .container {
  padding-top: 20vh;
}
.signup-page .card-signup {
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
  padding: 40px 0px;
}
.signup-page .info-horizontal {
  padding: 0px 0px 20px;
}
.signup-page .social .btn {
  margin: 5px;
}
.signup-page .social h4 {
  margin-top: 20px;
}
.signup-page .footer .container {
  padding: 0;
}
.signup-page .footer .copyright,
.signup-page .footer a {
  color: #FFFFFF;
}

@media all and (max-width: 991px) {
  [class*=navbar-expand-] > .container,
  [class*=navbar-expand-] > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dropdown-menu.show .dropdown-item.open + .dropdown-menu.show {
    right: 101% !important;
  }
  .dropdown-menu.show .dropdown-item.open + .dropdown-menu.show .dropdown-item.open + .dropdown-menu,
  .dropdown-menu.show .dropdown-item.open + .dropdown-menu.show .dropdown-item.open + .dropdown-menu.show {
    left: -165px !important;
  }
  .navbar .navbar-collapse .navbar-nav > li.button-container {
    padding: 15px;
  }
  .carousel .card .card-body {
    max-width: 340px;
    margin: 0 auto;
    min-height: 400px;
  }
  .navbar-collapse {
    position: fixed;
    display: block;
    top: 0px;
    height: 100vh;
    width: 230px;
    right: 0;
    margin-right: 0 !important;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    max-height: none !important;
    -webkit-transform: translate3d(230px, 0, 0);
    -moz-transform: translate3d(230px, 0, 0);
    -o-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .navbar-collapse::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: block;
    content: "";
    z-index: 1;
  }
  .navbar-collapse .dropdown-toggle:after {
    position: absolute;
    right: 16px;
    margin-top: 8px;
  }
  .navbar-collapse .navbar-nav {
    position: relative;
    z-index: 3;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #3C4858;
    margin: 5px 15px;
  }
  .navbar-collapse .navbar-nav .nav-item.active .nav-link, .navbar-collapse .navbar-nav .nav-item.active .nav-link:hover, .navbar-collapse .navbar-nav .nav-item.active .nav-link:focus, .navbar-collapse .navbar-nav .nav-item.active .nav-link:active {
    background-color: rgb(236, 237, 239);
    color: #3C4858;
  }
  .navbar-collapse .navbar-nav .nav-item.button-container .nav-link {
    margin: 15px;
  }
  .navbar-collapse .navbar-nav .nav-item:after {
    width: calc(100% - 30px);
    content: "";
    display: block;
    height: 1px;
    margin-left: 15px;
    background-color: #e5e5e5;
  }
  .navbar-collapse .navbar-nav .nav-item:last-child:after {
    display: none;
  }
  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .navbar-translate {
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
  }
  .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
  .navbar .dropdown .dropdown-menu {
    display: none;
  }
  .navbar .dropdown-menu .dropdown-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .navbar .dropdown.show .dropdown-menu,
  .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    padding-bottom: 15px;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: none !important;
    width: auto;
    margin-bottom: 15px;
    padding-top: 0;
    height: 300px;
    animation: none;
    opacity: 1;
    overflow-y: scroll;
  }
  .navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
  }
  #bodyClick {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0;
    top: 0;
    left: auto;
    right: 230px;
    content: "";
    z-index: 1029;
    overflow-x: hidden;
  }
  #navbar .navbar-collapse,
  #navigation .navbar-collapse {
    display: none !important;
  }
}
@media all and (min-width: 991px) {
  .navbar .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .button-container {
    margin-left: 0.1875px;
  }
  .contactus-2 .card-contact {
    margin: 80px 0 80px 150px;
  }
  .index-page .fileinput-new.thumbnail.img-circle {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .presentation-page .section-components .components-macbook {
    max-width: 850px !important;
    max-height: 480px !important;
    margin-top: 12vh;
    left: -12px;
  }
  .presentation-page .section-components .coloured-card-img,
  .presentation-page .section-components .table-img {
    display: none;
  }
  .presentation-page .section-components .social-img {
    left: 47%;
    top: 37%;
  }
  .presentation-page .section-components .pin-btn-img {
    top: 54%;
  }
  .presentation-page .section-components .share-btn-img {
    top: 12%;
  }
  .presentation-page .section-components .coloured-card-btn-img {
    top: -2%;
    left: 65%;
  }
  .presentation-page .section-content .area-img {
    max-width: 130px;
    max-height: 170px;
  }
  .presentation-page .section-content .info-img {
    max-width: 170px;
    max-height: 120px;
  }
  @keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }
    45% {
      top: 6px;
      transform: rotate(145deg);
    }
    75% {
      transform: rotate(130deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
    }
    75% {
      -webkit-transform: rotate(130deg);
    }
    100% {
      -webkit-transform: rotate(135deg);
    }
  }
  @-moz-keyframes topbar-x {
    0% {
      top: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -moz-transform: rotate(145deg);
    }
    75% {
      -moz-transform: rotate(130deg);
    }
    100% {
      -moz-transform: rotate(135deg);
    }
  }
  @keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }
    45% {
      transform: rotate(-10deg);
    }
    75% {
      transform: rotate(5deg);
    }
    100% {
      top: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
    }
    45% {
      -webkit-transform: rotate(-10deg);
    }
    75% {
      -webkit-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes topbar-back {
    0% {
      top: 6px;
      -moz-transform: rotate(135deg);
    }
    45% {
      -moz-transform: rotate(-10deg);
    }
    75% {
      -moz-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -moz-transform: rotate(0);
    }
  }
  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }
    75% {
      transform: rotate(-130deg);
    }
    100% {
      transform: rotate(-135deg);
    }
  }
  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
    }
    75% {
      -webkit-transform: rotate(-130deg);
    }
    100% {
      -webkit-transform: rotate(-135deg);
    }
  }
  @-moz-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -moz-transform: rotate(-145deg);
    }
    75% {
      -moz-transform: rotate(-130deg);
    }
    100% {
      -moz-transform: rotate(-135deg);
    }
  }
  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }
    45% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
    }
    45% {
      -webkit-transform: rotate(10deg);
    }
    75% {
      -webkit-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -moz-transform: rotate(-135deg);
    }
    45% {
      -moz-transform: rotate(10deg);
    }
    75% {
      -moz-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -moz-transform: rotate(0);
    }
  }
  .navbar .navbar-toggler .navbar-toggler-icon:nth-child(2) {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    -moz-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:nth-child(3) {
    opacity: 1;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:nth-child(4) {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    -moz-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .navbar .navbar-toggler.toggled .navbar-toggler-icon:nth-child(2) {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    -moz-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .navbar .navbar-toggler.toggled .navbar-toggler-icon:nth-child(3) {
    opacity: 0;
  }
  .navbar .navbar-toggler.toggled .navbar-toggler-icon:nth-child(4) {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    -moz-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 767px) {
  .presentation-page .section-components .components-macbook {
    max-width: 350px !important;
    max-height: 250px !important;
    margin-top: 12vh;
    left: -12px;
  }
  .presentation-page .section-components .coloured-card-img,
  .presentation-page .section-components .table-img {
    display: none;
  }
  .presentation-page .section-components .social-img {
    left: -7%;
    top: 37%;
  }
  .presentation-page .section-components .pin-btn-img {
    top: 54%;
  }
  .presentation-page .section-components .share-btn-img {
    top: 7%;
  }
  .presentation-page .section-components .coloured-card-btn-img {
    top: -2%;
  }
  .card.card-form-horizontal .input-group {
    padding-bottom: 10px;
  }
  .presentation-page #cd-vertical-nav,
  .index-page #cd-vertical-nav,
  .section-page #cd-vertical-nav {
    display: none;
  }
  .index-page .cd-section .tim-typo .tim-note {
    width: 60px;
  }
  .login-page .page-header {
    min-height: 100vh;
    max-height: 1000px;
    height: 100%;
  }
  .login-page .page-header > .container {
    padding-top: 20vh;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 400px) {
  .cd-vertical-nav {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .bd-docs .bd-example .card.card-profile .card-header-image {
    max-height: 100% !important;
  }
  .card-profile .card-header-image {
    max-height: 215px;
  }
}
@media screen and (max-width: 991px) {
  .menu-on-left .page-header,
  .menu-on-left .main,
  .menu-on-left .navbar > div {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .menu-on-left .navbar .collapse {
    left: 0;
    top: -25px;
    right: auto;
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
  }
  .menu-on-left .navbar .navbar-translate .navbar-brand {
    position: absolute;
    right: 0;
    top: -15px;
  }
  .nav-open .menu-on-left .page-header,
  .nav-open .menu-on-left .main {
    -webkit-transform: translate3d(230px, 0, 0);
    -moz-transform: translate3d(230px, 0, 0);
    -o-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
  }
  .nav-open .menu-on-left .navbar .collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .menu-on-left .navbar > div .navbar-translate {
    -webkit-transform: translate3d(230px, 0, 0);
    -moz-transform: translate3d(230px, 0, 0);
    -o-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .menu-on-left .navbar .collapse {
    -webkit-transform: translate3d(-255px, 0, 0);
    -moz-transform: translate3d(-255px, 0, 0);
    -o-transform: translate3d(-255px, 0, 0);
    -ms-transform: translate3d(-255px, 0, 0);
    transform: translate3d(-255px, 0, 0);
  }
  .nav-open .menu-on-left .navbar .collapse {
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    width: 245px;
  }
}
/*********************
VARIABLES
*********************/
p {
  font-family: "Bree Serif", serif !important;
  font-weight: 400;
  font-style: normal;
}

.become-a-dist-banner {
  background-image: url(../img/banners/exports-banner.jpg);
}
@media screen and (max-width: 576px) {
  .become-a-dist-banner {
    background-image: url(../img/banners/exports-banner-mobile.jpg);
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.tooltip {
  position: absolute !important;
  z-index: 111111111111111;
  box-shadow: none;
  background: none !important;
}

.tooltip-inner {
  color: #000;
  font-weight: 400;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 11111111111111112;
  background: url(../img/ajax-loader.gif) center no-repeat #006937;
}

body {
  font-family: "Averia Serif Libre", cursive !important;
  overflow-x: hidden !important;
  color: #000000 !important;
  /*font-family: 'Averia Sans Libre', cursive; */
  background-color: #ffffff !important;
}

.grey-scale {
  filter: grayscale(100%);
}

.upper-cut {
  margin-top: 5rem;
}

.mt10 {
  margin-top: 10rem !important;
}

.ripple-container {
  display: none !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #5fdaff !important;
}

.navbar-setter {
  padding: 0rem 5rem;
}
@media screen and (max-width: 1400px) {
  .navbar-setter {
    padding: 0rem 2rem;
  }
}

h1 {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

p {
  line-height: 1.3;
}

.cursor {
  cursor: pointer;
  position: relative;
  left: -0.3rem !important;
}
.cursor i {
  color: #000;
}

/*---PRESETS --*/
.nmnp {
  padding: 0;
  margin: 0;
}

.mx350 {
  max-width: 350px;
}

.mx280 {
  max-width: 280px;
}

.cursor-pointer {
  cursor: pointer;
}

a {
  color: #000;
}

a:hover, a:focus {
  color: #0066b3;
  text-decoration: none;
}

/*--SEARCH---*/
.searchpage .input-group {
  border: 1px solid #00a651;
}
.searchpage input {
  background: none !important;
  padding-left: 1rem;
  height: 39px;
}
.searchpage i {
  color: #00a651;
}

.search-open i {
  font-size: 16px;
  font-weight: bold;
}

.search-setter {
  color: #228650 !important;
  text-transform: lowercase !important;
  font-size: 16px !important;
  font-weight: 300;
  display: inline-block;
  text-indent: 10px;
}

.search-inline {
  width: 100%;
  left: 0;
  top: 0;
  height: 10%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  height: 58px;
  top: 5.5rem;
  background-color: #ffffff !important;
}

.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: all 0.4s ease-in-out;
}

.search-inline button[type=submit] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  background: #222;
  color: #fff;
}

.search-inline .form-control2 {
  border: 0px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  outline: none;
  padding-left: 1%;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #09a053 !important;
}

.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #616161;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  background: none;
}

.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.form-control2 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(239, 239, 239, 0.5);
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/*--SEARCH---*/
/*---PRESETS --*/
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(9, 160, 83) !important;
  background-color: #09a053 !important;
  color: #FFFFFF;
}

.navbar {
  background-image: url("../img/navbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 96px;
  box-shadow: none !important;
  background-color: transparent !important;
  margin-bottom: 0;
  z-index: 222222;
  margin-left: -0.1rem;
  padding-right: 0 !important;
}
@media screen and (max-width: 1500px) {
  .navbar {
    height: 95px;
  }
}
.navbar .navbar-brand {
  position: relative;
  color: inherit;
  height: auto;
  font-size: 1.125rem;
  line-height: 30px;
  margin-left: 1.1rem;
  padding: 0.625rem 0;
}
.navbar .navbar-brand img {
  max-width: 116px;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-brand img {
    max-width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-brand {
    top: -10px;
  }
}
.navbar .nav-link {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #006937 !important;
  text-transform: uppercase !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Chewy", system-ui;
}
@media screen and (max-width: 1500px) {
  .navbar .nav-link {
    font-size: 16px !important;
  }
}
.navbar .nav-item {
  margin-right: 0.3rem;
}
.navbar .nav-item a {
  transition: 1s;
}
.navbar .nav-item a:hover .fa-search {
  color: #007cc3;
}
.navbar .nav-item a:hover .fa-facebook-f {
  color: #3b6dd4;
}
.navbar .nav-item a:hover .fa-youtube {
  color: red;
}
.navbar .nav-item a:hover .fa-instagram {
  color: #E1306C;
}
.navbar .nav-item a:hover .fa-file-video {
  color: #daaeac;
}

/* Header Parallex */
.hero-section {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.tablet-carousal-img {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tablet-carousal-img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tablet-carousal-img {
    display: none;
  }
}

.mobile-carousal-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-carousal-img {
    display: block;
    width: 100%;
  }
}

.carousal-bg {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .carousal-bg {
    background-image: none !important;
    height: auto;
    margin-top: 5rem;
  }
}

.header-cover {
  margin-top: -1.4rem;
  z-index: 111;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header-cover img {
    margin: initial !important;
    height: fit-content !important;
  }
}

.bounce-main {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: 11111;
}
@media screen and (max-width: 1200px) {
  .bounce-main {
    display: none;
  }
}

.bounce {
  position: relative;
  text-align: center;
  color: white;
  left: -50%;
}

/* Header Parallex */
/* Image text Section */
.headline-bottle1:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 50px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 30%, transparent 70%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  left: 2.2rem;
  margin-top: -2.1rem;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .headline-bottle1:after {
    left: 16.5rem;
    margin-top: -2.3rem;
    width: 22%;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .headline-bottle1:after {
    display: none;
  }
}

.headline-bottle1 img {
  max-width: 220px;
}
@media screen and (max-width: 991px) {
  .headline-bottle1 img {
    display: none;
  }
}

.headline-bottle2:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 50px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 30%, transparent 70%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  right: 7.6rem;
  margin-top: -0.1rem;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .headline-bottle2:after {
    right: 22.6rem;
    margin-top: -0.1rem;
    width: 22%;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .headline-bottle2:after {
    display: none;
  }
}

.headline-bottle2 img {
  max-width: 220px;
  position: relative;
  right: 6rem;
  top: 2rem;
}
@media screen and (max-width: 991px) {
  .headline-bottle2 img {
    display: none;
  }
}

.home-textimage {
  border: 0px solid;
  padding: 14rem 0;
  padding-top: 7rem;
  background-image: url(../img/bg-combo.png);
  background-size: cover;
}
.home-textimage h1 {
  color: #006937;
  font-weight: 700;
  font-family: "Chewy", system-ui;
}
@media screen and (max-width: 1200px) {
  .home-textimage h1 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-textimage h1 {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 991px) {
  .home-textimage img {
    width: 60%;
    margin-bottom: 20px;
  }
}
.home-textimage p {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 1500px) {
  .home-textimage {
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 1300px) {
  .home-textimage {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
}

.absolute-heading {
  position: absolute;
  left: 10rem;
  opacity: 0.1;
  font-size: 130px;
  line-height: 1;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .absolute-heading {
    font-size: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .absolute-heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .absolute-heading {
    display: none;
  }
}

.effect {
  text-align: left;
  display: inline-block;
  position: relative;
  text-decoration: none;
  margin-top: 2rem;
  text-transform: lowercase;
  color: #006937 !important;
  font-weight: bold;
  font-size: 20px;
}
.effect:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 15px;
  transition: all 0.2s linear 0s;
  color: #006937;
  right: 1rem;
  opacity: 1;
  float: right;
  margin-right: -1.5rem;
  margin-top: -1.21rem;
}
.effect span {
  display: block;
  transition: all 0.2s linear 0s;
  width: 88px;
  height: 6px;
  margin-top: -0.5rem;
}
.effect:hover:after {
  margin-right: -1.9rem;
}

.effect2 {
  text-align: left;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
  margin-top: 2rem;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
}
.effect2:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 15px;
  transition: all 0.2s linear 0s;
  color: white;
  right: 1rem;
  opacity: 1;
  float: right;
  margin-right: -1.5rem;
  margin-top: -1.21rem;
}
.effect2 span {
  display: block;
  transition: all 0.2s linear 0s;
  background-color: #ed1c24;
  width: 88px;
  height: 6px;
  margin-top: -0.5rem;
}
.effect2:hover:after {
  margin-right: -1.9rem;
}

/* Image text Section */
/*path svg */
.path-setter-padd {
  padding: 0 3rem;
}
@media screen and (max-width: 991px) {
  .path-setter-padd {
    padding: 0 2rem;
  }
}

.triggernectartextg, .triggernectartextg2, .triggernectartexta, .triggernectartexta2 {
  position: absolute;
  width: 100%;
  margin-top: -8rem;
}
@media screen and (max-width: 1500px) {
  .triggernectartextg, .triggernectartextg2, .triggernectartexta, .triggernectartexta2 {
    margin-top: -4rem;
  }
}

.triggernectartextp, .triggernectartextp2 {
  position: absolute;
  width: 100%;
  margin-top: -8rem;
}
@media screen and (max-width: 1500px) {
  .triggernectartextp, .triggernectartextp2 {
    margin-top: -15rem;
  }
}

.desktop-animation {
  display: block;
}
@media screen and (max-width: 1300px) {
  .desktop-animation {
    display: none;
  }
}

.mobile-animation {
  display: none;
}
@media screen and (max-width: 1300px) {
  .mobile-animation {
    display: block;
  }
}

.packshot-movement {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translatex(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-10px, -20px) rotate(5deg);
    transform: translate(-10px, -20px) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.Layer_1 {
  fill: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dough {
  position: absolute;
  z-index: 10;
  left: 0;
  top: -36px;
  left: -5rem;
  top: -4rem;
  width: 200px;
  margin-top: 12rem;
  margin-left: -11rem;
}

#dot0 {
  display: none;
}

.dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #00a651;
  border-radius: 50%;
  visibility: hidden;
  margin-top: 8rem;
  margin-left: 11rem;
}
@media screen and (max-width: 1900px) {
  .dot {
    margin-left: 176px;
  }
}
@media screen and (max-width: 1899px) {
  .dot {
    margin-left: 175.467px;
  }
}
@media screen and (max-width: 1898px) {
  .dot {
    margin-left: 174.934px;
  }
}
@media screen and (max-width: 1897px) {
  .dot {
    margin-left: 174.401px;
  }
}
@media screen and (max-width: 1896px) {
  .dot {
    margin-left: 173.868px;
  }
}
@media screen and (max-width: 1895px) {
  .dot {
    margin-left: 173.335px;
  }
}
@media screen and (max-width: 1894px) {
  .dot {
    margin-left: 172.802px;
  }
}
@media screen and (max-width: 1893px) {
  .dot {
    margin-left: 172.269px;
  }
}
@media screen and (max-width: 1892px) {
  .dot {
    margin-left: 171.736px;
  }
}
@media screen and (max-width: 1891px) {
  .dot {
    margin-left: 171.203px;
  }
}
@media screen and (max-width: 1890px) {
  .dot {
    margin-left: 170.67px;
  }
}
@media screen and (max-width: 1889px) {
  .dot {
    margin-left: 170.137px;
  }
}
@media screen and (max-width: 1888px) {
  .dot {
    margin-left: 169.604px;
  }
}
@media screen and (max-width: 1887px) {
  .dot {
    margin-left: 169.071px;
  }
}
@media screen and (max-width: 1886px) {
  .dot {
    margin-left: 168.538px;
  }
}
@media screen and (max-width: 1885px) {
  .dot {
    margin-left: 168.005px;
  }
}
@media screen and (max-width: 1884px) {
  .dot {
    margin-left: 167.472px;
  }
}
@media screen and (max-width: 1883px) {
  .dot {
    margin-left: 166.939px;
  }
}
@media screen and (max-width: 1882px) {
  .dot {
    margin-left: 166.406px;
  }
}
@media screen and (max-width: 1881px) {
  .dot {
    margin-left: 165.873px;
  }
}
@media screen and (max-width: 1880px) {
  .dot {
    margin-left: 165.34px;
  }
}
@media screen and (max-width: 1879px) {
  .dot {
    margin-left: 164.807px;
  }
}
@media screen and (max-width: 1878px) {
  .dot {
    margin-left: 164.274px;
  }
}
@media screen and (max-width: 1877px) {
  .dot {
    margin-left: 163.741px;
  }
}
@media screen and (max-width: 1876px) {
  .dot {
    margin-left: 163.208px;
  }
}
@media screen and (max-width: 1875px) {
  .dot {
    margin-left: 162.675px;
  }
}
@media screen and (max-width: 1874px) {
  .dot {
    margin-left: 162.142px;
  }
}
@media screen and (max-width: 1873px) {
  .dot {
    margin-left: 161.609px;
  }
}
@media screen and (max-width: 1872px) {
  .dot {
    margin-left: 161.076px;
  }
}
@media screen and (max-width: 1871px) {
  .dot {
    margin-left: 160.543px;
  }
}
@media screen and (max-width: 1870px) {
  .dot {
    margin-left: 160.01px;
  }
}
@media screen and (max-width: 1869px) {
  .dot {
    margin-left: 159.477px;
  }
}
@media screen and (max-width: 1868px) {
  .dot {
    margin-left: 158.944px;
  }
}
@media screen and (max-width: 1867px) {
  .dot {
    margin-left: 158.411px;
  }
}
@media screen and (max-width: 1866px) {
  .dot {
    margin-left: 157.878px;
  }
}
@media screen and (max-width: 1865px) {
  .dot {
    margin-left: 157.345px;
  }
}
@media screen and (max-width: 1864px) {
  .dot {
    margin-left: 156.812px;
  }
}
@media screen and (max-width: 1863px) {
  .dot {
    margin-left: 156.279px;
  }
}
@media screen and (max-width: 1862px) {
  .dot {
    margin-left: 155.746px;
  }
}
@media screen and (max-width: 1861px) {
  .dot {
    margin-left: 155.213px;
  }
}
@media screen and (max-width: 1860px) {
  .dot {
    margin-left: 154.68px;
  }
}
@media screen and (max-width: 1859px) {
  .dot {
    margin-left: 154.147px;
  }
}
@media screen and (max-width: 1858px) {
  .dot {
    margin-left: 153.614px;
  }
}
@media screen and (max-width: 1857px) {
  .dot {
    margin-left: 153.081px;
  }
}
@media screen and (max-width: 1856px) {
  .dot {
    margin-left: 152.548px;
  }
}
@media screen and (max-width: 1855px) {
  .dot {
    margin-left: 152.015px;
  }
}
@media screen and (max-width: 1854px) {
  .dot {
    margin-left: 151.482px;
  }
}
@media screen and (max-width: 1853px) {
  .dot {
    margin-left: 150.949px;
  }
}
@media screen and (max-width: 1852px) {
  .dot {
    margin-left: 150.416px;
  }
}
@media screen and (max-width: 1851px) {
  .dot {
    margin-left: 149.883px;
  }
}
@media screen and (max-width: 1850px) {
  .dot {
    margin-left: 149.35px;
  }
}
@media screen and (max-width: 1849px) {
  .dot {
    margin-left: 148.817px;
  }
}
@media screen and (max-width: 1848px) {
  .dot {
    margin-left: 148.284px;
  }
}
@media screen and (max-width: 1847px) {
  .dot {
    margin-left: 147.751px;
  }
}
@media screen and (max-width: 1846px) {
  .dot {
    margin-left: 147.218px;
  }
}
@media screen and (max-width: 1845px) {
  .dot {
    margin-left: 146.685px;
  }
}
@media screen and (max-width: 1844px) {
  .dot {
    margin-left: 146.152px;
  }
}
@media screen and (max-width: 1843px) {
  .dot {
    margin-left: 145.619px;
  }
}
@media screen and (max-width: 1842px) {
  .dot {
    margin-left: 145.086px;
  }
}
@media screen and (max-width: 1841px) {
  .dot {
    margin-left: 144.553px;
  }
}
@media screen and (max-width: 1840px) {
  .dot {
    margin-left: 144.02px;
  }
}
@media screen and (max-width: 1839px) {
  .dot {
    margin-left: 143.487px;
  }
}
@media screen and (max-width: 1838px) {
  .dot {
    margin-left: 142.954px;
  }
}
@media screen and (max-width: 1837px) {
  .dot {
    margin-left: 142.421px;
  }
}
@media screen and (max-width: 1836px) {
  .dot {
    margin-left: 141.888px;
  }
}
@media screen and (max-width: 1835px) {
  .dot {
    margin-left: 141.355px;
  }
}
@media screen and (max-width: 1834px) {
  .dot {
    margin-left: 140.822px;
  }
}
@media screen and (max-width: 1833px) {
  .dot {
    margin-left: 140.289px;
  }
}
@media screen and (max-width: 1832px) {
  .dot {
    margin-left: 139.756px;
  }
}
@media screen and (max-width: 1831px) {
  .dot {
    margin-left: 139.223px;
  }
}
@media screen and (max-width: 1830px) {
  .dot {
    margin-left: 138.69px;
  }
}
@media screen and (max-width: 1829px) {
  .dot {
    margin-left: 138.157px;
  }
}
@media screen and (max-width: 1828px) {
  .dot {
    margin-left: 137.624px;
  }
}
@media screen and (max-width: 1827px) {
  .dot {
    margin-left: 137.091px;
  }
}
@media screen and (max-width: 1826px) {
  .dot {
    margin-left: 136.558px;
  }
}
@media screen and (max-width: 1825px) {
  .dot {
    margin-left: 136.025px;
  }
}
@media screen and (max-width: 1824px) {
  .dot {
    margin-left: 135.492px;
  }
}
@media screen and (max-width: 1823px) {
  .dot {
    margin-left: 134.959px;
  }
}
@media screen and (max-width: 1822px) {
  .dot {
    margin-left: 134.426px;
  }
}
@media screen and (max-width: 1821px) {
  .dot {
    margin-left: 133.893px;
  }
}
@media screen and (max-width: 1820px) {
  .dot {
    margin-left: 133.36px;
  }
}
@media screen and (max-width: 1819px) {
  .dot {
    margin-left: 132.827px;
  }
}
@media screen and (max-width: 1818px) {
  .dot {
    margin-left: 132.294px;
  }
}
@media screen and (max-width: 1817px) {
  .dot {
    margin-left: 131.761px;
  }
}
@media screen and (max-width: 1816px) {
  .dot {
    margin-left: 131.228px;
  }
}
@media screen and (max-width: 1815px) {
  .dot {
    margin-left: 130.695px;
  }
}
@media screen and (max-width: 1814px) {
  .dot {
    margin-left: 130.162px;
  }
}
@media screen and (max-width: 1813px) {
  .dot {
    margin-left: 129.629px;
  }
}
@media screen and (max-width: 1812px) {
  .dot {
    margin-left: 129.096px;
  }
}
@media screen and (max-width: 1811px) {
  .dot {
    margin-left: 128.563px;
  }
}
@media screen and (max-width: 1810px) {
  .dot {
    margin-left: 128.03px;
  }
}
@media screen and (max-width: 1809px) {
  .dot {
    margin-left: 127.497px;
  }
}
@media screen and (max-width: 1808px) {
  .dot {
    margin-left: 126.964px;
  }
}
@media screen and (max-width: 1807px) {
  .dot {
    margin-left: 126.431px;
  }
}
@media screen and (max-width: 1806px) {
  .dot {
    margin-left: 125.898px;
  }
}
@media screen and (max-width: 1805px) {
  .dot {
    margin-left: 125.365px;
  }
}
@media screen and (max-width: 1804px) {
  .dot {
    margin-left: 124.832px;
  }
}
@media screen and (max-width: 1803px) {
  .dot {
    margin-left: 124.299px;
  }
}
@media screen and (max-width: 1802px) {
  .dot {
    margin-left: 123.766px;
  }
}
@media screen and (max-width: 1801px) {
  .dot {
    margin-left: 123.233px;
  }
}
@media screen and (max-width: 1800px) {
  .dot {
    margin-left: 122.7px;
  }
}
@media screen and (max-width: 1799px) {
  .dot {
    margin-left: 122.167px;
  }
}
@media screen and (max-width: 1798px) {
  .dot {
    margin-left: 121.634px;
  }
}
@media screen and (max-width: 1797px) {
  .dot {
    margin-left: 121.101px;
  }
}
@media screen and (max-width: 1796px) {
  .dot {
    margin-left: 120.568px;
  }
}
@media screen and (max-width: 1795px) {
  .dot {
    margin-left: 120.035px;
  }
}
@media screen and (max-width: 1794px) {
  .dot {
    margin-left: 119.502px;
  }
}
@media screen and (max-width: 1793px) {
  .dot {
    margin-left: 118.969px;
  }
}
@media screen and (max-width: 1792px) {
  .dot {
    margin-left: 118.436px;
  }
}
@media screen and (max-width: 1791px) {
  .dot {
    margin-left: 117.903px;
  }
}
@media screen and (max-width: 1790px) {
  .dot {
    margin-left: 117.37px;
  }
}
@media screen and (max-width: 1789px) {
  .dot {
    margin-left: 116.837px;
  }
}
@media screen and (max-width: 1788px) {
  .dot {
    margin-left: 116.304px;
  }
}
@media screen and (max-width: 1787px) {
  .dot {
    margin-left: 115.771px;
  }
}
@media screen and (max-width: 1786px) {
  .dot {
    margin-left: 115.238px;
  }
}
@media screen and (max-width: 1785px) {
  .dot {
    margin-left: 114.705px;
  }
}
@media screen and (max-width: 1784px) {
  .dot {
    margin-left: 114.172px;
  }
}
@media screen and (max-width: 1783px) {
  .dot {
    margin-left: 113.639px;
  }
}
@media screen and (max-width: 1782px) {
  .dot {
    margin-left: 113.106px;
  }
}
@media screen and (max-width: 1781px) {
  .dot {
    margin-left: 112.573px;
  }
}
@media screen and (max-width: 1780px) {
  .dot {
    margin-left: 112.04px;
  }
}
@media screen and (max-width: 1779px) {
  .dot {
    margin-left: 111.507px;
  }
}
@media screen and (max-width: 1778px) {
  .dot {
    margin-left: 110.974px;
  }
}
@media screen and (max-width: 1777px) {
  .dot {
    margin-left: 110.441px;
  }
}
@media screen and (max-width: 1776px) {
  .dot {
    margin-left: 109.908px;
  }
}
@media screen and (max-width: 1775px) {
  .dot {
    margin-left: 109.375px;
  }
}
@media screen and (max-width: 1774px) {
  .dot {
    margin-left: 108.842px;
  }
}
@media screen and (max-width: 1773px) {
  .dot {
    margin-left: 108.309px;
  }
}
@media screen and (max-width: 1772px) {
  .dot {
    margin-left: 107.776px;
  }
}
@media screen and (max-width: 1771px) {
  .dot {
    margin-left: 107.243px;
  }
}
@media screen and (max-width: 1770px) {
  .dot {
    margin-left: 106.71px;
  }
}
@media screen and (max-width: 1769px) {
  .dot {
    margin-left: 106.177px;
  }
}
@media screen and (max-width: 1768px) {
  .dot {
    margin-left: 105.644px;
  }
}
@media screen and (max-width: 1767px) {
  .dot {
    margin-left: 105.111px;
  }
}
@media screen and (max-width: 1766px) {
  .dot {
    margin-left: 104.578px;
  }
}
@media screen and (max-width: 1765px) {
  .dot {
    margin-left: 104.045px;
  }
}
@media screen and (max-width: 1764px) {
  .dot {
    margin-left: 103.512px;
  }
}
@media screen and (max-width: 1763px) {
  .dot {
    margin-left: 102.979px;
  }
}
@media screen and (max-width: 1762px) {
  .dot {
    margin-left: 102.446px;
  }
}
@media screen and (max-width: 1761px) {
  .dot {
    margin-left: 101.913px;
  }
}
@media screen and (max-width: 1760px) {
  .dot {
    margin-left: 101.38px;
  }
}
@media screen and (max-width: 1759px) {
  .dot {
    margin-left: 100.847px;
  }
}
@media screen and (max-width: 1758px) {
  .dot {
    margin-left: 100.314px;
  }
}
@media screen and (max-width: 1757px) {
  .dot {
    margin-left: 99.781px;
  }
}
@media screen and (max-width: 1756px) {
  .dot {
    margin-left: 99.248px;
  }
}
@media screen and (max-width: 1755px) {
  .dot {
    margin-left: 98.715px;
  }
}
@media screen and (max-width: 1754px) {
  .dot {
    margin-left: 98.182px;
  }
}
@media screen and (max-width: 1753px) {
  .dot {
    margin-left: 97.649px;
  }
}
@media screen and (max-width: 1752px) {
  .dot {
    margin-left: 97.116px;
  }
}
@media screen and (max-width: 1751px) {
  .dot {
    margin-left: 96.583px;
  }
}
@media screen and (max-width: 1750px) {
  .dot {
    margin-left: 96.05px;
  }
}
@media screen and (max-width: 1749px) {
  .dot {
    margin-left: 95.517px;
  }
}
@media screen and (max-width: 1748px) {
  .dot {
    margin-left: 94.984px;
  }
}
@media screen and (max-width: 1747px) {
  .dot {
    margin-left: 94.451px;
  }
}
@media screen and (max-width: 1746px) {
  .dot {
    margin-left: 93.918px;
  }
}
@media screen and (max-width: 1745px) {
  .dot {
    margin-left: 93.385px;
  }
}
@media screen and (max-width: 1744px) {
  .dot {
    margin-left: 92.852px;
  }
}
@media screen and (max-width: 1743px) {
  .dot {
    margin-left: 92.319px;
  }
}
@media screen and (max-width: 1742px) {
  .dot {
    margin-left: 91.786px;
  }
}
@media screen and (max-width: 1741px) {
  .dot {
    margin-left: 91.253px;
  }
}
@media screen and (max-width: 1740px) {
  .dot {
    margin-left: 90.72px;
  }
}
@media screen and (max-width: 1739px) {
  .dot {
    margin-left: 90.187px;
  }
}
@media screen and (max-width: 1738px) {
  .dot {
    margin-left: 89.654px;
  }
}
@media screen and (max-width: 1737px) {
  .dot {
    margin-left: 89.121px;
  }
}
@media screen and (max-width: 1736px) {
  .dot {
    margin-left: 88.588px;
  }
}
@media screen and (max-width: 1735px) {
  .dot {
    margin-left: 88.055px;
  }
}
@media screen and (max-width: 1734px) {
  .dot {
    margin-left: 87.522px;
  }
}
@media screen and (max-width: 1733px) {
  .dot {
    margin-left: 86.989px;
  }
}
@media screen and (max-width: 1732px) {
  .dot {
    margin-left: 86.456px;
  }
}
@media screen and (max-width: 1731px) {
  .dot {
    margin-left: 85.923px;
  }
}
@media screen and (max-width: 1730px) {
  .dot {
    margin-left: 85.39px;
  }
}
@media screen and (max-width: 1729px) {
  .dot {
    margin-left: 84.857px;
  }
}
@media screen and (max-width: 1728px) {
  .dot {
    margin-left: 84.324px;
  }
}
@media screen and (max-width: 1727px) {
  .dot {
    margin-left: 83.791px;
  }
}
@media screen and (max-width: 1726px) {
  .dot {
    margin-left: 83.258px;
  }
}
@media screen and (max-width: 1725px) {
  .dot {
    margin-left: 82.725px;
  }
}
@media screen and (max-width: 1724px) {
  .dot {
    margin-left: 82.192px;
  }
}
@media screen and (max-width: 1723px) {
  .dot {
    margin-left: 81.659px;
  }
}
@media screen and (max-width: 1722px) {
  .dot {
    margin-left: 81.126px;
  }
}
@media screen and (max-width: 1721px) {
  .dot {
    margin-left: 80.593px;
  }
}
@media screen and (max-width: 1720px) {
  .dot {
    margin-left: 80.06px;
  }
}
@media screen and (max-width: 1719px) {
  .dot {
    margin-left: 79.527px;
  }
}
@media screen and (max-width: 1718px) {
  .dot {
    margin-left: 78.994px;
  }
}
@media screen and (max-width: 1717px) {
  .dot {
    margin-left: 78.461px;
  }
}
@media screen and (max-width: 1716px) {
  .dot {
    margin-left: 77.928px;
  }
}
@media screen and (max-width: 1715px) {
  .dot {
    margin-left: 77.395px;
  }
}
@media screen and (max-width: 1714px) {
  .dot {
    margin-left: 76.862px;
  }
}
@media screen and (max-width: 1713px) {
  .dot {
    margin-left: 76.329px;
  }
}
@media screen and (max-width: 1712px) {
  .dot {
    margin-left: 75.796px;
  }
}
@media screen and (max-width: 1711px) {
  .dot {
    margin-left: 75.263px;
  }
}
@media screen and (max-width: 1710px) {
  .dot {
    margin-left: 74.73px;
  }
}
@media screen and (max-width: 1709px) {
  .dot {
    margin-left: 74.197px;
  }
}
@media screen and (max-width: 1708px) {
  .dot {
    margin-left: 73.664px;
  }
}
@media screen and (max-width: 1707px) {
  .dot {
    margin-left: 73.131px;
  }
}
@media screen and (max-width: 1706px) {
  .dot {
    margin-left: 72.598px;
  }
}
@media screen and (max-width: 1705px) {
  .dot {
    margin-left: 72.065px;
  }
}
@media screen and (max-width: 1704px) {
  .dot {
    margin-left: 71.532px;
  }
}
@media screen and (max-width: 1703px) {
  .dot {
    margin-left: 70.999px;
  }
}
@media screen and (max-width: 1702px) {
  .dot {
    margin-left: 70.466px;
  }
}
@media screen and (max-width: 1701px) {
  .dot {
    margin-left: 69.933px;
  }
}
@media screen and (max-width: 1700px) {
  .dot {
    margin-left: 69.4px;
  }
}
@media screen and (max-width: 1699px) {
  .dot {
    margin-left: 68.867px;
  }
}
@media screen and (max-width: 1698px) {
  .dot {
    margin-left: 68.334px;
  }
}
@media screen and (max-width: 1697px) {
  .dot {
    margin-left: 67.801px;
  }
}
@media screen and (max-width: 1696px) {
  .dot {
    margin-left: 67.268px;
  }
}
@media screen and (max-width: 1695px) {
  .dot {
    margin-left: 66.735px;
  }
}
@media screen and (max-width: 1694px) {
  .dot {
    margin-left: 66.202px;
  }
}
@media screen and (max-width: 1693px) {
  .dot {
    margin-left: 65.669px;
  }
}
@media screen and (max-width: 1692px) {
  .dot {
    margin-left: 65.136px;
  }
}
@media screen and (max-width: 1691px) {
  .dot {
    margin-left: 64.603px;
  }
}
@media screen and (max-width: 1690px) {
  .dot {
    margin-left: 64.07px;
  }
}
@media screen and (max-width: 1689px) {
  .dot {
    margin-left: 63.537px;
  }
}
@media screen and (max-width: 1688px) {
  .dot {
    margin-left: 63.004px;
  }
}
@media screen and (max-width: 1687px) {
  .dot {
    margin-left: 62.471px;
  }
}
@media screen and (max-width: 1686px) {
  .dot {
    margin-left: 61.938px;
  }
}
@media screen and (max-width: 1685px) {
  .dot {
    margin-left: 61.405px;
  }
}
@media screen and (max-width: 1684px) {
  .dot {
    margin-left: 60.872px;
  }
}
@media screen and (max-width: 1683px) {
  .dot {
    margin-left: 60.339px;
  }
}
@media screen and (max-width: 1682px) {
  .dot {
    margin-left: 59.806px;
  }
}
@media screen and (max-width: 1681px) {
  .dot {
    margin-left: 59.273px;
  }
}
@media screen and (max-width: 1680px) {
  .dot {
    margin-left: 58.74px;
  }
}
@media screen and (max-width: 1679px) {
  .dot {
    margin-left: 58.207px;
  }
}
@media screen and (max-width: 1678px) {
  .dot {
    margin-left: 57.674px;
  }
}
@media screen and (max-width: 1677px) {
  .dot {
    margin-left: 57.141px;
  }
}
@media screen and (max-width: 1676px) {
  .dot {
    margin-left: 56.608px;
  }
}
@media screen and (max-width: 1675px) {
  .dot {
    margin-left: 56.075px;
  }
}
@media screen and (max-width: 1674px) {
  .dot {
    margin-left: 55.542px;
  }
}
@media screen and (max-width: 1673px) {
  .dot {
    margin-left: 55.009px;
  }
}
@media screen and (max-width: 1672px) {
  .dot {
    margin-left: 54.476px;
  }
}
@media screen and (max-width: 1671px) {
  .dot {
    margin-left: 53.943px;
  }
}
@media screen and (max-width: 1670px) {
  .dot {
    margin-left: 53.41px;
  }
}
@media screen and (max-width: 1669px) {
  .dot {
    margin-left: 52.877px;
  }
}
@media screen and (max-width: 1668px) {
  .dot {
    margin-left: 52.344px;
  }
}
@media screen and (max-width: 1667px) {
  .dot {
    margin-left: 51.811px;
  }
}
@media screen and (max-width: 1666px) {
  .dot {
    margin-left: 51.278px;
  }
}
@media screen and (max-width: 1665px) {
  .dot {
    margin-left: 50.745px;
  }
}
@media screen and (max-width: 1664px) {
  .dot {
    margin-left: 50.212px;
  }
}
@media screen and (max-width: 1663px) {
  .dot {
    margin-left: 49.679px;
  }
}
@media screen and (max-width: 1662px) {
  .dot {
    margin-left: 49.146px;
  }
}
@media screen and (max-width: 1661px) {
  .dot {
    margin-left: 48.613px;
  }
}
@media screen and (max-width: 1660px) {
  .dot {
    margin-left: 48.08px;
  }
}
@media screen and (max-width: 1659px) {
  .dot {
    margin-left: 47.547px;
  }
}
@media screen and (max-width: 1658px) {
  .dot {
    margin-left: 47.014px;
  }
}
@media screen and (max-width: 1657px) {
  .dot {
    margin-left: 46.481px;
  }
}
@media screen and (max-width: 1656px) {
  .dot {
    margin-left: 45.948px;
  }
}
@media screen and (max-width: 1655px) {
  .dot {
    margin-left: 45.415px;
  }
}
@media screen and (max-width: 1654px) {
  .dot {
    margin-left: 44.882px;
  }
}
@media screen and (max-width: 1653px) {
  .dot {
    margin-left: 44.349px;
  }
}
@media screen and (max-width: 1652px) {
  .dot {
    margin-left: 43.816px;
  }
}
@media screen and (max-width: 1651px) {
  .dot {
    margin-left: 43.283px;
  }
}
@media screen and (max-width: 1650px) {
  .dot {
    margin-left: 42.75px;
  }
}
@media screen and (max-width: 1649px) {
  .dot {
    margin-left: 42.217px;
  }
}
@media screen and (max-width: 1648px) {
  .dot {
    margin-left: 41.684px;
  }
}
@media screen and (max-width: 1647px) {
  .dot {
    margin-left: 41.151px;
  }
}
@media screen and (max-width: 1646px) {
  .dot {
    margin-left: 40.618px;
  }
}
@media screen and (max-width: 1645px) {
  .dot {
    margin-left: 40.085px;
  }
}
@media screen and (max-width: 1644px) {
  .dot {
    margin-left: 39.552px;
  }
}
@media screen and (max-width: 1643px) {
  .dot {
    margin-left: 39.019px;
  }
}
@media screen and (max-width: 1642px) {
  .dot {
    margin-left: 38.486px;
  }
}
@media screen and (max-width: 1641px) {
  .dot {
    margin-left: 37.953px;
  }
}
@media screen and (max-width: 1640px) {
  .dot {
    margin-left: 37.42px;
  }
}
@media screen and (max-width: 1639px) {
  .dot {
    margin-left: 36.887px;
  }
}
@media screen and (max-width: 1638px) {
  .dot {
    margin-left: 36.354px;
  }
}
@media screen and (max-width: 1637px) {
  .dot {
    margin-left: 35.821px;
  }
}
@media screen and (max-width: 1636px) {
  .dot {
    margin-left: 35.288px;
  }
}
@media screen and (max-width: 1635px) {
  .dot {
    margin-left: 34.755px;
  }
}
@media screen and (max-width: 1634px) {
  .dot {
    margin-left: 34.222px;
  }
}
@media screen and (max-width: 1633px) {
  .dot {
    margin-left: 33.689px;
  }
}
@media screen and (max-width: 1632px) {
  .dot {
    margin-left: 33.156px;
  }
}
@media screen and (max-width: 1631px) {
  .dot {
    margin-left: 32.623px;
  }
}
@media screen and (max-width: 1630px) {
  .dot {
    margin-left: 32.09px;
  }
}
@media screen and (max-width: 1629px) {
  .dot {
    margin-left: 31.557px;
  }
}
@media screen and (max-width: 1628px) {
  .dot {
    margin-left: 31.024px;
  }
}
@media screen and (max-width: 1627px) {
  .dot {
    margin-left: 30.491px;
  }
}
@media screen and (max-width: 1626px) {
  .dot {
    margin-left: 29.958px;
  }
}
@media screen and (max-width: 1625px) {
  .dot {
    margin-left: 29.425px;
  }
}
@media screen and (max-width: 1624px) {
  .dot {
    margin-left: 28.892px;
  }
}
@media screen and (max-width: 1623px) {
  .dot {
    margin-left: 28.359px;
  }
}
@media screen and (max-width: 1622px) {
  .dot {
    margin-left: 27.826px;
  }
}
@media screen and (max-width: 1621px) {
  .dot {
    margin-left: 27.293px;
  }
}
@media screen and (max-width: 1620px) {
  .dot {
    margin-left: 26.76px;
  }
}
@media screen and (max-width: 1619px) {
  .dot {
    margin-left: 26.227px;
  }
}
@media screen and (max-width: 1618px) {
  .dot {
    margin-left: 25.694px;
  }
}
@media screen and (max-width: 1617px) {
  .dot {
    margin-left: 25.161px;
  }
}
@media screen and (max-width: 1616px) {
  .dot {
    margin-left: 24.628px;
  }
}
@media screen and (max-width: 1615px) {
  .dot {
    margin-left: 24.095px;
  }
}
@media screen and (max-width: 1614px) {
  .dot {
    margin-left: 23.562px;
  }
}
@media screen and (max-width: 1613px) {
  .dot {
    margin-left: 23.029px;
  }
}
@media screen and (max-width: 1612px) {
  .dot {
    margin-left: 22.496px;
  }
}
@media screen and (max-width: 1611px) {
  .dot {
    margin-left: 21.963px;
  }
}
@media screen and (max-width: 1610px) {
  .dot {
    margin-left: 21.43px;
  }
}
@media screen and (max-width: 1609px) {
  .dot {
    margin-left: 20.897px;
  }
}
@media screen and (max-width: 1608px) {
  .dot {
    margin-left: 20.364px;
  }
}
@media screen and (max-width: 1607px) {
  .dot {
    margin-left: 19.831px;
  }
}
@media screen and (max-width: 1606px) {
  .dot {
    margin-left: 19.298px;
  }
}
@media screen and (max-width: 1605px) {
  .dot {
    margin-left: 18.765px;
  }
}
@media screen and (max-width: 1604px) {
  .dot {
    margin-left: 18.232px;
  }
}
@media screen and (max-width: 1603px) {
  .dot {
    margin-left: 17.699px;
  }
}
@media screen and (max-width: 1602px) {
  .dot {
    margin-left: 17.166px;
  }
}
@media screen and (max-width: 1601px) {
  .dot {
    margin-left: 16.633px;
  }
}
@media screen and (max-width: 1600px) {
  .dot {
    margin-left: 16.1px;
  }
}
@media screen and (max-width: 1599px) {
  .dot {
    margin-left: 15.567px;
  }
}
@media screen and (max-width: 1598px) {
  .dot {
    margin-left: 15.034px;
  }
}
@media screen and (max-width: 1597px) {
  .dot {
    margin-left: 14.501px;
  }
}
@media screen and (max-width: 1596px) {
  .dot {
    margin-left: 13.968px;
  }
}
@media screen and (max-width: 1595px) {
  .dot {
    margin-left: 13.435px;
  }
}
@media screen and (max-width: 1594px) {
  .dot {
    margin-left: 12.902px;
  }
}
@media screen and (max-width: 1593px) {
  .dot {
    margin-left: 12.369px;
  }
}
@media screen and (max-width: 1592px) {
  .dot {
    margin-left: 11.836px;
  }
}
@media screen and (max-width: 1591px) {
  .dot {
    margin-left: 11.303px;
  }
}
@media screen and (max-width: 1590px) {
  .dot {
    margin-left: 10.77px;
  }
}
@media screen and (max-width: 1589px) {
  .dot {
    margin-left: 10.237px;
  }
}
@media screen and (max-width: 1588px) {
  .dot {
    margin-left: 9.704px;
  }
}
@media screen and (max-width: 1587px) {
  .dot {
    margin-left: 9.171px;
  }
}
@media screen and (max-width: 1586px) {
  .dot {
    margin-left: 8.638px;
  }
}
@media screen and (max-width: 1585px) {
  .dot {
    margin-left: 8.105px;
  }
}
@media screen and (max-width: 1584px) {
  .dot {
    margin-left: 7.572px;
  }
}
@media screen and (max-width: 1583px) {
  .dot {
    margin-left: 7.039px;
  }
}
@media screen and (max-width: 1582px) {
  .dot {
    margin-left: 6.506px;
  }
}
@media screen and (max-width: 1581px) {
  .dot {
    margin-left: 5.973px;
  }
}
@media screen and (max-width: 1580px) {
  .dot {
    margin-left: 5.44px;
  }
}
@media screen and (max-width: 1579px) {
  .dot {
    margin-left: 4.907px;
  }
}
@media screen and (max-width: 1578px) {
  .dot {
    margin-left: 4.374px;
  }
}
@media screen and (max-width: 1577px) {
  .dot {
    margin-left: 3.841px;
  }
}
@media screen and (max-width: 1576px) {
  .dot {
    margin-left: 3.308px;
  }
}
@media screen and (max-width: 1575px) {
  .dot {
    margin-left: 2.775px;
  }
}
@media screen and (max-width: 1574px) {
  .dot {
    margin-left: 2.242px;
  }
}
@media screen and (max-width: 1573px) {
  .dot {
    margin-left: 1.709px;
  }
}
@media screen and (max-width: 1572px) {
  .dot {
    margin-left: 1.176px;
  }
}
@media screen and (max-width: 1571px) {
  .dot {
    margin-left: 0.643px;
  }
}
@media screen and (max-width: 1570px) {
  .dot {
    margin-left: 0.11px;
  }
}
@media screen and (max-width: 1569px) {
  .dot {
    margin-left: -0.423px;
  }
}
@media screen and (max-width: 1568px) {
  .dot {
    margin-left: -0.956px;
  }
}
@media screen and (max-width: 1567px) {
  .dot {
    margin-left: -1.489px;
  }
}
@media screen and (max-width: 1566px) {
  .dot {
    margin-left: -2.022px;
  }
}
@media screen and (max-width: 1565px) {
  .dot {
    margin-left: -2.555px;
  }
}
@media screen and (max-width: 1564px) {
  .dot {
    margin-left: -3.088px;
  }
}
@media screen and (max-width: 1563px) {
  .dot {
    margin-left: -3.621px;
  }
}
@media screen and (max-width: 1562px) {
  .dot {
    margin-left: -4.154px;
  }
}
@media screen and (max-width: 1561px) {
  .dot {
    margin-left: -4.687px;
  }
}
@media screen and (max-width: 1560px) {
  .dot {
    margin-left: -5.22px;
  }
}
@media screen and (max-width: 1559px) {
  .dot {
    margin-left: -5.753px;
  }
}
@media screen and (max-width: 1558px) {
  .dot {
    margin-left: -6.286px;
  }
}
@media screen and (max-width: 1557px) {
  .dot {
    margin-left: -6.819px;
  }
}
@media screen and (max-width: 1556px) {
  .dot {
    margin-left: -7.352px;
  }
}
@media screen and (max-width: 1555px) {
  .dot {
    margin-left: -7.885px;
  }
}
@media screen and (max-width: 1554px) {
  .dot {
    margin-left: -8.418px;
  }
}
@media screen and (max-width: 1553px) {
  .dot {
    margin-left: -8.951px;
  }
}
@media screen and (max-width: 1552px) {
  .dot {
    margin-left: -9.484px;
  }
}
@media screen and (max-width: 1551px) {
  .dot {
    margin-left: -10.017px;
  }
}
@media screen and (max-width: 1550px) {
  .dot {
    margin-left: -10.55px;
  }
}
@media screen and (max-width: 1549px) {
  .dot {
    margin-left: -11.083px;
  }
}
@media screen and (max-width: 1548px) {
  .dot {
    margin-left: -11.616px;
  }
}
@media screen and (max-width: 1547px) {
  .dot {
    margin-left: -12.149px;
  }
}
@media screen and (max-width: 1546px) {
  .dot {
    margin-left: -12.682px;
  }
}
@media screen and (max-width: 1545px) {
  .dot {
    margin-left: -13.215px;
  }
}
@media screen and (max-width: 1544px) {
  .dot {
    margin-left: -13.748px;
  }
}
@media screen and (max-width: 1543px) {
  .dot {
    margin-left: -14.281px;
  }
}
@media screen and (max-width: 1542px) {
  .dot {
    margin-left: -14.814px;
  }
}
@media screen and (max-width: 1541px) {
  .dot {
    margin-left: -15.347px;
  }
}
@media screen and (max-width: 1540px) {
  .dot {
    margin-left: -15.88px;
  }
}
@media screen and (max-width: 1539px) {
  .dot {
    margin-left: -16.413px;
  }
}
@media screen and (max-width: 1538px) {
  .dot {
    margin-left: -16.946px;
  }
}
@media screen and (max-width: 1537px) {
  .dot {
    margin-left: -17.479px;
  }
}
@media screen and (max-width: 1536px) {
  .dot {
    margin-left: -18.012px;
  }
}
@media screen and (max-width: 1535px) {
  .dot {
    margin-left: -18.545px;
  }
}
@media screen and (max-width: 1534px) {
  .dot {
    margin-left: -19.078px;
  }
}
@media screen and (max-width: 1533px) {
  .dot {
    margin-left: -19.611px;
  }
}
@media screen and (max-width: 1532px) {
  .dot {
    margin-left: -20.144px;
  }
}
@media screen and (max-width: 1531px) {
  .dot {
    margin-left: -20.677px;
  }
}
@media screen and (max-width: 1530px) {
  .dot {
    margin-left: -21.21px;
  }
}
@media screen and (max-width: 1529px) {
  .dot {
    margin-left: -21.743px;
  }
}
@media screen and (max-width: 1528px) {
  .dot {
    margin-left: -22.276px;
  }
}
@media screen and (max-width: 1527px) {
  .dot {
    margin-left: -22.809px;
  }
}
@media screen and (max-width: 1526px) {
  .dot {
    margin-left: -23.342px;
  }
}
@media screen and (max-width: 1525px) {
  .dot {
    margin-left: -23.875px;
  }
}
@media screen and (max-width: 1524px) {
  .dot {
    margin-left: -24.408px;
  }
}
@media screen and (max-width: 1523px) {
  .dot {
    margin-left: -24.941px;
  }
}
@media screen and (max-width: 1522px) {
  .dot {
    margin-left: -25.474px;
  }
}
@media screen and (max-width: 1521px) {
  .dot {
    margin-left: -26.007px;
  }
}
@media screen and (max-width: 1520px) {
  .dot {
    margin-left: -26.54px;
  }
}
@media screen and (max-width: 1519px) {
  .dot {
    margin-left: -27.073px;
  }
}
@media screen and (max-width: 1518px) {
  .dot {
    margin-left: -27.606px;
  }
}
@media screen and (max-width: 1517px) {
  .dot {
    margin-left: -28.139px;
  }
}
@media screen and (max-width: 1516px) {
  .dot {
    margin-left: -28.672px;
  }
}
@media screen and (max-width: 1515px) {
  .dot {
    margin-left: -29.205px;
  }
}
@media screen and (max-width: 1514px) {
  .dot {
    margin-left: -29.738px;
  }
}
@media screen and (max-width: 1513px) {
  .dot {
    margin-left: -30.271px;
  }
}
@media screen and (max-width: 1512px) {
  .dot {
    margin-left: -30.804px;
  }
}
@media screen and (max-width: 1511px) {
  .dot {
    margin-left: -31.337px;
  }
}
@media screen and (max-width: 1510px) {
  .dot {
    margin-left: -31.87px;
  }
}
@media screen and (max-width: 1509px) {
  .dot {
    margin-left: -32.403px;
  }
}
@media screen and (max-width: 1508px) {
  .dot {
    margin-left: -32.936px;
  }
}
@media screen and (max-width: 1507px) {
  .dot {
    margin-left: -33.469px;
  }
}
@media screen and (max-width: 1506px) {
  .dot {
    margin-left: -34.002px;
  }
}
@media screen and (max-width: 1505px) {
  .dot {
    margin-left: -34.535px;
  }
}
@media screen and (max-width: 1504px) {
  .dot {
    margin-left: -35.068px;
  }
}
@media screen and (max-width: 1503px) {
  .dot {
    margin-left: -35.601px;
  }
}
@media screen and (max-width: 1502px) {
  .dot {
    margin-left: -36.134px;
  }
}
@media screen and (max-width: 1501px) {
  .dot {
    margin-left: -36.667px;
  }
}
@media screen and (max-width: 1500px) {
  .dot {
    margin-left: -37.2px;
  }
}
@media screen and (max-width: 1499px) {
  .dot {
    margin-left: -37.733px;
  }
}
@media screen and (max-width: 1498px) {
  .dot {
    margin-left: -38.266px;
  }
}
@media screen and (max-width: 1497px) {
  .dot {
    margin-left: -38.799px;
  }
}
@media screen and (max-width: 1496px) {
  .dot {
    margin-left: -39.332px;
  }
}
@media screen and (max-width: 1495px) {
  .dot {
    margin-left: -39.865px;
  }
}
@media screen and (max-width: 1494px) {
  .dot {
    margin-left: -40.398px;
  }
}
@media screen and (max-width: 1493px) {
  .dot {
    margin-left: -40.931px;
  }
}
@media screen and (max-width: 1492px) {
  .dot {
    margin-left: -41.464px;
  }
}
@media screen and (max-width: 1491px) {
  .dot {
    margin-left: -41.997px;
  }
}
@media screen and (max-width: 1490px) {
  .dot {
    margin-left: -42.53px;
  }
}
@media screen and (max-width: 1489px) {
  .dot {
    margin-left: -43.063px;
  }
}
@media screen and (max-width: 1488px) {
  .dot {
    margin-left: -43.596px;
  }
}
@media screen and (max-width: 1487px) {
  .dot {
    margin-left: -44.129px;
  }
}
@media screen and (max-width: 1486px) {
  .dot {
    margin-left: -44.662px;
  }
}
@media screen and (max-width: 1485px) {
  .dot {
    margin-left: -45.195px;
  }
}
@media screen and (max-width: 1484px) {
  .dot {
    margin-left: -45.728px;
  }
}
@media screen and (max-width: 1483px) {
  .dot {
    margin-left: -46.261px;
  }
}
@media screen and (max-width: 1482px) {
  .dot {
    margin-left: -46.794px;
  }
}
@media screen and (max-width: 1481px) {
  .dot {
    margin-left: -47.327px;
  }
}
@media screen and (max-width: 1480px) {
  .dot {
    margin-left: -47.86px;
  }
}
@media screen and (max-width: 1479px) {
  .dot {
    margin-left: -48.393px;
  }
}
@media screen and (max-width: 1478px) {
  .dot {
    margin-left: -48.926px;
  }
}
@media screen and (max-width: 1477px) {
  .dot {
    margin-left: -49.459px;
  }
}
@media screen and (max-width: 1476px) {
  .dot {
    margin-left: -49.992px;
  }
}
@media screen and (max-width: 1475px) {
  .dot {
    margin-left: -50.525px;
  }
}
@media screen and (max-width: 1474px) {
  .dot {
    margin-left: -51.058px;
  }
}
@media screen and (max-width: 1473px) {
  .dot {
    margin-left: -51.591px;
  }
}
@media screen and (max-width: 1472px) {
  .dot {
    margin-left: -52.124px;
  }
}
@media screen and (max-width: 1471px) {
  .dot {
    margin-left: -52.657px;
  }
}
@media screen and (max-width: 1470px) {
  .dot {
    margin-left: -53.19px;
  }
}
@media screen and (max-width: 1469px) {
  .dot {
    margin-left: -53.723px;
  }
}
@media screen and (max-width: 1468px) {
  .dot {
    margin-left: -54.256px;
  }
}
@media screen and (max-width: 1467px) {
  .dot {
    margin-left: -54.789px;
  }
}
@media screen and (max-width: 1466px) {
  .dot {
    margin-left: -55.322px;
  }
}
@media screen and (max-width: 1465px) {
  .dot {
    margin-left: -55.855px;
  }
}
@media screen and (max-width: 1464px) {
  .dot {
    margin-left: -56.388px;
  }
}
@media screen and (max-width: 1463px) {
  .dot {
    margin-left: -56.921px;
  }
}
@media screen and (max-width: 1462px) {
  .dot {
    margin-left: -57.454px;
  }
}
@media screen and (max-width: 1461px) {
  .dot {
    margin-left: -57.987px;
  }
}
@media screen and (max-width: 1460px) {
  .dot {
    margin-left: -58.52px;
  }
}
@media screen and (max-width: 1459px) {
  .dot {
    margin-left: -59.053px;
  }
}
@media screen and (max-width: 1458px) {
  .dot {
    margin-left: -59.586px;
  }
}
@media screen and (max-width: 1457px) {
  .dot {
    margin-left: -60.119px;
  }
}
@media screen and (max-width: 1456px) {
  .dot {
    margin-left: -60.652px;
  }
}
@media screen and (max-width: 1455px) {
  .dot {
    margin-left: -61.185px;
  }
}
@media screen and (max-width: 1454px) {
  .dot {
    margin-left: -61.718px;
  }
}
@media screen and (max-width: 1453px) {
  .dot {
    margin-left: -62.251px;
  }
}
@media screen and (max-width: 1452px) {
  .dot {
    margin-left: -62.784px;
  }
}
@media screen and (max-width: 1451px) {
  .dot {
    margin-left: -63.317px;
  }
}
@media screen and (max-width: 1450px) {
  .dot {
    margin-left: -63.85px;
  }
}
@media screen and (max-width: 1449px) {
  .dot {
    margin-left: -64.383px;
  }
}
@media screen and (max-width: 1448px) {
  .dot {
    margin-left: -64.916px;
  }
}
@media screen and (max-width: 1447px) {
  .dot {
    margin-left: -65.449px;
  }
}
@media screen and (max-width: 1446px) {
  .dot {
    margin-left: -65.982px;
  }
}
@media screen and (max-width: 1445px) {
  .dot {
    margin-left: -66.515px;
  }
}
@media screen and (max-width: 1444px) {
  .dot {
    margin-left: -67.048px;
  }
}
@media screen and (max-width: 1443px) {
  .dot {
    margin-left: -67.581px;
  }
}
@media screen and (max-width: 1442px) {
  .dot {
    margin-left: -68.114px;
  }
}
@media screen and (max-width: 1441px) {
  .dot {
    margin-left: -68.647px;
  }
}
@media screen and (max-width: 1440px) {
  .dot {
    margin-left: -69.18px;
  }
}
@media screen and (max-width: 1439px) {
  .dot {
    margin-left: -69.713px;
  }
}
@media screen and (max-width: 1438px) {
  .dot {
    margin-left: -70.246px;
  }
}
@media screen and (max-width: 1437px) {
  .dot {
    margin-left: -70.779px;
  }
}
@media screen and (max-width: 1436px) {
  .dot {
    margin-left: -71.312px;
  }
}
@media screen and (max-width: 1435px) {
  .dot {
    margin-left: -71.845px;
  }
}
@media screen and (max-width: 1434px) {
  .dot {
    margin-left: -72.378px;
  }
}
@media screen and (max-width: 1433px) {
  .dot {
    margin-left: -72.911px;
  }
}
@media screen and (max-width: 1432px) {
  .dot {
    margin-left: -73.444px;
  }
}
@media screen and (max-width: 1431px) {
  .dot {
    margin-left: -73.977px;
  }
}
@media screen and (max-width: 1430px) {
  .dot {
    margin-left: -74.51px;
  }
}
@media screen and (max-width: 1429px) {
  .dot {
    margin-left: -75.043px;
  }
}
@media screen and (max-width: 1428px) {
  .dot {
    margin-left: -75.576px;
  }
}
@media screen and (max-width: 1427px) {
  .dot {
    margin-left: -76.109px;
  }
}
@media screen and (max-width: 1426px) {
  .dot {
    margin-left: -76.642px;
  }
}
@media screen and (max-width: 1425px) {
  .dot {
    margin-left: -77.175px;
  }
}
@media screen and (max-width: 1424px) {
  .dot {
    margin-left: -77.708px;
  }
}
@media screen and (max-width: 1423px) {
  .dot {
    margin-left: -78.241px;
  }
}
@media screen and (max-width: 1422px) {
  .dot {
    margin-left: -78.774px;
  }
}
@media screen and (max-width: 1421px) {
  .dot {
    margin-left: -79.307px;
  }
}
@media screen and (max-width: 1420px) {
  .dot {
    margin-left: -79.84px;
  }
}
@media screen and (max-width: 1419px) {
  .dot {
    margin-left: -80.373px;
  }
}
@media screen and (max-width: 1418px) {
  .dot {
    margin-left: -80.906px;
  }
}
@media screen and (max-width: 1417px) {
  .dot {
    margin-left: -81.439px;
  }
}
@media screen and (max-width: 1416px) {
  .dot {
    margin-left: -81.972px;
  }
}
@media screen and (max-width: 1415px) {
  .dot {
    margin-left: -82.505px;
  }
}
@media screen and (max-width: 1414px) {
  .dot {
    margin-left: -83.038px;
  }
}
@media screen and (max-width: 1413px) {
  .dot {
    margin-left: -83.571px;
  }
}
@media screen and (max-width: 1412px) {
  .dot {
    margin-left: -84.104px;
  }
}
@media screen and (max-width: 1411px) {
  .dot {
    margin-left: -84.637px;
  }
}
@media screen and (max-width: 1410px) {
  .dot {
    margin-left: -85.17px;
  }
}
@media screen and (max-width: 1409px) {
  .dot {
    margin-left: -85.703px;
  }
}
@media screen and (max-width: 1408px) {
  .dot {
    margin-left: -86.236px;
  }
}
@media screen and (max-width: 1407px) {
  .dot {
    margin-left: -86.769px;
  }
}
@media screen and (max-width: 1406px) {
  .dot {
    margin-left: -87.302px;
  }
}
@media screen and (max-width: 1405px) {
  .dot {
    margin-left: -87.835px;
  }
}
@media screen and (max-width: 1404px) {
  .dot {
    margin-left: -88.368px;
  }
}
@media screen and (max-width: 1403px) {
  .dot {
    margin-left: -88.901px;
  }
}
@media screen and (max-width: 1402px) {
  .dot {
    margin-left: -89.434px;
  }
}
@media screen and (max-width: 1401px) {
  .dot {
    margin-left: -89.967px;
  }
}
@media screen and (max-width: 1400px) {
  .dot {
    margin-left: -90.5px;
  }
}
@media screen and (max-width: 1399px) {
  .dot {
    margin-left: -91.033px;
  }
}
@media screen and (max-width: 1398px) {
  .dot {
    margin-left: -91.566px;
  }
}
@media screen and (max-width: 1397px) {
  .dot {
    margin-left: -92.099px;
  }
}
@media screen and (max-width: 1396px) {
  .dot {
    margin-left: -92.632px;
  }
}
@media screen and (max-width: 1395px) {
  .dot {
    margin-left: -93.165px;
  }
}
@media screen and (max-width: 1394px) {
  .dot {
    margin-left: -93.698px;
  }
}
@media screen and (max-width: 1393px) {
  .dot {
    margin-left: -94.231px;
  }
}
@media screen and (max-width: 1392px) {
  .dot {
    margin-left: -94.764px;
  }
}
@media screen and (max-width: 1391px) {
  .dot {
    margin-left: -95.297px;
  }
}
@media screen and (max-width: 1390px) {
  .dot {
    margin-left: -95.83px;
  }
}
@media screen and (max-width: 1389px) {
  .dot {
    margin-left: -96.363px;
  }
}
@media screen and (max-width: 1388px) {
  .dot {
    margin-left: -96.896px;
  }
}
@media screen and (max-width: 1387px) {
  .dot {
    margin-left: -97.429px;
  }
}
@media screen and (max-width: 1386px) {
  .dot {
    margin-left: -97.962px;
  }
}
@media screen and (max-width: 1385px) {
  .dot {
    margin-left: -98.495px;
  }
}
@media screen and (max-width: 1384px) {
  .dot {
    margin-left: -99.028px;
  }
}
@media screen and (max-width: 1383px) {
  .dot {
    margin-left: -99.561px;
  }
}
@media screen and (max-width: 1382px) {
  .dot {
    margin-left: -100.094px;
  }
}
@media screen and (max-width: 1381px) {
  .dot {
    margin-left: -100.627px;
  }
}
@media screen and (max-width: 1380px) {
  .dot {
    margin-left: -101.16px;
  }
}
@media screen and (max-width: 1379px) {
  .dot {
    margin-left: -101.693px;
  }
}
@media screen and (max-width: 1378px) {
  .dot {
    margin-left: -102.226px;
  }
}
@media screen and (max-width: 1377px) {
  .dot {
    margin-left: -102.759px;
  }
}
@media screen and (max-width: 1376px) {
  .dot {
    margin-left: -103.292px;
  }
}
@media screen and (max-width: 1375px) {
  .dot {
    margin-left: -103.825px;
  }
}
@media screen and (max-width: 1374px) {
  .dot {
    margin-left: -104.358px;
  }
}
@media screen and (max-width: 1373px) {
  .dot {
    margin-left: -104.891px;
  }
}
@media screen and (max-width: 1372px) {
  .dot {
    margin-left: -105.424px;
  }
}
@media screen and (max-width: 1371px) {
  .dot {
    margin-left: -105.957px;
  }
}
@media screen and (max-width: 1370px) {
  .dot {
    margin-left: -106.49px;
  }
}
@media screen and (max-width: 1369px) {
  .dot {
    margin-left: -107.023px;
  }
}
@media screen and (max-width: 1368px) {
  .dot {
    margin-left: -107.556px;
  }
}
@media screen and (max-width: 1367px) {
  .dot {
    margin-left: -108.089px;
  }
}
@media screen and (max-width: 1366px) {
  .dot {
    margin-left: -108.622px;
  }
}
@media screen and (max-width: 1365px) {
  .dot {
    margin-left: -109.155px;
  }
}
@media screen and (max-width: 1364px) {
  .dot {
    margin-left: -109.688px;
  }
}
@media screen and (max-width: 1363px) {
  .dot {
    margin-left: -110.221px;
  }
}
@media screen and (max-width: 1362px) {
  .dot {
    margin-left: -110.754px;
  }
}
@media screen and (max-width: 1361px) {
  .dot {
    margin-left: -111.287px;
  }
}
@media screen and (max-width: 1360px) {
  .dot {
    margin-left: -111.82px;
  }
}
@media screen and (max-width: 1359px) {
  .dot {
    margin-left: -112.353px;
  }
}
@media screen and (max-width: 1358px) {
  .dot {
    margin-left: -112.886px;
  }
}
@media screen and (max-width: 1357px) {
  .dot {
    margin-left: -113.419px;
  }
}
@media screen and (max-width: 1356px) {
  .dot {
    margin-left: -113.952px;
  }
}
@media screen and (max-width: 1355px) {
  .dot {
    margin-left: -114.485px;
  }
}
@media screen and (max-width: 1354px) {
  .dot {
    margin-left: -115.018px;
  }
}
@media screen and (max-width: 1353px) {
  .dot {
    margin-left: -115.551px;
  }
}
@media screen and (max-width: 1352px) {
  .dot {
    margin-left: -116.084px;
  }
}
@media screen and (max-width: 1351px) {
  .dot {
    margin-left: -116.617px;
  }
}
@media screen and (max-width: 1350px) {
  .dot {
    margin-left: -117.15px;
  }
}
@media screen and (max-width: 1349px) {
  .dot {
    margin-left: -117.683px;
  }
}
@media screen and (max-width: 1348px) {
  .dot {
    margin-left: -118.216px;
  }
}
@media screen and (max-width: 1347px) {
  .dot {
    margin-left: -118.749px;
  }
}
@media screen and (max-width: 1346px) {
  .dot {
    margin-left: -119.282px;
  }
}
@media screen and (max-width: 1345px) {
  .dot {
    margin-left: -119.815px;
  }
}
@media screen and (max-width: 1344px) {
  .dot {
    margin-left: -120.348px;
  }
}
@media screen and (max-width: 1343px) {
  .dot {
    margin-left: -120.881px;
  }
}
@media screen and (max-width: 1342px) {
  .dot {
    margin-left: -121.414px;
  }
}
@media screen and (max-width: 1341px) {
  .dot {
    margin-left: -121.947px;
  }
}
@media screen and (max-width: 1340px) {
  .dot {
    margin-left: -122.48px;
  }
}
@media screen and (max-width: 1339px) {
  .dot {
    margin-left: -123.013px;
  }
}
@media screen and (max-width: 1338px) {
  .dot {
    margin-left: -123.546px;
  }
}
@media screen and (max-width: 1337px) {
  .dot {
    margin-left: -124.079px;
  }
}
@media screen and (max-width: 1336px) {
  .dot {
    margin-left: -124.612px;
  }
}
@media screen and (max-width: 1335px) {
  .dot {
    margin-left: -125.145px;
  }
}
@media screen and (max-width: 1334px) {
  .dot {
    margin-left: -125.678px;
  }
}
@media screen and (max-width: 1333px) {
  .dot {
    margin-left: -126.211px;
  }
}
@media screen and (max-width: 1332px) {
  .dot {
    margin-left: -126.744px;
  }
}
@media screen and (max-width: 1331px) {
  .dot {
    margin-left: -127.277px;
  }
}
@media screen and (max-width: 1330px) {
  .dot {
    margin-left: -127.81px;
  }
}
@media screen and (max-width: 1329px) {
  .dot {
    margin-left: -128.343px;
  }
}
@media screen and (max-width: 1328px) {
  .dot {
    margin-left: -128.876px;
  }
}
@media screen and (max-width: 1327px) {
  .dot {
    margin-left: -129.409px;
  }
}
@media screen and (max-width: 1326px) {
  .dot {
    margin-left: -129.942px;
  }
}
@media screen and (max-width: 1325px) {
  .dot {
    margin-left: -130.475px;
  }
}
@media screen and (max-width: 1324px) {
  .dot {
    margin-left: -131.008px;
  }
}
@media screen and (max-width: 1323px) {
  .dot {
    margin-left: -131.541px;
  }
}
@media screen and (max-width: 1322px) {
  .dot {
    margin-left: -132.074px;
  }
}
@media screen and (max-width: 1321px) {
  .dot {
    margin-left: -132.607px;
  }
}
@media screen and (max-width: 1320px) {
  .dot {
    margin-left: -133.14px;
  }
}
@media screen and (max-width: 1319px) {
  .dot {
    margin-left: -133.673px;
  }
}
@media screen and (max-width: 1318px) {
  .dot {
    margin-left: -134.206px;
  }
}
@media screen and (max-width: 1317px) {
  .dot {
    margin-left: -134.739px;
  }
}
@media screen and (max-width: 1316px) {
  .dot {
    margin-left: -135.272px;
  }
}
@media screen and (max-width: 1315px) {
  .dot {
    margin-left: -135.805px;
  }
}
@media screen and (max-width: 1314px) {
  .dot {
    margin-left: -136.338px;
  }
}
@media screen and (max-width: 1313px) {
  .dot {
    margin-left: -136.871px;
  }
}
@media screen and (max-width: 1312px) {
  .dot {
    margin-left: -137.404px;
  }
}
@media screen and (max-width: 1311px) {
  .dot {
    margin-left: -137.937px;
  }
}
@media screen and (max-width: 1310px) {
  .dot {
    margin-left: -138.47px;
  }
}
@media screen and (max-width: 1309px) {
  .dot {
    margin-left: -139.003px;
  }
}
@media screen and (max-width: 1308px) {
  .dot {
    margin-left: -139.536px;
  }
}
@media screen and (max-width: 1307px) {
  .dot {
    margin-left: -140.069px;
  }
}
@media screen and (max-width: 1306px) {
  .dot {
    margin-left: -140.602px;
  }
}
@media screen and (max-width: 1305px) {
  .dot {
    margin-left: -141.135px;
  }
}
@media screen and (max-width: 1304px) {
  .dot {
    margin-left: -141.668px;
  }
}
@media screen and (max-width: 1303px) {
  .dot {
    margin-left: -142.201px;
  }
}
@media screen and (max-width: 1302px) {
  .dot {
    margin-left: -142.734px;
  }
}
@media screen and (max-width: 1301px) {
  .dot {
    margin-left: -143.267px;
  }
}
@media screen and (max-width: 1300px) {
  .dot {
    margin-left: -143.8px;
  }
}
@media screen and (max-width: 1300px) {
  .dot {
    display: none;
  }
}

.path-section {
  background-image: url(../img/bg.png), url(../img/bg2.png);
  background-size: 265px auto, 265px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  margin-top: -10rem;
}
@media screen and (max-width: 1300px) {
  .path-section {
    margin-top: 0rem;
  }
}
.path-section p {
  font-family: "Chewy", system-ui !important;
}

.path-section h1 {
  color: #00a651;
  font-weight: 700;
  font-family: "Averia Sans Libre", cursive;
}

.mango-nectar-element1 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 0rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1600px) {
  .mango-nectar-element1 {
    max-width: 100px;
  }
}

.mango-nectar-element2 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: 7rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1600px) {
  .mango-nectar-element2 {
    max-width: 240px;
  }
}

.mango-nectar-element3 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 55rem;
  margin-top: 50rem;
}
@media screen and (max-width: 1600px) {
  .mango-nectar-element3 {
    left: 45rem;
  }
}

.mango-nectar-element4 {
  border: 0px solid;
  z-index: 111;
  position: absolute;
  right: -15rem;
  margin-top: 26rem;
}
@media screen and (max-width: 1400px) {
  .mango-nectar-element4 {
    right: -9rem;
  }
}

.mango-nectar-product {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 11rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1900px) {
  .mango-nectar-product {
    left: 176px;
  }
}
@media screen and (max-width: 1899px) {
  .mango-nectar-product {
    left: 175.467px;
  }
}
@media screen and (max-width: 1898px) {
  .mango-nectar-product {
    left: 174.934px;
  }
}
@media screen and (max-width: 1897px) {
  .mango-nectar-product {
    left: 174.401px;
  }
}
@media screen and (max-width: 1896px) {
  .mango-nectar-product {
    left: 173.868px;
  }
}
@media screen and (max-width: 1895px) {
  .mango-nectar-product {
    left: 173.335px;
  }
}
@media screen and (max-width: 1894px) {
  .mango-nectar-product {
    left: 172.802px;
  }
}
@media screen and (max-width: 1893px) {
  .mango-nectar-product {
    left: 172.269px;
  }
}
@media screen and (max-width: 1892px) {
  .mango-nectar-product {
    left: 171.736px;
  }
}
@media screen and (max-width: 1891px) {
  .mango-nectar-product {
    left: 171.203px;
  }
}
@media screen and (max-width: 1890px) {
  .mango-nectar-product {
    left: 170.67px;
  }
}
@media screen and (max-width: 1889px) {
  .mango-nectar-product {
    left: 170.137px;
  }
}
@media screen and (max-width: 1888px) {
  .mango-nectar-product {
    left: 169.604px;
  }
}
@media screen and (max-width: 1887px) {
  .mango-nectar-product {
    left: 169.071px;
  }
}
@media screen and (max-width: 1886px) {
  .mango-nectar-product {
    left: 168.538px;
  }
}
@media screen and (max-width: 1885px) {
  .mango-nectar-product {
    left: 168.005px;
  }
}
@media screen and (max-width: 1884px) {
  .mango-nectar-product {
    left: 167.472px;
  }
}
@media screen and (max-width: 1883px) {
  .mango-nectar-product {
    left: 166.939px;
  }
}
@media screen and (max-width: 1882px) {
  .mango-nectar-product {
    left: 166.406px;
  }
}
@media screen and (max-width: 1881px) {
  .mango-nectar-product {
    left: 165.873px;
  }
}
@media screen and (max-width: 1880px) {
  .mango-nectar-product {
    left: 165.34px;
  }
}
@media screen and (max-width: 1879px) {
  .mango-nectar-product {
    left: 164.807px;
  }
}
@media screen and (max-width: 1878px) {
  .mango-nectar-product {
    left: 164.274px;
  }
}
@media screen and (max-width: 1877px) {
  .mango-nectar-product {
    left: 163.741px;
  }
}
@media screen and (max-width: 1876px) {
  .mango-nectar-product {
    left: 163.208px;
  }
}
@media screen and (max-width: 1875px) {
  .mango-nectar-product {
    left: 162.675px;
  }
}
@media screen and (max-width: 1874px) {
  .mango-nectar-product {
    left: 162.142px;
  }
}
@media screen and (max-width: 1873px) {
  .mango-nectar-product {
    left: 161.609px;
  }
}
@media screen and (max-width: 1872px) {
  .mango-nectar-product {
    left: 161.076px;
  }
}
@media screen and (max-width: 1871px) {
  .mango-nectar-product {
    left: 160.543px;
  }
}
@media screen and (max-width: 1870px) {
  .mango-nectar-product {
    left: 160.01px;
  }
}
@media screen and (max-width: 1869px) {
  .mango-nectar-product {
    left: 159.477px;
  }
}
@media screen and (max-width: 1868px) {
  .mango-nectar-product {
    left: 158.944px;
  }
}
@media screen and (max-width: 1867px) {
  .mango-nectar-product {
    left: 158.411px;
  }
}
@media screen and (max-width: 1866px) {
  .mango-nectar-product {
    left: 157.878px;
  }
}
@media screen and (max-width: 1865px) {
  .mango-nectar-product {
    left: 157.345px;
  }
}
@media screen and (max-width: 1864px) {
  .mango-nectar-product {
    left: 156.812px;
  }
}
@media screen and (max-width: 1863px) {
  .mango-nectar-product {
    left: 156.279px;
  }
}
@media screen and (max-width: 1862px) {
  .mango-nectar-product {
    left: 155.746px;
  }
}
@media screen and (max-width: 1861px) {
  .mango-nectar-product {
    left: 155.213px;
  }
}
@media screen and (max-width: 1860px) {
  .mango-nectar-product {
    left: 154.68px;
  }
}
@media screen and (max-width: 1859px) {
  .mango-nectar-product {
    left: 154.147px;
  }
}
@media screen and (max-width: 1858px) {
  .mango-nectar-product {
    left: 153.614px;
  }
}
@media screen and (max-width: 1857px) {
  .mango-nectar-product {
    left: 153.081px;
  }
}
@media screen and (max-width: 1856px) {
  .mango-nectar-product {
    left: 152.548px;
  }
}
@media screen and (max-width: 1855px) {
  .mango-nectar-product {
    left: 152.015px;
  }
}
@media screen and (max-width: 1854px) {
  .mango-nectar-product {
    left: 151.482px;
  }
}
@media screen and (max-width: 1853px) {
  .mango-nectar-product {
    left: 150.949px;
  }
}
@media screen and (max-width: 1852px) {
  .mango-nectar-product {
    left: 150.416px;
  }
}
@media screen and (max-width: 1851px) {
  .mango-nectar-product {
    left: 149.883px;
  }
}
@media screen and (max-width: 1850px) {
  .mango-nectar-product {
    left: 149.35px;
  }
}
@media screen and (max-width: 1849px) {
  .mango-nectar-product {
    left: 148.817px;
  }
}
@media screen and (max-width: 1848px) {
  .mango-nectar-product {
    left: 148.284px;
  }
}
@media screen and (max-width: 1847px) {
  .mango-nectar-product {
    left: 147.751px;
  }
}
@media screen and (max-width: 1846px) {
  .mango-nectar-product {
    left: 147.218px;
  }
}
@media screen and (max-width: 1845px) {
  .mango-nectar-product {
    left: 146.685px;
  }
}
@media screen and (max-width: 1844px) {
  .mango-nectar-product {
    left: 146.152px;
  }
}
@media screen and (max-width: 1843px) {
  .mango-nectar-product {
    left: 145.619px;
  }
}
@media screen and (max-width: 1842px) {
  .mango-nectar-product {
    left: 145.086px;
  }
}
@media screen and (max-width: 1841px) {
  .mango-nectar-product {
    left: 144.553px;
  }
}
@media screen and (max-width: 1840px) {
  .mango-nectar-product {
    left: 144.02px;
  }
}
@media screen and (max-width: 1839px) {
  .mango-nectar-product {
    left: 143.487px;
  }
}
@media screen and (max-width: 1838px) {
  .mango-nectar-product {
    left: 142.954px;
  }
}
@media screen and (max-width: 1837px) {
  .mango-nectar-product {
    left: 142.421px;
  }
}
@media screen and (max-width: 1836px) {
  .mango-nectar-product {
    left: 141.888px;
  }
}
@media screen and (max-width: 1835px) {
  .mango-nectar-product {
    left: 141.355px;
  }
}
@media screen and (max-width: 1834px) {
  .mango-nectar-product {
    left: 140.822px;
  }
}
@media screen and (max-width: 1833px) {
  .mango-nectar-product {
    left: 140.289px;
  }
}
@media screen and (max-width: 1832px) {
  .mango-nectar-product {
    left: 139.756px;
  }
}
@media screen and (max-width: 1831px) {
  .mango-nectar-product {
    left: 139.223px;
  }
}
@media screen and (max-width: 1830px) {
  .mango-nectar-product {
    left: 138.69px;
  }
}
@media screen and (max-width: 1829px) {
  .mango-nectar-product {
    left: 138.157px;
  }
}
@media screen and (max-width: 1828px) {
  .mango-nectar-product {
    left: 137.624px;
  }
}
@media screen and (max-width: 1827px) {
  .mango-nectar-product {
    left: 137.091px;
  }
}
@media screen and (max-width: 1826px) {
  .mango-nectar-product {
    left: 136.558px;
  }
}
@media screen and (max-width: 1825px) {
  .mango-nectar-product {
    left: 136.025px;
  }
}
@media screen and (max-width: 1824px) {
  .mango-nectar-product {
    left: 135.492px;
  }
}
@media screen and (max-width: 1823px) {
  .mango-nectar-product {
    left: 134.959px;
  }
}
@media screen and (max-width: 1822px) {
  .mango-nectar-product {
    left: 134.426px;
  }
}
@media screen and (max-width: 1821px) {
  .mango-nectar-product {
    left: 133.893px;
  }
}
@media screen and (max-width: 1820px) {
  .mango-nectar-product {
    left: 133.36px;
  }
}
@media screen and (max-width: 1819px) {
  .mango-nectar-product {
    left: 132.827px;
  }
}
@media screen and (max-width: 1818px) {
  .mango-nectar-product {
    left: 132.294px;
  }
}
@media screen and (max-width: 1817px) {
  .mango-nectar-product {
    left: 131.761px;
  }
}
@media screen and (max-width: 1816px) {
  .mango-nectar-product {
    left: 131.228px;
  }
}
@media screen and (max-width: 1815px) {
  .mango-nectar-product {
    left: 130.695px;
  }
}
@media screen and (max-width: 1814px) {
  .mango-nectar-product {
    left: 130.162px;
  }
}
@media screen and (max-width: 1813px) {
  .mango-nectar-product {
    left: 129.629px;
  }
}
@media screen and (max-width: 1812px) {
  .mango-nectar-product {
    left: 129.096px;
  }
}
@media screen and (max-width: 1811px) {
  .mango-nectar-product {
    left: 128.563px;
  }
}
@media screen and (max-width: 1810px) {
  .mango-nectar-product {
    left: 128.03px;
  }
}
@media screen and (max-width: 1809px) {
  .mango-nectar-product {
    left: 127.497px;
  }
}
@media screen and (max-width: 1808px) {
  .mango-nectar-product {
    left: 126.964px;
  }
}
@media screen and (max-width: 1807px) {
  .mango-nectar-product {
    left: 126.431px;
  }
}
@media screen and (max-width: 1806px) {
  .mango-nectar-product {
    left: 125.898px;
  }
}
@media screen and (max-width: 1805px) {
  .mango-nectar-product {
    left: 125.365px;
  }
}
@media screen and (max-width: 1804px) {
  .mango-nectar-product {
    left: 124.832px;
  }
}
@media screen and (max-width: 1803px) {
  .mango-nectar-product {
    left: 124.299px;
  }
}
@media screen and (max-width: 1802px) {
  .mango-nectar-product {
    left: 123.766px;
  }
}
@media screen and (max-width: 1801px) {
  .mango-nectar-product {
    left: 123.233px;
  }
}
@media screen and (max-width: 1800px) {
  .mango-nectar-product {
    left: 122.7px;
  }
}
@media screen and (max-width: 1799px) {
  .mango-nectar-product {
    left: 122.167px;
  }
}
@media screen and (max-width: 1798px) {
  .mango-nectar-product {
    left: 121.634px;
  }
}
@media screen and (max-width: 1797px) {
  .mango-nectar-product {
    left: 121.101px;
  }
}
@media screen and (max-width: 1796px) {
  .mango-nectar-product {
    left: 120.568px;
  }
}
@media screen and (max-width: 1795px) {
  .mango-nectar-product {
    left: 120.035px;
  }
}
@media screen and (max-width: 1794px) {
  .mango-nectar-product {
    left: 119.502px;
  }
}
@media screen and (max-width: 1793px) {
  .mango-nectar-product {
    left: 118.969px;
  }
}
@media screen and (max-width: 1792px) {
  .mango-nectar-product {
    left: 118.436px;
  }
}
@media screen and (max-width: 1791px) {
  .mango-nectar-product {
    left: 117.903px;
  }
}
@media screen and (max-width: 1790px) {
  .mango-nectar-product {
    left: 117.37px;
  }
}
@media screen and (max-width: 1789px) {
  .mango-nectar-product {
    left: 116.837px;
  }
}
@media screen and (max-width: 1788px) {
  .mango-nectar-product {
    left: 116.304px;
  }
}
@media screen and (max-width: 1787px) {
  .mango-nectar-product {
    left: 115.771px;
  }
}
@media screen and (max-width: 1786px) {
  .mango-nectar-product {
    left: 115.238px;
  }
}
@media screen and (max-width: 1785px) {
  .mango-nectar-product {
    left: 114.705px;
  }
}
@media screen and (max-width: 1784px) {
  .mango-nectar-product {
    left: 114.172px;
  }
}
@media screen and (max-width: 1783px) {
  .mango-nectar-product {
    left: 113.639px;
  }
}
@media screen and (max-width: 1782px) {
  .mango-nectar-product {
    left: 113.106px;
  }
}
@media screen and (max-width: 1781px) {
  .mango-nectar-product {
    left: 112.573px;
  }
}
@media screen and (max-width: 1780px) {
  .mango-nectar-product {
    left: 112.04px;
  }
}
@media screen and (max-width: 1779px) {
  .mango-nectar-product {
    left: 111.507px;
  }
}
@media screen and (max-width: 1778px) {
  .mango-nectar-product {
    left: 110.974px;
  }
}
@media screen and (max-width: 1777px) {
  .mango-nectar-product {
    left: 110.441px;
  }
}
@media screen and (max-width: 1776px) {
  .mango-nectar-product {
    left: 109.908px;
  }
}
@media screen and (max-width: 1775px) {
  .mango-nectar-product {
    left: 109.375px;
  }
}
@media screen and (max-width: 1774px) {
  .mango-nectar-product {
    left: 108.842px;
  }
}
@media screen and (max-width: 1773px) {
  .mango-nectar-product {
    left: 108.309px;
  }
}
@media screen and (max-width: 1772px) {
  .mango-nectar-product {
    left: 107.776px;
  }
}
@media screen and (max-width: 1771px) {
  .mango-nectar-product {
    left: 107.243px;
  }
}
@media screen and (max-width: 1770px) {
  .mango-nectar-product {
    left: 106.71px;
  }
}
@media screen and (max-width: 1769px) {
  .mango-nectar-product {
    left: 106.177px;
  }
}
@media screen and (max-width: 1768px) {
  .mango-nectar-product {
    left: 105.644px;
  }
}
@media screen and (max-width: 1767px) {
  .mango-nectar-product {
    left: 105.111px;
  }
}
@media screen and (max-width: 1766px) {
  .mango-nectar-product {
    left: 104.578px;
  }
}
@media screen and (max-width: 1765px) {
  .mango-nectar-product {
    left: 104.045px;
  }
}
@media screen and (max-width: 1764px) {
  .mango-nectar-product {
    left: 103.512px;
  }
}
@media screen and (max-width: 1763px) {
  .mango-nectar-product {
    left: 102.979px;
  }
}
@media screen and (max-width: 1762px) {
  .mango-nectar-product {
    left: 102.446px;
  }
}
@media screen and (max-width: 1761px) {
  .mango-nectar-product {
    left: 101.913px;
  }
}
@media screen and (max-width: 1760px) {
  .mango-nectar-product {
    left: 101.38px;
  }
}
@media screen and (max-width: 1759px) {
  .mango-nectar-product {
    left: 100.847px;
  }
}
@media screen and (max-width: 1758px) {
  .mango-nectar-product {
    left: 100.314px;
  }
}
@media screen and (max-width: 1757px) {
  .mango-nectar-product {
    left: 99.781px;
  }
}
@media screen and (max-width: 1756px) {
  .mango-nectar-product {
    left: 99.248px;
  }
}
@media screen and (max-width: 1755px) {
  .mango-nectar-product {
    left: 98.715px;
  }
}
@media screen and (max-width: 1754px) {
  .mango-nectar-product {
    left: 98.182px;
  }
}
@media screen and (max-width: 1753px) {
  .mango-nectar-product {
    left: 97.649px;
  }
}
@media screen and (max-width: 1752px) {
  .mango-nectar-product {
    left: 97.116px;
  }
}
@media screen and (max-width: 1751px) {
  .mango-nectar-product {
    left: 96.583px;
  }
}
@media screen and (max-width: 1750px) {
  .mango-nectar-product {
    left: 96.05px;
  }
}
@media screen and (max-width: 1749px) {
  .mango-nectar-product {
    left: 95.517px;
  }
}
@media screen and (max-width: 1748px) {
  .mango-nectar-product {
    left: 94.984px;
  }
}
@media screen and (max-width: 1747px) {
  .mango-nectar-product {
    left: 94.451px;
  }
}
@media screen and (max-width: 1746px) {
  .mango-nectar-product {
    left: 93.918px;
  }
}
@media screen and (max-width: 1745px) {
  .mango-nectar-product {
    left: 93.385px;
  }
}
@media screen and (max-width: 1744px) {
  .mango-nectar-product {
    left: 92.852px;
  }
}
@media screen and (max-width: 1743px) {
  .mango-nectar-product {
    left: 92.319px;
  }
}
@media screen and (max-width: 1742px) {
  .mango-nectar-product {
    left: 91.786px;
  }
}
@media screen and (max-width: 1741px) {
  .mango-nectar-product {
    left: 91.253px;
  }
}
@media screen and (max-width: 1740px) {
  .mango-nectar-product {
    left: 90.72px;
  }
}
@media screen and (max-width: 1739px) {
  .mango-nectar-product {
    left: 90.187px;
  }
}
@media screen and (max-width: 1738px) {
  .mango-nectar-product {
    left: 89.654px;
  }
}
@media screen and (max-width: 1737px) {
  .mango-nectar-product {
    left: 89.121px;
  }
}
@media screen and (max-width: 1736px) {
  .mango-nectar-product {
    left: 88.588px;
  }
}
@media screen and (max-width: 1735px) {
  .mango-nectar-product {
    left: 88.055px;
  }
}
@media screen and (max-width: 1734px) {
  .mango-nectar-product {
    left: 87.522px;
  }
}
@media screen and (max-width: 1733px) {
  .mango-nectar-product {
    left: 86.989px;
  }
}
@media screen and (max-width: 1732px) {
  .mango-nectar-product {
    left: 86.456px;
  }
}
@media screen and (max-width: 1731px) {
  .mango-nectar-product {
    left: 85.923px;
  }
}
@media screen and (max-width: 1730px) {
  .mango-nectar-product {
    left: 85.39px;
  }
}
@media screen and (max-width: 1729px) {
  .mango-nectar-product {
    left: 84.857px;
  }
}
@media screen and (max-width: 1728px) {
  .mango-nectar-product {
    left: 84.324px;
  }
}
@media screen and (max-width: 1727px) {
  .mango-nectar-product {
    left: 83.791px;
  }
}
@media screen and (max-width: 1726px) {
  .mango-nectar-product {
    left: 83.258px;
  }
}
@media screen and (max-width: 1725px) {
  .mango-nectar-product {
    left: 82.725px;
  }
}
@media screen and (max-width: 1724px) {
  .mango-nectar-product {
    left: 82.192px;
  }
}
@media screen and (max-width: 1723px) {
  .mango-nectar-product {
    left: 81.659px;
  }
}
@media screen and (max-width: 1722px) {
  .mango-nectar-product {
    left: 81.126px;
  }
}
@media screen and (max-width: 1721px) {
  .mango-nectar-product {
    left: 80.593px;
  }
}
@media screen and (max-width: 1720px) {
  .mango-nectar-product {
    left: 80.06px;
  }
}
@media screen and (max-width: 1719px) {
  .mango-nectar-product {
    left: 79.527px;
  }
}
@media screen and (max-width: 1718px) {
  .mango-nectar-product {
    left: 78.994px;
  }
}
@media screen and (max-width: 1717px) {
  .mango-nectar-product {
    left: 78.461px;
  }
}
@media screen and (max-width: 1716px) {
  .mango-nectar-product {
    left: 77.928px;
  }
}
@media screen and (max-width: 1715px) {
  .mango-nectar-product {
    left: 77.395px;
  }
}
@media screen and (max-width: 1714px) {
  .mango-nectar-product {
    left: 76.862px;
  }
}
@media screen and (max-width: 1713px) {
  .mango-nectar-product {
    left: 76.329px;
  }
}
@media screen and (max-width: 1712px) {
  .mango-nectar-product {
    left: 75.796px;
  }
}
@media screen and (max-width: 1711px) {
  .mango-nectar-product {
    left: 75.263px;
  }
}
@media screen and (max-width: 1710px) {
  .mango-nectar-product {
    left: 74.73px;
  }
}
@media screen and (max-width: 1709px) {
  .mango-nectar-product {
    left: 74.197px;
  }
}
@media screen and (max-width: 1708px) {
  .mango-nectar-product {
    left: 73.664px;
  }
}
@media screen and (max-width: 1707px) {
  .mango-nectar-product {
    left: 73.131px;
  }
}
@media screen and (max-width: 1706px) {
  .mango-nectar-product {
    left: 72.598px;
  }
}
@media screen and (max-width: 1705px) {
  .mango-nectar-product {
    left: 72.065px;
  }
}
@media screen and (max-width: 1704px) {
  .mango-nectar-product {
    left: 71.532px;
  }
}
@media screen and (max-width: 1703px) {
  .mango-nectar-product {
    left: 70.999px;
  }
}
@media screen and (max-width: 1702px) {
  .mango-nectar-product {
    left: 70.466px;
  }
}
@media screen and (max-width: 1701px) {
  .mango-nectar-product {
    left: 69.933px;
  }
}
@media screen and (max-width: 1700px) {
  .mango-nectar-product {
    left: 69.4px;
  }
}
@media screen and (max-width: 1699px) {
  .mango-nectar-product {
    left: 68.867px;
  }
}
@media screen and (max-width: 1698px) {
  .mango-nectar-product {
    left: 68.334px;
  }
}
@media screen and (max-width: 1697px) {
  .mango-nectar-product {
    left: 67.801px;
  }
}
@media screen and (max-width: 1696px) {
  .mango-nectar-product {
    left: 67.268px;
  }
}
@media screen and (max-width: 1695px) {
  .mango-nectar-product {
    left: 66.735px;
  }
}
@media screen and (max-width: 1694px) {
  .mango-nectar-product {
    left: 66.202px;
  }
}
@media screen and (max-width: 1693px) {
  .mango-nectar-product {
    left: 65.669px;
  }
}
@media screen and (max-width: 1692px) {
  .mango-nectar-product {
    left: 65.136px;
  }
}
@media screen and (max-width: 1691px) {
  .mango-nectar-product {
    left: 64.603px;
  }
}
@media screen and (max-width: 1690px) {
  .mango-nectar-product {
    left: 64.07px;
  }
}
@media screen and (max-width: 1689px) {
  .mango-nectar-product {
    left: 63.537px;
  }
}
@media screen and (max-width: 1688px) {
  .mango-nectar-product {
    left: 63.004px;
  }
}
@media screen and (max-width: 1687px) {
  .mango-nectar-product {
    left: 62.471px;
  }
}
@media screen and (max-width: 1686px) {
  .mango-nectar-product {
    left: 61.938px;
  }
}
@media screen and (max-width: 1685px) {
  .mango-nectar-product {
    left: 61.405px;
  }
}
@media screen and (max-width: 1684px) {
  .mango-nectar-product {
    left: 60.872px;
  }
}
@media screen and (max-width: 1683px) {
  .mango-nectar-product {
    left: 60.339px;
  }
}
@media screen and (max-width: 1682px) {
  .mango-nectar-product {
    left: 59.806px;
  }
}
@media screen and (max-width: 1681px) {
  .mango-nectar-product {
    left: 59.273px;
  }
}
@media screen and (max-width: 1680px) {
  .mango-nectar-product {
    left: 58.74px;
  }
}
@media screen and (max-width: 1679px) {
  .mango-nectar-product {
    left: 58.207px;
  }
}
@media screen and (max-width: 1678px) {
  .mango-nectar-product {
    left: 57.674px;
  }
}
@media screen and (max-width: 1677px) {
  .mango-nectar-product {
    left: 57.141px;
  }
}
@media screen and (max-width: 1676px) {
  .mango-nectar-product {
    left: 56.608px;
  }
}
@media screen and (max-width: 1675px) {
  .mango-nectar-product {
    left: 56.075px;
  }
}
@media screen and (max-width: 1674px) {
  .mango-nectar-product {
    left: 55.542px;
  }
}
@media screen and (max-width: 1673px) {
  .mango-nectar-product {
    left: 55.009px;
  }
}
@media screen and (max-width: 1672px) {
  .mango-nectar-product {
    left: 54.476px;
  }
}
@media screen and (max-width: 1671px) {
  .mango-nectar-product {
    left: 53.943px;
  }
}
@media screen and (max-width: 1670px) {
  .mango-nectar-product {
    left: 53.41px;
  }
}
@media screen and (max-width: 1669px) {
  .mango-nectar-product {
    left: 52.877px;
  }
}
@media screen and (max-width: 1668px) {
  .mango-nectar-product {
    left: 52.344px;
  }
}
@media screen and (max-width: 1667px) {
  .mango-nectar-product {
    left: 51.811px;
  }
}
@media screen and (max-width: 1666px) {
  .mango-nectar-product {
    left: 51.278px;
  }
}
@media screen and (max-width: 1665px) {
  .mango-nectar-product {
    left: 50.745px;
  }
}
@media screen and (max-width: 1664px) {
  .mango-nectar-product {
    left: 50.212px;
  }
}
@media screen and (max-width: 1663px) {
  .mango-nectar-product {
    left: 49.679px;
  }
}
@media screen and (max-width: 1662px) {
  .mango-nectar-product {
    left: 49.146px;
  }
}
@media screen and (max-width: 1661px) {
  .mango-nectar-product {
    left: 48.613px;
  }
}
@media screen and (max-width: 1660px) {
  .mango-nectar-product {
    left: 48.08px;
  }
}
@media screen and (max-width: 1659px) {
  .mango-nectar-product {
    left: 47.547px;
  }
}
@media screen and (max-width: 1658px) {
  .mango-nectar-product {
    left: 47.014px;
  }
}
@media screen and (max-width: 1657px) {
  .mango-nectar-product {
    left: 46.481px;
  }
}
@media screen and (max-width: 1656px) {
  .mango-nectar-product {
    left: 45.948px;
  }
}
@media screen and (max-width: 1655px) {
  .mango-nectar-product {
    left: 45.415px;
  }
}
@media screen and (max-width: 1654px) {
  .mango-nectar-product {
    left: 44.882px;
  }
}
@media screen and (max-width: 1653px) {
  .mango-nectar-product {
    left: 44.349px;
  }
}
@media screen and (max-width: 1652px) {
  .mango-nectar-product {
    left: 43.816px;
  }
}
@media screen and (max-width: 1651px) {
  .mango-nectar-product {
    left: 43.283px;
  }
}
@media screen and (max-width: 1650px) {
  .mango-nectar-product {
    left: 42.75px;
  }
}
@media screen and (max-width: 1649px) {
  .mango-nectar-product {
    left: 42.217px;
  }
}
@media screen and (max-width: 1648px) {
  .mango-nectar-product {
    left: 41.684px;
  }
}
@media screen and (max-width: 1647px) {
  .mango-nectar-product {
    left: 41.151px;
  }
}
@media screen and (max-width: 1646px) {
  .mango-nectar-product {
    left: 40.618px;
  }
}
@media screen and (max-width: 1645px) {
  .mango-nectar-product {
    left: 40.085px;
  }
}
@media screen and (max-width: 1644px) {
  .mango-nectar-product {
    left: 39.552px;
  }
}
@media screen and (max-width: 1643px) {
  .mango-nectar-product {
    left: 39.019px;
  }
}
@media screen and (max-width: 1642px) {
  .mango-nectar-product {
    left: 38.486px;
  }
}
@media screen and (max-width: 1641px) {
  .mango-nectar-product {
    left: 37.953px;
  }
}
@media screen and (max-width: 1640px) {
  .mango-nectar-product {
    left: 37.42px;
  }
}
@media screen and (max-width: 1639px) {
  .mango-nectar-product {
    left: 36.887px;
  }
}
@media screen and (max-width: 1638px) {
  .mango-nectar-product {
    left: 36.354px;
  }
}
@media screen and (max-width: 1637px) {
  .mango-nectar-product {
    left: 35.821px;
  }
}
@media screen and (max-width: 1636px) {
  .mango-nectar-product {
    left: 35.288px;
  }
}
@media screen and (max-width: 1635px) {
  .mango-nectar-product {
    left: 34.755px;
  }
}
@media screen and (max-width: 1634px) {
  .mango-nectar-product {
    left: 34.222px;
  }
}
@media screen and (max-width: 1633px) {
  .mango-nectar-product {
    left: 33.689px;
  }
}
@media screen and (max-width: 1632px) {
  .mango-nectar-product {
    left: 33.156px;
  }
}
@media screen and (max-width: 1631px) {
  .mango-nectar-product {
    left: 32.623px;
  }
}
@media screen and (max-width: 1630px) {
  .mango-nectar-product {
    left: 32.09px;
  }
}
@media screen and (max-width: 1629px) {
  .mango-nectar-product {
    left: 31.557px;
  }
}
@media screen and (max-width: 1628px) {
  .mango-nectar-product {
    left: 31.024px;
  }
}
@media screen and (max-width: 1627px) {
  .mango-nectar-product {
    left: 30.491px;
  }
}
@media screen and (max-width: 1626px) {
  .mango-nectar-product {
    left: 29.958px;
  }
}
@media screen and (max-width: 1625px) {
  .mango-nectar-product {
    left: 29.425px;
  }
}
@media screen and (max-width: 1624px) {
  .mango-nectar-product {
    left: 28.892px;
  }
}
@media screen and (max-width: 1623px) {
  .mango-nectar-product {
    left: 28.359px;
  }
}
@media screen and (max-width: 1622px) {
  .mango-nectar-product {
    left: 27.826px;
  }
}
@media screen and (max-width: 1621px) {
  .mango-nectar-product {
    left: 27.293px;
  }
}
@media screen and (max-width: 1620px) {
  .mango-nectar-product {
    left: 26.76px;
  }
}
@media screen and (max-width: 1619px) {
  .mango-nectar-product {
    left: 26.227px;
  }
}
@media screen and (max-width: 1618px) {
  .mango-nectar-product {
    left: 25.694px;
  }
}
@media screen and (max-width: 1617px) {
  .mango-nectar-product {
    left: 25.161px;
  }
}
@media screen and (max-width: 1616px) {
  .mango-nectar-product {
    left: 24.628px;
  }
}
@media screen and (max-width: 1615px) {
  .mango-nectar-product {
    left: 24.095px;
  }
}
@media screen and (max-width: 1614px) {
  .mango-nectar-product {
    left: 23.562px;
  }
}
@media screen and (max-width: 1613px) {
  .mango-nectar-product {
    left: 23.029px;
  }
}
@media screen and (max-width: 1612px) {
  .mango-nectar-product {
    left: 22.496px;
  }
}
@media screen and (max-width: 1611px) {
  .mango-nectar-product {
    left: 21.963px;
  }
}
@media screen and (max-width: 1610px) {
  .mango-nectar-product {
    left: 21.43px;
  }
}
@media screen and (max-width: 1609px) {
  .mango-nectar-product {
    left: 20.897px;
  }
}
@media screen and (max-width: 1608px) {
  .mango-nectar-product {
    left: 20.364px;
  }
}
@media screen and (max-width: 1607px) {
  .mango-nectar-product {
    left: 19.831px;
  }
}
@media screen and (max-width: 1606px) {
  .mango-nectar-product {
    left: 19.298px;
  }
}
@media screen and (max-width: 1605px) {
  .mango-nectar-product {
    left: 18.765px;
  }
}
@media screen and (max-width: 1604px) {
  .mango-nectar-product {
    left: 18.232px;
  }
}
@media screen and (max-width: 1603px) {
  .mango-nectar-product {
    left: 17.699px;
  }
}
@media screen and (max-width: 1602px) {
  .mango-nectar-product {
    left: 17.166px;
  }
}
@media screen and (max-width: 1601px) {
  .mango-nectar-product {
    left: 16.633px;
  }
}
@media screen and (max-width: 1600px) {
  .mango-nectar-product {
    left: 16.1px;
  }
}
@media screen and (max-width: 1599px) {
  .mango-nectar-product {
    left: 15.567px;
  }
}
@media screen and (max-width: 1598px) {
  .mango-nectar-product {
    left: 15.034px;
  }
}
@media screen and (max-width: 1597px) {
  .mango-nectar-product {
    left: 14.501px;
  }
}
@media screen and (max-width: 1596px) {
  .mango-nectar-product {
    left: 13.968px;
  }
}
@media screen and (max-width: 1595px) {
  .mango-nectar-product {
    left: 13.435px;
  }
}
@media screen and (max-width: 1594px) {
  .mango-nectar-product {
    left: 12.902px;
  }
}
@media screen and (max-width: 1593px) {
  .mango-nectar-product {
    left: 12.369px;
  }
}
@media screen and (max-width: 1592px) {
  .mango-nectar-product {
    left: 11.836px;
  }
}
@media screen and (max-width: 1591px) {
  .mango-nectar-product {
    left: 11.303px;
  }
}
@media screen and (max-width: 1590px) {
  .mango-nectar-product {
    left: 10.77px;
  }
}
@media screen and (max-width: 1589px) {
  .mango-nectar-product {
    left: 10.237px;
  }
}
@media screen and (max-width: 1588px) {
  .mango-nectar-product {
    left: 9.704px;
  }
}
@media screen and (max-width: 1587px) {
  .mango-nectar-product {
    left: 9.171px;
  }
}
@media screen and (max-width: 1586px) {
  .mango-nectar-product {
    left: 8.638px;
  }
}
@media screen and (max-width: 1585px) {
  .mango-nectar-product {
    left: 8.105px;
  }
}
@media screen and (max-width: 1584px) {
  .mango-nectar-product {
    left: 7.572px;
  }
}
@media screen and (max-width: 1583px) {
  .mango-nectar-product {
    left: 7.039px;
  }
}
@media screen and (max-width: 1582px) {
  .mango-nectar-product {
    left: 6.506px;
  }
}
@media screen and (max-width: 1581px) {
  .mango-nectar-product {
    left: 5.973px;
  }
}
@media screen and (max-width: 1580px) {
  .mango-nectar-product {
    left: 5.44px;
  }
}
@media screen and (max-width: 1579px) {
  .mango-nectar-product {
    left: 4.907px;
  }
}
@media screen and (max-width: 1578px) {
  .mango-nectar-product {
    left: 4.374px;
  }
}
@media screen and (max-width: 1577px) {
  .mango-nectar-product {
    left: 3.841px;
  }
}
@media screen and (max-width: 1576px) {
  .mango-nectar-product {
    left: 3.308px;
  }
}
@media screen and (max-width: 1575px) {
  .mango-nectar-product {
    left: 2.775px;
  }
}
@media screen and (max-width: 1574px) {
  .mango-nectar-product {
    left: 2.242px;
  }
}
@media screen and (max-width: 1573px) {
  .mango-nectar-product {
    left: 1.709px;
  }
}
@media screen and (max-width: 1572px) {
  .mango-nectar-product {
    left: 1.176px;
  }
}
@media screen and (max-width: 1571px) {
  .mango-nectar-product {
    left: 0.643px;
  }
}
@media screen and (max-width: 1570px) {
  .mango-nectar-product {
    left: 0.11px;
  }
}
@media screen and (max-width: 1569px) {
  .mango-nectar-product {
    left: -0.423px;
  }
}
@media screen and (max-width: 1568px) {
  .mango-nectar-product {
    left: -0.956px;
  }
}
@media screen and (max-width: 1567px) {
  .mango-nectar-product {
    left: -1.489px;
  }
}
@media screen and (max-width: 1566px) {
  .mango-nectar-product {
    left: -2.022px;
  }
}
@media screen and (max-width: 1565px) {
  .mango-nectar-product {
    left: -2.555px;
  }
}
@media screen and (max-width: 1564px) {
  .mango-nectar-product {
    left: -3.088px;
  }
}
@media screen and (max-width: 1563px) {
  .mango-nectar-product {
    left: -3.621px;
  }
}
@media screen and (max-width: 1562px) {
  .mango-nectar-product {
    left: -4.154px;
  }
}
@media screen and (max-width: 1561px) {
  .mango-nectar-product {
    left: -4.687px;
  }
}
@media screen and (max-width: 1560px) {
  .mango-nectar-product {
    left: -5.22px;
  }
}
@media screen and (max-width: 1559px) {
  .mango-nectar-product {
    left: -5.753px;
  }
}
@media screen and (max-width: 1558px) {
  .mango-nectar-product {
    left: -6.286px;
  }
}
@media screen and (max-width: 1557px) {
  .mango-nectar-product {
    left: -6.819px;
  }
}
@media screen and (max-width: 1556px) {
  .mango-nectar-product {
    left: -7.352px;
  }
}
@media screen and (max-width: 1555px) {
  .mango-nectar-product {
    left: -7.885px;
  }
}
@media screen and (max-width: 1554px) {
  .mango-nectar-product {
    left: -8.418px;
  }
}
@media screen and (max-width: 1553px) {
  .mango-nectar-product {
    left: -8.951px;
  }
}
@media screen and (max-width: 1552px) {
  .mango-nectar-product {
    left: -9.484px;
  }
}
@media screen and (max-width: 1551px) {
  .mango-nectar-product {
    left: -10.017px;
  }
}
@media screen and (max-width: 1550px) {
  .mango-nectar-product {
    left: -10.55px;
  }
}
@media screen and (max-width: 1549px) {
  .mango-nectar-product {
    left: -11.083px;
  }
}
@media screen and (max-width: 1548px) {
  .mango-nectar-product {
    left: -11.616px;
  }
}
@media screen and (max-width: 1547px) {
  .mango-nectar-product {
    left: -12.149px;
  }
}
@media screen and (max-width: 1546px) {
  .mango-nectar-product {
    left: -12.682px;
  }
}
@media screen and (max-width: 1545px) {
  .mango-nectar-product {
    left: -13.215px;
  }
}
@media screen and (max-width: 1544px) {
  .mango-nectar-product {
    left: -13.748px;
  }
}
@media screen and (max-width: 1543px) {
  .mango-nectar-product {
    left: -14.281px;
  }
}
@media screen and (max-width: 1542px) {
  .mango-nectar-product {
    left: -14.814px;
  }
}
@media screen and (max-width: 1541px) {
  .mango-nectar-product {
    left: -15.347px;
  }
}
@media screen and (max-width: 1540px) {
  .mango-nectar-product {
    left: -15.88px;
  }
}
@media screen and (max-width: 1539px) {
  .mango-nectar-product {
    left: -16.413px;
  }
}
@media screen and (max-width: 1538px) {
  .mango-nectar-product {
    left: -16.946px;
  }
}
@media screen and (max-width: 1537px) {
  .mango-nectar-product {
    left: -17.479px;
  }
}
@media screen and (max-width: 1536px) {
  .mango-nectar-product {
    left: -18.012px;
  }
}
@media screen and (max-width: 1535px) {
  .mango-nectar-product {
    left: -18.545px;
  }
}
@media screen and (max-width: 1534px) {
  .mango-nectar-product {
    left: -19.078px;
  }
}
@media screen and (max-width: 1533px) {
  .mango-nectar-product {
    left: -19.611px;
  }
}
@media screen and (max-width: 1532px) {
  .mango-nectar-product {
    left: -20.144px;
  }
}
@media screen and (max-width: 1531px) {
  .mango-nectar-product {
    left: -20.677px;
  }
}
@media screen and (max-width: 1530px) {
  .mango-nectar-product {
    left: -21.21px;
  }
}
@media screen and (max-width: 1529px) {
  .mango-nectar-product {
    left: -21.743px;
  }
}
@media screen and (max-width: 1528px) {
  .mango-nectar-product {
    left: -22.276px;
  }
}
@media screen and (max-width: 1527px) {
  .mango-nectar-product {
    left: -22.809px;
  }
}
@media screen and (max-width: 1526px) {
  .mango-nectar-product {
    left: -23.342px;
  }
}
@media screen and (max-width: 1525px) {
  .mango-nectar-product {
    left: -23.875px;
  }
}
@media screen and (max-width: 1524px) {
  .mango-nectar-product {
    left: -24.408px;
  }
}
@media screen and (max-width: 1523px) {
  .mango-nectar-product {
    left: -24.941px;
  }
}
@media screen and (max-width: 1522px) {
  .mango-nectar-product {
    left: -25.474px;
  }
}
@media screen and (max-width: 1521px) {
  .mango-nectar-product {
    left: -26.007px;
  }
}
@media screen and (max-width: 1520px) {
  .mango-nectar-product {
    left: -26.54px;
  }
}
@media screen and (max-width: 1519px) {
  .mango-nectar-product {
    left: -27.073px;
  }
}
@media screen and (max-width: 1518px) {
  .mango-nectar-product {
    left: -27.606px;
  }
}
@media screen and (max-width: 1517px) {
  .mango-nectar-product {
    left: -28.139px;
  }
}
@media screen and (max-width: 1516px) {
  .mango-nectar-product {
    left: -28.672px;
  }
}
@media screen and (max-width: 1515px) {
  .mango-nectar-product {
    left: -29.205px;
  }
}
@media screen and (max-width: 1514px) {
  .mango-nectar-product {
    left: -29.738px;
  }
}
@media screen and (max-width: 1513px) {
  .mango-nectar-product {
    left: -30.271px;
  }
}
@media screen and (max-width: 1512px) {
  .mango-nectar-product {
    left: -30.804px;
  }
}
@media screen and (max-width: 1511px) {
  .mango-nectar-product {
    left: -31.337px;
  }
}
@media screen and (max-width: 1510px) {
  .mango-nectar-product {
    left: -31.87px;
  }
}
@media screen and (max-width: 1509px) {
  .mango-nectar-product {
    left: -32.403px;
  }
}
@media screen and (max-width: 1508px) {
  .mango-nectar-product {
    left: -32.936px;
  }
}
@media screen and (max-width: 1507px) {
  .mango-nectar-product {
    left: -33.469px;
  }
}
@media screen and (max-width: 1506px) {
  .mango-nectar-product {
    left: -34.002px;
  }
}
@media screen and (max-width: 1505px) {
  .mango-nectar-product {
    left: -34.535px;
  }
}
@media screen and (max-width: 1504px) {
  .mango-nectar-product {
    left: -35.068px;
  }
}
@media screen and (max-width: 1503px) {
  .mango-nectar-product {
    left: -35.601px;
  }
}
@media screen and (max-width: 1502px) {
  .mango-nectar-product {
    left: -36.134px;
  }
}
@media screen and (max-width: 1501px) {
  .mango-nectar-product {
    left: -36.667px;
  }
}
@media screen and (max-width: 1500px) {
  .mango-nectar-product {
    left: -37.2px;
  }
}
@media screen and (max-width: 1499px) {
  .mango-nectar-product {
    left: -37.733px;
  }
}
@media screen and (max-width: 1498px) {
  .mango-nectar-product {
    left: -38.266px;
  }
}
@media screen and (max-width: 1497px) {
  .mango-nectar-product {
    left: -38.799px;
  }
}
@media screen and (max-width: 1496px) {
  .mango-nectar-product {
    left: -39.332px;
  }
}
@media screen and (max-width: 1495px) {
  .mango-nectar-product {
    left: -39.865px;
  }
}
@media screen and (max-width: 1494px) {
  .mango-nectar-product {
    left: -40.398px;
  }
}
@media screen and (max-width: 1493px) {
  .mango-nectar-product {
    left: -40.931px;
  }
}
@media screen and (max-width: 1492px) {
  .mango-nectar-product {
    left: -41.464px;
  }
}
@media screen and (max-width: 1491px) {
  .mango-nectar-product {
    left: -41.997px;
  }
}
@media screen and (max-width: 1490px) {
  .mango-nectar-product {
    left: -42.53px;
  }
}
@media screen and (max-width: 1489px) {
  .mango-nectar-product {
    left: -43.063px;
  }
}
@media screen and (max-width: 1488px) {
  .mango-nectar-product {
    left: -43.596px;
  }
}
@media screen and (max-width: 1487px) {
  .mango-nectar-product {
    left: -44.129px;
  }
}
@media screen and (max-width: 1486px) {
  .mango-nectar-product {
    left: -44.662px;
  }
}
@media screen and (max-width: 1485px) {
  .mango-nectar-product {
    left: -45.195px;
  }
}
@media screen and (max-width: 1484px) {
  .mango-nectar-product {
    left: -45.728px;
  }
}
@media screen and (max-width: 1483px) {
  .mango-nectar-product {
    left: -46.261px;
  }
}
@media screen and (max-width: 1482px) {
  .mango-nectar-product {
    left: -46.794px;
  }
}
@media screen and (max-width: 1481px) {
  .mango-nectar-product {
    left: -47.327px;
  }
}
@media screen and (max-width: 1480px) {
  .mango-nectar-product {
    left: -47.86px;
  }
}
@media screen and (max-width: 1479px) {
  .mango-nectar-product {
    left: -48.393px;
  }
}
@media screen and (max-width: 1478px) {
  .mango-nectar-product {
    left: -48.926px;
  }
}
@media screen and (max-width: 1477px) {
  .mango-nectar-product {
    left: -49.459px;
  }
}
@media screen and (max-width: 1476px) {
  .mango-nectar-product {
    left: -49.992px;
  }
}
@media screen and (max-width: 1475px) {
  .mango-nectar-product {
    left: -50.525px;
  }
}
@media screen and (max-width: 1474px) {
  .mango-nectar-product {
    left: -51.058px;
  }
}
@media screen and (max-width: 1473px) {
  .mango-nectar-product {
    left: -51.591px;
  }
}
@media screen and (max-width: 1472px) {
  .mango-nectar-product {
    left: -52.124px;
  }
}
@media screen and (max-width: 1471px) {
  .mango-nectar-product {
    left: -52.657px;
  }
}
@media screen and (max-width: 1470px) {
  .mango-nectar-product {
    left: -53.19px;
  }
}
@media screen and (max-width: 1469px) {
  .mango-nectar-product {
    left: -53.723px;
  }
}
@media screen and (max-width: 1468px) {
  .mango-nectar-product {
    left: -54.256px;
  }
}
@media screen and (max-width: 1467px) {
  .mango-nectar-product {
    left: -54.789px;
  }
}
@media screen and (max-width: 1466px) {
  .mango-nectar-product {
    left: -55.322px;
  }
}
@media screen and (max-width: 1465px) {
  .mango-nectar-product {
    left: -55.855px;
  }
}
@media screen and (max-width: 1464px) {
  .mango-nectar-product {
    left: -56.388px;
  }
}
@media screen and (max-width: 1463px) {
  .mango-nectar-product {
    left: -56.921px;
  }
}
@media screen and (max-width: 1462px) {
  .mango-nectar-product {
    left: -57.454px;
  }
}
@media screen and (max-width: 1461px) {
  .mango-nectar-product {
    left: -57.987px;
  }
}
@media screen and (max-width: 1460px) {
  .mango-nectar-product {
    left: -58.52px;
  }
}
@media screen and (max-width: 1459px) {
  .mango-nectar-product {
    left: -59.053px;
  }
}
@media screen and (max-width: 1458px) {
  .mango-nectar-product {
    left: -59.586px;
  }
}
@media screen and (max-width: 1457px) {
  .mango-nectar-product {
    left: -60.119px;
  }
}
@media screen and (max-width: 1456px) {
  .mango-nectar-product {
    left: -60.652px;
  }
}
@media screen and (max-width: 1455px) {
  .mango-nectar-product {
    left: -61.185px;
  }
}
@media screen and (max-width: 1454px) {
  .mango-nectar-product {
    left: -61.718px;
  }
}
@media screen and (max-width: 1453px) {
  .mango-nectar-product {
    left: -62.251px;
  }
}
@media screen and (max-width: 1452px) {
  .mango-nectar-product {
    left: -62.784px;
  }
}
@media screen and (max-width: 1451px) {
  .mango-nectar-product {
    left: -63.317px;
  }
}
@media screen and (max-width: 1450px) {
  .mango-nectar-product {
    left: -63.85px;
  }
}
@media screen and (max-width: 1449px) {
  .mango-nectar-product {
    left: -64.383px;
  }
}
@media screen and (max-width: 1448px) {
  .mango-nectar-product {
    left: -64.916px;
  }
}
@media screen and (max-width: 1447px) {
  .mango-nectar-product {
    left: -65.449px;
  }
}
@media screen and (max-width: 1446px) {
  .mango-nectar-product {
    left: -65.982px;
  }
}
@media screen and (max-width: 1445px) {
  .mango-nectar-product {
    left: -66.515px;
  }
}
@media screen and (max-width: 1444px) {
  .mango-nectar-product {
    left: -67.048px;
  }
}
@media screen and (max-width: 1443px) {
  .mango-nectar-product {
    left: -67.581px;
  }
}
@media screen and (max-width: 1442px) {
  .mango-nectar-product {
    left: -68.114px;
  }
}
@media screen and (max-width: 1441px) {
  .mango-nectar-product {
    left: -68.647px;
  }
}
@media screen and (max-width: 1440px) {
  .mango-nectar-product {
    left: -69.18px;
  }
}
@media screen and (max-width: 1439px) {
  .mango-nectar-product {
    left: -69.713px;
  }
}
@media screen and (max-width: 1438px) {
  .mango-nectar-product {
    left: -70.246px;
  }
}
@media screen and (max-width: 1437px) {
  .mango-nectar-product {
    left: -70.779px;
  }
}
@media screen and (max-width: 1436px) {
  .mango-nectar-product {
    left: -71.312px;
  }
}
@media screen and (max-width: 1435px) {
  .mango-nectar-product {
    left: -71.845px;
  }
}
@media screen and (max-width: 1434px) {
  .mango-nectar-product {
    left: -72.378px;
  }
}
@media screen and (max-width: 1433px) {
  .mango-nectar-product {
    left: -72.911px;
  }
}
@media screen and (max-width: 1432px) {
  .mango-nectar-product {
    left: -73.444px;
  }
}
@media screen and (max-width: 1431px) {
  .mango-nectar-product {
    left: -73.977px;
  }
}
@media screen and (max-width: 1430px) {
  .mango-nectar-product {
    left: -74.51px;
  }
}
@media screen and (max-width: 1429px) {
  .mango-nectar-product {
    left: -75.043px;
  }
}
@media screen and (max-width: 1428px) {
  .mango-nectar-product {
    left: -75.576px;
  }
}
@media screen and (max-width: 1427px) {
  .mango-nectar-product {
    left: -76.109px;
  }
}
@media screen and (max-width: 1426px) {
  .mango-nectar-product {
    left: -76.642px;
  }
}
@media screen and (max-width: 1425px) {
  .mango-nectar-product {
    left: -77.175px;
  }
}
@media screen and (max-width: 1424px) {
  .mango-nectar-product {
    left: -77.708px;
  }
}
@media screen and (max-width: 1423px) {
  .mango-nectar-product {
    left: -78.241px;
  }
}
@media screen and (max-width: 1422px) {
  .mango-nectar-product {
    left: -78.774px;
  }
}
@media screen and (max-width: 1421px) {
  .mango-nectar-product {
    left: -79.307px;
  }
}
@media screen and (max-width: 1420px) {
  .mango-nectar-product {
    left: -79.84px;
  }
}
@media screen and (max-width: 1419px) {
  .mango-nectar-product {
    left: -80.373px;
  }
}
@media screen and (max-width: 1418px) {
  .mango-nectar-product {
    left: -80.906px;
  }
}
@media screen and (max-width: 1417px) {
  .mango-nectar-product {
    left: -81.439px;
  }
}
@media screen and (max-width: 1416px) {
  .mango-nectar-product {
    left: -81.972px;
  }
}
@media screen and (max-width: 1415px) {
  .mango-nectar-product {
    left: -82.505px;
  }
}
@media screen and (max-width: 1414px) {
  .mango-nectar-product {
    left: -83.038px;
  }
}
@media screen and (max-width: 1413px) {
  .mango-nectar-product {
    left: -83.571px;
  }
}
@media screen and (max-width: 1412px) {
  .mango-nectar-product {
    left: -84.104px;
  }
}
@media screen and (max-width: 1411px) {
  .mango-nectar-product {
    left: -84.637px;
  }
}
@media screen and (max-width: 1410px) {
  .mango-nectar-product {
    left: -85.17px;
  }
}
@media screen and (max-width: 1409px) {
  .mango-nectar-product {
    left: -85.703px;
  }
}
@media screen and (max-width: 1408px) {
  .mango-nectar-product {
    left: -86.236px;
  }
}
@media screen and (max-width: 1407px) {
  .mango-nectar-product {
    left: -86.769px;
  }
}
@media screen and (max-width: 1406px) {
  .mango-nectar-product {
    left: -87.302px;
  }
}
@media screen and (max-width: 1405px) {
  .mango-nectar-product {
    left: -87.835px;
  }
}
@media screen and (max-width: 1404px) {
  .mango-nectar-product {
    left: -88.368px;
  }
}
@media screen and (max-width: 1403px) {
  .mango-nectar-product {
    left: -88.901px;
  }
}
@media screen and (max-width: 1402px) {
  .mango-nectar-product {
    left: -89.434px;
  }
}
@media screen and (max-width: 1401px) {
  .mango-nectar-product {
    left: -89.967px;
  }
}
@media screen and (max-width: 1400px) {
  .mango-nectar-product {
    left: -90.5px;
  }
}
@media screen and (max-width: 1399px) {
  .mango-nectar-product {
    left: -91.033px;
  }
}
@media screen and (max-width: 1398px) {
  .mango-nectar-product {
    left: -91.566px;
  }
}
@media screen and (max-width: 1397px) {
  .mango-nectar-product {
    left: -92.099px;
  }
}
@media screen and (max-width: 1396px) {
  .mango-nectar-product {
    left: -92.632px;
  }
}
@media screen and (max-width: 1395px) {
  .mango-nectar-product {
    left: -93.165px;
  }
}
@media screen and (max-width: 1394px) {
  .mango-nectar-product {
    left: -93.698px;
  }
}
@media screen and (max-width: 1393px) {
  .mango-nectar-product {
    left: -94.231px;
  }
}
@media screen and (max-width: 1392px) {
  .mango-nectar-product {
    left: -94.764px;
  }
}
@media screen and (max-width: 1391px) {
  .mango-nectar-product {
    left: -95.297px;
  }
}
@media screen and (max-width: 1390px) {
  .mango-nectar-product {
    left: -95.83px;
  }
}
@media screen and (max-width: 1389px) {
  .mango-nectar-product {
    left: -96.363px;
  }
}
@media screen and (max-width: 1388px) {
  .mango-nectar-product {
    left: -96.896px;
  }
}
@media screen and (max-width: 1387px) {
  .mango-nectar-product {
    left: -97.429px;
  }
}
@media screen and (max-width: 1386px) {
  .mango-nectar-product {
    left: -97.962px;
  }
}
@media screen and (max-width: 1385px) {
  .mango-nectar-product {
    left: -98.495px;
  }
}
@media screen and (max-width: 1384px) {
  .mango-nectar-product {
    left: -99.028px;
  }
}
@media screen and (max-width: 1383px) {
  .mango-nectar-product {
    left: -99.561px;
  }
}
@media screen and (max-width: 1382px) {
  .mango-nectar-product {
    left: -100.094px;
  }
}
@media screen and (max-width: 1381px) {
  .mango-nectar-product {
    left: -100.627px;
  }
}
@media screen and (max-width: 1380px) {
  .mango-nectar-product {
    left: -101.16px;
  }
}
@media screen and (max-width: 1379px) {
  .mango-nectar-product {
    left: -101.693px;
  }
}
@media screen and (max-width: 1378px) {
  .mango-nectar-product {
    left: -102.226px;
  }
}
@media screen and (max-width: 1377px) {
  .mango-nectar-product {
    left: -102.759px;
  }
}
@media screen and (max-width: 1376px) {
  .mango-nectar-product {
    left: -103.292px;
  }
}
@media screen and (max-width: 1375px) {
  .mango-nectar-product {
    left: -103.825px;
  }
}
@media screen and (max-width: 1374px) {
  .mango-nectar-product {
    left: -104.358px;
  }
}
@media screen and (max-width: 1373px) {
  .mango-nectar-product {
    left: -104.891px;
  }
}
@media screen and (max-width: 1372px) {
  .mango-nectar-product {
    left: -105.424px;
  }
}
@media screen and (max-width: 1371px) {
  .mango-nectar-product {
    left: -105.957px;
  }
}
@media screen and (max-width: 1370px) {
  .mango-nectar-product {
    left: -106.49px;
  }
}
@media screen and (max-width: 1369px) {
  .mango-nectar-product {
    left: -107.023px;
  }
}
@media screen and (max-width: 1368px) {
  .mango-nectar-product {
    left: -107.556px;
  }
}
@media screen and (max-width: 1367px) {
  .mango-nectar-product {
    left: -108.089px;
  }
}
@media screen and (max-width: 1366px) {
  .mango-nectar-product {
    left: -108.622px;
  }
}
@media screen and (max-width: 1365px) {
  .mango-nectar-product {
    left: -109.155px;
  }
}
@media screen and (max-width: 1364px) {
  .mango-nectar-product {
    left: -109.688px;
  }
}
@media screen and (max-width: 1363px) {
  .mango-nectar-product {
    left: -110.221px;
  }
}
@media screen and (max-width: 1362px) {
  .mango-nectar-product {
    left: -110.754px;
  }
}
@media screen and (max-width: 1361px) {
  .mango-nectar-product {
    left: -111.287px;
  }
}
@media screen and (max-width: 1360px) {
  .mango-nectar-product {
    left: -111.82px;
  }
}
@media screen and (max-width: 1359px) {
  .mango-nectar-product {
    left: -112.353px;
  }
}
@media screen and (max-width: 1358px) {
  .mango-nectar-product {
    left: -112.886px;
  }
}
@media screen and (max-width: 1357px) {
  .mango-nectar-product {
    left: -113.419px;
  }
}
@media screen and (max-width: 1356px) {
  .mango-nectar-product {
    left: -113.952px;
  }
}
@media screen and (max-width: 1355px) {
  .mango-nectar-product {
    left: -114.485px;
  }
}
@media screen and (max-width: 1354px) {
  .mango-nectar-product {
    left: -115.018px;
  }
}
@media screen and (max-width: 1353px) {
  .mango-nectar-product {
    left: -115.551px;
  }
}
@media screen and (max-width: 1352px) {
  .mango-nectar-product {
    left: -116.084px;
  }
}
@media screen and (max-width: 1351px) {
  .mango-nectar-product {
    left: -116.617px;
  }
}
@media screen and (max-width: 1350px) {
  .mango-nectar-product {
    left: -117.15px;
  }
}
@media screen and (max-width: 1349px) {
  .mango-nectar-product {
    left: -117.683px;
  }
}
@media screen and (max-width: 1348px) {
  .mango-nectar-product {
    left: -118.216px;
  }
}
@media screen and (max-width: 1347px) {
  .mango-nectar-product {
    left: -118.749px;
  }
}
@media screen and (max-width: 1346px) {
  .mango-nectar-product {
    left: -119.282px;
  }
}
@media screen and (max-width: 1345px) {
  .mango-nectar-product {
    left: -119.815px;
  }
}
@media screen and (max-width: 1344px) {
  .mango-nectar-product {
    left: -120.348px;
  }
}
@media screen and (max-width: 1343px) {
  .mango-nectar-product {
    left: -120.881px;
  }
}
@media screen and (max-width: 1342px) {
  .mango-nectar-product {
    left: -121.414px;
  }
}
@media screen and (max-width: 1341px) {
  .mango-nectar-product {
    left: -121.947px;
  }
}
@media screen and (max-width: 1340px) {
  .mango-nectar-product {
    left: -122.48px;
  }
}
@media screen and (max-width: 1339px) {
  .mango-nectar-product {
    left: -123.013px;
  }
}
@media screen and (max-width: 1338px) {
  .mango-nectar-product {
    left: -123.546px;
  }
}
@media screen and (max-width: 1337px) {
  .mango-nectar-product {
    left: -124.079px;
  }
}
@media screen and (max-width: 1336px) {
  .mango-nectar-product {
    left: -124.612px;
  }
}
@media screen and (max-width: 1335px) {
  .mango-nectar-product {
    left: -125.145px;
  }
}
@media screen and (max-width: 1334px) {
  .mango-nectar-product {
    left: -125.678px;
  }
}
@media screen and (max-width: 1333px) {
  .mango-nectar-product {
    left: -126.211px;
  }
}
@media screen and (max-width: 1332px) {
  .mango-nectar-product {
    left: -126.744px;
  }
}
@media screen and (max-width: 1331px) {
  .mango-nectar-product {
    left: -127.277px;
  }
}
@media screen and (max-width: 1330px) {
  .mango-nectar-product {
    left: -127.81px;
  }
}
@media screen and (max-width: 1329px) {
  .mango-nectar-product {
    left: -128.343px;
  }
}
@media screen and (max-width: 1328px) {
  .mango-nectar-product {
    left: -128.876px;
  }
}
@media screen and (max-width: 1327px) {
  .mango-nectar-product {
    left: -129.409px;
  }
}
@media screen and (max-width: 1326px) {
  .mango-nectar-product {
    left: -129.942px;
  }
}
@media screen and (max-width: 1325px) {
  .mango-nectar-product {
    left: -130.475px;
  }
}
@media screen and (max-width: 1324px) {
  .mango-nectar-product {
    left: -131.008px;
  }
}
@media screen and (max-width: 1323px) {
  .mango-nectar-product {
    left: -131.541px;
  }
}
@media screen and (max-width: 1322px) {
  .mango-nectar-product {
    left: -132.074px;
  }
}
@media screen and (max-width: 1321px) {
  .mango-nectar-product {
    left: -132.607px;
  }
}
@media screen and (max-width: 1320px) {
  .mango-nectar-product {
    left: -133.14px;
  }
}
@media screen and (max-width: 1319px) {
  .mango-nectar-product {
    left: -133.673px;
  }
}
@media screen and (max-width: 1318px) {
  .mango-nectar-product {
    left: -134.206px;
  }
}
@media screen and (max-width: 1317px) {
  .mango-nectar-product {
    left: -134.739px;
  }
}
@media screen and (max-width: 1316px) {
  .mango-nectar-product {
    left: -135.272px;
  }
}
@media screen and (max-width: 1315px) {
  .mango-nectar-product {
    left: -135.805px;
  }
}
@media screen and (max-width: 1314px) {
  .mango-nectar-product {
    left: -136.338px;
  }
}
@media screen and (max-width: 1313px) {
  .mango-nectar-product {
    left: -136.871px;
  }
}
@media screen and (max-width: 1312px) {
  .mango-nectar-product {
    left: -137.404px;
  }
}
@media screen and (max-width: 1311px) {
  .mango-nectar-product {
    left: -137.937px;
  }
}
@media screen and (max-width: 1310px) {
  .mango-nectar-product {
    left: -138.47px;
  }
}
@media screen and (max-width: 1309px) {
  .mango-nectar-product {
    left: -139.003px;
  }
}
@media screen and (max-width: 1308px) {
  .mango-nectar-product {
    left: -139.536px;
  }
}
@media screen and (max-width: 1307px) {
  .mango-nectar-product {
    left: -140.069px;
  }
}
@media screen and (max-width: 1306px) {
  .mango-nectar-product {
    left: -140.602px;
  }
}
@media screen and (max-width: 1305px) {
  .mango-nectar-product {
    left: -141.135px;
  }
}
@media screen and (max-width: 1304px) {
  .mango-nectar-product {
    left: -141.668px;
  }
}
@media screen and (max-width: 1303px) {
  .mango-nectar-product {
    left: -142.201px;
  }
}
@media screen and (max-width: 1302px) {
  .mango-nectar-product {
    left: -142.734px;
  }
}
@media screen and (max-width: 1301px) {
  .mango-nectar-product {
    left: -143.267px;
  }
}
@media screen and (max-width: 1300px) {
  .mango-nectar-product {
    left: -143.8px;
  }
}

@media screen and (max-width: 1500px) {
  .mango-back {
    max-width: 420px;
    margin-left: 2rem;
  }
}

.mango-nectar-product img ~ div {
  position: absolute;
  left: 7rem;
  margin-top: 6rem;
  top: 0;
  transform: rotate(-18deg);
  transform: rotate(-18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(-18deg);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1500px) {
  .mango-nectar-product img ~ div {
    max-width: 250px;
  }
}

.mango-nectar-element-text {
  z-index: 1;
  position: absolute;
  right: -9rem;
  margin-top: 6rem;
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 1600px) {
  .mango-nectar-element-text {
    width: 100%;
    margin-top: 21rem;
  }
}
.mango-nectar-element-text h1 {
  font-size: 190px;
  color: rgba(0, 166, 81, 0.5);
  text-indent: 16px;
  margin: 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  opacity: 0 !important;
}
@media screen and (max-width: 1850px) {
  .mango-nectar-element-text h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .mango-nectar-element-text h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .mango-nectar-element-text h1 {
    font-size: 80px;
  }
}
.mango-nectar-element-text p {
  font-size: 60px;
  color: #f47820;
  text-align: left;
  font-weight: 700;
  margin-left: 42rem;
}
@media screen and (max-width: 1600px) {
  .mango-nectar-element-text p {
    margin-left: 18rem;
  }
}

.guava-nectar-element1 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: -22rem;
  margin-top: 29rem;
}
@media screen and (max-width: 1600px) {
  .guava-nectar-element1 {
    left: -19rem;
    max-width: 420px;
  }
}
@media screen and (max-width: 1500px) {
  .guava-nectar-element1 {
    left: -8rem;
    margin-top: 22rem;
  }
}

.guava-nectar-element2 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 29%;
  margin-top: 41rem;
}
@media screen and (max-width: 1600px) {
  .guava-nectar-element2 {
    left: 19%;
  }
}

.guava-nectar-element3 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: 0rem;
  margin-top: 45rem;
}
@media screen and (max-width: 1600px) {
  .guava-nectar-element3 {
    max-width: 120px;
  }
}

.guava-nectar-product {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: 21rem;
  margin-top: -11rem;
}
@media screen and (max-width: 1900px) {
  .guava-nectar-product {
    right: 431.467px;
  }
}
@media screen and (max-width: 1899px) {
  .guava-nectar-product {
    right: 430.934px;
  }
}
@media screen and (max-width: 1898px) {
  .guava-nectar-product {
    right: 430.401px;
  }
}
@media screen and (max-width: 1897px) {
  .guava-nectar-product {
    right: 429.868px;
  }
}
@media screen and (max-width: 1896px) {
  .guava-nectar-product {
    right: 429.335px;
  }
}
@media screen and (max-width: 1895px) {
  .guava-nectar-product {
    right: 428.802px;
  }
}
@media screen and (max-width: 1894px) {
  .guava-nectar-product {
    right: 428.269px;
  }
}
@media screen and (max-width: 1893px) {
  .guava-nectar-product {
    right: 427.736px;
  }
}
@media screen and (max-width: 1892px) {
  .guava-nectar-product {
    right: 427.203px;
  }
}
@media screen and (max-width: 1891px) {
  .guava-nectar-product {
    right: 426.67px;
  }
}
@media screen and (max-width: 1890px) {
  .guava-nectar-product {
    right: 426.137px;
  }
}
@media screen and (max-width: 1889px) {
  .guava-nectar-product {
    right: 425.604px;
  }
}
@media screen and (max-width: 1888px) {
  .guava-nectar-product {
    right: 425.071px;
  }
}
@media screen and (max-width: 1887px) {
  .guava-nectar-product {
    right: 424.538px;
  }
}
@media screen and (max-width: 1886px) {
  .guava-nectar-product {
    right: 424.005px;
  }
}
@media screen and (max-width: 1885px) {
  .guava-nectar-product {
    right: 423.472px;
  }
}
@media screen and (max-width: 1884px) {
  .guava-nectar-product {
    right: 422.939px;
  }
}
@media screen and (max-width: 1883px) {
  .guava-nectar-product {
    right: 422.406px;
  }
}
@media screen and (max-width: 1882px) {
  .guava-nectar-product {
    right: 421.873px;
  }
}
@media screen and (max-width: 1881px) {
  .guava-nectar-product {
    right: 421.34px;
  }
}
@media screen and (max-width: 1880px) {
  .guava-nectar-product {
    right: 420.807px;
  }
}
@media screen and (max-width: 1879px) {
  .guava-nectar-product {
    right: 420.274px;
  }
}
@media screen and (max-width: 1878px) {
  .guava-nectar-product {
    right: 419.741px;
  }
}
@media screen and (max-width: 1877px) {
  .guava-nectar-product {
    right: 419.208px;
  }
}
@media screen and (max-width: 1876px) {
  .guava-nectar-product {
    right: 418.675px;
  }
}
@media screen and (max-width: 1875px) {
  .guava-nectar-product {
    right: 418.142px;
  }
}
@media screen and (max-width: 1874px) {
  .guava-nectar-product {
    right: 417.609px;
  }
}
@media screen and (max-width: 1873px) {
  .guava-nectar-product {
    right: 417.076px;
  }
}
@media screen and (max-width: 1872px) {
  .guava-nectar-product {
    right: 416.543px;
  }
}
@media screen and (max-width: 1871px) {
  .guava-nectar-product {
    right: 416.01px;
  }
}
@media screen and (max-width: 1870px) {
  .guava-nectar-product {
    right: 415.477px;
  }
}
@media screen and (max-width: 1869px) {
  .guava-nectar-product {
    right: 414.944px;
  }
}
@media screen and (max-width: 1868px) {
  .guava-nectar-product {
    right: 414.411px;
  }
}
@media screen and (max-width: 1867px) {
  .guava-nectar-product {
    right: 413.878px;
  }
}
@media screen and (max-width: 1866px) {
  .guava-nectar-product {
    right: 413.345px;
  }
}
@media screen and (max-width: 1865px) {
  .guava-nectar-product {
    right: 412.812px;
  }
}
@media screen and (max-width: 1864px) {
  .guava-nectar-product {
    right: 412.279px;
  }
}
@media screen and (max-width: 1863px) {
  .guava-nectar-product {
    right: 411.746px;
  }
}
@media screen and (max-width: 1862px) {
  .guava-nectar-product {
    right: 411.213px;
  }
}
@media screen and (max-width: 1861px) {
  .guava-nectar-product {
    right: 410.68px;
  }
}
@media screen and (max-width: 1860px) {
  .guava-nectar-product {
    right: 410.147px;
  }
}
@media screen and (max-width: 1859px) {
  .guava-nectar-product {
    right: 409.614px;
  }
}
@media screen and (max-width: 1858px) {
  .guava-nectar-product {
    right: 409.081px;
  }
}
@media screen and (max-width: 1857px) {
  .guava-nectar-product {
    right: 408.548px;
  }
}
@media screen and (max-width: 1856px) {
  .guava-nectar-product {
    right: 408.015px;
  }
}
@media screen and (max-width: 1855px) {
  .guava-nectar-product {
    right: 407.482px;
  }
}
@media screen and (max-width: 1854px) {
  .guava-nectar-product {
    right: 406.949px;
  }
}
@media screen and (max-width: 1853px) {
  .guava-nectar-product {
    right: 406.416px;
  }
}
@media screen and (max-width: 1852px) {
  .guava-nectar-product {
    right: 405.883px;
  }
}
@media screen and (max-width: 1851px) {
  .guava-nectar-product {
    right: 405.35px;
  }
}
@media screen and (max-width: 1850px) {
  .guava-nectar-product {
    right: 404.817px;
  }
}
@media screen and (max-width: 1849px) {
  .guava-nectar-product {
    right: 404.284px;
  }
}
@media screen and (max-width: 1848px) {
  .guava-nectar-product {
    right: 403.751px;
  }
}
@media screen and (max-width: 1847px) {
  .guava-nectar-product {
    right: 403.218px;
  }
}
@media screen and (max-width: 1846px) {
  .guava-nectar-product {
    right: 402.685px;
  }
}
@media screen and (max-width: 1845px) {
  .guava-nectar-product {
    right: 402.152px;
  }
}
@media screen and (max-width: 1844px) {
  .guava-nectar-product {
    right: 401.619px;
  }
}
@media screen and (max-width: 1843px) {
  .guava-nectar-product {
    right: 401.086px;
  }
}
@media screen and (max-width: 1842px) {
  .guava-nectar-product {
    right: 400.553px;
  }
}
@media screen and (max-width: 1841px) {
  .guava-nectar-product {
    right: 400.02px;
  }
}
@media screen and (max-width: 1840px) {
  .guava-nectar-product {
    right: 399.487px;
  }
}
@media screen and (max-width: 1839px) {
  .guava-nectar-product {
    right: 398.954px;
  }
}
@media screen and (max-width: 1838px) {
  .guava-nectar-product {
    right: 398.421px;
  }
}
@media screen and (max-width: 1837px) {
  .guava-nectar-product {
    right: 397.888px;
  }
}
@media screen and (max-width: 1836px) {
  .guava-nectar-product {
    right: 397.355px;
  }
}
@media screen and (max-width: 1835px) {
  .guava-nectar-product {
    right: 396.822px;
  }
}
@media screen and (max-width: 1834px) {
  .guava-nectar-product {
    right: 396.289px;
  }
}
@media screen and (max-width: 1833px) {
  .guava-nectar-product {
    right: 395.756px;
  }
}
@media screen and (max-width: 1832px) {
  .guava-nectar-product {
    right: 395.223px;
  }
}
@media screen and (max-width: 1831px) {
  .guava-nectar-product {
    right: 394.69px;
  }
}
@media screen and (max-width: 1830px) {
  .guava-nectar-product {
    right: 394.157px;
  }
}
@media screen and (max-width: 1829px) {
  .guava-nectar-product {
    right: 393.624px;
  }
}
@media screen and (max-width: 1828px) {
  .guava-nectar-product {
    right: 393.091px;
  }
}
@media screen and (max-width: 1827px) {
  .guava-nectar-product {
    right: 392.558px;
  }
}
@media screen and (max-width: 1826px) {
  .guava-nectar-product {
    right: 392.025px;
  }
}
@media screen and (max-width: 1825px) {
  .guava-nectar-product {
    right: 391.492px;
  }
}
@media screen and (max-width: 1824px) {
  .guava-nectar-product {
    right: 390.959px;
  }
}
@media screen and (max-width: 1823px) {
  .guava-nectar-product {
    right: 390.426px;
  }
}
@media screen and (max-width: 1822px) {
  .guava-nectar-product {
    right: 389.893px;
  }
}
@media screen and (max-width: 1821px) {
  .guava-nectar-product {
    right: 389.36px;
  }
}
@media screen and (max-width: 1820px) {
  .guava-nectar-product {
    right: 388.827px;
  }
}
@media screen and (max-width: 1819px) {
  .guava-nectar-product {
    right: 388.294px;
  }
}
@media screen and (max-width: 1818px) {
  .guava-nectar-product {
    right: 387.761px;
  }
}
@media screen and (max-width: 1817px) {
  .guava-nectar-product {
    right: 387.228px;
  }
}
@media screen and (max-width: 1816px) {
  .guava-nectar-product {
    right: 386.695px;
  }
}
@media screen and (max-width: 1815px) {
  .guava-nectar-product {
    right: 386.162px;
  }
}
@media screen and (max-width: 1814px) {
  .guava-nectar-product {
    right: 385.629px;
  }
}
@media screen and (max-width: 1813px) {
  .guava-nectar-product {
    right: 385.096px;
  }
}
@media screen and (max-width: 1812px) {
  .guava-nectar-product {
    right: 384.563px;
  }
}
@media screen and (max-width: 1811px) {
  .guava-nectar-product {
    right: 384.03px;
  }
}
@media screen and (max-width: 1810px) {
  .guava-nectar-product {
    right: 383.497px;
  }
}
@media screen and (max-width: 1809px) {
  .guava-nectar-product {
    right: 382.964px;
  }
}
@media screen and (max-width: 1808px) {
  .guava-nectar-product {
    right: 382.431px;
  }
}
@media screen and (max-width: 1807px) {
  .guava-nectar-product {
    right: 381.898px;
  }
}
@media screen and (max-width: 1806px) {
  .guava-nectar-product {
    right: 381.365px;
  }
}
@media screen and (max-width: 1805px) {
  .guava-nectar-product {
    right: 380.832px;
  }
}
@media screen and (max-width: 1804px) {
  .guava-nectar-product {
    right: 380.299px;
  }
}
@media screen and (max-width: 1803px) {
  .guava-nectar-product {
    right: 379.766px;
  }
}
@media screen and (max-width: 1802px) {
  .guava-nectar-product {
    right: 379.233px;
  }
}
@media screen and (max-width: 1801px) {
  .guava-nectar-product {
    right: 378.7px;
  }
}
@media screen and (max-width: 1800px) {
  .guava-nectar-product {
    right: 378.167px;
  }
}
@media screen and (max-width: 1799px) {
  .guava-nectar-product {
    right: 377.634px;
  }
}
@media screen and (max-width: 1798px) {
  .guava-nectar-product {
    right: 377.101px;
  }
}
@media screen and (max-width: 1797px) {
  .guava-nectar-product {
    right: 376.568px;
  }
}
@media screen and (max-width: 1796px) {
  .guava-nectar-product {
    right: 376.035px;
  }
}
@media screen and (max-width: 1795px) {
  .guava-nectar-product {
    right: 375.502px;
  }
}
@media screen and (max-width: 1794px) {
  .guava-nectar-product {
    right: 374.969px;
  }
}
@media screen and (max-width: 1793px) {
  .guava-nectar-product {
    right: 374.436px;
  }
}
@media screen and (max-width: 1792px) {
  .guava-nectar-product {
    right: 373.903px;
  }
}
@media screen and (max-width: 1791px) {
  .guava-nectar-product {
    right: 373.37px;
  }
}
@media screen and (max-width: 1790px) {
  .guava-nectar-product {
    right: 372.837px;
  }
}
@media screen and (max-width: 1789px) {
  .guava-nectar-product {
    right: 372.304px;
  }
}
@media screen and (max-width: 1788px) {
  .guava-nectar-product {
    right: 371.771px;
  }
}
@media screen and (max-width: 1787px) {
  .guava-nectar-product {
    right: 371.238px;
  }
}
@media screen and (max-width: 1786px) {
  .guava-nectar-product {
    right: 370.705px;
  }
}
@media screen and (max-width: 1785px) {
  .guava-nectar-product {
    right: 370.172px;
  }
}
@media screen and (max-width: 1784px) {
  .guava-nectar-product {
    right: 369.639px;
  }
}
@media screen and (max-width: 1783px) {
  .guava-nectar-product {
    right: 369.106px;
  }
}
@media screen and (max-width: 1782px) {
  .guava-nectar-product {
    right: 368.573px;
  }
}
@media screen and (max-width: 1781px) {
  .guava-nectar-product {
    right: 368.04px;
  }
}
@media screen and (max-width: 1780px) {
  .guava-nectar-product {
    right: 367.507px;
  }
}
@media screen and (max-width: 1779px) {
  .guava-nectar-product {
    right: 366.974px;
  }
}
@media screen and (max-width: 1778px) {
  .guava-nectar-product {
    right: 366.441px;
  }
}
@media screen and (max-width: 1777px) {
  .guava-nectar-product {
    right: 365.908px;
  }
}
@media screen and (max-width: 1776px) {
  .guava-nectar-product {
    right: 365.375px;
  }
}
@media screen and (max-width: 1775px) {
  .guava-nectar-product {
    right: 364.842px;
  }
}
@media screen and (max-width: 1774px) {
  .guava-nectar-product {
    right: 364.309px;
  }
}
@media screen and (max-width: 1773px) {
  .guava-nectar-product {
    right: 363.776px;
  }
}
@media screen and (max-width: 1772px) {
  .guava-nectar-product {
    right: 363.243px;
  }
}
@media screen and (max-width: 1771px) {
  .guava-nectar-product {
    right: 362.71px;
  }
}
@media screen and (max-width: 1770px) {
  .guava-nectar-product {
    right: 362.177px;
  }
}
@media screen and (max-width: 1769px) {
  .guava-nectar-product {
    right: 361.644px;
  }
}
@media screen and (max-width: 1768px) {
  .guava-nectar-product {
    right: 361.111px;
  }
}
@media screen and (max-width: 1767px) {
  .guava-nectar-product {
    right: 360.578px;
  }
}
@media screen and (max-width: 1766px) {
  .guava-nectar-product {
    right: 360.045px;
  }
}
@media screen and (max-width: 1765px) {
  .guava-nectar-product {
    right: 359.512px;
  }
}
@media screen and (max-width: 1764px) {
  .guava-nectar-product {
    right: 358.979px;
  }
}
@media screen and (max-width: 1763px) {
  .guava-nectar-product {
    right: 358.446px;
  }
}
@media screen and (max-width: 1762px) {
  .guava-nectar-product {
    right: 357.913px;
  }
}
@media screen and (max-width: 1761px) {
  .guava-nectar-product {
    right: 357.38px;
  }
}
@media screen and (max-width: 1760px) {
  .guava-nectar-product {
    right: 356.847px;
  }
}
@media screen and (max-width: 1759px) {
  .guava-nectar-product {
    right: 356.314px;
  }
}
@media screen and (max-width: 1758px) {
  .guava-nectar-product {
    right: 355.781px;
  }
}
@media screen and (max-width: 1757px) {
  .guava-nectar-product {
    right: 355.248px;
  }
}
@media screen and (max-width: 1756px) {
  .guava-nectar-product {
    right: 354.715px;
  }
}
@media screen and (max-width: 1755px) {
  .guava-nectar-product {
    right: 354.182px;
  }
}
@media screen and (max-width: 1754px) {
  .guava-nectar-product {
    right: 353.649px;
  }
}
@media screen and (max-width: 1753px) {
  .guava-nectar-product {
    right: 353.116px;
  }
}
@media screen and (max-width: 1752px) {
  .guava-nectar-product {
    right: 352.583px;
  }
}
@media screen and (max-width: 1751px) {
  .guava-nectar-product {
    right: 352.05px;
  }
}
@media screen and (max-width: 1750px) {
  .guava-nectar-product {
    right: 351.517px;
  }
}
@media screen and (max-width: 1749px) {
  .guava-nectar-product {
    right: 350.984px;
  }
}
@media screen and (max-width: 1748px) {
  .guava-nectar-product {
    right: 350.451px;
  }
}
@media screen and (max-width: 1747px) {
  .guava-nectar-product {
    right: 349.918px;
  }
}
@media screen and (max-width: 1746px) {
  .guava-nectar-product {
    right: 349.385px;
  }
}
@media screen and (max-width: 1745px) {
  .guava-nectar-product {
    right: 348.852px;
  }
}
@media screen and (max-width: 1744px) {
  .guava-nectar-product {
    right: 348.319px;
  }
}
@media screen and (max-width: 1743px) {
  .guava-nectar-product {
    right: 347.786px;
  }
}
@media screen and (max-width: 1742px) {
  .guava-nectar-product {
    right: 347.253px;
  }
}
@media screen and (max-width: 1741px) {
  .guava-nectar-product {
    right: 346.72px;
  }
}
@media screen and (max-width: 1740px) {
  .guava-nectar-product {
    right: 346.187px;
  }
}
@media screen and (max-width: 1739px) {
  .guava-nectar-product {
    right: 345.654px;
  }
}
@media screen and (max-width: 1738px) {
  .guava-nectar-product {
    right: 345.121px;
  }
}
@media screen and (max-width: 1737px) {
  .guava-nectar-product {
    right: 344.588px;
  }
}
@media screen and (max-width: 1736px) {
  .guava-nectar-product {
    right: 344.055px;
  }
}
@media screen and (max-width: 1735px) {
  .guava-nectar-product {
    right: 343.522px;
  }
}
@media screen and (max-width: 1734px) {
  .guava-nectar-product {
    right: 342.989px;
  }
}
@media screen and (max-width: 1733px) {
  .guava-nectar-product {
    right: 342.456px;
  }
}
@media screen and (max-width: 1732px) {
  .guava-nectar-product {
    right: 341.923px;
  }
}
@media screen and (max-width: 1731px) {
  .guava-nectar-product {
    right: 341.39px;
  }
}
@media screen and (max-width: 1730px) {
  .guava-nectar-product {
    right: 340.857px;
  }
}
@media screen and (max-width: 1729px) {
  .guava-nectar-product {
    right: 340.324px;
  }
}
@media screen and (max-width: 1728px) {
  .guava-nectar-product {
    right: 339.791px;
  }
}
@media screen and (max-width: 1727px) {
  .guava-nectar-product {
    right: 339.258px;
  }
}
@media screen and (max-width: 1726px) {
  .guava-nectar-product {
    right: 338.725px;
  }
}
@media screen and (max-width: 1725px) {
  .guava-nectar-product {
    right: 338.192px;
  }
}
@media screen and (max-width: 1724px) {
  .guava-nectar-product {
    right: 337.659px;
  }
}
@media screen and (max-width: 1723px) {
  .guava-nectar-product {
    right: 337.126px;
  }
}
@media screen and (max-width: 1722px) {
  .guava-nectar-product {
    right: 336.593px;
  }
}
@media screen and (max-width: 1721px) {
  .guava-nectar-product {
    right: 336.06px;
  }
}
@media screen and (max-width: 1720px) {
  .guava-nectar-product {
    right: 335.527px;
  }
}
@media screen and (max-width: 1719px) {
  .guava-nectar-product {
    right: 334.994px;
  }
}
@media screen and (max-width: 1718px) {
  .guava-nectar-product {
    right: 334.461px;
  }
}
@media screen and (max-width: 1717px) {
  .guava-nectar-product {
    right: 333.928px;
  }
}
@media screen and (max-width: 1716px) {
  .guava-nectar-product {
    right: 333.395px;
  }
}
@media screen and (max-width: 1715px) {
  .guava-nectar-product {
    right: 332.862px;
  }
}
@media screen and (max-width: 1714px) {
  .guava-nectar-product {
    right: 332.329px;
  }
}
@media screen and (max-width: 1713px) {
  .guava-nectar-product {
    right: 331.796px;
  }
}
@media screen and (max-width: 1712px) {
  .guava-nectar-product {
    right: 331.263px;
  }
}
@media screen and (max-width: 1711px) {
  .guava-nectar-product {
    right: 330.73px;
  }
}
@media screen and (max-width: 1710px) {
  .guava-nectar-product {
    right: 330.197px;
  }
}
@media screen and (max-width: 1709px) {
  .guava-nectar-product {
    right: 329.664px;
  }
}
@media screen and (max-width: 1708px) {
  .guava-nectar-product {
    right: 329.131px;
  }
}
@media screen and (max-width: 1707px) {
  .guava-nectar-product {
    right: 328.598px;
  }
}
@media screen and (max-width: 1706px) {
  .guava-nectar-product {
    right: 328.065px;
  }
}
@media screen and (max-width: 1705px) {
  .guava-nectar-product {
    right: 327.532px;
  }
}
@media screen and (max-width: 1704px) {
  .guava-nectar-product {
    right: 326.999px;
  }
}
@media screen and (max-width: 1703px) {
  .guava-nectar-product {
    right: 326.466px;
  }
}
@media screen and (max-width: 1702px) {
  .guava-nectar-product {
    right: 325.933px;
  }
}
@media screen and (max-width: 1701px) {
  .guava-nectar-product {
    right: 325.4px;
  }
}
@media screen and (max-width: 1700px) {
  .guava-nectar-product {
    right: 324.867px;
  }
}
@media screen and (max-width: 1699px) {
  .guava-nectar-product {
    right: 324.334px;
  }
}
@media screen and (max-width: 1698px) {
  .guava-nectar-product {
    right: 323.801px;
  }
}
@media screen and (max-width: 1697px) {
  .guava-nectar-product {
    right: 323.268px;
  }
}
@media screen and (max-width: 1696px) {
  .guava-nectar-product {
    right: 322.735px;
  }
}
@media screen and (max-width: 1695px) {
  .guava-nectar-product {
    right: 322.202px;
  }
}
@media screen and (max-width: 1694px) {
  .guava-nectar-product {
    right: 321.669px;
  }
}
@media screen and (max-width: 1693px) {
  .guava-nectar-product {
    right: 321.136px;
  }
}
@media screen and (max-width: 1692px) {
  .guava-nectar-product {
    right: 320.603px;
  }
}
@media screen and (max-width: 1691px) {
  .guava-nectar-product {
    right: 320.07px;
  }
}
@media screen and (max-width: 1690px) {
  .guava-nectar-product {
    right: 319.537px;
  }
}
@media screen and (max-width: 1689px) {
  .guava-nectar-product {
    right: 319.004px;
  }
}
@media screen and (max-width: 1688px) {
  .guava-nectar-product {
    right: 318.471px;
  }
}
@media screen and (max-width: 1687px) {
  .guava-nectar-product {
    right: 317.938px;
  }
}
@media screen and (max-width: 1686px) {
  .guava-nectar-product {
    right: 317.405px;
  }
}
@media screen and (max-width: 1685px) {
  .guava-nectar-product {
    right: 316.872px;
  }
}
@media screen and (max-width: 1684px) {
  .guava-nectar-product {
    right: 316.339px;
  }
}
@media screen and (max-width: 1683px) {
  .guava-nectar-product {
    right: 315.806px;
  }
}
@media screen and (max-width: 1682px) {
  .guava-nectar-product {
    right: 315.273px;
  }
}
@media screen and (max-width: 1681px) {
  .guava-nectar-product {
    right: 314.74px;
  }
}
@media screen and (max-width: 1680px) {
  .guava-nectar-product {
    right: 314.207px;
  }
}
@media screen and (max-width: 1679px) {
  .guava-nectar-product {
    right: 313.674px;
  }
}
@media screen and (max-width: 1678px) {
  .guava-nectar-product {
    right: 313.141px;
  }
}
@media screen and (max-width: 1677px) {
  .guava-nectar-product {
    right: 312.608px;
  }
}
@media screen and (max-width: 1676px) {
  .guava-nectar-product {
    right: 312.075px;
  }
}
@media screen and (max-width: 1675px) {
  .guava-nectar-product {
    right: 311.542px;
  }
}
@media screen and (max-width: 1674px) {
  .guava-nectar-product {
    right: 311.009px;
  }
}
@media screen and (max-width: 1673px) {
  .guava-nectar-product {
    right: 310.476px;
  }
}
@media screen and (max-width: 1672px) {
  .guava-nectar-product {
    right: 309.943px;
  }
}
@media screen and (max-width: 1671px) {
  .guava-nectar-product {
    right: 309.41px;
  }
}
@media screen and (max-width: 1670px) {
  .guava-nectar-product {
    right: 308.877px;
  }
}
@media screen and (max-width: 1669px) {
  .guava-nectar-product {
    right: 308.344px;
  }
}
@media screen and (max-width: 1668px) {
  .guava-nectar-product {
    right: 307.811px;
  }
}
@media screen and (max-width: 1667px) {
  .guava-nectar-product {
    right: 307.278px;
  }
}
@media screen and (max-width: 1666px) {
  .guava-nectar-product {
    right: 306.745px;
  }
}
@media screen and (max-width: 1665px) {
  .guava-nectar-product {
    right: 306.212px;
  }
}
@media screen and (max-width: 1664px) {
  .guava-nectar-product {
    right: 305.679px;
  }
}
@media screen and (max-width: 1663px) {
  .guava-nectar-product {
    right: 305.146px;
  }
}
@media screen and (max-width: 1662px) {
  .guava-nectar-product {
    right: 304.613px;
  }
}
@media screen and (max-width: 1661px) {
  .guava-nectar-product {
    right: 304.08px;
  }
}
@media screen and (max-width: 1660px) {
  .guava-nectar-product {
    right: 303.547px;
  }
}
@media screen and (max-width: 1659px) {
  .guava-nectar-product {
    right: 303.014px;
  }
}
@media screen and (max-width: 1658px) {
  .guava-nectar-product {
    right: 302.481px;
  }
}
@media screen and (max-width: 1657px) {
  .guava-nectar-product {
    right: 301.948px;
  }
}
@media screen and (max-width: 1656px) {
  .guava-nectar-product {
    right: 301.415px;
  }
}
@media screen and (max-width: 1655px) {
  .guava-nectar-product {
    right: 300.882px;
  }
}
@media screen and (max-width: 1654px) {
  .guava-nectar-product {
    right: 300.349px;
  }
}
@media screen and (max-width: 1653px) {
  .guava-nectar-product {
    right: 299.816px;
  }
}
@media screen and (max-width: 1652px) {
  .guava-nectar-product {
    right: 299.283px;
  }
}
@media screen and (max-width: 1651px) {
  .guava-nectar-product {
    right: 298.75px;
  }
}
@media screen and (max-width: 1650px) {
  .guava-nectar-product {
    right: 298.217px;
  }
}
@media screen and (max-width: 1649px) {
  .guava-nectar-product {
    right: 297.684px;
  }
}
@media screen and (max-width: 1648px) {
  .guava-nectar-product {
    right: 297.151px;
  }
}
@media screen and (max-width: 1647px) {
  .guava-nectar-product {
    right: 296.618px;
  }
}
@media screen and (max-width: 1646px) {
  .guava-nectar-product {
    right: 296.085px;
  }
}
@media screen and (max-width: 1645px) {
  .guava-nectar-product {
    right: 295.552px;
  }
}
@media screen and (max-width: 1644px) {
  .guava-nectar-product {
    right: 295.019px;
  }
}
@media screen and (max-width: 1643px) {
  .guava-nectar-product {
    right: 294.486px;
  }
}
@media screen and (max-width: 1642px) {
  .guava-nectar-product {
    right: 293.953px;
  }
}
@media screen and (max-width: 1641px) {
  .guava-nectar-product {
    right: 293.42px;
  }
}
@media screen and (max-width: 1640px) {
  .guava-nectar-product {
    right: 292.887px;
  }
}
@media screen and (max-width: 1639px) {
  .guava-nectar-product {
    right: 292.354px;
  }
}
@media screen and (max-width: 1638px) {
  .guava-nectar-product {
    right: 291.821px;
  }
}
@media screen and (max-width: 1637px) {
  .guava-nectar-product {
    right: 291.288px;
  }
}
@media screen and (max-width: 1636px) {
  .guava-nectar-product {
    right: 290.755px;
  }
}
@media screen and (max-width: 1635px) {
  .guava-nectar-product {
    right: 290.222px;
  }
}
@media screen and (max-width: 1634px) {
  .guava-nectar-product {
    right: 289.689px;
  }
}
@media screen and (max-width: 1633px) {
  .guava-nectar-product {
    right: 289.156px;
  }
}
@media screen and (max-width: 1632px) {
  .guava-nectar-product {
    right: 288.623px;
  }
}
@media screen and (max-width: 1631px) {
  .guava-nectar-product {
    right: 288.09px;
  }
}
@media screen and (max-width: 1630px) {
  .guava-nectar-product {
    right: 287.557px;
  }
}
@media screen and (max-width: 1629px) {
  .guava-nectar-product {
    right: 287.024px;
  }
}
@media screen and (max-width: 1628px) {
  .guava-nectar-product {
    right: 286.491px;
  }
}
@media screen and (max-width: 1627px) {
  .guava-nectar-product {
    right: 285.958px;
  }
}
@media screen and (max-width: 1626px) {
  .guava-nectar-product {
    right: 285.425px;
  }
}
@media screen and (max-width: 1625px) {
  .guava-nectar-product {
    right: 284.892px;
  }
}
@media screen and (max-width: 1624px) {
  .guava-nectar-product {
    right: 284.359px;
  }
}
@media screen and (max-width: 1623px) {
  .guava-nectar-product {
    right: 283.826px;
  }
}
@media screen and (max-width: 1622px) {
  .guava-nectar-product {
    right: 283.293px;
  }
}
@media screen and (max-width: 1621px) {
  .guava-nectar-product {
    right: 282.76px;
  }
}
@media screen and (max-width: 1620px) {
  .guava-nectar-product {
    right: 282.227px;
  }
}
@media screen and (max-width: 1619px) {
  .guava-nectar-product {
    right: 281.694px;
  }
}
@media screen and (max-width: 1618px) {
  .guava-nectar-product {
    right: 281.161px;
  }
}
@media screen and (max-width: 1617px) {
  .guava-nectar-product {
    right: 280.628px;
  }
}
@media screen and (max-width: 1616px) {
  .guava-nectar-product {
    right: 280.095px;
  }
}
@media screen and (max-width: 1615px) {
  .guava-nectar-product {
    right: 279.562px;
  }
}
@media screen and (max-width: 1614px) {
  .guava-nectar-product {
    right: 279.029px;
  }
}
@media screen and (max-width: 1613px) {
  .guava-nectar-product {
    right: 278.496px;
  }
}
@media screen and (max-width: 1612px) {
  .guava-nectar-product {
    right: 277.963px;
  }
}
@media screen and (max-width: 1611px) {
  .guava-nectar-product {
    right: 277.43px;
  }
}
@media screen and (max-width: 1610px) {
  .guava-nectar-product {
    right: 276.897px;
  }
}
@media screen and (max-width: 1609px) {
  .guava-nectar-product {
    right: 276.364px;
  }
}
@media screen and (max-width: 1608px) {
  .guava-nectar-product {
    right: 275.831px;
  }
}
@media screen and (max-width: 1607px) {
  .guava-nectar-product {
    right: 275.298px;
  }
}
@media screen and (max-width: 1606px) {
  .guava-nectar-product {
    right: 274.765px;
  }
}
@media screen and (max-width: 1605px) {
  .guava-nectar-product {
    right: 274.232px;
  }
}
@media screen and (max-width: 1604px) {
  .guava-nectar-product {
    right: 273.699px;
  }
}
@media screen and (max-width: 1603px) {
  .guava-nectar-product {
    right: 273.166px;
  }
}
@media screen and (max-width: 1602px) {
  .guava-nectar-product {
    right: 272.633px;
  }
}
@media screen and (max-width: 1601px) {
  .guava-nectar-product {
    right: 272.1px;
  }
}
@media screen and (max-width: 1600px) {
  .guava-nectar-product {
    right: 271.567px;
  }
}
@media screen and (max-width: 1599px) {
  .guava-nectar-product {
    right: 271.034px;
  }
}
@media screen and (max-width: 1598px) {
  .guava-nectar-product {
    right: 270.501px;
  }
}
@media screen and (max-width: 1597px) {
  .guava-nectar-product {
    right: 269.968px;
  }
}
@media screen and (max-width: 1596px) {
  .guava-nectar-product {
    right: 269.435px;
  }
}
@media screen and (max-width: 1595px) {
  .guava-nectar-product {
    right: 268.902px;
  }
}
@media screen and (max-width: 1594px) {
  .guava-nectar-product {
    right: 268.369px;
  }
}
@media screen and (max-width: 1593px) {
  .guava-nectar-product {
    right: 267.836px;
  }
}
@media screen and (max-width: 1592px) {
  .guava-nectar-product {
    right: 267.303px;
  }
}
@media screen and (max-width: 1591px) {
  .guava-nectar-product {
    right: 266.77px;
  }
}
@media screen and (max-width: 1590px) {
  .guava-nectar-product {
    right: 266.237px;
  }
}
@media screen and (max-width: 1589px) {
  .guava-nectar-product {
    right: 265.704px;
  }
}
@media screen and (max-width: 1588px) {
  .guava-nectar-product {
    right: 265.171px;
  }
}
@media screen and (max-width: 1587px) {
  .guava-nectar-product {
    right: 264.638px;
  }
}
@media screen and (max-width: 1586px) {
  .guava-nectar-product {
    right: 264.105px;
  }
}
@media screen and (max-width: 1585px) {
  .guava-nectar-product {
    right: 263.572px;
  }
}
@media screen and (max-width: 1584px) {
  .guava-nectar-product {
    right: 263.039px;
  }
}
@media screen and (max-width: 1583px) {
  .guava-nectar-product {
    right: 262.506px;
  }
}
@media screen and (max-width: 1582px) {
  .guava-nectar-product {
    right: 261.973px;
  }
}
@media screen and (max-width: 1581px) {
  .guava-nectar-product {
    right: 261.44px;
  }
}
@media screen and (max-width: 1580px) {
  .guava-nectar-product {
    right: 260.907px;
  }
}
@media screen and (max-width: 1579px) {
  .guava-nectar-product {
    right: 260.374px;
  }
}
@media screen and (max-width: 1578px) {
  .guava-nectar-product {
    right: 259.841px;
  }
}
@media screen and (max-width: 1577px) {
  .guava-nectar-product {
    right: 259.308px;
  }
}
@media screen and (max-width: 1576px) {
  .guava-nectar-product {
    right: 258.775px;
  }
}
@media screen and (max-width: 1575px) {
  .guava-nectar-product {
    right: 258.242px;
  }
}
@media screen and (max-width: 1574px) {
  .guava-nectar-product {
    right: 257.709px;
  }
}
@media screen and (max-width: 1573px) {
  .guava-nectar-product {
    right: 257.176px;
  }
}
@media screen and (max-width: 1572px) {
  .guava-nectar-product {
    right: 256.643px;
  }
}
@media screen and (max-width: 1571px) {
  .guava-nectar-product {
    right: 256.11px;
  }
}
@media screen and (max-width: 1570px) {
  .guava-nectar-product {
    right: 255.577px;
  }
}
@media screen and (max-width: 1569px) {
  .guava-nectar-product {
    right: 255.044px;
  }
}
@media screen and (max-width: 1568px) {
  .guava-nectar-product {
    right: 254.511px;
  }
}
@media screen and (max-width: 1567px) {
  .guava-nectar-product {
    right: 253.978px;
  }
}
@media screen and (max-width: 1566px) {
  .guava-nectar-product {
    right: 253.445px;
  }
}
@media screen and (max-width: 1565px) {
  .guava-nectar-product {
    right: 252.912px;
  }
}
@media screen and (max-width: 1564px) {
  .guava-nectar-product {
    right: 252.379px;
  }
}
@media screen and (max-width: 1563px) {
  .guava-nectar-product {
    right: 251.846px;
  }
}
@media screen and (max-width: 1562px) {
  .guava-nectar-product {
    right: 251.313px;
  }
}
@media screen and (max-width: 1561px) {
  .guava-nectar-product {
    right: 250.78px;
  }
}
@media screen and (max-width: 1560px) {
  .guava-nectar-product {
    right: 250.247px;
  }
}
@media screen and (max-width: 1559px) {
  .guava-nectar-product {
    right: 249.714px;
  }
}
@media screen and (max-width: 1558px) {
  .guava-nectar-product {
    right: 249.181px;
  }
}
@media screen and (max-width: 1557px) {
  .guava-nectar-product {
    right: 248.648px;
  }
}
@media screen and (max-width: 1556px) {
  .guava-nectar-product {
    right: 248.115px;
  }
}
@media screen and (max-width: 1555px) {
  .guava-nectar-product {
    right: 247.582px;
  }
}
@media screen and (max-width: 1554px) {
  .guava-nectar-product {
    right: 247.049px;
  }
}
@media screen and (max-width: 1553px) {
  .guava-nectar-product {
    right: 246.516px;
  }
}
@media screen and (max-width: 1552px) {
  .guava-nectar-product {
    right: 245.983px;
  }
}
@media screen and (max-width: 1551px) {
  .guava-nectar-product {
    right: 245.45px;
  }
}
@media screen and (max-width: 1550px) {
  .guava-nectar-product {
    right: 244.917px;
  }
}
@media screen and (max-width: 1549px) {
  .guava-nectar-product {
    right: 244.384px;
  }
}
@media screen and (max-width: 1548px) {
  .guava-nectar-product {
    right: 243.851px;
  }
}
@media screen and (max-width: 1547px) {
  .guava-nectar-product {
    right: 243.318px;
  }
}
@media screen and (max-width: 1546px) {
  .guava-nectar-product {
    right: 242.785px;
  }
}
@media screen and (max-width: 1545px) {
  .guava-nectar-product {
    right: 242.252px;
  }
}
@media screen and (max-width: 1544px) {
  .guava-nectar-product {
    right: 241.719px;
  }
}
@media screen and (max-width: 1543px) {
  .guava-nectar-product {
    right: 241.186px;
  }
}
@media screen and (max-width: 1542px) {
  .guava-nectar-product {
    right: 240.653px;
  }
}
@media screen and (max-width: 1541px) {
  .guava-nectar-product {
    right: 240.12px;
  }
}
@media screen and (max-width: 1540px) {
  .guava-nectar-product {
    right: 239.587px;
  }
}
@media screen and (max-width: 1539px) {
  .guava-nectar-product {
    right: 239.054px;
  }
}
@media screen and (max-width: 1538px) {
  .guava-nectar-product {
    right: 238.521px;
  }
}
@media screen and (max-width: 1537px) {
  .guava-nectar-product {
    right: 237.988px;
  }
}
@media screen and (max-width: 1536px) {
  .guava-nectar-product {
    right: 237.455px;
  }
}
@media screen and (max-width: 1535px) {
  .guava-nectar-product {
    right: 236.922px;
  }
}
@media screen and (max-width: 1534px) {
  .guava-nectar-product {
    right: 236.389px;
  }
}
@media screen and (max-width: 1533px) {
  .guava-nectar-product {
    right: 235.856px;
  }
}
@media screen and (max-width: 1532px) {
  .guava-nectar-product {
    right: 235.323px;
  }
}
@media screen and (max-width: 1531px) {
  .guava-nectar-product {
    right: 234.79px;
  }
}
@media screen and (max-width: 1530px) {
  .guava-nectar-product {
    right: 234.257px;
  }
}
@media screen and (max-width: 1529px) {
  .guava-nectar-product {
    right: 233.724px;
  }
}
@media screen and (max-width: 1528px) {
  .guava-nectar-product {
    right: 233.191px;
  }
}
@media screen and (max-width: 1527px) {
  .guava-nectar-product {
    right: 232.658px;
  }
}
@media screen and (max-width: 1526px) {
  .guava-nectar-product {
    right: 232.125px;
  }
}
@media screen and (max-width: 1525px) {
  .guava-nectar-product {
    right: 231.592px;
  }
}
@media screen and (max-width: 1524px) {
  .guava-nectar-product {
    right: 231.059px;
  }
}
@media screen and (max-width: 1523px) {
  .guava-nectar-product {
    right: 230.526px;
  }
}
@media screen and (max-width: 1522px) {
  .guava-nectar-product {
    right: 229.993px;
  }
}
@media screen and (max-width: 1521px) {
  .guava-nectar-product {
    right: 229.46px;
  }
}
@media screen and (max-width: 1520px) {
  .guava-nectar-product {
    right: 228.927px;
  }
}
@media screen and (max-width: 1519px) {
  .guava-nectar-product {
    right: 228.394px;
  }
}
@media screen and (max-width: 1518px) {
  .guava-nectar-product {
    right: 227.861px;
  }
}
@media screen and (max-width: 1517px) {
  .guava-nectar-product {
    right: 227.328px;
  }
}
@media screen and (max-width: 1516px) {
  .guava-nectar-product {
    right: 226.795px;
  }
}
@media screen and (max-width: 1515px) {
  .guava-nectar-product {
    right: 226.262px;
  }
}
@media screen and (max-width: 1514px) {
  .guava-nectar-product {
    right: 225.729px;
  }
}
@media screen and (max-width: 1513px) {
  .guava-nectar-product {
    right: 225.196px;
  }
}
@media screen and (max-width: 1512px) {
  .guava-nectar-product {
    right: 224.663px;
  }
}
@media screen and (max-width: 1511px) {
  .guava-nectar-product {
    right: 224.13px;
  }
}
@media screen and (max-width: 1510px) {
  .guava-nectar-product {
    right: 223.597px;
  }
}
@media screen and (max-width: 1509px) {
  .guava-nectar-product {
    right: 223.064px;
  }
}
@media screen and (max-width: 1508px) {
  .guava-nectar-product {
    right: 222.531px;
  }
}
@media screen and (max-width: 1507px) {
  .guava-nectar-product {
    right: 221.998px;
  }
}
@media screen and (max-width: 1506px) {
  .guava-nectar-product {
    right: 221.465px;
  }
}
@media screen and (max-width: 1505px) {
  .guava-nectar-product {
    right: 220.932px;
  }
}
@media screen and (max-width: 1504px) {
  .guava-nectar-product {
    right: 220.399px;
  }
}
@media screen and (max-width: 1503px) {
  .guava-nectar-product {
    right: 219.866px;
  }
}
@media screen and (max-width: 1502px) {
  .guava-nectar-product {
    right: 219.333px;
  }
}
@media screen and (max-width: 1501px) {
  .guava-nectar-product {
    right: 218.8px;
  }
}
@media screen and (max-width: 1500px) {
  .guava-nectar-product {
    right: 218.267px;
  }
}
@media screen and (max-width: 1499px) {
  .guava-nectar-product {
    right: 217.734px;
  }
}
@media screen and (max-width: 1498px) {
  .guava-nectar-product {
    right: 217.201px;
  }
}
@media screen and (max-width: 1497px) {
  .guava-nectar-product {
    right: 216.668px;
  }
}
@media screen and (max-width: 1496px) {
  .guava-nectar-product {
    right: 216.135px;
  }
}
@media screen and (max-width: 1495px) {
  .guava-nectar-product {
    right: 215.602px;
  }
}
@media screen and (max-width: 1494px) {
  .guava-nectar-product {
    right: 215.069px;
  }
}
@media screen and (max-width: 1493px) {
  .guava-nectar-product {
    right: 214.536px;
  }
}
@media screen and (max-width: 1492px) {
  .guava-nectar-product {
    right: 214.003px;
  }
}
@media screen and (max-width: 1491px) {
  .guava-nectar-product {
    right: 213.47px;
  }
}
@media screen and (max-width: 1490px) {
  .guava-nectar-product {
    right: 212.937px;
  }
}
@media screen and (max-width: 1489px) {
  .guava-nectar-product {
    right: 212.404px;
  }
}
@media screen and (max-width: 1488px) {
  .guava-nectar-product {
    right: 211.871px;
  }
}
@media screen and (max-width: 1487px) {
  .guava-nectar-product {
    right: 211.338px;
  }
}
@media screen and (max-width: 1486px) {
  .guava-nectar-product {
    right: 210.805px;
  }
}
@media screen and (max-width: 1485px) {
  .guava-nectar-product {
    right: 210.272px;
  }
}
@media screen and (max-width: 1484px) {
  .guava-nectar-product {
    right: 209.739px;
  }
}
@media screen and (max-width: 1483px) {
  .guava-nectar-product {
    right: 209.206px;
  }
}
@media screen and (max-width: 1482px) {
  .guava-nectar-product {
    right: 208.673px;
  }
}
@media screen and (max-width: 1481px) {
  .guava-nectar-product {
    right: 208.14px;
  }
}
@media screen and (max-width: 1480px) {
  .guava-nectar-product {
    right: 207.607px;
  }
}
@media screen and (max-width: 1479px) {
  .guava-nectar-product {
    right: 207.074px;
  }
}
@media screen and (max-width: 1478px) {
  .guava-nectar-product {
    right: 206.541px;
  }
}
@media screen and (max-width: 1477px) {
  .guava-nectar-product {
    right: 206.008px;
  }
}
@media screen and (max-width: 1476px) {
  .guava-nectar-product {
    right: 205.475px;
  }
}
@media screen and (max-width: 1475px) {
  .guava-nectar-product {
    right: 204.942px;
  }
}
@media screen and (max-width: 1474px) {
  .guava-nectar-product {
    right: 204.409px;
  }
}
@media screen and (max-width: 1473px) {
  .guava-nectar-product {
    right: 203.876px;
  }
}
@media screen and (max-width: 1472px) {
  .guava-nectar-product {
    right: 203.343px;
  }
}
@media screen and (max-width: 1471px) {
  .guava-nectar-product {
    right: 202.81px;
  }
}
@media screen and (max-width: 1470px) {
  .guava-nectar-product {
    right: 202.277px;
  }
}
@media screen and (max-width: 1469px) {
  .guava-nectar-product {
    right: 201.744px;
  }
}
@media screen and (max-width: 1468px) {
  .guava-nectar-product {
    right: 201.211px;
  }
}
@media screen and (max-width: 1467px) {
  .guava-nectar-product {
    right: 200.678px;
  }
}
@media screen and (max-width: 1466px) {
  .guava-nectar-product {
    right: 200.145px;
  }
}
@media screen and (max-width: 1465px) {
  .guava-nectar-product {
    right: 199.612px;
  }
}
@media screen and (max-width: 1464px) {
  .guava-nectar-product {
    right: 199.079px;
  }
}
@media screen and (max-width: 1463px) {
  .guava-nectar-product {
    right: 198.546px;
  }
}
@media screen and (max-width: 1462px) {
  .guava-nectar-product {
    right: 198.013px;
  }
}
@media screen and (max-width: 1461px) {
  .guava-nectar-product {
    right: 197.48px;
  }
}
@media screen and (max-width: 1460px) {
  .guava-nectar-product {
    right: 196.947px;
  }
}
@media screen and (max-width: 1459px) {
  .guava-nectar-product {
    right: 196.414px;
  }
}
@media screen and (max-width: 1458px) {
  .guava-nectar-product {
    right: 195.881px;
  }
}
@media screen and (max-width: 1457px) {
  .guava-nectar-product {
    right: 195.348px;
  }
}
@media screen and (max-width: 1456px) {
  .guava-nectar-product {
    right: 194.815px;
  }
}
@media screen and (max-width: 1455px) {
  .guava-nectar-product {
    right: 194.282px;
  }
}
@media screen and (max-width: 1454px) {
  .guava-nectar-product {
    right: 193.749px;
  }
}
@media screen and (max-width: 1453px) {
  .guava-nectar-product {
    right: 193.216px;
  }
}
@media screen and (max-width: 1452px) {
  .guava-nectar-product {
    right: 192.683px;
  }
}
@media screen and (max-width: 1451px) {
  .guava-nectar-product {
    right: 192.15px;
  }
}
@media screen and (max-width: 1450px) {
  .guava-nectar-product {
    right: 191.617px;
  }
}
@media screen and (max-width: 1449px) {
  .guava-nectar-product {
    right: 191.084px;
  }
}
@media screen and (max-width: 1448px) {
  .guava-nectar-product {
    right: 190.551px;
  }
}
@media screen and (max-width: 1447px) {
  .guava-nectar-product {
    right: 190.018px;
  }
}
@media screen and (max-width: 1446px) {
  .guava-nectar-product {
    right: 189.485px;
  }
}
@media screen and (max-width: 1445px) {
  .guava-nectar-product {
    right: 188.952px;
  }
}
@media screen and (max-width: 1444px) {
  .guava-nectar-product {
    right: 188.419px;
  }
}
@media screen and (max-width: 1443px) {
  .guava-nectar-product {
    right: 187.886px;
  }
}
@media screen and (max-width: 1442px) {
  .guava-nectar-product {
    right: 187.353px;
  }
}
@media screen and (max-width: 1441px) {
  .guava-nectar-product {
    right: 186.82px;
  }
}
@media screen and (max-width: 1440px) {
  .guava-nectar-product {
    right: 186.287px;
  }
}
@media screen and (max-width: 1439px) {
  .guava-nectar-product {
    right: 185.754px;
  }
}
@media screen and (max-width: 1438px) {
  .guava-nectar-product {
    right: 185.221px;
  }
}
@media screen and (max-width: 1437px) {
  .guava-nectar-product {
    right: 184.688px;
  }
}
@media screen and (max-width: 1436px) {
  .guava-nectar-product {
    right: 184.155px;
  }
}
@media screen and (max-width: 1435px) {
  .guava-nectar-product {
    right: 183.622px;
  }
}
@media screen and (max-width: 1434px) {
  .guava-nectar-product {
    right: 183.089px;
  }
}
@media screen and (max-width: 1433px) {
  .guava-nectar-product {
    right: 182.556px;
  }
}
@media screen and (max-width: 1432px) {
  .guava-nectar-product {
    right: 182.023px;
  }
}
@media screen and (max-width: 1431px) {
  .guava-nectar-product {
    right: 181.49px;
  }
}
@media screen and (max-width: 1430px) {
  .guava-nectar-product {
    right: 180.957px;
  }
}
@media screen and (max-width: 1429px) {
  .guava-nectar-product {
    right: 180.424px;
  }
}
@media screen and (max-width: 1428px) {
  .guava-nectar-product {
    right: 179.891px;
  }
}
@media screen and (max-width: 1427px) {
  .guava-nectar-product {
    right: 179.358px;
  }
}
@media screen and (max-width: 1426px) {
  .guava-nectar-product {
    right: 178.825px;
  }
}
@media screen and (max-width: 1425px) {
  .guava-nectar-product {
    right: 178.292px;
  }
}
@media screen and (max-width: 1424px) {
  .guava-nectar-product {
    right: 177.759px;
  }
}
@media screen and (max-width: 1423px) {
  .guava-nectar-product {
    right: 177.226px;
  }
}
@media screen and (max-width: 1422px) {
  .guava-nectar-product {
    right: 176.693px;
  }
}
@media screen and (max-width: 1421px) {
  .guava-nectar-product {
    right: 176.16px;
  }
}
@media screen and (max-width: 1420px) {
  .guava-nectar-product {
    right: 175.627px;
  }
}
@media screen and (max-width: 1419px) {
  .guava-nectar-product {
    right: 175.094px;
  }
}
@media screen and (max-width: 1418px) {
  .guava-nectar-product {
    right: 174.561px;
  }
}
@media screen and (max-width: 1417px) {
  .guava-nectar-product {
    right: 174.028px;
  }
}
@media screen and (max-width: 1416px) {
  .guava-nectar-product {
    right: 173.495px;
  }
}
@media screen and (max-width: 1415px) {
  .guava-nectar-product {
    right: 172.962px;
  }
}
@media screen and (max-width: 1414px) {
  .guava-nectar-product {
    right: 172.429px;
  }
}
@media screen and (max-width: 1413px) {
  .guava-nectar-product {
    right: 171.896px;
  }
}
@media screen and (max-width: 1412px) {
  .guava-nectar-product {
    right: 171.363px;
  }
}
@media screen and (max-width: 1411px) {
  .guava-nectar-product {
    right: 170.83px;
  }
}
@media screen and (max-width: 1410px) {
  .guava-nectar-product {
    right: 170.297px;
  }
}
@media screen and (max-width: 1409px) {
  .guava-nectar-product {
    right: 169.764px;
  }
}
@media screen and (max-width: 1408px) {
  .guava-nectar-product {
    right: 169.231px;
  }
}
@media screen and (max-width: 1407px) {
  .guava-nectar-product {
    right: 168.698px;
  }
}
@media screen and (max-width: 1406px) {
  .guava-nectar-product {
    right: 168.165px;
  }
}
@media screen and (max-width: 1405px) {
  .guava-nectar-product {
    right: 167.632px;
  }
}
@media screen and (max-width: 1404px) {
  .guava-nectar-product {
    right: 167.099px;
  }
}
@media screen and (max-width: 1403px) {
  .guava-nectar-product {
    right: 166.566px;
  }
}
@media screen and (max-width: 1402px) {
  .guava-nectar-product {
    right: 166.033px;
  }
}
@media screen and (max-width: 1401px) {
  .guava-nectar-product {
    right: 165.5px;
  }
}
@media screen and (max-width: 1400px) {
  .guava-nectar-product {
    right: 164.967px;
  }
}
@media screen and (max-width: 1399px) {
  .guava-nectar-product {
    right: 164.434px;
  }
}
@media screen and (max-width: 1398px) {
  .guava-nectar-product {
    right: 163.901px;
  }
}
@media screen and (max-width: 1397px) {
  .guava-nectar-product {
    right: 163.368px;
  }
}
@media screen and (max-width: 1396px) {
  .guava-nectar-product {
    right: 162.835px;
  }
}
@media screen and (max-width: 1395px) {
  .guava-nectar-product {
    right: 162.302px;
  }
}
@media screen and (max-width: 1394px) {
  .guava-nectar-product {
    right: 161.769px;
  }
}
@media screen and (max-width: 1393px) {
  .guava-nectar-product {
    right: 161.236px;
  }
}
@media screen and (max-width: 1392px) {
  .guava-nectar-product {
    right: 160.703px;
  }
}
@media screen and (max-width: 1391px) {
  .guava-nectar-product {
    right: 160.17px;
  }
}
@media screen and (max-width: 1390px) {
  .guava-nectar-product {
    right: 159.637px;
  }
}
@media screen and (max-width: 1389px) {
  .guava-nectar-product {
    right: 159.104px;
  }
}
@media screen and (max-width: 1388px) {
  .guava-nectar-product {
    right: 158.571px;
  }
}
@media screen and (max-width: 1387px) {
  .guava-nectar-product {
    right: 158.038px;
  }
}
@media screen and (max-width: 1386px) {
  .guava-nectar-product {
    right: 157.505px;
  }
}
@media screen and (max-width: 1385px) {
  .guava-nectar-product {
    right: 156.972px;
  }
}
@media screen and (max-width: 1384px) {
  .guava-nectar-product {
    right: 156.439px;
  }
}
@media screen and (max-width: 1383px) {
  .guava-nectar-product {
    right: 155.906px;
  }
}
@media screen and (max-width: 1382px) {
  .guava-nectar-product {
    right: 155.373px;
  }
}
@media screen and (max-width: 1381px) {
  .guava-nectar-product {
    right: 154.84px;
  }
}
@media screen and (max-width: 1380px) {
  .guava-nectar-product {
    right: 154.307px;
  }
}
@media screen and (max-width: 1379px) {
  .guava-nectar-product {
    right: 153.774px;
  }
}
@media screen and (max-width: 1378px) {
  .guava-nectar-product {
    right: 153.241px;
  }
}
@media screen and (max-width: 1377px) {
  .guava-nectar-product {
    right: 152.708px;
  }
}
@media screen and (max-width: 1376px) {
  .guava-nectar-product {
    right: 152.175px;
  }
}
@media screen and (max-width: 1375px) {
  .guava-nectar-product {
    right: 151.642px;
  }
}
@media screen and (max-width: 1374px) {
  .guava-nectar-product {
    right: 151.109px;
  }
}
@media screen and (max-width: 1373px) {
  .guava-nectar-product {
    right: 150.576px;
  }
}
@media screen and (max-width: 1372px) {
  .guava-nectar-product {
    right: 150.043px;
  }
}
@media screen and (max-width: 1371px) {
  .guava-nectar-product {
    right: 149.51px;
  }
}
@media screen and (max-width: 1370px) {
  .guava-nectar-product {
    right: 148.977px;
  }
}
@media screen and (max-width: 1369px) {
  .guava-nectar-product {
    right: 148.444px;
  }
}
@media screen and (max-width: 1368px) {
  .guava-nectar-product {
    right: 147.911px;
  }
}
@media screen and (max-width: 1367px) {
  .guava-nectar-product {
    right: 147.378px;
  }
}
@media screen and (max-width: 1366px) {
  .guava-nectar-product {
    right: 146.845px;
  }
}
@media screen and (max-width: 1365px) {
  .guava-nectar-product {
    right: 146.312px;
  }
}
@media screen and (max-width: 1364px) {
  .guava-nectar-product {
    right: 145.779px;
  }
}
@media screen and (max-width: 1363px) {
  .guava-nectar-product {
    right: 145.246px;
  }
}
@media screen and (max-width: 1362px) {
  .guava-nectar-product {
    right: 144.713px;
  }
}
@media screen and (max-width: 1361px) {
  .guava-nectar-product {
    right: 144.18px;
  }
}
@media screen and (max-width: 1360px) {
  .guava-nectar-product {
    right: 143.647px;
  }
}
@media screen and (max-width: 1359px) {
  .guava-nectar-product {
    right: 143.114px;
  }
}
@media screen and (max-width: 1358px) {
  .guava-nectar-product {
    right: 142.581px;
  }
}
@media screen and (max-width: 1357px) {
  .guava-nectar-product {
    right: 142.048px;
  }
}
@media screen and (max-width: 1356px) {
  .guava-nectar-product {
    right: 141.515px;
  }
}
@media screen and (max-width: 1355px) {
  .guava-nectar-product {
    right: 140.982px;
  }
}
@media screen and (max-width: 1354px) {
  .guava-nectar-product {
    right: 140.449px;
  }
}
@media screen and (max-width: 1353px) {
  .guava-nectar-product {
    right: 139.916px;
  }
}
@media screen and (max-width: 1352px) {
  .guava-nectar-product {
    right: 139.383px;
  }
}
@media screen and (max-width: 1351px) {
  .guava-nectar-product {
    right: 138.85px;
  }
}
@media screen and (max-width: 1350px) {
  .guava-nectar-product {
    right: 138.317px;
  }
}
@media screen and (max-width: 1349px) {
  .guava-nectar-product {
    right: 137.784px;
  }
}
@media screen and (max-width: 1348px) {
  .guava-nectar-product {
    right: 137.251px;
  }
}
@media screen and (max-width: 1347px) {
  .guava-nectar-product {
    right: 136.718px;
  }
}
@media screen and (max-width: 1346px) {
  .guava-nectar-product {
    right: 136.185px;
  }
}
@media screen and (max-width: 1345px) {
  .guava-nectar-product {
    right: 135.652px;
  }
}
@media screen and (max-width: 1344px) {
  .guava-nectar-product {
    right: 135.119px;
  }
}
@media screen and (max-width: 1343px) {
  .guava-nectar-product {
    right: 134.586px;
  }
}
@media screen and (max-width: 1342px) {
  .guava-nectar-product {
    right: 134.053px;
  }
}
@media screen and (max-width: 1341px) {
  .guava-nectar-product {
    right: 133.52px;
  }
}
@media screen and (max-width: 1340px) {
  .guava-nectar-product {
    right: 132.987px;
  }
}
@media screen and (max-width: 1339px) {
  .guava-nectar-product {
    right: 132.454px;
  }
}
@media screen and (max-width: 1338px) {
  .guava-nectar-product {
    right: 131.921px;
  }
}
@media screen and (max-width: 1337px) {
  .guava-nectar-product {
    right: 131.388px;
  }
}
@media screen and (max-width: 1336px) {
  .guava-nectar-product {
    right: 130.855px;
  }
}
@media screen and (max-width: 1335px) {
  .guava-nectar-product {
    right: 130.322px;
  }
}
@media screen and (max-width: 1334px) {
  .guava-nectar-product {
    right: 129.789px;
  }
}
@media screen and (max-width: 1333px) {
  .guava-nectar-product {
    right: 129.256px;
  }
}
@media screen and (max-width: 1332px) {
  .guava-nectar-product {
    right: 128.723px;
  }
}
@media screen and (max-width: 1331px) {
  .guava-nectar-product {
    right: 128.19px;
  }
}
@media screen and (max-width: 1330px) {
  .guava-nectar-product {
    right: 127.657px;
  }
}
@media screen and (max-width: 1329px) {
  .guava-nectar-product {
    right: 127.124px;
  }
}
@media screen and (max-width: 1328px) {
  .guava-nectar-product {
    right: 126.591px;
  }
}
@media screen and (max-width: 1327px) {
  .guava-nectar-product {
    right: 126.058px;
  }
}
@media screen and (max-width: 1326px) {
  .guava-nectar-product {
    right: 125.525px;
  }
}
@media screen and (max-width: 1325px) {
  .guava-nectar-product {
    right: 124.992px;
  }
}
@media screen and (max-width: 1324px) {
  .guava-nectar-product {
    right: 124.459px;
  }
}
@media screen and (max-width: 1323px) {
  .guava-nectar-product {
    right: 123.926px;
  }
}
@media screen and (max-width: 1322px) {
  .guava-nectar-product {
    right: 123.393px;
  }
}
@media screen and (max-width: 1321px) {
  .guava-nectar-product {
    right: 122.86px;
  }
}
@media screen and (max-width: 1320px) {
  .guava-nectar-product {
    right: 122.327px;
  }
}
@media screen and (max-width: 1319px) {
  .guava-nectar-product {
    right: 121.794px;
  }
}
@media screen and (max-width: 1318px) {
  .guava-nectar-product {
    right: 121.261px;
  }
}
@media screen and (max-width: 1317px) {
  .guava-nectar-product {
    right: 120.728px;
  }
}
@media screen and (max-width: 1316px) {
  .guava-nectar-product {
    right: 120.195px;
  }
}
@media screen and (max-width: 1315px) {
  .guava-nectar-product {
    right: 119.662px;
  }
}
@media screen and (max-width: 1314px) {
  .guava-nectar-product {
    right: 119.129px;
  }
}
@media screen and (max-width: 1313px) {
  .guava-nectar-product {
    right: 118.596px;
  }
}
@media screen and (max-width: 1312px) {
  .guava-nectar-product {
    right: 118.063px;
  }
}
@media screen and (max-width: 1311px) {
  .guava-nectar-product {
    right: 117.53px;
  }
}
@media screen and (max-width: 1310px) {
  .guava-nectar-product {
    right: 116.997px;
  }
}
@media screen and (max-width: 1309px) {
  .guava-nectar-product {
    right: 116.464px;
  }
}
@media screen and (max-width: 1308px) {
  .guava-nectar-product {
    right: 115.931px;
  }
}
@media screen and (max-width: 1307px) {
  .guava-nectar-product {
    right: 115.398px;
  }
}
@media screen and (max-width: 1306px) {
  .guava-nectar-product {
    right: 114.865px;
  }
}
@media screen and (max-width: 1305px) {
  .guava-nectar-product {
    right: 114.332px;
  }
}
@media screen and (max-width: 1304px) {
  .guava-nectar-product {
    right: 113.799px;
  }
}
@media screen and (max-width: 1303px) {
  .guava-nectar-product {
    right: 113.266px;
  }
}
@media screen and (max-width: 1302px) {
  .guava-nectar-product {
    right: 112.733px;
  }
}
@media screen and (max-width: 1301px) {
  .guava-nectar-product {
    right: 112.2px;
  }
}
@media screen and (max-width: 1300px) {
  .guava-nectar-product {
    right: 111.667px;
  }
}

@media screen and (max-width: 1500px) {
  .guava-back {
    max-width: 420px;
    margin-top: 5rem;
  }
}

.guava-nectar-product img ~ div {
  position: absolute;
  left: 11rem;
  margin-top: 11rem;
  transform: rotate(18deg);
  transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  -webkit-backface-visibility: hidden;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .guava-nectar-product img ~ div {
    max-width: 250px;
    left: 7rem;
    margin-top: 9rem;
  }
}

.guava-nectar-element-text {
  z-index: 1;
  position: absolute;
  text-align: center;
  margin-top: 1rem;
  left: 0rem;
}
@media screen and (max-width: 1400px) {
  .guava-nectar-element-text {
    margin-top: 16rem !important;
    left: -13rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .guava-nectar-element-text {
    margin-top: 11rem !important;
    left: -20rem !important;
  }
}
@media screen and (max-width: 1600px) {
  .guava-nectar-element-text {
    width: 100%;
    margin-top: 21rem;
    left: -24rem;
  }
}
.guava-nectar-element-text h1 {
  font-size: 190px;
  color: rgba(0, 166, 81, 0.5);
  text-align: left;
  margin: 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  opacity: 0 !important;
}
@media screen and (max-width: 1850px) {
  .guava-nectar-element-text h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .guava-nectar-element-text h1 {
    font-size: 100px;
    margin-top: -2rem;
  }
}
@media screen and (max-width: 1500px) {
  .guava-nectar-element-text h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .guava-nectar-element-text h1 {
    font-size: 80px;
    margin-top: -6rem;
  }
}
.guava-nectar-element-text p {
  font-size: 60px;
  color: #db5146;
  text-align: center;
  font-weight: 700;
  margin-right: 49rem;
}
@media screen and (max-width: 1600px) {
  .guava-nectar-element-text p {
    margin-right: 0rem;
  }
}

.apple-nectar {
  margin-top: 100px;
}

.apple-nectar-element1 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 0rem;
  margin-top: 15rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar-element1 {
    max-width: 250px;
  }
}

.apple-nectar-element2 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: 34rem;
  margin-top: 36rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar-element2 {
    right: 16rem;
  }
}

.apple-nectar-element3 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: -20rem;
  margin-top: 12rem;
  transform: rotate(267deg);
}
@media screen and (max-width: 1600px) {
  .apple-nectar-element3 {
    max-width: 550px;
    margin-top: 22rem;
  }
}

.apple-nectar-product {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 34rem;
  margin-top: -8rem;
}
@media screen and (max-width: 1900px) {
  .apple-nectar-product {
    left: 545px;
  }
}
@media screen and (max-width: 1899px) {
  .apple-nectar-product {
    left: 544.467px;
  }
}
@media screen and (max-width: 1898px) {
  .apple-nectar-product {
    left: 543.934px;
  }
}
@media screen and (max-width: 1897px) {
  .apple-nectar-product {
    left: 543.401px;
  }
}
@media screen and (max-width: 1896px) {
  .apple-nectar-product {
    left: 542.868px;
  }
}
@media screen and (max-width: 1895px) {
  .apple-nectar-product {
    left: 542.335px;
  }
}
@media screen and (max-width: 1894px) {
  .apple-nectar-product {
    left: 541.802px;
  }
}
@media screen and (max-width: 1893px) {
  .apple-nectar-product {
    left: 541.269px;
  }
}
@media screen and (max-width: 1892px) {
  .apple-nectar-product {
    left: 540.736px;
  }
}
@media screen and (max-width: 1891px) {
  .apple-nectar-product {
    left: 540.203px;
  }
}
@media screen and (max-width: 1890px) {
  .apple-nectar-product {
    left: 539.67px;
  }
}
@media screen and (max-width: 1889px) {
  .apple-nectar-product {
    left: 539.137px;
  }
}
@media screen and (max-width: 1888px) {
  .apple-nectar-product {
    left: 538.604px;
  }
}
@media screen and (max-width: 1887px) {
  .apple-nectar-product {
    left: 538.071px;
  }
}
@media screen and (max-width: 1886px) {
  .apple-nectar-product {
    left: 537.538px;
  }
}
@media screen and (max-width: 1885px) {
  .apple-nectar-product {
    left: 537.005px;
  }
}
@media screen and (max-width: 1884px) {
  .apple-nectar-product {
    left: 536.472px;
  }
}
@media screen and (max-width: 1883px) {
  .apple-nectar-product {
    left: 535.939px;
  }
}
@media screen and (max-width: 1882px) {
  .apple-nectar-product {
    left: 535.406px;
  }
}
@media screen and (max-width: 1881px) {
  .apple-nectar-product {
    left: 534.873px;
  }
}
@media screen and (max-width: 1880px) {
  .apple-nectar-product {
    left: 534.34px;
  }
}
@media screen and (max-width: 1879px) {
  .apple-nectar-product {
    left: 533.807px;
  }
}
@media screen and (max-width: 1878px) {
  .apple-nectar-product {
    left: 533.274px;
  }
}
@media screen and (max-width: 1877px) {
  .apple-nectar-product {
    left: 532.741px;
  }
}
@media screen and (max-width: 1876px) {
  .apple-nectar-product {
    left: 532.208px;
  }
}
@media screen and (max-width: 1875px) {
  .apple-nectar-product {
    left: 531.675px;
  }
}
@media screen and (max-width: 1874px) {
  .apple-nectar-product {
    left: 531.142px;
  }
}
@media screen and (max-width: 1873px) {
  .apple-nectar-product {
    left: 530.609px;
  }
}
@media screen and (max-width: 1872px) {
  .apple-nectar-product {
    left: 530.076px;
  }
}
@media screen and (max-width: 1871px) {
  .apple-nectar-product {
    left: 529.543px;
  }
}
@media screen and (max-width: 1870px) {
  .apple-nectar-product {
    left: 529.01px;
  }
}
@media screen and (max-width: 1869px) {
  .apple-nectar-product {
    left: 528.477px;
  }
}
@media screen and (max-width: 1868px) {
  .apple-nectar-product {
    left: 527.944px;
  }
}
@media screen and (max-width: 1867px) {
  .apple-nectar-product {
    left: 527.411px;
  }
}
@media screen and (max-width: 1866px) {
  .apple-nectar-product {
    left: 526.878px;
  }
}
@media screen and (max-width: 1865px) {
  .apple-nectar-product {
    left: 526.345px;
  }
}
@media screen and (max-width: 1864px) {
  .apple-nectar-product {
    left: 525.812px;
  }
}
@media screen and (max-width: 1863px) {
  .apple-nectar-product {
    left: 525.279px;
  }
}
@media screen and (max-width: 1862px) {
  .apple-nectar-product {
    left: 524.746px;
  }
}
@media screen and (max-width: 1861px) {
  .apple-nectar-product {
    left: 524.213px;
  }
}
@media screen and (max-width: 1860px) {
  .apple-nectar-product {
    left: 523.68px;
  }
}
@media screen and (max-width: 1859px) {
  .apple-nectar-product {
    left: 523.147px;
  }
}
@media screen and (max-width: 1858px) {
  .apple-nectar-product {
    left: 522.614px;
  }
}
@media screen and (max-width: 1857px) {
  .apple-nectar-product {
    left: 522.081px;
  }
}
@media screen and (max-width: 1856px) {
  .apple-nectar-product {
    left: 521.548px;
  }
}
@media screen and (max-width: 1855px) {
  .apple-nectar-product {
    left: 521.015px;
  }
}
@media screen and (max-width: 1854px) {
  .apple-nectar-product {
    left: 520.482px;
  }
}
@media screen and (max-width: 1853px) {
  .apple-nectar-product {
    left: 519.949px;
  }
}
@media screen and (max-width: 1852px) {
  .apple-nectar-product {
    left: 519.416px;
  }
}
@media screen and (max-width: 1851px) {
  .apple-nectar-product {
    left: 518.883px;
  }
}
@media screen and (max-width: 1850px) {
  .apple-nectar-product {
    left: 518.35px;
  }
}
@media screen and (max-width: 1849px) {
  .apple-nectar-product {
    left: 517.817px;
  }
}
@media screen and (max-width: 1848px) {
  .apple-nectar-product {
    left: 517.284px;
  }
}
@media screen and (max-width: 1847px) {
  .apple-nectar-product {
    left: 516.751px;
  }
}
@media screen and (max-width: 1846px) {
  .apple-nectar-product {
    left: 516.218px;
  }
}
@media screen and (max-width: 1845px) {
  .apple-nectar-product {
    left: 515.685px;
  }
}
@media screen and (max-width: 1844px) {
  .apple-nectar-product {
    left: 515.152px;
  }
}
@media screen and (max-width: 1843px) {
  .apple-nectar-product {
    left: 514.619px;
  }
}
@media screen and (max-width: 1842px) {
  .apple-nectar-product {
    left: 514.086px;
  }
}
@media screen and (max-width: 1841px) {
  .apple-nectar-product {
    left: 513.553px;
  }
}
@media screen and (max-width: 1840px) {
  .apple-nectar-product {
    left: 513.02px;
  }
}
@media screen and (max-width: 1839px) {
  .apple-nectar-product {
    left: 512.487px;
  }
}
@media screen and (max-width: 1838px) {
  .apple-nectar-product {
    left: 511.954px;
  }
}
@media screen and (max-width: 1837px) {
  .apple-nectar-product {
    left: 511.421px;
  }
}
@media screen and (max-width: 1836px) {
  .apple-nectar-product {
    left: 510.888px;
  }
}
@media screen and (max-width: 1835px) {
  .apple-nectar-product {
    left: 510.355px;
  }
}
@media screen and (max-width: 1834px) {
  .apple-nectar-product {
    left: 509.822px;
  }
}
@media screen and (max-width: 1833px) {
  .apple-nectar-product {
    left: 509.289px;
  }
}
@media screen and (max-width: 1832px) {
  .apple-nectar-product {
    left: 508.756px;
  }
}
@media screen and (max-width: 1831px) {
  .apple-nectar-product {
    left: 508.223px;
  }
}
@media screen and (max-width: 1830px) {
  .apple-nectar-product {
    left: 507.69px;
  }
}
@media screen and (max-width: 1829px) {
  .apple-nectar-product {
    left: 507.157px;
  }
}
@media screen and (max-width: 1828px) {
  .apple-nectar-product {
    left: 506.624px;
  }
}
@media screen and (max-width: 1827px) {
  .apple-nectar-product {
    left: 506.091px;
  }
}
@media screen and (max-width: 1826px) {
  .apple-nectar-product {
    left: 505.558px;
  }
}
@media screen and (max-width: 1825px) {
  .apple-nectar-product {
    left: 505.025px;
  }
}
@media screen and (max-width: 1824px) {
  .apple-nectar-product {
    left: 504.492px;
  }
}
@media screen and (max-width: 1823px) {
  .apple-nectar-product {
    left: 503.959px;
  }
}
@media screen and (max-width: 1822px) {
  .apple-nectar-product {
    left: 503.426px;
  }
}
@media screen and (max-width: 1821px) {
  .apple-nectar-product {
    left: 502.893px;
  }
}
@media screen and (max-width: 1820px) {
  .apple-nectar-product {
    left: 502.36px;
  }
}
@media screen and (max-width: 1819px) {
  .apple-nectar-product {
    left: 501.827px;
  }
}
@media screen and (max-width: 1818px) {
  .apple-nectar-product {
    left: 501.294px;
  }
}
@media screen and (max-width: 1817px) {
  .apple-nectar-product {
    left: 500.761px;
  }
}
@media screen and (max-width: 1816px) {
  .apple-nectar-product {
    left: 500.228px;
  }
}
@media screen and (max-width: 1815px) {
  .apple-nectar-product {
    left: 499.695px;
  }
}
@media screen and (max-width: 1814px) {
  .apple-nectar-product {
    left: 499.162px;
  }
}
@media screen and (max-width: 1813px) {
  .apple-nectar-product {
    left: 498.629px;
  }
}
@media screen and (max-width: 1812px) {
  .apple-nectar-product {
    left: 498.096px;
  }
}
@media screen and (max-width: 1811px) {
  .apple-nectar-product {
    left: 497.563px;
  }
}
@media screen and (max-width: 1810px) {
  .apple-nectar-product {
    left: 497.03px;
  }
}
@media screen and (max-width: 1809px) {
  .apple-nectar-product {
    left: 496.497px;
  }
}
@media screen and (max-width: 1808px) {
  .apple-nectar-product {
    left: 495.964px;
  }
}
@media screen and (max-width: 1807px) {
  .apple-nectar-product {
    left: 495.431px;
  }
}
@media screen and (max-width: 1806px) {
  .apple-nectar-product {
    left: 494.898px;
  }
}
@media screen and (max-width: 1805px) {
  .apple-nectar-product {
    left: 494.365px;
  }
}
@media screen and (max-width: 1804px) {
  .apple-nectar-product {
    left: 493.832px;
  }
}
@media screen and (max-width: 1803px) {
  .apple-nectar-product {
    left: 493.299px;
  }
}
@media screen and (max-width: 1802px) {
  .apple-nectar-product {
    left: 492.766px;
  }
}
@media screen and (max-width: 1801px) {
  .apple-nectar-product {
    left: 492.233px;
  }
}
@media screen and (max-width: 1800px) {
  .apple-nectar-product {
    left: 491.7px;
  }
}
@media screen and (max-width: 1799px) {
  .apple-nectar-product {
    left: 491.167px;
  }
}
@media screen and (max-width: 1798px) {
  .apple-nectar-product {
    left: 490.634px;
  }
}
@media screen and (max-width: 1797px) {
  .apple-nectar-product {
    left: 490.101px;
  }
}
@media screen and (max-width: 1796px) {
  .apple-nectar-product {
    left: 489.568px;
  }
}
@media screen and (max-width: 1795px) {
  .apple-nectar-product {
    left: 489.035px;
  }
}
@media screen and (max-width: 1794px) {
  .apple-nectar-product {
    left: 488.502px;
  }
}
@media screen and (max-width: 1793px) {
  .apple-nectar-product {
    left: 487.969px;
  }
}
@media screen and (max-width: 1792px) {
  .apple-nectar-product {
    left: 487.436px;
  }
}
@media screen and (max-width: 1791px) {
  .apple-nectar-product {
    left: 486.903px;
  }
}
@media screen and (max-width: 1790px) {
  .apple-nectar-product {
    left: 486.37px;
  }
}
@media screen and (max-width: 1789px) {
  .apple-nectar-product {
    left: 485.837px;
  }
}
@media screen and (max-width: 1788px) {
  .apple-nectar-product {
    left: 485.304px;
  }
}
@media screen and (max-width: 1787px) {
  .apple-nectar-product {
    left: 484.771px;
  }
}
@media screen and (max-width: 1786px) {
  .apple-nectar-product {
    left: 484.238px;
  }
}
@media screen and (max-width: 1785px) {
  .apple-nectar-product {
    left: 483.705px;
  }
}
@media screen and (max-width: 1784px) {
  .apple-nectar-product {
    left: 483.172px;
  }
}
@media screen and (max-width: 1783px) {
  .apple-nectar-product {
    left: 482.639px;
  }
}
@media screen and (max-width: 1782px) {
  .apple-nectar-product {
    left: 482.106px;
  }
}
@media screen and (max-width: 1781px) {
  .apple-nectar-product {
    left: 481.573px;
  }
}
@media screen and (max-width: 1780px) {
  .apple-nectar-product {
    left: 481.04px;
  }
}
@media screen and (max-width: 1779px) {
  .apple-nectar-product {
    left: 480.507px;
  }
}
@media screen and (max-width: 1778px) {
  .apple-nectar-product {
    left: 479.974px;
  }
}
@media screen and (max-width: 1777px) {
  .apple-nectar-product {
    left: 479.441px;
  }
}
@media screen and (max-width: 1776px) {
  .apple-nectar-product {
    left: 478.908px;
  }
}
@media screen and (max-width: 1775px) {
  .apple-nectar-product {
    left: 478.375px;
  }
}
@media screen and (max-width: 1774px) {
  .apple-nectar-product {
    left: 477.842px;
  }
}
@media screen and (max-width: 1773px) {
  .apple-nectar-product {
    left: 477.309px;
  }
}
@media screen and (max-width: 1772px) {
  .apple-nectar-product {
    left: 476.776px;
  }
}
@media screen and (max-width: 1771px) {
  .apple-nectar-product {
    left: 476.243px;
  }
}
@media screen and (max-width: 1770px) {
  .apple-nectar-product {
    left: 475.71px;
  }
}
@media screen and (max-width: 1769px) {
  .apple-nectar-product {
    left: 475.177px;
  }
}
@media screen and (max-width: 1768px) {
  .apple-nectar-product {
    left: 474.644px;
  }
}
@media screen and (max-width: 1767px) {
  .apple-nectar-product {
    left: 474.111px;
  }
}
@media screen and (max-width: 1766px) {
  .apple-nectar-product {
    left: 473.578px;
  }
}
@media screen and (max-width: 1765px) {
  .apple-nectar-product {
    left: 473.045px;
  }
}
@media screen and (max-width: 1764px) {
  .apple-nectar-product {
    left: 472.512px;
  }
}
@media screen and (max-width: 1763px) {
  .apple-nectar-product {
    left: 471.979px;
  }
}
@media screen and (max-width: 1762px) {
  .apple-nectar-product {
    left: 471.446px;
  }
}
@media screen and (max-width: 1761px) {
  .apple-nectar-product {
    left: 470.913px;
  }
}
@media screen and (max-width: 1760px) {
  .apple-nectar-product {
    left: 470.38px;
  }
}
@media screen and (max-width: 1759px) {
  .apple-nectar-product {
    left: 469.847px;
  }
}
@media screen and (max-width: 1758px) {
  .apple-nectar-product {
    left: 469.314px;
  }
}
@media screen and (max-width: 1757px) {
  .apple-nectar-product {
    left: 468.781px;
  }
}
@media screen and (max-width: 1756px) {
  .apple-nectar-product {
    left: 468.248px;
  }
}
@media screen and (max-width: 1755px) {
  .apple-nectar-product {
    left: 467.715px;
  }
}
@media screen and (max-width: 1754px) {
  .apple-nectar-product {
    left: 467.182px;
  }
}
@media screen and (max-width: 1753px) {
  .apple-nectar-product {
    left: 466.649px;
  }
}
@media screen and (max-width: 1752px) {
  .apple-nectar-product {
    left: 466.116px;
  }
}
@media screen and (max-width: 1751px) {
  .apple-nectar-product {
    left: 465.583px;
  }
}
@media screen and (max-width: 1750px) {
  .apple-nectar-product {
    left: 465.05px;
  }
}
@media screen and (max-width: 1749px) {
  .apple-nectar-product {
    left: 464.517px;
  }
}
@media screen and (max-width: 1748px) {
  .apple-nectar-product {
    left: 463.984px;
  }
}
@media screen and (max-width: 1747px) {
  .apple-nectar-product {
    left: 463.451px;
  }
}
@media screen and (max-width: 1746px) {
  .apple-nectar-product {
    left: 462.918px;
  }
}
@media screen and (max-width: 1745px) {
  .apple-nectar-product {
    left: 462.385px;
  }
}
@media screen and (max-width: 1744px) {
  .apple-nectar-product {
    left: 461.852px;
  }
}
@media screen and (max-width: 1743px) {
  .apple-nectar-product {
    left: 461.319px;
  }
}
@media screen and (max-width: 1742px) {
  .apple-nectar-product {
    left: 460.786px;
  }
}
@media screen and (max-width: 1741px) {
  .apple-nectar-product {
    left: 460.253px;
  }
}
@media screen and (max-width: 1740px) {
  .apple-nectar-product {
    left: 459.72px;
  }
}
@media screen and (max-width: 1739px) {
  .apple-nectar-product {
    left: 459.187px;
  }
}
@media screen and (max-width: 1738px) {
  .apple-nectar-product {
    left: 458.654px;
  }
}
@media screen and (max-width: 1737px) {
  .apple-nectar-product {
    left: 458.121px;
  }
}
@media screen and (max-width: 1736px) {
  .apple-nectar-product {
    left: 457.588px;
  }
}
@media screen and (max-width: 1735px) {
  .apple-nectar-product {
    left: 457.055px;
  }
}
@media screen and (max-width: 1734px) {
  .apple-nectar-product {
    left: 456.522px;
  }
}
@media screen and (max-width: 1733px) {
  .apple-nectar-product {
    left: 455.989px;
  }
}
@media screen and (max-width: 1732px) {
  .apple-nectar-product {
    left: 455.456px;
  }
}
@media screen and (max-width: 1731px) {
  .apple-nectar-product {
    left: 454.923px;
  }
}
@media screen and (max-width: 1730px) {
  .apple-nectar-product {
    left: 454.39px;
  }
}
@media screen and (max-width: 1729px) {
  .apple-nectar-product {
    left: 453.857px;
  }
}
@media screen and (max-width: 1728px) {
  .apple-nectar-product {
    left: 453.324px;
  }
}
@media screen and (max-width: 1727px) {
  .apple-nectar-product {
    left: 452.791px;
  }
}
@media screen and (max-width: 1726px) {
  .apple-nectar-product {
    left: 452.258px;
  }
}
@media screen and (max-width: 1725px) {
  .apple-nectar-product {
    left: 451.725px;
  }
}
@media screen and (max-width: 1724px) {
  .apple-nectar-product {
    left: 451.192px;
  }
}
@media screen and (max-width: 1723px) {
  .apple-nectar-product {
    left: 450.659px;
  }
}
@media screen and (max-width: 1722px) {
  .apple-nectar-product {
    left: 450.126px;
  }
}
@media screen and (max-width: 1721px) {
  .apple-nectar-product {
    left: 449.593px;
  }
}
@media screen and (max-width: 1720px) {
  .apple-nectar-product {
    left: 449.06px;
  }
}
@media screen and (max-width: 1719px) {
  .apple-nectar-product {
    left: 448.527px;
  }
}
@media screen and (max-width: 1718px) {
  .apple-nectar-product {
    left: 447.994px;
  }
}
@media screen and (max-width: 1717px) {
  .apple-nectar-product {
    left: 447.461px;
  }
}
@media screen and (max-width: 1716px) {
  .apple-nectar-product {
    left: 446.928px;
  }
}
@media screen and (max-width: 1715px) {
  .apple-nectar-product {
    left: 446.395px;
  }
}
@media screen and (max-width: 1714px) {
  .apple-nectar-product {
    left: 445.862px;
  }
}
@media screen and (max-width: 1713px) {
  .apple-nectar-product {
    left: 445.329px;
  }
}
@media screen and (max-width: 1712px) {
  .apple-nectar-product {
    left: 444.796px;
  }
}
@media screen and (max-width: 1711px) {
  .apple-nectar-product {
    left: 444.263px;
  }
}
@media screen and (max-width: 1710px) {
  .apple-nectar-product {
    left: 443.73px;
  }
}
@media screen and (max-width: 1709px) {
  .apple-nectar-product {
    left: 443.197px;
  }
}
@media screen and (max-width: 1708px) {
  .apple-nectar-product {
    left: 442.664px;
  }
}
@media screen and (max-width: 1707px) {
  .apple-nectar-product {
    left: 442.131px;
  }
}
@media screen and (max-width: 1706px) {
  .apple-nectar-product {
    left: 441.598px;
  }
}
@media screen and (max-width: 1705px) {
  .apple-nectar-product {
    left: 441.065px;
  }
}
@media screen and (max-width: 1704px) {
  .apple-nectar-product {
    left: 440.532px;
  }
}
@media screen and (max-width: 1703px) {
  .apple-nectar-product {
    left: 439.999px;
  }
}
@media screen and (max-width: 1702px) {
  .apple-nectar-product {
    left: 439.466px;
  }
}
@media screen and (max-width: 1701px) {
  .apple-nectar-product {
    left: 438.933px;
  }
}
@media screen and (max-width: 1700px) {
  .apple-nectar-product {
    left: 438.4px;
  }
}
@media screen and (max-width: 1699px) {
  .apple-nectar-product {
    left: 437.867px;
  }
}
@media screen and (max-width: 1698px) {
  .apple-nectar-product {
    left: 437.334px;
  }
}
@media screen and (max-width: 1697px) {
  .apple-nectar-product {
    left: 436.801px;
  }
}
@media screen and (max-width: 1696px) {
  .apple-nectar-product {
    left: 436.268px;
  }
}
@media screen and (max-width: 1695px) {
  .apple-nectar-product {
    left: 435.735px;
  }
}
@media screen and (max-width: 1694px) {
  .apple-nectar-product {
    left: 435.202px;
  }
}
@media screen and (max-width: 1693px) {
  .apple-nectar-product {
    left: 434.669px;
  }
}
@media screen and (max-width: 1692px) {
  .apple-nectar-product {
    left: 434.136px;
  }
}
@media screen and (max-width: 1691px) {
  .apple-nectar-product {
    left: 433.603px;
  }
}
@media screen and (max-width: 1690px) {
  .apple-nectar-product {
    left: 433.07px;
  }
}
@media screen and (max-width: 1689px) {
  .apple-nectar-product {
    left: 432.537px;
  }
}
@media screen and (max-width: 1688px) {
  .apple-nectar-product {
    left: 432.004px;
  }
}
@media screen and (max-width: 1687px) {
  .apple-nectar-product {
    left: 431.471px;
  }
}
@media screen and (max-width: 1686px) {
  .apple-nectar-product {
    left: 430.938px;
  }
}
@media screen and (max-width: 1685px) {
  .apple-nectar-product {
    left: 430.405px;
  }
}
@media screen and (max-width: 1684px) {
  .apple-nectar-product {
    left: 429.872px;
  }
}
@media screen and (max-width: 1683px) {
  .apple-nectar-product {
    left: 429.339px;
  }
}
@media screen and (max-width: 1682px) {
  .apple-nectar-product {
    left: 428.806px;
  }
}
@media screen and (max-width: 1681px) {
  .apple-nectar-product {
    left: 428.273px;
  }
}
@media screen and (max-width: 1680px) {
  .apple-nectar-product {
    left: 427.74px;
  }
}
@media screen and (max-width: 1679px) {
  .apple-nectar-product {
    left: 427.207px;
  }
}
@media screen and (max-width: 1678px) {
  .apple-nectar-product {
    left: 426.674px;
  }
}
@media screen and (max-width: 1677px) {
  .apple-nectar-product {
    left: 426.141px;
  }
}
@media screen and (max-width: 1676px) {
  .apple-nectar-product {
    left: 425.608px;
  }
}
@media screen and (max-width: 1675px) {
  .apple-nectar-product {
    left: 425.075px;
  }
}
@media screen and (max-width: 1674px) {
  .apple-nectar-product {
    left: 424.542px;
  }
}
@media screen and (max-width: 1673px) {
  .apple-nectar-product {
    left: 424.009px;
  }
}
@media screen and (max-width: 1672px) {
  .apple-nectar-product {
    left: 423.476px;
  }
}
@media screen and (max-width: 1671px) {
  .apple-nectar-product {
    left: 422.943px;
  }
}
@media screen and (max-width: 1670px) {
  .apple-nectar-product {
    left: 422.41px;
  }
}
@media screen and (max-width: 1669px) {
  .apple-nectar-product {
    left: 421.877px;
  }
}
@media screen and (max-width: 1668px) {
  .apple-nectar-product {
    left: 421.344px;
  }
}
@media screen and (max-width: 1667px) {
  .apple-nectar-product {
    left: 420.811px;
  }
}
@media screen and (max-width: 1666px) {
  .apple-nectar-product {
    left: 420.278px;
  }
}
@media screen and (max-width: 1665px) {
  .apple-nectar-product {
    left: 419.745px;
  }
}
@media screen and (max-width: 1664px) {
  .apple-nectar-product {
    left: 419.212px;
  }
}
@media screen and (max-width: 1663px) {
  .apple-nectar-product {
    left: 418.679px;
  }
}
@media screen and (max-width: 1662px) {
  .apple-nectar-product {
    left: 418.146px;
  }
}
@media screen and (max-width: 1661px) {
  .apple-nectar-product {
    left: 417.613px;
  }
}
@media screen and (max-width: 1660px) {
  .apple-nectar-product {
    left: 417.08px;
  }
}
@media screen and (max-width: 1659px) {
  .apple-nectar-product {
    left: 416.547px;
  }
}
@media screen and (max-width: 1658px) {
  .apple-nectar-product {
    left: 416.014px;
  }
}
@media screen and (max-width: 1657px) {
  .apple-nectar-product {
    left: 415.481px;
  }
}
@media screen and (max-width: 1656px) {
  .apple-nectar-product {
    left: 414.948px;
  }
}
@media screen and (max-width: 1655px) {
  .apple-nectar-product {
    left: 414.415px;
  }
}
@media screen and (max-width: 1654px) {
  .apple-nectar-product {
    left: 413.882px;
  }
}
@media screen and (max-width: 1653px) {
  .apple-nectar-product {
    left: 413.349px;
  }
}
@media screen and (max-width: 1652px) {
  .apple-nectar-product {
    left: 412.816px;
  }
}
@media screen and (max-width: 1651px) {
  .apple-nectar-product {
    left: 412.283px;
  }
}
@media screen and (max-width: 1650px) {
  .apple-nectar-product {
    left: 411.75px;
  }
}
@media screen and (max-width: 1649px) {
  .apple-nectar-product {
    left: 411.217px;
  }
}
@media screen and (max-width: 1648px) {
  .apple-nectar-product {
    left: 410.684px;
  }
}
@media screen and (max-width: 1647px) {
  .apple-nectar-product {
    left: 410.151px;
  }
}
@media screen and (max-width: 1646px) {
  .apple-nectar-product {
    left: 409.618px;
  }
}
@media screen and (max-width: 1645px) {
  .apple-nectar-product {
    left: 409.085px;
  }
}
@media screen and (max-width: 1644px) {
  .apple-nectar-product {
    left: 408.552px;
  }
}
@media screen and (max-width: 1643px) {
  .apple-nectar-product {
    left: 408.019px;
  }
}
@media screen and (max-width: 1642px) {
  .apple-nectar-product {
    left: 407.486px;
  }
}
@media screen and (max-width: 1641px) {
  .apple-nectar-product {
    left: 406.953px;
  }
}
@media screen and (max-width: 1640px) {
  .apple-nectar-product {
    left: 406.42px;
  }
}
@media screen and (max-width: 1639px) {
  .apple-nectar-product {
    left: 405.887px;
  }
}
@media screen and (max-width: 1638px) {
  .apple-nectar-product {
    left: 405.354px;
  }
}
@media screen and (max-width: 1637px) {
  .apple-nectar-product {
    left: 404.821px;
  }
}
@media screen and (max-width: 1636px) {
  .apple-nectar-product {
    left: 404.288px;
  }
}
@media screen and (max-width: 1635px) {
  .apple-nectar-product {
    left: 403.755px;
  }
}
@media screen and (max-width: 1634px) {
  .apple-nectar-product {
    left: 403.222px;
  }
}
@media screen and (max-width: 1633px) {
  .apple-nectar-product {
    left: 402.689px;
  }
}
@media screen and (max-width: 1632px) {
  .apple-nectar-product {
    left: 402.156px;
  }
}
@media screen and (max-width: 1631px) {
  .apple-nectar-product {
    left: 401.623px;
  }
}
@media screen and (max-width: 1630px) {
  .apple-nectar-product {
    left: 401.09px;
  }
}
@media screen and (max-width: 1629px) {
  .apple-nectar-product {
    left: 400.557px;
  }
}
@media screen and (max-width: 1628px) {
  .apple-nectar-product {
    left: 400.024px;
  }
}
@media screen and (max-width: 1627px) {
  .apple-nectar-product {
    left: 399.491px;
  }
}
@media screen and (max-width: 1626px) {
  .apple-nectar-product {
    left: 398.958px;
  }
}
@media screen and (max-width: 1625px) {
  .apple-nectar-product {
    left: 398.425px;
  }
}
@media screen and (max-width: 1624px) {
  .apple-nectar-product {
    left: 397.892px;
  }
}
@media screen and (max-width: 1623px) {
  .apple-nectar-product {
    left: 397.359px;
  }
}
@media screen and (max-width: 1622px) {
  .apple-nectar-product {
    left: 396.826px;
  }
}
@media screen and (max-width: 1621px) {
  .apple-nectar-product {
    left: 396.293px;
  }
}
@media screen and (max-width: 1620px) {
  .apple-nectar-product {
    left: 395.76px;
  }
}
@media screen and (max-width: 1619px) {
  .apple-nectar-product {
    left: 395.227px;
  }
}
@media screen and (max-width: 1618px) {
  .apple-nectar-product {
    left: 394.694px;
  }
}
@media screen and (max-width: 1617px) {
  .apple-nectar-product {
    left: 394.161px;
  }
}
@media screen and (max-width: 1616px) {
  .apple-nectar-product {
    left: 393.628px;
  }
}
@media screen and (max-width: 1615px) {
  .apple-nectar-product {
    left: 393.095px;
  }
}
@media screen and (max-width: 1614px) {
  .apple-nectar-product {
    left: 392.562px;
  }
}
@media screen and (max-width: 1613px) {
  .apple-nectar-product {
    left: 392.029px;
  }
}
@media screen and (max-width: 1612px) {
  .apple-nectar-product {
    left: 391.496px;
  }
}
@media screen and (max-width: 1611px) {
  .apple-nectar-product {
    left: 390.963px;
  }
}
@media screen and (max-width: 1610px) {
  .apple-nectar-product {
    left: 390.43px;
  }
}
@media screen and (max-width: 1609px) {
  .apple-nectar-product {
    left: 389.897px;
  }
}
@media screen and (max-width: 1608px) {
  .apple-nectar-product {
    left: 389.364px;
  }
}
@media screen and (max-width: 1607px) {
  .apple-nectar-product {
    left: 388.831px;
  }
}
@media screen and (max-width: 1606px) {
  .apple-nectar-product {
    left: 388.298px;
  }
}
@media screen and (max-width: 1605px) {
  .apple-nectar-product {
    left: 387.765px;
  }
}
@media screen and (max-width: 1604px) {
  .apple-nectar-product {
    left: 387.232px;
  }
}
@media screen and (max-width: 1603px) {
  .apple-nectar-product {
    left: 386.699px;
  }
}
@media screen and (max-width: 1602px) {
  .apple-nectar-product {
    left: 386.166px;
  }
}
@media screen and (max-width: 1601px) {
  .apple-nectar-product {
    left: 385.633px;
  }
}
@media screen and (max-width: 1600px) {
  .apple-nectar-product {
    left: 385.1px;
  }
}
@media screen and (max-width: 1599px) {
  .apple-nectar-product {
    left: 384.567px;
  }
}
@media screen and (max-width: 1598px) {
  .apple-nectar-product {
    left: 384.034px;
  }
}
@media screen and (max-width: 1597px) {
  .apple-nectar-product {
    left: 383.501px;
  }
}
@media screen and (max-width: 1596px) {
  .apple-nectar-product {
    left: 382.968px;
  }
}
@media screen and (max-width: 1595px) {
  .apple-nectar-product {
    left: 382.435px;
  }
}
@media screen and (max-width: 1594px) {
  .apple-nectar-product {
    left: 381.902px;
  }
}
@media screen and (max-width: 1593px) {
  .apple-nectar-product {
    left: 381.369px;
  }
}
@media screen and (max-width: 1592px) {
  .apple-nectar-product {
    left: 380.836px;
  }
}
@media screen and (max-width: 1591px) {
  .apple-nectar-product {
    left: 380.303px;
  }
}
@media screen and (max-width: 1590px) {
  .apple-nectar-product {
    left: 379.77px;
  }
}
@media screen and (max-width: 1589px) {
  .apple-nectar-product {
    left: 379.237px;
  }
}
@media screen and (max-width: 1588px) {
  .apple-nectar-product {
    left: 378.704px;
  }
}
@media screen and (max-width: 1587px) {
  .apple-nectar-product {
    left: 378.171px;
  }
}
@media screen and (max-width: 1586px) {
  .apple-nectar-product {
    left: 377.638px;
  }
}
@media screen and (max-width: 1585px) {
  .apple-nectar-product {
    left: 377.105px;
  }
}
@media screen and (max-width: 1584px) {
  .apple-nectar-product {
    left: 376.572px;
  }
}
@media screen and (max-width: 1583px) {
  .apple-nectar-product {
    left: 376.039px;
  }
}
@media screen and (max-width: 1582px) {
  .apple-nectar-product {
    left: 375.506px;
  }
}
@media screen and (max-width: 1581px) {
  .apple-nectar-product {
    left: 374.973px;
  }
}
@media screen and (max-width: 1580px) {
  .apple-nectar-product {
    left: 374.44px;
  }
}
@media screen and (max-width: 1579px) {
  .apple-nectar-product {
    left: 373.907px;
  }
}
@media screen and (max-width: 1578px) {
  .apple-nectar-product {
    left: 373.374px;
  }
}
@media screen and (max-width: 1577px) {
  .apple-nectar-product {
    left: 372.841px;
  }
}
@media screen and (max-width: 1576px) {
  .apple-nectar-product {
    left: 372.308px;
  }
}
@media screen and (max-width: 1575px) {
  .apple-nectar-product {
    left: 371.775px;
  }
}
@media screen and (max-width: 1574px) {
  .apple-nectar-product {
    left: 371.242px;
  }
}
@media screen and (max-width: 1573px) {
  .apple-nectar-product {
    left: 370.709px;
  }
}
@media screen and (max-width: 1572px) {
  .apple-nectar-product {
    left: 370.176px;
  }
}
@media screen and (max-width: 1571px) {
  .apple-nectar-product {
    left: 369.643px;
  }
}
@media screen and (max-width: 1570px) {
  .apple-nectar-product {
    left: 369.11px;
  }
}
@media screen and (max-width: 1569px) {
  .apple-nectar-product {
    left: 368.577px;
  }
}
@media screen and (max-width: 1568px) {
  .apple-nectar-product {
    left: 368.044px;
  }
}
@media screen and (max-width: 1567px) {
  .apple-nectar-product {
    left: 367.511px;
  }
}
@media screen and (max-width: 1566px) {
  .apple-nectar-product {
    left: 366.978px;
  }
}
@media screen and (max-width: 1565px) {
  .apple-nectar-product {
    left: 366.445px;
  }
}
@media screen and (max-width: 1564px) {
  .apple-nectar-product {
    left: 365.912px;
  }
}
@media screen and (max-width: 1563px) {
  .apple-nectar-product {
    left: 365.379px;
  }
}
@media screen and (max-width: 1562px) {
  .apple-nectar-product {
    left: 364.846px;
  }
}
@media screen and (max-width: 1561px) {
  .apple-nectar-product {
    left: 364.313px;
  }
}
@media screen and (max-width: 1560px) {
  .apple-nectar-product {
    left: 363.78px;
  }
}
@media screen and (max-width: 1559px) {
  .apple-nectar-product {
    left: 363.247px;
  }
}
@media screen and (max-width: 1558px) {
  .apple-nectar-product {
    left: 362.714px;
  }
}
@media screen and (max-width: 1557px) {
  .apple-nectar-product {
    left: 362.181px;
  }
}
@media screen and (max-width: 1556px) {
  .apple-nectar-product {
    left: 361.648px;
  }
}
@media screen and (max-width: 1555px) {
  .apple-nectar-product {
    left: 361.115px;
  }
}
@media screen and (max-width: 1554px) {
  .apple-nectar-product {
    left: 360.582px;
  }
}
@media screen and (max-width: 1553px) {
  .apple-nectar-product {
    left: 360.049px;
  }
}
@media screen and (max-width: 1552px) {
  .apple-nectar-product {
    left: 359.516px;
  }
}
@media screen and (max-width: 1551px) {
  .apple-nectar-product {
    left: 358.983px;
  }
}
@media screen and (max-width: 1550px) {
  .apple-nectar-product {
    left: 358.45px;
  }
}
@media screen and (max-width: 1549px) {
  .apple-nectar-product {
    left: 357.917px;
  }
}
@media screen and (max-width: 1548px) {
  .apple-nectar-product {
    left: 357.384px;
  }
}
@media screen and (max-width: 1547px) {
  .apple-nectar-product {
    left: 356.851px;
  }
}
@media screen and (max-width: 1546px) {
  .apple-nectar-product {
    left: 356.318px;
  }
}
@media screen and (max-width: 1545px) {
  .apple-nectar-product {
    left: 355.785px;
  }
}
@media screen and (max-width: 1544px) {
  .apple-nectar-product {
    left: 355.252px;
  }
}
@media screen and (max-width: 1543px) {
  .apple-nectar-product {
    left: 354.719px;
  }
}
@media screen and (max-width: 1542px) {
  .apple-nectar-product {
    left: 354.186px;
  }
}
@media screen and (max-width: 1541px) {
  .apple-nectar-product {
    left: 353.653px;
  }
}
@media screen and (max-width: 1540px) {
  .apple-nectar-product {
    left: 353.12px;
  }
}
@media screen and (max-width: 1539px) {
  .apple-nectar-product {
    left: 352.587px;
  }
}
@media screen and (max-width: 1538px) {
  .apple-nectar-product {
    left: 352.054px;
  }
}
@media screen and (max-width: 1537px) {
  .apple-nectar-product {
    left: 351.521px;
  }
}
@media screen and (max-width: 1536px) {
  .apple-nectar-product {
    left: 350.988px;
  }
}
@media screen and (max-width: 1535px) {
  .apple-nectar-product {
    left: 350.455px;
  }
}
@media screen and (max-width: 1534px) {
  .apple-nectar-product {
    left: 349.922px;
  }
}
@media screen and (max-width: 1533px) {
  .apple-nectar-product {
    left: 349.389px;
  }
}
@media screen and (max-width: 1532px) {
  .apple-nectar-product {
    left: 348.856px;
  }
}
@media screen and (max-width: 1531px) {
  .apple-nectar-product {
    left: 348.323px;
  }
}
@media screen and (max-width: 1530px) {
  .apple-nectar-product {
    left: 347.79px;
  }
}
@media screen and (max-width: 1529px) {
  .apple-nectar-product {
    left: 347.257px;
  }
}
@media screen and (max-width: 1528px) {
  .apple-nectar-product {
    left: 346.724px;
  }
}
@media screen and (max-width: 1527px) {
  .apple-nectar-product {
    left: 346.191px;
  }
}
@media screen and (max-width: 1526px) {
  .apple-nectar-product {
    left: 345.658px;
  }
}
@media screen and (max-width: 1525px) {
  .apple-nectar-product {
    left: 345.125px;
  }
}
@media screen and (max-width: 1524px) {
  .apple-nectar-product {
    left: 344.592px;
  }
}
@media screen and (max-width: 1523px) {
  .apple-nectar-product {
    left: 344.059px;
  }
}
@media screen and (max-width: 1522px) {
  .apple-nectar-product {
    left: 343.526px;
  }
}
@media screen and (max-width: 1521px) {
  .apple-nectar-product {
    left: 342.993px;
  }
}
@media screen and (max-width: 1520px) {
  .apple-nectar-product {
    left: 342.46px;
  }
}
@media screen and (max-width: 1519px) {
  .apple-nectar-product {
    left: 341.927px;
  }
}
@media screen and (max-width: 1518px) {
  .apple-nectar-product {
    left: 341.394px;
  }
}
@media screen and (max-width: 1517px) {
  .apple-nectar-product {
    left: 340.861px;
  }
}
@media screen and (max-width: 1516px) {
  .apple-nectar-product {
    left: 340.328px;
  }
}
@media screen and (max-width: 1515px) {
  .apple-nectar-product {
    left: 339.795px;
  }
}
@media screen and (max-width: 1514px) {
  .apple-nectar-product {
    left: 339.262px;
  }
}
@media screen and (max-width: 1513px) {
  .apple-nectar-product {
    left: 338.729px;
  }
}
@media screen and (max-width: 1512px) {
  .apple-nectar-product {
    left: 338.196px;
  }
}
@media screen and (max-width: 1511px) {
  .apple-nectar-product {
    left: 337.663px;
  }
}
@media screen and (max-width: 1510px) {
  .apple-nectar-product {
    left: 337.13px;
  }
}
@media screen and (max-width: 1509px) {
  .apple-nectar-product {
    left: 336.597px;
  }
}
@media screen and (max-width: 1508px) {
  .apple-nectar-product {
    left: 336.064px;
  }
}
@media screen and (max-width: 1507px) {
  .apple-nectar-product {
    left: 335.531px;
  }
}
@media screen and (max-width: 1506px) {
  .apple-nectar-product {
    left: 334.998px;
  }
}
@media screen and (max-width: 1505px) {
  .apple-nectar-product {
    left: 334.465px;
  }
}
@media screen and (max-width: 1504px) {
  .apple-nectar-product {
    left: 333.932px;
  }
}
@media screen and (max-width: 1503px) {
  .apple-nectar-product {
    left: 333.399px;
  }
}
@media screen and (max-width: 1502px) {
  .apple-nectar-product {
    left: 332.866px;
  }
}
@media screen and (max-width: 1501px) {
  .apple-nectar-product {
    left: 332.333px;
  }
}
@media screen and (max-width: 1500px) {
  .apple-nectar-product {
    left: 331.8px;
  }
}
@media screen and (max-width: 1499px) {
  .apple-nectar-product {
    left: 331.267px;
  }
}
@media screen and (max-width: 1498px) {
  .apple-nectar-product {
    left: 330.734px;
  }
}
@media screen and (max-width: 1497px) {
  .apple-nectar-product {
    left: 330.201px;
  }
}
@media screen and (max-width: 1496px) {
  .apple-nectar-product {
    left: 329.668px;
  }
}
@media screen and (max-width: 1495px) {
  .apple-nectar-product {
    left: 329.135px;
  }
}
@media screen and (max-width: 1494px) {
  .apple-nectar-product {
    left: 328.602px;
  }
}
@media screen and (max-width: 1493px) {
  .apple-nectar-product {
    left: 328.069px;
  }
}
@media screen and (max-width: 1492px) {
  .apple-nectar-product {
    left: 327.536px;
  }
}
@media screen and (max-width: 1491px) {
  .apple-nectar-product {
    left: 327.003px;
  }
}
@media screen and (max-width: 1490px) {
  .apple-nectar-product {
    left: 326.47px;
  }
}
@media screen and (max-width: 1489px) {
  .apple-nectar-product {
    left: 325.937px;
  }
}
@media screen and (max-width: 1488px) {
  .apple-nectar-product {
    left: 325.404px;
  }
}
@media screen and (max-width: 1487px) {
  .apple-nectar-product {
    left: 324.871px;
  }
}
@media screen and (max-width: 1486px) {
  .apple-nectar-product {
    left: 324.338px;
  }
}
@media screen and (max-width: 1485px) {
  .apple-nectar-product {
    left: 323.805px;
  }
}
@media screen and (max-width: 1484px) {
  .apple-nectar-product {
    left: 323.272px;
  }
}
@media screen and (max-width: 1483px) {
  .apple-nectar-product {
    left: 322.739px;
  }
}
@media screen and (max-width: 1482px) {
  .apple-nectar-product {
    left: 322.206px;
  }
}
@media screen and (max-width: 1481px) {
  .apple-nectar-product {
    left: 321.673px;
  }
}
@media screen and (max-width: 1480px) {
  .apple-nectar-product {
    left: 321.14px;
  }
}
@media screen and (max-width: 1479px) {
  .apple-nectar-product {
    left: 320.607px;
  }
}
@media screen and (max-width: 1478px) {
  .apple-nectar-product {
    left: 320.074px;
  }
}
@media screen and (max-width: 1477px) {
  .apple-nectar-product {
    left: 319.541px;
  }
}
@media screen and (max-width: 1476px) {
  .apple-nectar-product {
    left: 319.008px;
  }
}
@media screen and (max-width: 1475px) {
  .apple-nectar-product {
    left: 318.475px;
  }
}
@media screen and (max-width: 1474px) {
  .apple-nectar-product {
    left: 317.942px;
  }
}
@media screen and (max-width: 1473px) {
  .apple-nectar-product {
    left: 317.409px;
  }
}
@media screen and (max-width: 1472px) {
  .apple-nectar-product {
    left: 316.876px;
  }
}
@media screen and (max-width: 1471px) {
  .apple-nectar-product {
    left: 316.343px;
  }
}
@media screen and (max-width: 1470px) {
  .apple-nectar-product {
    left: 315.81px;
  }
}
@media screen and (max-width: 1469px) {
  .apple-nectar-product {
    left: 315.277px;
  }
}
@media screen and (max-width: 1468px) {
  .apple-nectar-product {
    left: 314.744px;
  }
}
@media screen and (max-width: 1467px) {
  .apple-nectar-product {
    left: 314.211px;
  }
}
@media screen and (max-width: 1466px) {
  .apple-nectar-product {
    left: 313.678px;
  }
}
@media screen and (max-width: 1465px) {
  .apple-nectar-product {
    left: 313.145px;
  }
}
@media screen and (max-width: 1464px) {
  .apple-nectar-product {
    left: 312.612px;
  }
}
@media screen and (max-width: 1463px) {
  .apple-nectar-product {
    left: 312.079px;
  }
}
@media screen and (max-width: 1462px) {
  .apple-nectar-product {
    left: 311.546px;
  }
}
@media screen and (max-width: 1461px) {
  .apple-nectar-product {
    left: 311.013px;
  }
}
@media screen and (max-width: 1460px) {
  .apple-nectar-product {
    left: 310.48px;
  }
}
@media screen and (max-width: 1459px) {
  .apple-nectar-product {
    left: 309.947px;
  }
}
@media screen and (max-width: 1458px) {
  .apple-nectar-product {
    left: 309.414px;
  }
}
@media screen and (max-width: 1457px) {
  .apple-nectar-product {
    left: 308.881px;
  }
}
@media screen and (max-width: 1456px) {
  .apple-nectar-product {
    left: 308.348px;
  }
}
@media screen and (max-width: 1455px) {
  .apple-nectar-product {
    left: 307.815px;
  }
}
@media screen and (max-width: 1454px) {
  .apple-nectar-product {
    left: 307.282px;
  }
}
@media screen and (max-width: 1453px) {
  .apple-nectar-product {
    left: 306.749px;
  }
}
@media screen and (max-width: 1452px) {
  .apple-nectar-product {
    left: 306.216px;
  }
}
@media screen and (max-width: 1451px) {
  .apple-nectar-product {
    left: 305.683px;
  }
}
@media screen and (max-width: 1450px) {
  .apple-nectar-product {
    left: 305.15px;
  }
}
@media screen and (max-width: 1449px) {
  .apple-nectar-product {
    left: 304.617px;
  }
}
@media screen and (max-width: 1448px) {
  .apple-nectar-product {
    left: 304.084px;
  }
}
@media screen and (max-width: 1447px) {
  .apple-nectar-product {
    left: 303.551px;
  }
}
@media screen and (max-width: 1446px) {
  .apple-nectar-product {
    left: 303.018px;
  }
}
@media screen and (max-width: 1445px) {
  .apple-nectar-product {
    left: 302.485px;
  }
}
@media screen and (max-width: 1444px) {
  .apple-nectar-product {
    left: 301.952px;
  }
}
@media screen and (max-width: 1443px) {
  .apple-nectar-product {
    left: 301.419px;
  }
}
@media screen and (max-width: 1442px) {
  .apple-nectar-product {
    left: 300.886px;
  }
}
@media screen and (max-width: 1441px) {
  .apple-nectar-product {
    left: 300.353px;
  }
}
@media screen and (max-width: 1440px) {
  .apple-nectar-product {
    left: 299.82px;
  }
}
@media screen and (max-width: 1439px) {
  .apple-nectar-product {
    left: 299.287px;
  }
}
@media screen and (max-width: 1438px) {
  .apple-nectar-product {
    left: 298.754px;
  }
}
@media screen and (max-width: 1437px) {
  .apple-nectar-product {
    left: 298.221px;
  }
}
@media screen and (max-width: 1436px) {
  .apple-nectar-product {
    left: 297.688px;
  }
}
@media screen and (max-width: 1435px) {
  .apple-nectar-product {
    left: 297.155px;
  }
}
@media screen and (max-width: 1434px) {
  .apple-nectar-product {
    left: 296.622px;
  }
}
@media screen and (max-width: 1433px) {
  .apple-nectar-product {
    left: 296.089px;
  }
}
@media screen and (max-width: 1432px) {
  .apple-nectar-product {
    left: 295.556px;
  }
}
@media screen and (max-width: 1431px) {
  .apple-nectar-product {
    left: 295.023px;
  }
}
@media screen and (max-width: 1430px) {
  .apple-nectar-product {
    left: 294.49px;
  }
}
@media screen and (max-width: 1429px) {
  .apple-nectar-product {
    left: 293.957px;
  }
}
@media screen and (max-width: 1428px) {
  .apple-nectar-product {
    left: 293.424px;
  }
}
@media screen and (max-width: 1427px) {
  .apple-nectar-product {
    left: 292.891px;
  }
}
@media screen and (max-width: 1426px) {
  .apple-nectar-product {
    left: 292.358px;
  }
}
@media screen and (max-width: 1425px) {
  .apple-nectar-product {
    left: 291.825px;
  }
}
@media screen and (max-width: 1424px) {
  .apple-nectar-product {
    left: 291.292px;
  }
}
@media screen and (max-width: 1423px) {
  .apple-nectar-product {
    left: 290.759px;
  }
}
@media screen and (max-width: 1422px) {
  .apple-nectar-product {
    left: 290.226px;
  }
}
@media screen and (max-width: 1421px) {
  .apple-nectar-product {
    left: 289.693px;
  }
}
@media screen and (max-width: 1420px) {
  .apple-nectar-product {
    left: 289.16px;
  }
}
@media screen and (max-width: 1419px) {
  .apple-nectar-product {
    left: 288.627px;
  }
}
@media screen and (max-width: 1418px) {
  .apple-nectar-product {
    left: 288.094px;
  }
}
@media screen and (max-width: 1417px) {
  .apple-nectar-product {
    left: 287.561px;
  }
}
@media screen and (max-width: 1416px) {
  .apple-nectar-product {
    left: 287.028px;
  }
}
@media screen and (max-width: 1415px) {
  .apple-nectar-product {
    left: 286.495px;
  }
}
@media screen and (max-width: 1414px) {
  .apple-nectar-product {
    left: 285.962px;
  }
}
@media screen and (max-width: 1413px) {
  .apple-nectar-product {
    left: 285.429px;
  }
}
@media screen and (max-width: 1412px) {
  .apple-nectar-product {
    left: 284.896px;
  }
}
@media screen and (max-width: 1411px) {
  .apple-nectar-product {
    left: 284.363px;
  }
}
@media screen and (max-width: 1410px) {
  .apple-nectar-product {
    left: 283.83px;
  }
}
@media screen and (max-width: 1409px) {
  .apple-nectar-product {
    left: 283.297px;
  }
}
@media screen and (max-width: 1408px) {
  .apple-nectar-product {
    left: 282.764px;
  }
}
@media screen and (max-width: 1407px) {
  .apple-nectar-product {
    left: 282.231px;
  }
}
@media screen and (max-width: 1406px) {
  .apple-nectar-product {
    left: 281.698px;
  }
}
@media screen and (max-width: 1405px) {
  .apple-nectar-product {
    left: 281.165px;
  }
}
@media screen and (max-width: 1404px) {
  .apple-nectar-product {
    left: 280.632px;
  }
}
@media screen and (max-width: 1403px) {
  .apple-nectar-product {
    left: 280.099px;
  }
}
@media screen and (max-width: 1402px) {
  .apple-nectar-product {
    left: 279.566px;
  }
}
@media screen and (max-width: 1401px) {
  .apple-nectar-product {
    left: 279.033px;
  }
}
@media screen and (max-width: 1400px) {
  .apple-nectar-product {
    left: 278.5px;
  }
}
@media screen and (max-width: 1399px) {
  .apple-nectar-product {
    left: 277.967px;
  }
}
@media screen and (max-width: 1398px) {
  .apple-nectar-product {
    left: 277.434px;
  }
}
@media screen and (max-width: 1397px) {
  .apple-nectar-product {
    left: 276.901px;
  }
}
@media screen and (max-width: 1396px) {
  .apple-nectar-product {
    left: 276.368px;
  }
}
@media screen and (max-width: 1395px) {
  .apple-nectar-product {
    left: 275.835px;
  }
}
@media screen and (max-width: 1394px) {
  .apple-nectar-product {
    left: 275.302px;
  }
}
@media screen and (max-width: 1393px) {
  .apple-nectar-product {
    left: 274.769px;
  }
}
@media screen and (max-width: 1392px) {
  .apple-nectar-product {
    left: 274.236px;
  }
}
@media screen and (max-width: 1391px) {
  .apple-nectar-product {
    left: 273.703px;
  }
}
@media screen and (max-width: 1390px) {
  .apple-nectar-product {
    left: 273.17px;
  }
}
@media screen and (max-width: 1389px) {
  .apple-nectar-product {
    left: 272.637px;
  }
}
@media screen and (max-width: 1388px) {
  .apple-nectar-product {
    left: 272.104px;
  }
}
@media screen and (max-width: 1387px) {
  .apple-nectar-product {
    left: 271.571px;
  }
}
@media screen and (max-width: 1386px) {
  .apple-nectar-product {
    left: 271.038px;
  }
}
@media screen and (max-width: 1385px) {
  .apple-nectar-product {
    left: 270.505px;
  }
}
@media screen and (max-width: 1384px) {
  .apple-nectar-product {
    left: 269.972px;
  }
}
@media screen and (max-width: 1383px) {
  .apple-nectar-product {
    left: 269.439px;
  }
}
@media screen and (max-width: 1382px) {
  .apple-nectar-product {
    left: 268.906px;
  }
}
@media screen and (max-width: 1381px) {
  .apple-nectar-product {
    left: 268.373px;
  }
}
@media screen and (max-width: 1380px) {
  .apple-nectar-product {
    left: 267.84px;
  }
}
@media screen and (max-width: 1379px) {
  .apple-nectar-product {
    left: 267.307px;
  }
}
@media screen and (max-width: 1378px) {
  .apple-nectar-product {
    left: 266.774px;
  }
}
@media screen and (max-width: 1377px) {
  .apple-nectar-product {
    left: 266.241px;
  }
}
@media screen and (max-width: 1376px) {
  .apple-nectar-product {
    left: 265.708px;
  }
}
@media screen and (max-width: 1375px) {
  .apple-nectar-product {
    left: 265.175px;
  }
}
@media screen and (max-width: 1374px) {
  .apple-nectar-product {
    left: 264.642px;
  }
}
@media screen and (max-width: 1373px) {
  .apple-nectar-product {
    left: 264.109px;
  }
}
@media screen and (max-width: 1372px) {
  .apple-nectar-product {
    left: 263.576px;
  }
}
@media screen and (max-width: 1371px) {
  .apple-nectar-product {
    left: 263.043px;
  }
}
@media screen and (max-width: 1370px) {
  .apple-nectar-product {
    left: 262.51px;
  }
}
@media screen and (max-width: 1369px) {
  .apple-nectar-product {
    left: 261.977px;
  }
}
@media screen and (max-width: 1368px) {
  .apple-nectar-product {
    left: 261.444px;
  }
}
@media screen and (max-width: 1367px) {
  .apple-nectar-product {
    left: 260.911px;
  }
}
@media screen and (max-width: 1366px) {
  .apple-nectar-product {
    left: 260.378px;
  }
}
@media screen and (max-width: 1365px) {
  .apple-nectar-product {
    left: 259.845px;
  }
}
@media screen and (max-width: 1364px) {
  .apple-nectar-product {
    left: 259.312px;
  }
}
@media screen and (max-width: 1363px) {
  .apple-nectar-product {
    left: 258.779px;
  }
}
@media screen and (max-width: 1362px) {
  .apple-nectar-product {
    left: 258.246px;
  }
}
@media screen and (max-width: 1361px) {
  .apple-nectar-product {
    left: 257.713px;
  }
}
@media screen and (max-width: 1360px) {
  .apple-nectar-product {
    left: 257.18px;
  }
}
@media screen and (max-width: 1359px) {
  .apple-nectar-product {
    left: 256.647px;
  }
}
@media screen and (max-width: 1358px) {
  .apple-nectar-product {
    left: 256.114px;
  }
}
@media screen and (max-width: 1357px) {
  .apple-nectar-product {
    left: 255.581px;
  }
}
@media screen and (max-width: 1356px) {
  .apple-nectar-product {
    left: 255.048px;
  }
}
@media screen and (max-width: 1355px) {
  .apple-nectar-product {
    left: 254.515px;
  }
}
@media screen and (max-width: 1354px) {
  .apple-nectar-product {
    left: 253.982px;
  }
}
@media screen and (max-width: 1353px) {
  .apple-nectar-product {
    left: 253.449px;
  }
}
@media screen and (max-width: 1352px) {
  .apple-nectar-product {
    left: 252.916px;
  }
}
@media screen and (max-width: 1351px) {
  .apple-nectar-product {
    left: 252.383px;
  }
}
@media screen and (max-width: 1350px) {
  .apple-nectar-product {
    left: 251.85px;
  }
}
@media screen and (max-width: 1349px) {
  .apple-nectar-product {
    left: 251.317px;
  }
}
@media screen and (max-width: 1348px) {
  .apple-nectar-product {
    left: 250.784px;
  }
}
@media screen and (max-width: 1347px) {
  .apple-nectar-product {
    left: 250.251px;
  }
}
@media screen and (max-width: 1346px) {
  .apple-nectar-product {
    left: 249.718px;
  }
}
@media screen and (max-width: 1345px) {
  .apple-nectar-product {
    left: 249.185px;
  }
}
@media screen and (max-width: 1344px) {
  .apple-nectar-product {
    left: 248.652px;
  }
}
@media screen and (max-width: 1343px) {
  .apple-nectar-product {
    left: 248.119px;
  }
}
@media screen and (max-width: 1342px) {
  .apple-nectar-product {
    left: 247.586px;
  }
}
@media screen and (max-width: 1341px) {
  .apple-nectar-product {
    left: 247.053px;
  }
}
@media screen and (max-width: 1340px) {
  .apple-nectar-product {
    left: 246.52px;
  }
}
@media screen and (max-width: 1339px) {
  .apple-nectar-product {
    left: 245.987px;
  }
}
@media screen and (max-width: 1338px) {
  .apple-nectar-product {
    left: 245.454px;
  }
}
@media screen and (max-width: 1337px) {
  .apple-nectar-product {
    left: 244.921px;
  }
}
@media screen and (max-width: 1336px) {
  .apple-nectar-product {
    left: 244.388px;
  }
}
@media screen and (max-width: 1335px) {
  .apple-nectar-product {
    left: 243.855px;
  }
}
@media screen and (max-width: 1334px) {
  .apple-nectar-product {
    left: 243.322px;
  }
}
@media screen and (max-width: 1333px) {
  .apple-nectar-product {
    left: 242.789px;
  }
}
@media screen and (max-width: 1332px) {
  .apple-nectar-product {
    left: 242.256px;
  }
}
@media screen and (max-width: 1331px) {
  .apple-nectar-product {
    left: 241.723px;
  }
}
@media screen and (max-width: 1330px) {
  .apple-nectar-product {
    left: 241.19px;
  }
}
@media screen and (max-width: 1329px) {
  .apple-nectar-product {
    left: 240.657px;
  }
}
@media screen and (max-width: 1328px) {
  .apple-nectar-product {
    left: 240.124px;
  }
}
@media screen and (max-width: 1327px) {
  .apple-nectar-product {
    left: 239.591px;
  }
}
@media screen and (max-width: 1326px) {
  .apple-nectar-product {
    left: 239.058px;
  }
}
@media screen and (max-width: 1325px) {
  .apple-nectar-product {
    left: 238.525px;
  }
}
@media screen and (max-width: 1324px) {
  .apple-nectar-product {
    left: 237.992px;
  }
}
@media screen and (max-width: 1323px) {
  .apple-nectar-product {
    left: 237.459px;
  }
}
@media screen and (max-width: 1322px) {
  .apple-nectar-product {
    left: 236.926px;
  }
}
@media screen and (max-width: 1321px) {
  .apple-nectar-product {
    left: 236.393px;
  }
}
@media screen and (max-width: 1320px) {
  .apple-nectar-product {
    left: 235.86px;
  }
}
@media screen and (max-width: 1319px) {
  .apple-nectar-product {
    left: 235.327px;
  }
}
@media screen and (max-width: 1318px) {
  .apple-nectar-product {
    left: 234.794px;
  }
}
@media screen and (max-width: 1317px) {
  .apple-nectar-product {
    left: 234.261px;
  }
}
@media screen and (max-width: 1316px) {
  .apple-nectar-product {
    left: 233.728px;
  }
}
@media screen and (max-width: 1315px) {
  .apple-nectar-product {
    left: 233.195px;
  }
}
@media screen and (max-width: 1314px) {
  .apple-nectar-product {
    left: 232.662px;
  }
}
@media screen and (max-width: 1313px) {
  .apple-nectar-product {
    left: 232.129px;
  }
}
@media screen and (max-width: 1312px) {
  .apple-nectar-product {
    left: 231.596px;
  }
}
@media screen and (max-width: 1311px) {
  .apple-nectar-product {
    left: 231.063px;
  }
}
@media screen and (max-width: 1310px) {
  .apple-nectar-product {
    left: 230.53px;
  }
}
@media screen and (max-width: 1309px) {
  .apple-nectar-product {
    left: 229.997px;
  }
}
@media screen and (max-width: 1308px) {
  .apple-nectar-product {
    left: 229.464px;
  }
}
@media screen and (max-width: 1307px) {
  .apple-nectar-product {
    left: 228.931px;
  }
}
@media screen and (max-width: 1306px) {
  .apple-nectar-product {
    left: 228.398px;
  }
}
@media screen and (max-width: 1305px) {
  .apple-nectar-product {
    left: 227.865px;
  }
}
@media screen and (max-width: 1304px) {
  .apple-nectar-product {
    left: 227.332px;
  }
}
@media screen and (max-width: 1303px) {
  .apple-nectar-product {
    left: 226.799px;
  }
}
@media screen and (max-width: 1302px) {
  .apple-nectar-product {
    left: 226.266px;
  }
}
@media screen and (max-width: 1301px) {
  .apple-nectar-product {
    left: 225.733px;
  }
}
@media screen and (max-width: 1300px) {
  .apple-nectar-product {
    left: 225.2px;
  }
}

@media screen and (max-width: 1500px) {
  .apple-back {
    max-width: 420px;
  }
}

.apple-nectar-product img ~ div {
  position: absolute;
  left: 7rem;
  margin-top: 7rem;
  transform: rotate(-18deg);
  transform: rotate(-18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(-18deg);
  -webkit-backface-visibility: hidden;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .apple-nectar-product img ~ div {
    max-width: 250px;
    margin-top: 6rem;
  }
}

.apple-nectar-element-text {
  z-index: 1;
  position: absolute;
  text-align: center;
  margin-top: 0rem;
  right: -10rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar-element-text {
    right: -9rem;
    margin-top: 13rem;
  }
}
@media screen and (max-width: 1500px) {
  .apple-nectar-element-text {
    right: -7rem;
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .apple-nectar-element-text {
    right: 3rem;
    width: 55%;
  }
}
.apple-nectar-element-text h1 {
  font-size: 190px;
  color: rgba(0, 166, 81, 0.5);
  text-align: left;
  margin: 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  opacity: 0 !important;
}
@media screen and (max-width: 1850px) {
  .apple-nectar-element-text h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .apple-nectar-element-text h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .apple-nectar-element-text h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .apple-nectar-element-text h1 {
    font-size: 80px;
    margin-top: -6rem;
  }
}
.apple-nectar-element-text p {
  font-size: 60px;
  color: #b5c03c;
  text-align: center;
  font-weight: 700;
  margin-left: 40rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar-element-text p {
    margin-left: 4rem;
  }
}

.pomegranate-nectar {
  margin-top: 100px;
}

.pomegranate-nectar-element1 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 2rem;
  margin-top: -6rem;
}
@media screen and (max-width: 1600px) {
  .pomegranate-nectar-element1 {
    max-width: 370px;
    margin-top: -1rem;
    left: 10rem;
  }
}

.pomegranate-nectar-element2 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 47rem;
  margin-top: 42rem;
}
@media screen and (max-width: 1600px) {
  .pomegranate-nectar-element2 {
    left: 31rem;
    margin-top: 41rem;
  }
}

.pomegranate-nectar-element3 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: 0rem;
  margin-top: 46rem;
}
@media screen and (max-width: 1600px) {
  .pomegranate-nectar-element3 {
    max-width: 150px;
    margin-top: 42rem;
  }
}

.pomegranate-nectar-product {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: 18rem;
  margin-top: -8rem;
}
@media screen and (max-width: 1900px) {
  .pomegranate-nectar-product {
    right: 287.467px;
  }
}
@media screen and (max-width: 1899px) {
  .pomegranate-nectar-product {
    right: 286.934px;
  }
}
@media screen and (max-width: 1898px) {
  .pomegranate-nectar-product {
    right: 286.401px;
  }
}
@media screen and (max-width: 1897px) {
  .pomegranate-nectar-product {
    right: 285.868px;
  }
}
@media screen and (max-width: 1896px) {
  .pomegranate-nectar-product {
    right: 285.335px;
  }
}
@media screen and (max-width: 1895px) {
  .pomegranate-nectar-product {
    right: 284.802px;
  }
}
@media screen and (max-width: 1894px) {
  .pomegranate-nectar-product {
    right: 284.269px;
  }
}
@media screen and (max-width: 1893px) {
  .pomegranate-nectar-product {
    right: 283.736px;
  }
}
@media screen and (max-width: 1892px) {
  .pomegranate-nectar-product {
    right: 283.203px;
  }
}
@media screen and (max-width: 1891px) {
  .pomegranate-nectar-product {
    right: 282.67px;
  }
}
@media screen and (max-width: 1890px) {
  .pomegranate-nectar-product {
    right: 282.137px;
  }
}
@media screen and (max-width: 1889px) {
  .pomegranate-nectar-product {
    right: 281.604px;
  }
}
@media screen and (max-width: 1888px) {
  .pomegranate-nectar-product {
    right: 281.071px;
  }
}
@media screen and (max-width: 1887px) {
  .pomegranate-nectar-product {
    right: 280.538px;
  }
}
@media screen and (max-width: 1886px) {
  .pomegranate-nectar-product {
    right: 280.005px;
  }
}
@media screen and (max-width: 1885px) {
  .pomegranate-nectar-product {
    right: 279.472px;
  }
}
@media screen and (max-width: 1884px) {
  .pomegranate-nectar-product {
    right: 278.939px;
  }
}
@media screen and (max-width: 1883px) {
  .pomegranate-nectar-product {
    right: 278.406px;
  }
}
@media screen and (max-width: 1882px) {
  .pomegranate-nectar-product {
    right: 277.873px;
  }
}
@media screen and (max-width: 1881px) {
  .pomegranate-nectar-product {
    right: 277.34px;
  }
}
@media screen and (max-width: 1880px) {
  .pomegranate-nectar-product {
    right: 276.807px;
  }
}
@media screen and (max-width: 1879px) {
  .pomegranate-nectar-product {
    right: 276.274px;
  }
}
@media screen and (max-width: 1878px) {
  .pomegranate-nectar-product {
    right: 275.741px;
  }
}
@media screen and (max-width: 1877px) {
  .pomegranate-nectar-product {
    right: 275.208px;
  }
}
@media screen and (max-width: 1876px) {
  .pomegranate-nectar-product {
    right: 274.675px;
  }
}
@media screen and (max-width: 1875px) {
  .pomegranate-nectar-product {
    right: 274.142px;
  }
}
@media screen and (max-width: 1874px) {
  .pomegranate-nectar-product {
    right: 273.609px;
  }
}
@media screen and (max-width: 1873px) {
  .pomegranate-nectar-product {
    right: 273.076px;
  }
}
@media screen and (max-width: 1872px) {
  .pomegranate-nectar-product {
    right: 272.543px;
  }
}
@media screen and (max-width: 1871px) {
  .pomegranate-nectar-product {
    right: 272.01px;
  }
}
@media screen and (max-width: 1870px) {
  .pomegranate-nectar-product {
    right: 271.477px;
  }
}
@media screen and (max-width: 1869px) {
  .pomegranate-nectar-product {
    right: 270.944px;
  }
}
@media screen and (max-width: 1868px) {
  .pomegranate-nectar-product {
    right: 270.411px;
  }
}
@media screen and (max-width: 1867px) {
  .pomegranate-nectar-product {
    right: 269.878px;
  }
}
@media screen and (max-width: 1866px) {
  .pomegranate-nectar-product {
    right: 269.345px;
  }
}
@media screen and (max-width: 1865px) {
  .pomegranate-nectar-product {
    right: 268.812px;
  }
}
@media screen and (max-width: 1864px) {
  .pomegranate-nectar-product {
    right: 268.279px;
  }
}
@media screen and (max-width: 1863px) {
  .pomegranate-nectar-product {
    right: 267.746px;
  }
}
@media screen and (max-width: 1862px) {
  .pomegranate-nectar-product {
    right: 267.213px;
  }
}
@media screen and (max-width: 1861px) {
  .pomegranate-nectar-product {
    right: 266.68px;
  }
}
@media screen and (max-width: 1860px) {
  .pomegranate-nectar-product {
    right: 266.147px;
  }
}
@media screen and (max-width: 1859px) {
  .pomegranate-nectar-product {
    right: 265.614px;
  }
}
@media screen and (max-width: 1858px) {
  .pomegranate-nectar-product {
    right: 265.081px;
  }
}
@media screen and (max-width: 1857px) {
  .pomegranate-nectar-product {
    right: 264.548px;
  }
}
@media screen and (max-width: 1856px) {
  .pomegranate-nectar-product {
    right: 264.015px;
  }
}
@media screen and (max-width: 1855px) {
  .pomegranate-nectar-product {
    right: 263.482px;
  }
}
@media screen and (max-width: 1854px) {
  .pomegranate-nectar-product {
    right: 262.949px;
  }
}
@media screen and (max-width: 1853px) {
  .pomegranate-nectar-product {
    right: 262.416px;
  }
}
@media screen and (max-width: 1852px) {
  .pomegranate-nectar-product {
    right: 261.883px;
  }
}
@media screen and (max-width: 1851px) {
  .pomegranate-nectar-product {
    right: 261.35px;
  }
}
@media screen and (max-width: 1850px) {
  .pomegranate-nectar-product {
    right: 260.817px;
  }
}
@media screen and (max-width: 1849px) {
  .pomegranate-nectar-product {
    right: 260.284px;
  }
}
@media screen and (max-width: 1848px) {
  .pomegranate-nectar-product {
    right: 259.751px;
  }
}
@media screen and (max-width: 1847px) {
  .pomegranate-nectar-product {
    right: 259.218px;
  }
}
@media screen and (max-width: 1846px) {
  .pomegranate-nectar-product {
    right: 258.685px;
  }
}
@media screen and (max-width: 1845px) {
  .pomegranate-nectar-product {
    right: 258.152px;
  }
}
@media screen and (max-width: 1844px) {
  .pomegranate-nectar-product {
    right: 257.619px;
  }
}
@media screen and (max-width: 1843px) {
  .pomegranate-nectar-product {
    right: 257.086px;
  }
}
@media screen and (max-width: 1842px) {
  .pomegranate-nectar-product {
    right: 256.553px;
  }
}
@media screen and (max-width: 1841px) {
  .pomegranate-nectar-product {
    right: 256.02px;
  }
}
@media screen and (max-width: 1840px) {
  .pomegranate-nectar-product {
    right: 255.487px;
  }
}
@media screen and (max-width: 1839px) {
  .pomegranate-nectar-product {
    right: 254.954px;
  }
}
@media screen and (max-width: 1838px) {
  .pomegranate-nectar-product {
    right: 254.421px;
  }
}
@media screen and (max-width: 1837px) {
  .pomegranate-nectar-product {
    right: 253.888px;
  }
}
@media screen and (max-width: 1836px) {
  .pomegranate-nectar-product {
    right: 253.355px;
  }
}
@media screen and (max-width: 1835px) {
  .pomegranate-nectar-product {
    right: 252.822px;
  }
}
@media screen and (max-width: 1834px) {
  .pomegranate-nectar-product {
    right: 252.289px;
  }
}
@media screen and (max-width: 1833px) {
  .pomegranate-nectar-product {
    right: 251.756px;
  }
}
@media screen and (max-width: 1832px) {
  .pomegranate-nectar-product {
    right: 251.223px;
  }
}
@media screen and (max-width: 1831px) {
  .pomegranate-nectar-product {
    right: 250.69px;
  }
}
@media screen and (max-width: 1830px) {
  .pomegranate-nectar-product {
    right: 250.157px;
  }
}
@media screen and (max-width: 1829px) {
  .pomegranate-nectar-product {
    right: 249.624px;
  }
}
@media screen and (max-width: 1828px) {
  .pomegranate-nectar-product {
    right: 249.091px;
  }
}
@media screen and (max-width: 1827px) {
  .pomegranate-nectar-product {
    right: 248.558px;
  }
}
@media screen and (max-width: 1826px) {
  .pomegranate-nectar-product {
    right: 248.025px;
  }
}
@media screen and (max-width: 1825px) {
  .pomegranate-nectar-product {
    right: 247.492px;
  }
}
@media screen and (max-width: 1824px) {
  .pomegranate-nectar-product {
    right: 246.959px;
  }
}
@media screen and (max-width: 1823px) {
  .pomegranate-nectar-product {
    right: 246.426px;
  }
}
@media screen and (max-width: 1822px) {
  .pomegranate-nectar-product {
    right: 245.893px;
  }
}
@media screen and (max-width: 1821px) {
  .pomegranate-nectar-product {
    right: 245.36px;
  }
}
@media screen and (max-width: 1820px) {
  .pomegranate-nectar-product {
    right: 244.827px;
  }
}
@media screen and (max-width: 1819px) {
  .pomegranate-nectar-product {
    right: 244.294px;
  }
}
@media screen and (max-width: 1818px) {
  .pomegranate-nectar-product {
    right: 243.761px;
  }
}
@media screen and (max-width: 1817px) {
  .pomegranate-nectar-product {
    right: 243.228px;
  }
}
@media screen and (max-width: 1816px) {
  .pomegranate-nectar-product {
    right: 242.695px;
  }
}
@media screen and (max-width: 1815px) {
  .pomegranate-nectar-product {
    right: 242.162px;
  }
}
@media screen and (max-width: 1814px) {
  .pomegranate-nectar-product {
    right: 241.629px;
  }
}
@media screen and (max-width: 1813px) {
  .pomegranate-nectar-product {
    right: 241.096px;
  }
}
@media screen and (max-width: 1812px) {
  .pomegranate-nectar-product {
    right: 240.563px;
  }
}
@media screen and (max-width: 1811px) {
  .pomegranate-nectar-product {
    right: 240.03px;
  }
}
@media screen and (max-width: 1810px) {
  .pomegranate-nectar-product {
    right: 239.497px;
  }
}
@media screen and (max-width: 1809px) {
  .pomegranate-nectar-product {
    right: 238.964px;
  }
}
@media screen and (max-width: 1808px) {
  .pomegranate-nectar-product {
    right: 238.431px;
  }
}
@media screen and (max-width: 1807px) {
  .pomegranate-nectar-product {
    right: 237.898px;
  }
}
@media screen and (max-width: 1806px) {
  .pomegranate-nectar-product {
    right: 237.365px;
  }
}
@media screen and (max-width: 1805px) {
  .pomegranate-nectar-product {
    right: 236.832px;
  }
}
@media screen and (max-width: 1804px) {
  .pomegranate-nectar-product {
    right: 236.299px;
  }
}
@media screen and (max-width: 1803px) {
  .pomegranate-nectar-product {
    right: 235.766px;
  }
}
@media screen and (max-width: 1802px) {
  .pomegranate-nectar-product {
    right: 235.233px;
  }
}
@media screen and (max-width: 1801px) {
  .pomegranate-nectar-product {
    right: 234.7px;
  }
}
@media screen and (max-width: 1800px) {
  .pomegranate-nectar-product {
    right: 234.167px;
  }
}
@media screen and (max-width: 1799px) {
  .pomegranate-nectar-product {
    right: 233.634px;
  }
}
@media screen and (max-width: 1798px) {
  .pomegranate-nectar-product {
    right: 233.101px;
  }
}
@media screen and (max-width: 1797px) {
  .pomegranate-nectar-product {
    right: 232.568px;
  }
}
@media screen and (max-width: 1796px) {
  .pomegranate-nectar-product {
    right: 232.035px;
  }
}
@media screen and (max-width: 1795px) {
  .pomegranate-nectar-product {
    right: 231.502px;
  }
}
@media screen and (max-width: 1794px) {
  .pomegranate-nectar-product {
    right: 230.969px;
  }
}
@media screen and (max-width: 1793px) {
  .pomegranate-nectar-product {
    right: 230.436px;
  }
}
@media screen and (max-width: 1792px) {
  .pomegranate-nectar-product {
    right: 229.903px;
  }
}
@media screen and (max-width: 1791px) {
  .pomegranate-nectar-product {
    right: 229.37px;
  }
}
@media screen and (max-width: 1790px) {
  .pomegranate-nectar-product {
    right: 228.837px;
  }
}
@media screen and (max-width: 1789px) {
  .pomegranate-nectar-product {
    right: 228.304px;
  }
}
@media screen and (max-width: 1788px) {
  .pomegranate-nectar-product {
    right: 227.771px;
  }
}
@media screen and (max-width: 1787px) {
  .pomegranate-nectar-product {
    right: 227.238px;
  }
}
@media screen and (max-width: 1786px) {
  .pomegranate-nectar-product {
    right: 226.705px;
  }
}
@media screen and (max-width: 1785px) {
  .pomegranate-nectar-product {
    right: 226.172px;
  }
}
@media screen and (max-width: 1784px) {
  .pomegranate-nectar-product {
    right: 225.639px;
  }
}
@media screen and (max-width: 1783px) {
  .pomegranate-nectar-product {
    right: 225.106px;
  }
}
@media screen and (max-width: 1782px) {
  .pomegranate-nectar-product {
    right: 224.573px;
  }
}
@media screen and (max-width: 1781px) {
  .pomegranate-nectar-product {
    right: 224.04px;
  }
}
@media screen and (max-width: 1780px) {
  .pomegranate-nectar-product {
    right: 223.507px;
  }
}
@media screen and (max-width: 1779px) {
  .pomegranate-nectar-product {
    right: 222.974px;
  }
}
@media screen and (max-width: 1778px) {
  .pomegranate-nectar-product {
    right: 222.441px;
  }
}
@media screen and (max-width: 1777px) {
  .pomegranate-nectar-product {
    right: 221.908px;
  }
}
@media screen and (max-width: 1776px) {
  .pomegranate-nectar-product {
    right: 221.375px;
  }
}
@media screen and (max-width: 1775px) {
  .pomegranate-nectar-product {
    right: 220.842px;
  }
}
@media screen and (max-width: 1774px) {
  .pomegranate-nectar-product {
    right: 220.309px;
  }
}
@media screen and (max-width: 1773px) {
  .pomegranate-nectar-product {
    right: 219.776px;
  }
}
@media screen and (max-width: 1772px) {
  .pomegranate-nectar-product {
    right: 219.243px;
  }
}
@media screen and (max-width: 1771px) {
  .pomegranate-nectar-product {
    right: 218.71px;
  }
}
@media screen and (max-width: 1770px) {
  .pomegranate-nectar-product {
    right: 218.177px;
  }
}
@media screen and (max-width: 1769px) {
  .pomegranate-nectar-product {
    right: 217.644px;
  }
}
@media screen and (max-width: 1768px) {
  .pomegranate-nectar-product {
    right: 217.111px;
  }
}
@media screen and (max-width: 1767px) {
  .pomegranate-nectar-product {
    right: 216.578px;
  }
}
@media screen and (max-width: 1766px) {
  .pomegranate-nectar-product {
    right: 216.045px;
  }
}
@media screen and (max-width: 1765px) {
  .pomegranate-nectar-product {
    right: 215.512px;
  }
}
@media screen and (max-width: 1764px) {
  .pomegranate-nectar-product {
    right: 214.979px;
  }
}
@media screen and (max-width: 1763px) {
  .pomegranate-nectar-product {
    right: 214.446px;
  }
}
@media screen and (max-width: 1762px) {
  .pomegranate-nectar-product {
    right: 213.913px;
  }
}
@media screen and (max-width: 1761px) {
  .pomegranate-nectar-product {
    right: 213.38px;
  }
}
@media screen and (max-width: 1760px) {
  .pomegranate-nectar-product {
    right: 212.847px;
  }
}
@media screen and (max-width: 1759px) {
  .pomegranate-nectar-product {
    right: 212.314px;
  }
}
@media screen and (max-width: 1758px) {
  .pomegranate-nectar-product {
    right: 211.781px;
  }
}
@media screen and (max-width: 1757px) {
  .pomegranate-nectar-product {
    right: 211.248px;
  }
}
@media screen and (max-width: 1756px) {
  .pomegranate-nectar-product {
    right: 210.715px;
  }
}
@media screen and (max-width: 1755px) {
  .pomegranate-nectar-product {
    right: 210.182px;
  }
}
@media screen and (max-width: 1754px) {
  .pomegranate-nectar-product {
    right: 209.649px;
  }
}
@media screen and (max-width: 1753px) {
  .pomegranate-nectar-product {
    right: 209.116px;
  }
}
@media screen and (max-width: 1752px) {
  .pomegranate-nectar-product {
    right: 208.583px;
  }
}
@media screen and (max-width: 1751px) {
  .pomegranate-nectar-product {
    right: 208.05px;
  }
}
@media screen and (max-width: 1750px) {
  .pomegranate-nectar-product {
    right: 207.517px;
  }
}
@media screen and (max-width: 1749px) {
  .pomegranate-nectar-product {
    right: 206.984px;
  }
}
@media screen and (max-width: 1748px) {
  .pomegranate-nectar-product {
    right: 206.451px;
  }
}
@media screen and (max-width: 1747px) {
  .pomegranate-nectar-product {
    right: 205.918px;
  }
}
@media screen and (max-width: 1746px) {
  .pomegranate-nectar-product {
    right: 205.385px;
  }
}
@media screen and (max-width: 1745px) {
  .pomegranate-nectar-product {
    right: 204.852px;
  }
}
@media screen and (max-width: 1744px) {
  .pomegranate-nectar-product {
    right: 204.319px;
  }
}
@media screen and (max-width: 1743px) {
  .pomegranate-nectar-product {
    right: 203.786px;
  }
}
@media screen and (max-width: 1742px) {
  .pomegranate-nectar-product {
    right: 203.253px;
  }
}
@media screen and (max-width: 1741px) {
  .pomegranate-nectar-product {
    right: 202.72px;
  }
}
@media screen and (max-width: 1740px) {
  .pomegranate-nectar-product {
    right: 202.187px;
  }
}
@media screen and (max-width: 1739px) {
  .pomegranate-nectar-product {
    right: 201.654px;
  }
}
@media screen and (max-width: 1738px) {
  .pomegranate-nectar-product {
    right: 201.121px;
  }
}
@media screen and (max-width: 1737px) {
  .pomegranate-nectar-product {
    right: 200.588px;
  }
}
@media screen and (max-width: 1736px) {
  .pomegranate-nectar-product {
    right: 200.055px;
  }
}
@media screen and (max-width: 1735px) {
  .pomegranate-nectar-product {
    right: 199.522px;
  }
}
@media screen and (max-width: 1734px) {
  .pomegranate-nectar-product {
    right: 198.989px;
  }
}
@media screen and (max-width: 1733px) {
  .pomegranate-nectar-product {
    right: 198.456px;
  }
}
@media screen and (max-width: 1732px) {
  .pomegranate-nectar-product {
    right: 197.923px;
  }
}
@media screen and (max-width: 1731px) {
  .pomegranate-nectar-product {
    right: 197.39px;
  }
}
@media screen and (max-width: 1730px) {
  .pomegranate-nectar-product {
    right: 196.857px;
  }
}
@media screen and (max-width: 1729px) {
  .pomegranate-nectar-product {
    right: 196.324px;
  }
}
@media screen and (max-width: 1728px) {
  .pomegranate-nectar-product {
    right: 195.791px;
  }
}
@media screen and (max-width: 1727px) {
  .pomegranate-nectar-product {
    right: 195.258px;
  }
}
@media screen and (max-width: 1726px) {
  .pomegranate-nectar-product {
    right: 194.725px;
  }
}
@media screen and (max-width: 1725px) {
  .pomegranate-nectar-product {
    right: 194.192px;
  }
}
@media screen and (max-width: 1724px) {
  .pomegranate-nectar-product {
    right: 193.659px;
  }
}
@media screen and (max-width: 1723px) {
  .pomegranate-nectar-product {
    right: 193.126px;
  }
}
@media screen and (max-width: 1722px) {
  .pomegranate-nectar-product {
    right: 192.593px;
  }
}
@media screen and (max-width: 1721px) {
  .pomegranate-nectar-product {
    right: 192.06px;
  }
}
@media screen and (max-width: 1720px) {
  .pomegranate-nectar-product {
    right: 191.527px;
  }
}
@media screen and (max-width: 1719px) {
  .pomegranate-nectar-product {
    right: 190.994px;
  }
}
@media screen and (max-width: 1718px) {
  .pomegranate-nectar-product {
    right: 190.461px;
  }
}
@media screen and (max-width: 1717px) {
  .pomegranate-nectar-product {
    right: 189.928px;
  }
}
@media screen and (max-width: 1716px) {
  .pomegranate-nectar-product {
    right: 189.395px;
  }
}
@media screen and (max-width: 1715px) {
  .pomegranate-nectar-product {
    right: 188.862px;
  }
}
@media screen and (max-width: 1714px) {
  .pomegranate-nectar-product {
    right: 188.329px;
  }
}
@media screen and (max-width: 1713px) {
  .pomegranate-nectar-product {
    right: 187.796px;
  }
}
@media screen and (max-width: 1712px) {
  .pomegranate-nectar-product {
    right: 187.263px;
  }
}
@media screen and (max-width: 1711px) {
  .pomegranate-nectar-product {
    right: 186.73px;
  }
}
@media screen and (max-width: 1710px) {
  .pomegranate-nectar-product {
    right: 186.197px;
  }
}
@media screen and (max-width: 1709px) {
  .pomegranate-nectar-product {
    right: 185.664px;
  }
}
@media screen and (max-width: 1708px) {
  .pomegranate-nectar-product {
    right: 185.131px;
  }
}
@media screen and (max-width: 1707px) {
  .pomegranate-nectar-product {
    right: 184.598px;
  }
}
@media screen and (max-width: 1706px) {
  .pomegranate-nectar-product {
    right: 184.065px;
  }
}
@media screen and (max-width: 1705px) {
  .pomegranate-nectar-product {
    right: 183.532px;
  }
}
@media screen and (max-width: 1704px) {
  .pomegranate-nectar-product {
    right: 182.999px;
  }
}
@media screen and (max-width: 1703px) {
  .pomegranate-nectar-product {
    right: 182.466px;
  }
}
@media screen and (max-width: 1702px) {
  .pomegranate-nectar-product {
    right: 181.933px;
  }
}
@media screen and (max-width: 1701px) {
  .pomegranate-nectar-product {
    right: 181.4px;
  }
}
@media screen and (max-width: 1700px) {
  .pomegranate-nectar-product {
    right: 180.867px;
  }
}
@media screen and (max-width: 1699px) {
  .pomegranate-nectar-product {
    right: 180.334px;
  }
}
@media screen and (max-width: 1698px) {
  .pomegranate-nectar-product {
    right: 179.801px;
  }
}
@media screen and (max-width: 1697px) {
  .pomegranate-nectar-product {
    right: 179.268px;
  }
}
@media screen and (max-width: 1696px) {
  .pomegranate-nectar-product {
    right: 178.735px;
  }
}
@media screen and (max-width: 1695px) {
  .pomegranate-nectar-product {
    right: 178.202px;
  }
}
@media screen and (max-width: 1694px) {
  .pomegranate-nectar-product {
    right: 177.669px;
  }
}
@media screen and (max-width: 1693px) {
  .pomegranate-nectar-product {
    right: 177.136px;
  }
}
@media screen and (max-width: 1692px) {
  .pomegranate-nectar-product {
    right: 176.603px;
  }
}
@media screen and (max-width: 1691px) {
  .pomegranate-nectar-product {
    right: 176.07px;
  }
}
@media screen and (max-width: 1690px) {
  .pomegranate-nectar-product {
    right: 175.537px;
  }
}
@media screen and (max-width: 1689px) {
  .pomegranate-nectar-product {
    right: 175.004px;
  }
}
@media screen and (max-width: 1688px) {
  .pomegranate-nectar-product {
    right: 174.471px;
  }
}
@media screen and (max-width: 1687px) {
  .pomegranate-nectar-product {
    right: 173.938px;
  }
}
@media screen and (max-width: 1686px) {
  .pomegranate-nectar-product {
    right: 173.405px;
  }
}
@media screen and (max-width: 1685px) {
  .pomegranate-nectar-product {
    right: 172.872px;
  }
}
@media screen and (max-width: 1684px) {
  .pomegranate-nectar-product {
    right: 172.339px;
  }
}
@media screen and (max-width: 1683px) {
  .pomegranate-nectar-product {
    right: 171.806px;
  }
}
@media screen and (max-width: 1682px) {
  .pomegranate-nectar-product {
    right: 171.273px;
  }
}
@media screen and (max-width: 1681px) {
  .pomegranate-nectar-product {
    right: 170.74px;
  }
}
@media screen and (max-width: 1680px) {
  .pomegranate-nectar-product {
    right: 170.207px;
  }
}
@media screen and (max-width: 1679px) {
  .pomegranate-nectar-product {
    right: 169.674px;
  }
}
@media screen and (max-width: 1678px) {
  .pomegranate-nectar-product {
    right: 169.141px;
  }
}
@media screen and (max-width: 1677px) {
  .pomegranate-nectar-product {
    right: 168.608px;
  }
}
@media screen and (max-width: 1676px) {
  .pomegranate-nectar-product {
    right: 168.075px;
  }
}
@media screen and (max-width: 1675px) {
  .pomegranate-nectar-product {
    right: 167.542px;
  }
}
@media screen and (max-width: 1674px) {
  .pomegranate-nectar-product {
    right: 167.009px;
  }
}
@media screen and (max-width: 1673px) {
  .pomegranate-nectar-product {
    right: 166.476px;
  }
}
@media screen and (max-width: 1672px) {
  .pomegranate-nectar-product {
    right: 165.943px;
  }
}
@media screen and (max-width: 1671px) {
  .pomegranate-nectar-product {
    right: 165.41px;
  }
}
@media screen and (max-width: 1670px) {
  .pomegranate-nectar-product {
    right: 164.877px;
  }
}
@media screen and (max-width: 1669px) {
  .pomegranate-nectar-product {
    right: 164.344px;
  }
}
@media screen and (max-width: 1668px) {
  .pomegranate-nectar-product {
    right: 163.811px;
  }
}
@media screen and (max-width: 1667px) {
  .pomegranate-nectar-product {
    right: 163.278px;
  }
}
@media screen and (max-width: 1666px) {
  .pomegranate-nectar-product {
    right: 162.745px;
  }
}
@media screen and (max-width: 1665px) {
  .pomegranate-nectar-product {
    right: 162.212px;
  }
}
@media screen and (max-width: 1664px) {
  .pomegranate-nectar-product {
    right: 161.679px;
  }
}
@media screen and (max-width: 1663px) {
  .pomegranate-nectar-product {
    right: 161.146px;
  }
}
@media screen and (max-width: 1662px) {
  .pomegranate-nectar-product {
    right: 160.613px;
  }
}
@media screen and (max-width: 1661px) {
  .pomegranate-nectar-product {
    right: 160.08px;
  }
}
@media screen and (max-width: 1660px) {
  .pomegranate-nectar-product {
    right: 159.547px;
  }
}
@media screen and (max-width: 1659px) {
  .pomegranate-nectar-product {
    right: 159.014px;
  }
}
@media screen and (max-width: 1658px) {
  .pomegranate-nectar-product {
    right: 158.481px;
  }
}
@media screen and (max-width: 1657px) {
  .pomegranate-nectar-product {
    right: 157.948px;
  }
}
@media screen and (max-width: 1656px) {
  .pomegranate-nectar-product {
    right: 157.415px;
  }
}
@media screen and (max-width: 1655px) {
  .pomegranate-nectar-product {
    right: 156.882px;
  }
}
@media screen and (max-width: 1654px) {
  .pomegranate-nectar-product {
    right: 156.349px;
  }
}
@media screen and (max-width: 1653px) {
  .pomegranate-nectar-product {
    right: 155.816px;
  }
}
@media screen and (max-width: 1652px) {
  .pomegranate-nectar-product {
    right: 155.283px;
  }
}
@media screen and (max-width: 1651px) {
  .pomegranate-nectar-product {
    right: 154.75px;
  }
}
@media screen and (max-width: 1650px) {
  .pomegranate-nectar-product {
    right: 154.217px;
  }
}
@media screen and (max-width: 1649px) {
  .pomegranate-nectar-product {
    right: 153.684px;
  }
}
@media screen and (max-width: 1648px) {
  .pomegranate-nectar-product {
    right: 153.151px;
  }
}
@media screen and (max-width: 1647px) {
  .pomegranate-nectar-product {
    right: 152.618px;
  }
}
@media screen and (max-width: 1646px) {
  .pomegranate-nectar-product {
    right: 152.085px;
  }
}
@media screen and (max-width: 1645px) {
  .pomegranate-nectar-product {
    right: 151.552px;
  }
}
@media screen and (max-width: 1644px) {
  .pomegranate-nectar-product {
    right: 151.019px;
  }
}
@media screen and (max-width: 1643px) {
  .pomegranate-nectar-product {
    right: 150.486px;
  }
}
@media screen and (max-width: 1642px) {
  .pomegranate-nectar-product {
    right: 149.953px;
  }
}
@media screen and (max-width: 1641px) {
  .pomegranate-nectar-product {
    right: 149.42px;
  }
}
@media screen and (max-width: 1640px) {
  .pomegranate-nectar-product {
    right: 148.887px;
  }
}
@media screen and (max-width: 1639px) {
  .pomegranate-nectar-product {
    right: 148.354px;
  }
}
@media screen and (max-width: 1638px) {
  .pomegranate-nectar-product {
    right: 147.821px;
  }
}
@media screen and (max-width: 1637px) {
  .pomegranate-nectar-product {
    right: 147.288px;
  }
}
@media screen and (max-width: 1636px) {
  .pomegranate-nectar-product {
    right: 146.755px;
  }
}
@media screen and (max-width: 1635px) {
  .pomegranate-nectar-product {
    right: 146.222px;
  }
}
@media screen and (max-width: 1634px) {
  .pomegranate-nectar-product {
    right: 145.689px;
  }
}
@media screen and (max-width: 1633px) {
  .pomegranate-nectar-product {
    right: 145.156px;
  }
}
@media screen and (max-width: 1632px) {
  .pomegranate-nectar-product {
    right: 144.623px;
  }
}
@media screen and (max-width: 1631px) {
  .pomegranate-nectar-product {
    right: 144.09px;
  }
}
@media screen and (max-width: 1630px) {
  .pomegranate-nectar-product {
    right: 143.557px;
  }
}
@media screen and (max-width: 1629px) {
  .pomegranate-nectar-product {
    right: 143.024px;
  }
}
@media screen and (max-width: 1628px) {
  .pomegranate-nectar-product {
    right: 142.491px;
  }
}
@media screen and (max-width: 1627px) {
  .pomegranate-nectar-product {
    right: 141.958px;
  }
}
@media screen and (max-width: 1626px) {
  .pomegranate-nectar-product {
    right: 141.425px;
  }
}
@media screen and (max-width: 1625px) {
  .pomegranate-nectar-product {
    right: 140.892px;
  }
}
@media screen and (max-width: 1624px) {
  .pomegranate-nectar-product {
    right: 140.359px;
  }
}
@media screen and (max-width: 1623px) {
  .pomegranate-nectar-product {
    right: 139.826px;
  }
}
@media screen and (max-width: 1622px) {
  .pomegranate-nectar-product {
    right: 139.293px;
  }
}
@media screen and (max-width: 1621px) {
  .pomegranate-nectar-product {
    right: 138.76px;
  }
}
@media screen and (max-width: 1620px) {
  .pomegranate-nectar-product {
    right: 138.227px;
  }
}
@media screen and (max-width: 1619px) {
  .pomegranate-nectar-product {
    right: 137.694px;
  }
}
@media screen and (max-width: 1618px) {
  .pomegranate-nectar-product {
    right: 137.161px;
  }
}
@media screen and (max-width: 1617px) {
  .pomegranate-nectar-product {
    right: 136.628px;
  }
}
@media screen and (max-width: 1616px) {
  .pomegranate-nectar-product {
    right: 136.095px;
  }
}
@media screen and (max-width: 1615px) {
  .pomegranate-nectar-product {
    right: 135.562px;
  }
}
@media screen and (max-width: 1614px) {
  .pomegranate-nectar-product {
    right: 135.029px;
  }
}
@media screen and (max-width: 1613px) {
  .pomegranate-nectar-product {
    right: 134.496px;
  }
}
@media screen and (max-width: 1612px) {
  .pomegranate-nectar-product {
    right: 133.963px;
  }
}
@media screen and (max-width: 1611px) {
  .pomegranate-nectar-product {
    right: 133.43px;
  }
}
@media screen and (max-width: 1610px) {
  .pomegranate-nectar-product {
    right: 132.897px;
  }
}
@media screen and (max-width: 1609px) {
  .pomegranate-nectar-product {
    right: 132.364px;
  }
}
@media screen and (max-width: 1608px) {
  .pomegranate-nectar-product {
    right: 131.831px;
  }
}
@media screen and (max-width: 1607px) {
  .pomegranate-nectar-product {
    right: 131.298px;
  }
}
@media screen and (max-width: 1606px) {
  .pomegranate-nectar-product {
    right: 130.765px;
  }
}
@media screen and (max-width: 1605px) {
  .pomegranate-nectar-product {
    right: 130.232px;
  }
}
@media screen and (max-width: 1604px) {
  .pomegranate-nectar-product {
    right: 129.699px;
  }
}
@media screen and (max-width: 1603px) {
  .pomegranate-nectar-product {
    right: 129.166px;
  }
}
@media screen and (max-width: 1602px) {
  .pomegranate-nectar-product {
    right: 128.633px;
  }
}
@media screen and (max-width: 1601px) {
  .pomegranate-nectar-product {
    right: 128.1px;
  }
}
@media screen and (max-width: 1600px) {
  .pomegranate-nectar-product {
    right: 127.567px;
  }
}
@media screen and (max-width: 1599px) {
  .pomegranate-nectar-product {
    right: 127.034px;
  }
}
@media screen and (max-width: 1598px) {
  .pomegranate-nectar-product {
    right: 126.501px;
  }
}
@media screen and (max-width: 1597px) {
  .pomegranate-nectar-product {
    right: 125.968px;
  }
}
@media screen and (max-width: 1596px) {
  .pomegranate-nectar-product {
    right: 125.435px;
  }
}
@media screen and (max-width: 1595px) {
  .pomegranate-nectar-product {
    right: 124.902px;
  }
}
@media screen and (max-width: 1594px) {
  .pomegranate-nectar-product {
    right: 124.369px;
  }
}
@media screen and (max-width: 1593px) {
  .pomegranate-nectar-product {
    right: 123.836px;
  }
}
@media screen and (max-width: 1592px) {
  .pomegranate-nectar-product {
    right: 123.303px;
  }
}
@media screen and (max-width: 1591px) {
  .pomegranate-nectar-product {
    right: 122.77px;
  }
}
@media screen and (max-width: 1590px) {
  .pomegranate-nectar-product {
    right: 122.237px;
  }
}
@media screen and (max-width: 1589px) {
  .pomegranate-nectar-product {
    right: 121.704px;
  }
}
@media screen and (max-width: 1588px) {
  .pomegranate-nectar-product {
    right: 121.171px;
  }
}
@media screen and (max-width: 1587px) {
  .pomegranate-nectar-product {
    right: 120.638px;
  }
}
@media screen and (max-width: 1586px) {
  .pomegranate-nectar-product {
    right: 120.105px;
  }
}
@media screen and (max-width: 1585px) {
  .pomegranate-nectar-product {
    right: 119.572px;
  }
}
@media screen and (max-width: 1584px) {
  .pomegranate-nectar-product {
    right: 119.039px;
  }
}
@media screen and (max-width: 1583px) {
  .pomegranate-nectar-product {
    right: 118.506px;
  }
}
@media screen and (max-width: 1582px) {
  .pomegranate-nectar-product {
    right: 117.973px;
  }
}
@media screen and (max-width: 1581px) {
  .pomegranate-nectar-product {
    right: 117.44px;
  }
}
@media screen and (max-width: 1580px) {
  .pomegranate-nectar-product {
    right: 116.907px;
  }
}
@media screen and (max-width: 1579px) {
  .pomegranate-nectar-product {
    right: 116.374px;
  }
}
@media screen and (max-width: 1578px) {
  .pomegranate-nectar-product {
    right: 115.841px;
  }
}
@media screen and (max-width: 1577px) {
  .pomegranate-nectar-product {
    right: 115.308px;
  }
}
@media screen and (max-width: 1576px) {
  .pomegranate-nectar-product {
    right: 114.775px;
  }
}
@media screen and (max-width: 1575px) {
  .pomegranate-nectar-product {
    right: 114.242px;
  }
}
@media screen and (max-width: 1574px) {
  .pomegranate-nectar-product {
    right: 113.709px;
  }
}
@media screen and (max-width: 1573px) {
  .pomegranate-nectar-product {
    right: 113.176px;
  }
}
@media screen and (max-width: 1572px) {
  .pomegranate-nectar-product {
    right: 112.643px;
  }
}
@media screen and (max-width: 1571px) {
  .pomegranate-nectar-product {
    right: 112.11px;
  }
}
@media screen and (max-width: 1570px) {
  .pomegranate-nectar-product {
    right: 111.577px;
  }
}
@media screen and (max-width: 1569px) {
  .pomegranate-nectar-product {
    right: 111.044px;
  }
}
@media screen and (max-width: 1568px) {
  .pomegranate-nectar-product {
    right: 110.511px;
  }
}
@media screen and (max-width: 1567px) {
  .pomegranate-nectar-product {
    right: 109.978px;
  }
}
@media screen and (max-width: 1566px) {
  .pomegranate-nectar-product {
    right: 109.445px;
  }
}
@media screen and (max-width: 1565px) {
  .pomegranate-nectar-product {
    right: 108.912px;
  }
}
@media screen and (max-width: 1564px) {
  .pomegranate-nectar-product {
    right: 108.379px;
  }
}
@media screen and (max-width: 1563px) {
  .pomegranate-nectar-product {
    right: 107.846px;
  }
}
@media screen and (max-width: 1562px) {
  .pomegranate-nectar-product {
    right: 107.313px;
  }
}
@media screen and (max-width: 1561px) {
  .pomegranate-nectar-product {
    right: 106.78px;
  }
}
@media screen and (max-width: 1560px) {
  .pomegranate-nectar-product {
    right: 106.247px;
  }
}
@media screen and (max-width: 1559px) {
  .pomegranate-nectar-product {
    right: 105.714px;
  }
}
@media screen and (max-width: 1558px) {
  .pomegranate-nectar-product {
    right: 105.181px;
  }
}
@media screen and (max-width: 1557px) {
  .pomegranate-nectar-product {
    right: 104.648px;
  }
}
@media screen and (max-width: 1556px) {
  .pomegranate-nectar-product {
    right: 104.115px;
  }
}
@media screen and (max-width: 1555px) {
  .pomegranate-nectar-product {
    right: 103.582px;
  }
}
@media screen and (max-width: 1554px) {
  .pomegranate-nectar-product {
    right: 103.049px;
  }
}
@media screen and (max-width: 1553px) {
  .pomegranate-nectar-product {
    right: 102.516px;
  }
}
@media screen and (max-width: 1552px) {
  .pomegranate-nectar-product {
    right: 101.983px;
  }
}
@media screen and (max-width: 1551px) {
  .pomegranate-nectar-product {
    right: 101.45px;
  }
}
@media screen and (max-width: 1550px) {
  .pomegranate-nectar-product {
    right: 100.917px;
  }
}
@media screen and (max-width: 1549px) {
  .pomegranate-nectar-product {
    right: 100.384px;
  }
}
@media screen and (max-width: 1548px) {
  .pomegranate-nectar-product {
    right: 99.851px;
  }
}
@media screen and (max-width: 1547px) {
  .pomegranate-nectar-product {
    right: 99.318px;
  }
}
@media screen and (max-width: 1546px) {
  .pomegranate-nectar-product {
    right: 98.785px;
  }
}
@media screen and (max-width: 1545px) {
  .pomegranate-nectar-product {
    right: 98.252px;
  }
}
@media screen and (max-width: 1544px) {
  .pomegranate-nectar-product {
    right: 97.719px;
  }
}
@media screen and (max-width: 1543px) {
  .pomegranate-nectar-product {
    right: 97.186px;
  }
}
@media screen and (max-width: 1542px) {
  .pomegranate-nectar-product {
    right: 96.653px;
  }
}
@media screen and (max-width: 1541px) {
  .pomegranate-nectar-product {
    right: 96.12px;
  }
}
@media screen and (max-width: 1540px) {
  .pomegranate-nectar-product {
    right: 95.587px;
  }
}
@media screen and (max-width: 1539px) {
  .pomegranate-nectar-product {
    right: 95.054px;
  }
}
@media screen and (max-width: 1538px) {
  .pomegranate-nectar-product {
    right: 94.521px;
  }
}
@media screen and (max-width: 1537px) {
  .pomegranate-nectar-product {
    right: 93.988px;
  }
}
@media screen and (max-width: 1536px) {
  .pomegranate-nectar-product {
    right: 93.455px;
  }
}
@media screen and (max-width: 1535px) {
  .pomegranate-nectar-product {
    right: 92.922px;
  }
}
@media screen and (max-width: 1534px) {
  .pomegranate-nectar-product {
    right: 92.389px;
  }
}
@media screen and (max-width: 1533px) {
  .pomegranate-nectar-product {
    right: 91.856px;
  }
}
@media screen and (max-width: 1532px) {
  .pomegranate-nectar-product {
    right: 91.323px;
  }
}
@media screen and (max-width: 1531px) {
  .pomegranate-nectar-product {
    right: 90.79px;
  }
}
@media screen and (max-width: 1530px) {
  .pomegranate-nectar-product {
    right: 90.257px;
  }
}
@media screen and (max-width: 1529px) {
  .pomegranate-nectar-product {
    right: 89.724px;
  }
}
@media screen and (max-width: 1528px) {
  .pomegranate-nectar-product {
    right: 89.191px;
  }
}
@media screen and (max-width: 1527px) {
  .pomegranate-nectar-product {
    right: 88.658px;
  }
}
@media screen and (max-width: 1526px) {
  .pomegranate-nectar-product {
    right: 88.125px;
  }
}
@media screen and (max-width: 1525px) {
  .pomegranate-nectar-product {
    right: 87.592px;
  }
}
@media screen and (max-width: 1524px) {
  .pomegranate-nectar-product {
    right: 87.059px;
  }
}
@media screen and (max-width: 1523px) {
  .pomegranate-nectar-product {
    right: 86.526px;
  }
}
@media screen and (max-width: 1522px) {
  .pomegranate-nectar-product {
    right: 85.993px;
  }
}
@media screen and (max-width: 1521px) {
  .pomegranate-nectar-product {
    right: 85.46px;
  }
}
@media screen and (max-width: 1520px) {
  .pomegranate-nectar-product {
    right: 84.927px;
  }
}
@media screen and (max-width: 1519px) {
  .pomegranate-nectar-product {
    right: 84.394px;
  }
}
@media screen and (max-width: 1518px) {
  .pomegranate-nectar-product {
    right: 83.861px;
  }
}
@media screen and (max-width: 1517px) {
  .pomegranate-nectar-product {
    right: 83.328px;
  }
}
@media screen and (max-width: 1516px) {
  .pomegranate-nectar-product {
    right: 82.795px;
  }
}
@media screen and (max-width: 1515px) {
  .pomegranate-nectar-product {
    right: 82.262px;
  }
}
@media screen and (max-width: 1514px) {
  .pomegranate-nectar-product {
    right: 81.729px;
  }
}
@media screen and (max-width: 1513px) {
  .pomegranate-nectar-product {
    right: 81.196px;
  }
}
@media screen and (max-width: 1512px) {
  .pomegranate-nectar-product {
    right: 80.663px;
  }
}
@media screen and (max-width: 1511px) {
  .pomegranate-nectar-product {
    right: 80.13px;
  }
}
@media screen and (max-width: 1510px) {
  .pomegranate-nectar-product {
    right: 79.597px;
  }
}
@media screen and (max-width: 1509px) {
  .pomegranate-nectar-product {
    right: 79.064px;
  }
}
@media screen and (max-width: 1508px) {
  .pomegranate-nectar-product {
    right: 78.531px;
  }
}
@media screen and (max-width: 1507px) {
  .pomegranate-nectar-product {
    right: 77.998px;
  }
}
@media screen and (max-width: 1506px) {
  .pomegranate-nectar-product {
    right: 77.465px;
  }
}
@media screen and (max-width: 1505px) {
  .pomegranate-nectar-product {
    right: 76.932px;
  }
}
@media screen and (max-width: 1504px) {
  .pomegranate-nectar-product {
    right: 76.399px;
  }
}
@media screen and (max-width: 1503px) {
  .pomegranate-nectar-product {
    right: 75.866px;
  }
}
@media screen and (max-width: 1502px) {
  .pomegranate-nectar-product {
    right: 75.333px;
  }
}
@media screen and (max-width: 1501px) {
  .pomegranate-nectar-product {
    right: 74.8px;
  }
}
@media screen and (max-width: 1500px) {
  .pomegranate-nectar-product {
    right: 74.267px;
  }
}
@media screen and (max-width: 1499px) {
  .pomegranate-nectar-product {
    right: 73.734px;
  }
}
@media screen and (max-width: 1498px) {
  .pomegranate-nectar-product {
    right: 73.201px;
  }
}
@media screen and (max-width: 1497px) {
  .pomegranate-nectar-product {
    right: 72.668px;
  }
}
@media screen and (max-width: 1496px) {
  .pomegranate-nectar-product {
    right: 72.135px;
  }
}
@media screen and (max-width: 1495px) {
  .pomegranate-nectar-product {
    right: 71.602px;
  }
}
@media screen and (max-width: 1494px) {
  .pomegranate-nectar-product {
    right: 71.069px;
  }
}
@media screen and (max-width: 1493px) {
  .pomegranate-nectar-product {
    right: 70.536px;
  }
}
@media screen and (max-width: 1492px) {
  .pomegranate-nectar-product {
    right: 70.003px;
  }
}
@media screen and (max-width: 1491px) {
  .pomegranate-nectar-product {
    right: 69.47px;
  }
}
@media screen and (max-width: 1490px) {
  .pomegranate-nectar-product {
    right: 68.937px;
  }
}
@media screen and (max-width: 1489px) {
  .pomegranate-nectar-product {
    right: 68.404px;
  }
}
@media screen and (max-width: 1488px) {
  .pomegranate-nectar-product {
    right: 67.871px;
  }
}
@media screen and (max-width: 1487px) {
  .pomegranate-nectar-product {
    right: 67.338px;
  }
}
@media screen and (max-width: 1486px) {
  .pomegranate-nectar-product {
    right: 66.805px;
  }
}
@media screen and (max-width: 1485px) {
  .pomegranate-nectar-product {
    right: 66.272px;
  }
}
@media screen and (max-width: 1484px) {
  .pomegranate-nectar-product {
    right: 65.739px;
  }
}
@media screen and (max-width: 1483px) {
  .pomegranate-nectar-product {
    right: 65.206px;
  }
}
@media screen and (max-width: 1482px) {
  .pomegranate-nectar-product {
    right: 64.673px;
  }
}
@media screen and (max-width: 1481px) {
  .pomegranate-nectar-product {
    right: 64.14px;
  }
}
@media screen and (max-width: 1480px) {
  .pomegranate-nectar-product {
    right: 63.607px;
  }
}
@media screen and (max-width: 1479px) {
  .pomegranate-nectar-product {
    right: 63.074px;
  }
}
@media screen and (max-width: 1478px) {
  .pomegranate-nectar-product {
    right: 62.541px;
  }
}
@media screen and (max-width: 1477px) {
  .pomegranate-nectar-product {
    right: 62.008px;
  }
}
@media screen and (max-width: 1476px) {
  .pomegranate-nectar-product {
    right: 61.475px;
  }
}
@media screen and (max-width: 1475px) {
  .pomegranate-nectar-product {
    right: 60.942px;
  }
}
@media screen and (max-width: 1474px) {
  .pomegranate-nectar-product {
    right: 60.409px;
  }
}
@media screen and (max-width: 1473px) {
  .pomegranate-nectar-product {
    right: 59.876px;
  }
}
@media screen and (max-width: 1472px) {
  .pomegranate-nectar-product {
    right: 59.343px;
  }
}
@media screen and (max-width: 1471px) {
  .pomegranate-nectar-product {
    right: 58.81px;
  }
}
@media screen and (max-width: 1470px) {
  .pomegranate-nectar-product {
    right: 58.277px;
  }
}
@media screen and (max-width: 1469px) {
  .pomegranate-nectar-product {
    right: 57.744px;
  }
}
@media screen and (max-width: 1468px) {
  .pomegranate-nectar-product {
    right: 57.211px;
  }
}
@media screen and (max-width: 1467px) {
  .pomegranate-nectar-product {
    right: 56.678px;
  }
}
@media screen and (max-width: 1466px) {
  .pomegranate-nectar-product {
    right: 56.145px;
  }
}
@media screen and (max-width: 1465px) {
  .pomegranate-nectar-product {
    right: 55.612px;
  }
}
@media screen and (max-width: 1464px) {
  .pomegranate-nectar-product {
    right: 55.079px;
  }
}
@media screen and (max-width: 1463px) {
  .pomegranate-nectar-product {
    right: 54.546px;
  }
}
@media screen and (max-width: 1462px) {
  .pomegranate-nectar-product {
    right: 54.013px;
  }
}
@media screen and (max-width: 1461px) {
  .pomegranate-nectar-product {
    right: 53.48px;
  }
}
@media screen and (max-width: 1460px) {
  .pomegranate-nectar-product {
    right: 52.947px;
  }
}
@media screen and (max-width: 1459px) {
  .pomegranate-nectar-product {
    right: 52.414px;
  }
}
@media screen and (max-width: 1458px) {
  .pomegranate-nectar-product {
    right: 51.881px;
  }
}
@media screen and (max-width: 1457px) {
  .pomegranate-nectar-product {
    right: 51.348px;
  }
}
@media screen and (max-width: 1456px) {
  .pomegranate-nectar-product {
    right: 50.815px;
  }
}
@media screen and (max-width: 1455px) {
  .pomegranate-nectar-product {
    right: 50.282px;
  }
}
@media screen and (max-width: 1454px) {
  .pomegranate-nectar-product {
    right: 49.749px;
  }
}
@media screen and (max-width: 1453px) {
  .pomegranate-nectar-product {
    right: 49.216px;
  }
}
@media screen and (max-width: 1452px) {
  .pomegranate-nectar-product {
    right: 48.683px;
  }
}
@media screen and (max-width: 1451px) {
  .pomegranate-nectar-product {
    right: 48.15px;
  }
}
@media screen and (max-width: 1450px) {
  .pomegranate-nectar-product {
    right: 47.617px;
  }
}
@media screen and (max-width: 1449px) {
  .pomegranate-nectar-product {
    right: 47.084px;
  }
}
@media screen and (max-width: 1448px) {
  .pomegranate-nectar-product {
    right: 46.551px;
  }
}
@media screen and (max-width: 1447px) {
  .pomegranate-nectar-product {
    right: 46.018px;
  }
}
@media screen and (max-width: 1446px) {
  .pomegranate-nectar-product {
    right: 45.485px;
  }
}
@media screen and (max-width: 1445px) {
  .pomegranate-nectar-product {
    right: 44.952px;
  }
}
@media screen and (max-width: 1444px) {
  .pomegranate-nectar-product {
    right: 44.419px;
  }
}
@media screen and (max-width: 1443px) {
  .pomegranate-nectar-product {
    right: 43.886px;
  }
}
@media screen and (max-width: 1442px) {
  .pomegranate-nectar-product {
    right: 43.353px;
  }
}
@media screen and (max-width: 1441px) {
  .pomegranate-nectar-product {
    right: 42.82px;
  }
}
@media screen and (max-width: 1440px) {
  .pomegranate-nectar-product {
    right: 42.287px;
  }
}
@media screen and (max-width: 1439px) {
  .pomegranate-nectar-product {
    right: 41.754px;
  }
}
@media screen and (max-width: 1438px) {
  .pomegranate-nectar-product {
    right: 41.221px;
  }
}
@media screen and (max-width: 1437px) {
  .pomegranate-nectar-product {
    right: 40.688px;
  }
}
@media screen and (max-width: 1436px) {
  .pomegranate-nectar-product {
    right: 40.155px;
  }
}
@media screen and (max-width: 1435px) {
  .pomegranate-nectar-product {
    right: 39.622px;
  }
}
@media screen and (max-width: 1434px) {
  .pomegranate-nectar-product {
    right: 39.089px;
  }
}
@media screen and (max-width: 1433px) {
  .pomegranate-nectar-product {
    right: 38.556px;
  }
}
@media screen and (max-width: 1432px) {
  .pomegranate-nectar-product {
    right: 38.023px;
  }
}
@media screen and (max-width: 1431px) {
  .pomegranate-nectar-product {
    right: 37.49px;
  }
}
@media screen and (max-width: 1430px) {
  .pomegranate-nectar-product {
    right: 36.957px;
  }
}
@media screen and (max-width: 1429px) {
  .pomegranate-nectar-product {
    right: 36.424px;
  }
}
@media screen and (max-width: 1428px) {
  .pomegranate-nectar-product {
    right: 35.891px;
  }
}
@media screen and (max-width: 1427px) {
  .pomegranate-nectar-product {
    right: 35.358px;
  }
}
@media screen and (max-width: 1426px) {
  .pomegranate-nectar-product {
    right: 34.825px;
  }
}
@media screen and (max-width: 1425px) {
  .pomegranate-nectar-product {
    right: 34.292px;
  }
}
@media screen and (max-width: 1424px) {
  .pomegranate-nectar-product {
    right: 33.759px;
  }
}
@media screen and (max-width: 1423px) {
  .pomegranate-nectar-product {
    right: 33.226px;
  }
}
@media screen and (max-width: 1422px) {
  .pomegranate-nectar-product {
    right: 32.693px;
  }
}
@media screen and (max-width: 1421px) {
  .pomegranate-nectar-product {
    right: 32.16px;
  }
}
@media screen and (max-width: 1420px) {
  .pomegranate-nectar-product {
    right: 31.627px;
  }
}
@media screen and (max-width: 1419px) {
  .pomegranate-nectar-product {
    right: 31.094px;
  }
}
@media screen and (max-width: 1418px) {
  .pomegranate-nectar-product {
    right: 30.561px;
  }
}
@media screen and (max-width: 1417px) {
  .pomegranate-nectar-product {
    right: 30.028px;
  }
}
@media screen and (max-width: 1416px) {
  .pomegranate-nectar-product {
    right: 29.495px;
  }
}
@media screen and (max-width: 1415px) {
  .pomegranate-nectar-product {
    right: 28.962px;
  }
}
@media screen and (max-width: 1414px) {
  .pomegranate-nectar-product {
    right: 28.429px;
  }
}
@media screen and (max-width: 1413px) {
  .pomegranate-nectar-product {
    right: 27.896px;
  }
}
@media screen and (max-width: 1412px) {
  .pomegranate-nectar-product {
    right: 27.363px;
  }
}
@media screen and (max-width: 1411px) {
  .pomegranate-nectar-product {
    right: 26.83px;
  }
}
@media screen and (max-width: 1410px) {
  .pomegranate-nectar-product {
    right: 26.297px;
  }
}
@media screen and (max-width: 1409px) {
  .pomegranate-nectar-product {
    right: 25.764px;
  }
}
@media screen and (max-width: 1408px) {
  .pomegranate-nectar-product {
    right: 25.231px;
  }
}
@media screen and (max-width: 1407px) {
  .pomegranate-nectar-product {
    right: 24.698px;
  }
}
@media screen and (max-width: 1406px) {
  .pomegranate-nectar-product {
    right: 24.165px;
  }
}
@media screen and (max-width: 1405px) {
  .pomegranate-nectar-product {
    right: 23.632px;
  }
}
@media screen and (max-width: 1404px) {
  .pomegranate-nectar-product {
    right: 23.099px;
  }
}
@media screen and (max-width: 1403px) {
  .pomegranate-nectar-product {
    right: 22.566px;
  }
}
@media screen and (max-width: 1402px) {
  .pomegranate-nectar-product {
    right: 22.033px;
  }
}
@media screen and (max-width: 1401px) {
  .pomegranate-nectar-product {
    right: 21.5px;
  }
}
@media screen and (max-width: 1400px) {
  .pomegranate-nectar-product {
    right: 20.967px;
  }
}
@media screen and (max-width: 1399px) {
  .pomegranate-nectar-product {
    right: 20.434px;
  }
}
@media screen and (max-width: 1398px) {
  .pomegranate-nectar-product {
    right: 19.901px;
  }
}
@media screen and (max-width: 1397px) {
  .pomegranate-nectar-product {
    right: 19.368px;
  }
}
@media screen and (max-width: 1396px) {
  .pomegranate-nectar-product {
    right: 18.835px;
  }
}
@media screen and (max-width: 1395px) {
  .pomegranate-nectar-product {
    right: 18.302px;
  }
}
@media screen and (max-width: 1394px) {
  .pomegranate-nectar-product {
    right: 17.769px;
  }
}
@media screen and (max-width: 1393px) {
  .pomegranate-nectar-product {
    right: 17.236px;
  }
}
@media screen and (max-width: 1392px) {
  .pomegranate-nectar-product {
    right: 16.703px;
  }
}
@media screen and (max-width: 1391px) {
  .pomegranate-nectar-product {
    right: 16.17px;
  }
}
@media screen and (max-width: 1390px) {
  .pomegranate-nectar-product {
    right: 15.637px;
  }
}
@media screen and (max-width: 1389px) {
  .pomegranate-nectar-product {
    right: 15.104px;
  }
}
@media screen and (max-width: 1388px) {
  .pomegranate-nectar-product {
    right: 14.571px;
  }
}
@media screen and (max-width: 1387px) {
  .pomegranate-nectar-product {
    right: 14.038px;
  }
}
@media screen and (max-width: 1386px) {
  .pomegranate-nectar-product {
    right: 13.505px;
  }
}
@media screen and (max-width: 1385px) {
  .pomegranate-nectar-product {
    right: 12.972px;
  }
}
@media screen and (max-width: 1384px) {
  .pomegranate-nectar-product {
    right: 12.439px;
  }
}
@media screen and (max-width: 1383px) {
  .pomegranate-nectar-product {
    right: 11.906px;
  }
}
@media screen and (max-width: 1382px) {
  .pomegranate-nectar-product {
    right: 11.373px;
  }
}
@media screen and (max-width: 1381px) {
  .pomegranate-nectar-product {
    right: 10.84px;
  }
}
@media screen and (max-width: 1380px) {
  .pomegranate-nectar-product {
    right: 10.307px;
  }
}
@media screen and (max-width: 1379px) {
  .pomegranate-nectar-product {
    right: 9.774px;
  }
}
@media screen and (max-width: 1378px) {
  .pomegranate-nectar-product {
    right: 9.241px;
  }
}
@media screen and (max-width: 1377px) {
  .pomegranate-nectar-product {
    right: 8.708px;
  }
}
@media screen and (max-width: 1376px) {
  .pomegranate-nectar-product {
    right: 8.175px;
  }
}
@media screen and (max-width: 1375px) {
  .pomegranate-nectar-product {
    right: 7.642px;
  }
}
@media screen and (max-width: 1374px) {
  .pomegranate-nectar-product {
    right: 7.109px;
  }
}
@media screen and (max-width: 1373px) {
  .pomegranate-nectar-product {
    right: 6.576px;
  }
}
@media screen and (max-width: 1372px) {
  .pomegranate-nectar-product {
    right: 6.043px;
  }
}
@media screen and (max-width: 1371px) {
  .pomegranate-nectar-product {
    right: 5.51px;
  }
}
@media screen and (max-width: 1370px) {
  .pomegranate-nectar-product {
    right: 4.977px;
  }
}
@media screen and (max-width: 1369px) {
  .pomegranate-nectar-product {
    right: 4.444px;
  }
}
@media screen and (max-width: 1368px) {
  .pomegranate-nectar-product {
    right: 3.911px;
  }
}
@media screen and (max-width: 1367px) {
  .pomegranate-nectar-product {
    right: 3.378px;
  }
}
@media screen and (max-width: 1366px) {
  .pomegranate-nectar-product {
    right: 2.845px;
  }
}
@media screen and (max-width: 1365px) {
  .pomegranate-nectar-product {
    right: 2.312px;
  }
}
@media screen and (max-width: 1364px) {
  .pomegranate-nectar-product {
    right: 1.779px;
  }
}
@media screen and (max-width: 1363px) {
  .pomegranate-nectar-product {
    right: 1.246px;
  }
}
@media screen and (max-width: 1362px) {
  .pomegranate-nectar-product {
    right: 0.713px;
  }
}
@media screen and (max-width: 1361px) {
  .pomegranate-nectar-product {
    right: 0.18px;
  }
}
@media screen and (max-width: 1360px) {
  .pomegranate-nectar-product {
    right: -0.353px;
  }
}
@media screen and (max-width: 1359px) {
  .pomegranate-nectar-product {
    right: -0.886px;
  }
}
@media screen and (max-width: 1358px) {
  .pomegranate-nectar-product {
    right: -1.419px;
  }
}
@media screen and (max-width: 1357px) {
  .pomegranate-nectar-product {
    right: -1.952px;
  }
}
@media screen and (max-width: 1356px) {
  .pomegranate-nectar-product {
    right: -2.485px;
  }
}
@media screen and (max-width: 1355px) {
  .pomegranate-nectar-product {
    right: -3.018px;
  }
}
@media screen and (max-width: 1354px) {
  .pomegranate-nectar-product {
    right: -3.551px;
  }
}
@media screen and (max-width: 1353px) {
  .pomegranate-nectar-product {
    right: -4.084px;
  }
}
@media screen and (max-width: 1352px) {
  .pomegranate-nectar-product {
    right: -4.617px;
  }
}
@media screen and (max-width: 1351px) {
  .pomegranate-nectar-product {
    right: -5.15px;
  }
}
@media screen and (max-width: 1350px) {
  .pomegranate-nectar-product {
    right: -5.683px;
  }
}
@media screen and (max-width: 1349px) {
  .pomegranate-nectar-product {
    right: -6.216px;
  }
}
@media screen and (max-width: 1348px) {
  .pomegranate-nectar-product {
    right: -6.749px;
  }
}
@media screen and (max-width: 1347px) {
  .pomegranate-nectar-product {
    right: -7.282px;
  }
}
@media screen and (max-width: 1346px) {
  .pomegranate-nectar-product {
    right: -7.815px;
  }
}
@media screen and (max-width: 1345px) {
  .pomegranate-nectar-product {
    right: -8.348px;
  }
}
@media screen and (max-width: 1344px) {
  .pomegranate-nectar-product {
    right: -8.881px;
  }
}
@media screen and (max-width: 1343px) {
  .pomegranate-nectar-product {
    right: -9.414px;
  }
}
@media screen and (max-width: 1342px) {
  .pomegranate-nectar-product {
    right: -9.947px;
  }
}
@media screen and (max-width: 1341px) {
  .pomegranate-nectar-product {
    right: -10.48px;
  }
}
@media screen and (max-width: 1340px) {
  .pomegranate-nectar-product {
    right: -11.013px;
  }
}
@media screen and (max-width: 1339px) {
  .pomegranate-nectar-product {
    right: -11.546px;
  }
}
@media screen and (max-width: 1338px) {
  .pomegranate-nectar-product {
    right: -12.079px;
  }
}
@media screen and (max-width: 1337px) {
  .pomegranate-nectar-product {
    right: -12.612px;
  }
}
@media screen and (max-width: 1336px) {
  .pomegranate-nectar-product {
    right: -13.145px;
  }
}
@media screen and (max-width: 1335px) {
  .pomegranate-nectar-product {
    right: -13.678px;
  }
}
@media screen and (max-width: 1334px) {
  .pomegranate-nectar-product {
    right: -14.211px;
  }
}
@media screen and (max-width: 1333px) {
  .pomegranate-nectar-product {
    right: -14.744px;
  }
}
@media screen and (max-width: 1332px) {
  .pomegranate-nectar-product {
    right: -15.277px;
  }
}
@media screen and (max-width: 1331px) {
  .pomegranate-nectar-product {
    right: -15.81px;
  }
}
@media screen and (max-width: 1330px) {
  .pomegranate-nectar-product {
    right: -16.343px;
  }
}
@media screen and (max-width: 1329px) {
  .pomegranate-nectar-product {
    right: -16.876px;
  }
}
@media screen and (max-width: 1328px) {
  .pomegranate-nectar-product {
    right: -17.409px;
  }
}
@media screen and (max-width: 1327px) {
  .pomegranate-nectar-product {
    right: -17.942px;
  }
}
@media screen and (max-width: 1326px) {
  .pomegranate-nectar-product {
    right: -18.475px;
  }
}
@media screen and (max-width: 1325px) {
  .pomegranate-nectar-product {
    right: -19.008px;
  }
}
@media screen and (max-width: 1324px) {
  .pomegranate-nectar-product {
    right: -19.541px;
  }
}
@media screen and (max-width: 1323px) {
  .pomegranate-nectar-product {
    right: -20.074px;
  }
}
@media screen and (max-width: 1322px) {
  .pomegranate-nectar-product {
    right: -20.607px;
  }
}
@media screen and (max-width: 1321px) {
  .pomegranate-nectar-product {
    right: -21.14px;
  }
}
@media screen and (max-width: 1320px) {
  .pomegranate-nectar-product {
    right: -21.673px;
  }
}
@media screen and (max-width: 1319px) {
  .pomegranate-nectar-product {
    right: -22.206px;
  }
}
@media screen and (max-width: 1318px) {
  .pomegranate-nectar-product {
    right: -22.739px;
  }
}
@media screen and (max-width: 1317px) {
  .pomegranate-nectar-product {
    right: -23.272px;
  }
}
@media screen and (max-width: 1316px) {
  .pomegranate-nectar-product {
    right: -23.805px;
  }
}
@media screen and (max-width: 1315px) {
  .pomegranate-nectar-product {
    right: -24.338px;
  }
}
@media screen and (max-width: 1314px) {
  .pomegranate-nectar-product {
    right: -24.871px;
  }
}
@media screen and (max-width: 1313px) {
  .pomegranate-nectar-product {
    right: -25.404px;
  }
}
@media screen and (max-width: 1312px) {
  .pomegranate-nectar-product {
    right: -25.937px;
  }
}
@media screen and (max-width: 1311px) {
  .pomegranate-nectar-product {
    right: -26.47px;
  }
}
@media screen and (max-width: 1310px) {
  .pomegranate-nectar-product {
    right: -27.003px;
  }
}
@media screen and (max-width: 1309px) {
  .pomegranate-nectar-product {
    right: -27.536px;
  }
}
@media screen and (max-width: 1308px) {
  .pomegranate-nectar-product {
    right: -28.069px;
  }
}
@media screen and (max-width: 1307px) {
  .pomegranate-nectar-product {
    right: -28.602px;
  }
}
@media screen and (max-width: 1306px) {
  .pomegranate-nectar-product {
    right: -29.135px;
  }
}
@media screen and (max-width: 1305px) {
  .pomegranate-nectar-product {
    right: -29.668px;
  }
}
@media screen and (max-width: 1304px) {
  .pomegranate-nectar-product {
    right: -30.201px;
  }
}
@media screen and (max-width: 1303px) {
  .pomegranate-nectar-product {
    right: -30.734px;
  }
}
@media screen and (max-width: 1302px) {
  .pomegranate-nectar-product {
    right: -31.267px;
  }
}
@media screen and (max-width: 1301px) {
  .pomegranate-nectar-product {
    right: -31.8px;
  }
}
@media screen and (max-width: 1300px) {
  .pomegranate-nectar-product {
    right: -32.333px;
  }
}

@media screen and (max-width: 1500px) {
  .pomegranate-back {
    max-width: 420px;
  }
}

.pomegranate-nectar-product img ~ div {
  position: absolute;
  right: 10rem;
  margin-top: 9rem;
  transform: rotate(-18deg);
  transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  -webkit-backface-visibility: hidden;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .pomegranate-nectar-product img ~ div {
    max-width: 250px;
    right: 5rem;
    margin-top: 6rem;
  }
}

.pomegranate-nectar-element-text {
  z-index: 1;
  position: absolute;
  margin-top: 21rem;
  text-align: center;
  margin-top: 0rem;
  left: 0rem;
}
@media screen and (max-width: 1600px) {
  .pomegranate-nectar-element-text {
    margin-top: 8rem;
    left: -5rem;
  }
}
.pomegranate-nectar-element-text h1 {
  font-size: 190px;
  color: rgba(0, 166, 81, 0.5);
  text-align: left;
  margin: 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  opacity: 0 !important;
}
@media screen and (max-width: 1850px) {
  .pomegranate-nectar-element-text h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .pomegranate-nectar-element-text h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .pomegranate-nectar-element-text h1 {
    font-size: 80px;
  }
}
.pomegranate-nectar-element-text p {
  font-size: 60px;
  color: #9a4621;
  text-align: left;
  font-weight: 700;
  margin-left: 12rem;
}
@media screen and (max-width: 1600px) {
  .pomegranate-nectar-element-text p {
    text-align: center;
  }
}

.apple-nectar2 {
  margin-top: 100px;
}

.apple-nectar2-element1 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 0rem;
  margin-top: 15rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar2-element1 {
    max-width: 250px;
  }
}

.apple-nectar2-element2 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: 34rem;
  margin-top: 36rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar2-element2 {
    right: 16rem;
  }
}

.apple-nectar2-element3 {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  right: -20rem;
  margin-top: 12rem;
  transform: rotate(267deg);
}
@media screen and (max-width: 1600px) {
  .apple-nectar2-element3 {
    max-width: 550px;
    margin-top: 22rem;
  }
}

.apple-nectar2-product {
  border: 0px solid;
  z-index: 1;
  position: absolute;
  left: 34rem;
  margin-top: -8rem;
  left: 26rem;
}
@media screen and (max-width: 1900px) {
  .apple-nectar2-product {
    left: 545px;
  }
}
@media screen and (max-width: 1899px) {
  .apple-nectar2-product {
    left: 544.467px;
  }
}
@media screen and (max-width: 1898px) {
  .apple-nectar2-product {
    left: 543.934px;
  }
}
@media screen and (max-width: 1897px) {
  .apple-nectar2-product {
    left: 543.401px;
  }
}
@media screen and (max-width: 1896px) {
  .apple-nectar2-product {
    left: 542.868px;
  }
}
@media screen and (max-width: 1895px) {
  .apple-nectar2-product {
    left: 542.335px;
  }
}
@media screen and (max-width: 1894px) {
  .apple-nectar2-product {
    left: 541.802px;
  }
}
@media screen and (max-width: 1893px) {
  .apple-nectar2-product {
    left: 541.269px;
  }
}
@media screen and (max-width: 1892px) {
  .apple-nectar2-product {
    left: 540.736px;
  }
}
@media screen and (max-width: 1891px) {
  .apple-nectar2-product {
    left: 540.203px;
  }
}
@media screen and (max-width: 1890px) {
  .apple-nectar2-product {
    left: 539.67px;
  }
}
@media screen and (max-width: 1889px) {
  .apple-nectar2-product {
    left: 539.137px;
  }
}
@media screen and (max-width: 1888px) {
  .apple-nectar2-product {
    left: 538.604px;
  }
}
@media screen and (max-width: 1887px) {
  .apple-nectar2-product {
    left: 538.071px;
  }
}
@media screen and (max-width: 1886px) {
  .apple-nectar2-product {
    left: 537.538px;
  }
}
@media screen and (max-width: 1885px) {
  .apple-nectar2-product {
    left: 537.005px;
  }
}
@media screen and (max-width: 1884px) {
  .apple-nectar2-product {
    left: 536.472px;
  }
}
@media screen and (max-width: 1883px) {
  .apple-nectar2-product {
    left: 535.939px;
  }
}
@media screen and (max-width: 1882px) {
  .apple-nectar2-product {
    left: 535.406px;
  }
}
@media screen and (max-width: 1881px) {
  .apple-nectar2-product {
    left: 534.873px;
  }
}
@media screen and (max-width: 1880px) {
  .apple-nectar2-product {
    left: 534.34px;
  }
}
@media screen and (max-width: 1879px) {
  .apple-nectar2-product {
    left: 533.807px;
  }
}
@media screen and (max-width: 1878px) {
  .apple-nectar2-product {
    left: 533.274px;
  }
}
@media screen and (max-width: 1877px) {
  .apple-nectar2-product {
    left: 532.741px;
  }
}
@media screen and (max-width: 1876px) {
  .apple-nectar2-product {
    left: 532.208px;
  }
}
@media screen and (max-width: 1875px) {
  .apple-nectar2-product {
    left: 531.675px;
  }
}
@media screen and (max-width: 1874px) {
  .apple-nectar2-product {
    left: 531.142px;
  }
}
@media screen and (max-width: 1873px) {
  .apple-nectar2-product {
    left: 530.609px;
  }
}
@media screen and (max-width: 1872px) {
  .apple-nectar2-product {
    left: 530.076px;
  }
}
@media screen and (max-width: 1871px) {
  .apple-nectar2-product {
    left: 529.543px;
  }
}
@media screen and (max-width: 1870px) {
  .apple-nectar2-product {
    left: 529.01px;
  }
}
@media screen and (max-width: 1869px) {
  .apple-nectar2-product {
    left: 528.477px;
  }
}
@media screen and (max-width: 1868px) {
  .apple-nectar2-product {
    left: 527.944px;
  }
}
@media screen and (max-width: 1867px) {
  .apple-nectar2-product {
    left: 527.411px;
  }
}
@media screen and (max-width: 1866px) {
  .apple-nectar2-product {
    left: 526.878px;
  }
}
@media screen and (max-width: 1865px) {
  .apple-nectar2-product {
    left: 526.345px;
  }
}
@media screen and (max-width: 1864px) {
  .apple-nectar2-product {
    left: 525.812px;
  }
}
@media screen and (max-width: 1863px) {
  .apple-nectar2-product {
    left: 525.279px;
  }
}
@media screen and (max-width: 1862px) {
  .apple-nectar2-product {
    left: 524.746px;
  }
}
@media screen and (max-width: 1861px) {
  .apple-nectar2-product {
    left: 524.213px;
  }
}
@media screen and (max-width: 1860px) {
  .apple-nectar2-product {
    left: 523.68px;
  }
}
@media screen and (max-width: 1859px) {
  .apple-nectar2-product {
    left: 523.147px;
  }
}
@media screen and (max-width: 1858px) {
  .apple-nectar2-product {
    left: 522.614px;
  }
}
@media screen and (max-width: 1857px) {
  .apple-nectar2-product {
    left: 522.081px;
  }
}
@media screen and (max-width: 1856px) {
  .apple-nectar2-product {
    left: 521.548px;
  }
}
@media screen and (max-width: 1855px) {
  .apple-nectar2-product {
    left: 521.015px;
  }
}
@media screen and (max-width: 1854px) {
  .apple-nectar2-product {
    left: 520.482px;
  }
}
@media screen and (max-width: 1853px) {
  .apple-nectar2-product {
    left: 519.949px;
  }
}
@media screen and (max-width: 1852px) {
  .apple-nectar2-product {
    left: 519.416px;
  }
}
@media screen and (max-width: 1851px) {
  .apple-nectar2-product {
    left: 518.883px;
  }
}
@media screen and (max-width: 1850px) {
  .apple-nectar2-product {
    left: 518.35px;
  }
}
@media screen and (max-width: 1849px) {
  .apple-nectar2-product {
    left: 517.817px;
  }
}
@media screen and (max-width: 1848px) {
  .apple-nectar2-product {
    left: 517.284px;
  }
}
@media screen and (max-width: 1847px) {
  .apple-nectar2-product {
    left: 516.751px;
  }
}
@media screen and (max-width: 1846px) {
  .apple-nectar2-product {
    left: 516.218px;
  }
}
@media screen and (max-width: 1845px) {
  .apple-nectar2-product {
    left: 515.685px;
  }
}
@media screen and (max-width: 1844px) {
  .apple-nectar2-product {
    left: 515.152px;
  }
}
@media screen and (max-width: 1843px) {
  .apple-nectar2-product {
    left: 514.619px;
  }
}
@media screen and (max-width: 1842px) {
  .apple-nectar2-product {
    left: 514.086px;
  }
}
@media screen and (max-width: 1841px) {
  .apple-nectar2-product {
    left: 513.553px;
  }
}
@media screen and (max-width: 1840px) {
  .apple-nectar2-product {
    left: 513.02px;
  }
}
@media screen and (max-width: 1839px) {
  .apple-nectar2-product {
    left: 512.487px;
  }
}
@media screen and (max-width: 1838px) {
  .apple-nectar2-product {
    left: 511.954px;
  }
}
@media screen and (max-width: 1837px) {
  .apple-nectar2-product {
    left: 511.421px;
  }
}
@media screen and (max-width: 1836px) {
  .apple-nectar2-product {
    left: 510.888px;
  }
}
@media screen and (max-width: 1835px) {
  .apple-nectar2-product {
    left: 510.355px;
  }
}
@media screen and (max-width: 1834px) {
  .apple-nectar2-product {
    left: 509.822px;
  }
}
@media screen and (max-width: 1833px) {
  .apple-nectar2-product {
    left: 509.289px;
  }
}
@media screen and (max-width: 1832px) {
  .apple-nectar2-product {
    left: 508.756px;
  }
}
@media screen and (max-width: 1831px) {
  .apple-nectar2-product {
    left: 508.223px;
  }
}
@media screen and (max-width: 1830px) {
  .apple-nectar2-product {
    left: 507.69px;
  }
}
@media screen and (max-width: 1829px) {
  .apple-nectar2-product {
    left: 507.157px;
  }
}
@media screen and (max-width: 1828px) {
  .apple-nectar2-product {
    left: 506.624px;
  }
}
@media screen and (max-width: 1827px) {
  .apple-nectar2-product {
    left: 506.091px;
  }
}
@media screen and (max-width: 1826px) {
  .apple-nectar2-product {
    left: 505.558px;
  }
}
@media screen and (max-width: 1825px) {
  .apple-nectar2-product {
    left: 505.025px;
  }
}
@media screen and (max-width: 1824px) {
  .apple-nectar2-product {
    left: 504.492px;
  }
}
@media screen and (max-width: 1823px) {
  .apple-nectar2-product {
    left: 503.959px;
  }
}
@media screen and (max-width: 1822px) {
  .apple-nectar2-product {
    left: 503.426px;
  }
}
@media screen and (max-width: 1821px) {
  .apple-nectar2-product {
    left: 502.893px;
  }
}
@media screen and (max-width: 1820px) {
  .apple-nectar2-product {
    left: 502.36px;
  }
}
@media screen and (max-width: 1819px) {
  .apple-nectar2-product {
    left: 501.827px;
  }
}
@media screen and (max-width: 1818px) {
  .apple-nectar2-product {
    left: 501.294px;
  }
}
@media screen and (max-width: 1817px) {
  .apple-nectar2-product {
    left: 500.761px;
  }
}
@media screen and (max-width: 1816px) {
  .apple-nectar2-product {
    left: 500.228px;
  }
}
@media screen and (max-width: 1815px) {
  .apple-nectar2-product {
    left: 499.695px;
  }
}
@media screen and (max-width: 1814px) {
  .apple-nectar2-product {
    left: 499.162px;
  }
}
@media screen and (max-width: 1813px) {
  .apple-nectar2-product {
    left: 498.629px;
  }
}
@media screen and (max-width: 1812px) {
  .apple-nectar2-product {
    left: 498.096px;
  }
}
@media screen and (max-width: 1811px) {
  .apple-nectar2-product {
    left: 497.563px;
  }
}
@media screen and (max-width: 1810px) {
  .apple-nectar2-product {
    left: 497.03px;
  }
}
@media screen and (max-width: 1809px) {
  .apple-nectar2-product {
    left: 496.497px;
  }
}
@media screen and (max-width: 1808px) {
  .apple-nectar2-product {
    left: 495.964px;
  }
}
@media screen and (max-width: 1807px) {
  .apple-nectar2-product {
    left: 495.431px;
  }
}
@media screen and (max-width: 1806px) {
  .apple-nectar2-product {
    left: 494.898px;
  }
}
@media screen and (max-width: 1805px) {
  .apple-nectar2-product {
    left: 494.365px;
  }
}
@media screen and (max-width: 1804px) {
  .apple-nectar2-product {
    left: 493.832px;
  }
}
@media screen and (max-width: 1803px) {
  .apple-nectar2-product {
    left: 493.299px;
  }
}
@media screen and (max-width: 1802px) {
  .apple-nectar2-product {
    left: 492.766px;
  }
}
@media screen and (max-width: 1801px) {
  .apple-nectar2-product {
    left: 492.233px;
  }
}
@media screen and (max-width: 1800px) {
  .apple-nectar2-product {
    left: 491.7px;
  }
}
@media screen and (max-width: 1799px) {
  .apple-nectar2-product {
    left: 491.167px;
  }
}
@media screen and (max-width: 1798px) {
  .apple-nectar2-product {
    left: 490.634px;
  }
}
@media screen and (max-width: 1797px) {
  .apple-nectar2-product {
    left: 490.101px;
  }
}
@media screen and (max-width: 1796px) {
  .apple-nectar2-product {
    left: 489.568px;
  }
}
@media screen and (max-width: 1795px) {
  .apple-nectar2-product {
    left: 489.035px;
  }
}
@media screen and (max-width: 1794px) {
  .apple-nectar2-product {
    left: 488.502px;
  }
}
@media screen and (max-width: 1793px) {
  .apple-nectar2-product {
    left: 487.969px;
  }
}
@media screen and (max-width: 1792px) {
  .apple-nectar2-product {
    left: 487.436px;
  }
}
@media screen and (max-width: 1791px) {
  .apple-nectar2-product {
    left: 486.903px;
  }
}
@media screen and (max-width: 1790px) {
  .apple-nectar2-product {
    left: 486.37px;
  }
}
@media screen and (max-width: 1789px) {
  .apple-nectar2-product {
    left: 485.837px;
  }
}
@media screen and (max-width: 1788px) {
  .apple-nectar2-product {
    left: 485.304px;
  }
}
@media screen and (max-width: 1787px) {
  .apple-nectar2-product {
    left: 484.771px;
  }
}
@media screen and (max-width: 1786px) {
  .apple-nectar2-product {
    left: 484.238px;
  }
}
@media screen and (max-width: 1785px) {
  .apple-nectar2-product {
    left: 483.705px;
  }
}
@media screen and (max-width: 1784px) {
  .apple-nectar2-product {
    left: 483.172px;
  }
}
@media screen and (max-width: 1783px) {
  .apple-nectar2-product {
    left: 482.639px;
  }
}
@media screen and (max-width: 1782px) {
  .apple-nectar2-product {
    left: 482.106px;
  }
}
@media screen and (max-width: 1781px) {
  .apple-nectar2-product {
    left: 481.573px;
  }
}
@media screen and (max-width: 1780px) {
  .apple-nectar2-product {
    left: 481.04px;
  }
}
@media screen and (max-width: 1779px) {
  .apple-nectar2-product {
    left: 480.507px;
  }
}
@media screen and (max-width: 1778px) {
  .apple-nectar2-product {
    left: 479.974px;
  }
}
@media screen and (max-width: 1777px) {
  .apple-nectar2-product {
    left: 479.441px;
  }
}
@media screen and (max-width: 1776px) {
  .apple-nectar2-product {
    left: 478.908px;
  }
}
@media screen and (max-width: 1775px) {
  .apple-nectar2-product {
    left: 478.375px;
  }
}
@media screen and (max-width: 1774px) {
  .apple-nectar2-product {
    left: 477.842px;
  }
}
@media screen and (max-width: 1773px) {
  .apple-nectar2-product {
    left: 477.309px;
  }
}
@media screen and (max-width: 1772px) {
  .apple-nectar2-product {
    left: 476.776px;
  }
}
@media screen and (max-width: 1771px) {
  .apple-nectar2-product {
    left: 476.243px;
  }
}
@media screen and (max-width: 1770px) {
  .apple-nectar2-product {
    left: 475.71px;
  }
}
@media screen and (max-width: 1769px) {
  .apple-nectar2-product {
    left: 475.177px;
  }
}
@media screen and (max-width: 1768px) {
  .apple-nectar2-product {
    left: 474.644px;
  }
}
@media screen and (max-width: 1767px) {
  .apple-nectar2-product {
    left: 474.111px;
  }
}
@media screen and (max-width: 1766px) {
  .apple-nectar2-product {
    left: 473.578px;
  }
}
@media screen and (max-width: 1765px) {
  .apple-nectar2-product {
    left: 473.045px;
  }
}
@media screen and (max-width: 1764px) {
  .apple-nectar2-product {
    left: 472.512px;
  }
}
@media screen and (max-width: 1763px) {
  .apple-nectar2-product {
    left: 471.979px;
  }
}
@media screen and (max-width: 1762px) {
  .apple-nectar2-product {
    left: 471.446px;
  }
}
@media screen and (max-width: 1761px) {
  .apple-nectar2-product {
    left: 470.913px;
  }
}
@media screen and (max-width: 1760px) {
  .apple-nectar2-product {
    left: 470.38px;
  }
}
@media screen and (max-width: 1759px) {
  .apple-nectar2-product {
    left: 469.847px;
  }
}
@media screen and (max-width: 1758px) {
  .apple-nectar2-product {
    left: 469.314px;
  }
}
@media screen and (max-width: 1757px) {
  .apple-nectar2-product {
    left: 468.781px;
  }
}
@media screen and (max-width: 1756px) {
  .apple-nectar2-product {
    left: 468.248px;
  }
}
@media screen and (max-width: 1755px) {
  .apple-nectar2-product {
    left: 467.715px;
  }
}
@media screen and (max-width: 1754px) {
  .apple-nectar2-product {
    left: 467.182px;
  }
}
@media screen and (max-width: 1753px) {
  .apple-nectar2-product {
    left: 466.649px;
  }
}
@media screen and (max-width: 1752px) {
  .apple-nectar2-product {
    left: 466.116px;
  }
}
@media screen and (max-width: 1751px) {
  .apple-nectar2-product {
    left: 465.583px;
  }
}
@media screen and (max-width: 1750px) {
  .apple-nectar2-product {
    left: 465.05px;
  }
}
@media screen and (max-width: 1749px) {
  .apple-nectar2-product {
    left: 464.517px;
  }
}
@media screen and (max-width: 1748px) {
  .apple-nectar2-product {
    left: 463.984px;
  }
}
@media screen and (max-width: 1747px) {
  .apple-nectar2-product {
    left: 463.451px;
  }
}
@media screen and (max-width: 1746px) {
  .apple-nectar2-product {
    left: 462.918px;
  }
}
@media screen and (max-width: 1745px) {
  .apple-nectar2-product {
    left: 462.385px;
  }
}
@media screen and (max-width: 1744px) {
  .apple-nectar2-product {
    left: 461.852px;
  }
}
@media screen and (max-width: 1743px) {
  .apple-nectar2-product {
    left: 461.319px;
  }
}
@media screen and (max-width: 1742px) {
  .apple-nectar2-product {
    left: 460.786px;
  }
}
@media screen and (max-width: 1741px) {
  .apple-nectar2-product {
    left: 460.253px;
  }
}
@media screen and (max-width: 1740px) {
  .apple-nectar2-product {
    left: 459.72px;
  }
}
@media screen and (max-width: 1739px) {
  .apple-nectar2-product {
    left: 459.187px;
  }
}
@media screen and (max-width: 1738px) {
  .apple-nectar2-product {
    left: 458.654px;
  }
}
@media screen and (max-width: 1737px) {
  .apple-nectar2-product {
    left: 458.121px;
  }
}
@media screen and (max-width: 1736px) {
  .apple-nectar2-product {
    left: 457.588px;
  }
}
@media screen and (max-width: 1735px) {
  .apple-nectar2-product {
    left: 457.055px;
  }
}
@media screen and (max-width: 1734px) {
  .apple-nectar2-product {
    left: 456.522px;
  }
}
@media screen and (max-width: 1733px) {
  .apple-nectar2-product {
    left: 455.989px;
  }
}
@media screen and (max-width: 1732px) {
  .apple-nectar2-product {
    left: 455.456px;
  }
}
@media screen and (max-width: 1731px) {
  .apple-nectar2-product {
    left: 454.923px;
  }
}
@media screen and (max-width: 1730px) {
  .apple-nectar2-product {
    left: 454.39px;
  }
}
@media screen and (max-width: 1729px) {
  .apple-nectar2-product {
    left: 453.857px;
  }
}
@media screen and (max-width: 1728px) {
  .apple-nectar2-product {
    left: 453.324px;
  }
}
@media screen and (max-width: 1727px) {
  .apple-nectar2-product {
    left: 452.791px;
  }
}
@media screen and (max-width: 1726px) {
  .apple-nectar2-product {
    left: 452.258px;
  }
}
@media screen and (max-width: 1725px) {
  .apple-nectar2-product {
    left: 451.725px;
  }
}
@media screen and (max-width: 1724px) {
  .apple-nectar2-product {
    left: 451.192px;
  }
}
@media screen and (max-width: 1723px) {
  .apple-nectar2-product {
    left: 450.659px;
  }
}
@media screen and (max-width: 1722px) {
  .apple-nectar2-product {
    left: 450.126px;
  }
}
@media screen and (max-width: 1721px) {
  .apple-nectar2-product {
    left: 449.593px;
  }
}
@media screen and (max-width: 1720px) {
  .apple-nectar2-product {
    left: 449.06px;
  }
}
@media screen and (max-width: 1719px) {
  .apple-nectar2-product {
    left: 448.527px;
  }
}
@media screen and (max-width: 1718px) {
  .apple-nectar2-product {
    left: 447.994px;
  }
}
@media screen and (max-width: 1717px) {
  .apple-nectar2-product {
    left: 447.461px;
  }
}
@media screen and (max-width: 1716px) {
  .apple-nectar2-product {
    left: 446.928px;
  }
}
@media screen and (max-width: 1715px) {
  .apple-nectar2-product {
    left: 446.395px;
  }
}
@media screen and (max-width: 1714px) {
  .apple-nectar2-product {
    left: 445.862px;
  }
}
@media screen and (max-width: 1713px) {
  .apple-nectar2-product {
    left: 445.329px;
  }
}
@media screen and (max-width: 1712px) {
  .apple-nectar2-product {
    left: 444.796px;
  }
}
@media screen and (max-width: 1711px) {
  .apple-nectar2-product {
    left: 444.263px;
  }
}
@media screen and (max-width: 1710px) {
  .apple-nectar2-product {
    left: 443.73px;
  }
}
@media screen and (max-width: 1709px) {
  .apple-nectar2-product {
    left: 443.197px;
  }
}
@media screen and (max-width: 1708px) {
  .apple-nectar2-product {
    left: 442.664px;
  }
}
@media screen and (max-width: 1707px) {
  .apple-nectar2-product {
    left: 442.131px;
  }
}
@media screen and (max-width: 1706px) {
  .apple-nectar2-product {
    left: 441.598px;
  }
}
@media screen and (max-width: 1705px) {
  .apple-nectar2-product {
    left: 441.065px;
  }
}
@media screen and (max-width: 1704px) {
  .apple-nectar2-product {
    left: 440.532px;
  }
}
@media screen and (max-width: 1703px) {
  .apple-nectar2-product {
    left: 439.999px;
  }
}
@media screen and (max-width: 1702px) {
  .apple-nectar2-product {
    left: 439.466px;
  }
}
@media screen and (max-width: 1701px) {
  .apple-nectar2-product {
    left: 438.933px;
  }
}
@media screen and (max-width: 1700px) {
  .apple-nectar2-product {
    left: 438.4px;
  }
}
@media screen and (max-width: 1699px) {
  .apple-nectar2-product {
    left: 437.867px;
  }
}
@media screen and (max-width: 1698px) {
  .apple-nectar2-product {
    left: 437.334px;
  }
}
@media screen and (max-width: 1697px) {
  .apple-nectar2-product {
    left: 436.801px;
  }
}
@media screen and (max-width: 1696px) {
  .apple-nectar2-product {
    left: 436.268px;
  }
}
@media screen and (max-width: 1695px) {
  .apple-nectar2-product {
    left: 435.735px;
  }
}
@media screen and (max-width: 1694px) {
  .apple-nectar2-product {
    left: 435.202px;
  }
}
@media screen and (max-width: 1693px) {
  .apple-nectar2-product {
    left: 434.669px;
  }
}
@media screen and (max-width: 1692px) {
  .apple-nectar2-product {
    left: 434.136px;
  }
}
@media screen and (max-width: 1691px) {
  .apple-nectar2-product {
    left: 433.603px;
  }
}
@media screen and (max-width: 1690px) {
  .apple-nectar2-product {
    left: 433.07px;
  }
}
@media screen and (max-width: 1689px) {
  .apple-nectar2-product {
    left: 432.537px;
  }
}
@media screen and (max-width: 1688px) {
  .apple-nectar2-product {
    left: 432.004px;
  }
}
@media screen and (max-width: 1687px) {
  .apple-nectar2-product {
    left: 431.471px;
  }
}
@media screen and (max-width: 1686px) {
  .apple-nectar2-product {
    left: 430.938px;
  }
}
@media screen and (max-width: 1685px) {
  .apple-nectar2-product {
    left: 430.405px;
  }
}
@media screen and (max-width: 1684px) {
  .apple-nectar2-product {
    left: 429.872px;
  }
}
@media screen and (max-width: 1683px) {
  .apple-nectar2-product {
    left: 429.339px;
  }
}
@media screen and (max-width: 1682px) {
  .apple-nectar2-product {
    left: 428.806px;
  }
}
@media screen and (max-width: 1681px) {
  .apple-nectar2-product {
    left: 428.273px;
  }
}
@media screen and (max-width: 1680px) {
  .apple-nectar2-product {
    left: 427.74px;
  }
}
@media screen and (max-width: 1679px) {
  .apple-nectar2-product {
    left: 427.207px;
  }
}
@media screen and (max-width: 1678px) {
  .apple-nectar2-product {
    left: 426.674px;
  }
}
@media screen and (max-width: 1677px) {
  .apple-nectar2-product {
    left: 426.141px;
  }
}
@media screen and (max-width: 1676px) {
  .apple-nectar2-product {
    left: 425.608px;
  }
}
@media screen and (max-width: 1675px) {
  .apple-nectar2-product {
    left: 425.075px;
  }
}
@media screen and (max-width: 1674px) {
  .apple-nectar2-product {
    left: 424.542px;
  }
}
@media screen and (max-width: 1673px) {
  .apple-nectar2-product {
    left: 424.009px;
  }
}
@media screen and (max-width: 1672px) {
  .apple-nectar2-product {
    left: 423.476px;
  }
}
@media screen and (max-width: 1671px) {
  .apple-nectar2-product {
    left: 422.943px;
  }
}
@media screen and (max-width: 1670px) {
  .apple-nectar2-product {
    left: 422.41px;
  }
}
@media screen and (max-width: 1669px) {
  .apple-nectar2-product {
    left: 421.877px;
  }
}
@media screen and (max-width: 1668px) {
  .apple-nectar2-product {
    left: 421.344px;
  }
}
@media screen and (max-width: 1667px) {
  .apple-nectar2-product {
    left: 420.811px;
  }
}
@media screen and (max-width: 1666px) {
  .apple-nectar2-product {
    left: 420.278px;
  }
}
@media screen and (max-width: 1665px) {
  .apple-nectar2-product {
    left: 419.745px;
  }
}
@media screen and (max-width: 1664px) {
  .apple-nectar2-product {
    left: 419.212px;
  }
}
@media screen and (max-width: 1663px) {
  .apple-nectar2-product {
    left: 418.679px;
  }
}
@media screen and (max-width: 1662px) {
  .apple-nectar2-product {
    left: 418.146px;
  }
}
@media screen and (max-width: 1661px) {
  .apple-nectar2-product {
    left: 417.613px;
  }
}
@media screen and (max-width: 1660px) {
  .apple-nectar2-product {
    left: 417.08px;
  }
}
@media screen and (max-width: 1659px) {
  .apple-nectar2-product {
    left: 416.547px;
  }
}
@media screen and (max-width: 1658px) {
  .apple-nectar2-product {
    left: 416.014px;
  }
}
@media screen and (max-width: 1657px) {
  .apple-nectar2-product {
    left: 415.481px;
  }
}
@media screen and (max-width: 1656px) {
  .apple-nectar2-product {
    left: 414.948px;
  }
}
@media screen and (max-width: 1655px) {
  .apple-nectar2-product {
    left: 414.415px;
  }
}
@media screen and (max-width: 1654px) {
  .apple-nectar2-product {
    left: 413.882px;
  }
}
@media screen and (max-width: 1653px) {
  .apple-nectar2-product {
    left: 413.349px;
  }
}
@media screen and (max-width: 1652px) {
  .apple-nectar2-product {
    left: 412.816px;
  }
}
@media screen and (max-width: 1651px) {
  .apple-nectar2-product {
    left: 412.283px;
  }
}
@media screen and (max-width: 1650px) {
  .apple-nectar2-product {
    left: 411.75px;
  }
}
@media screen and (max-width: 1649px) {
  .apple-nectar2-product {
    left: 411.217px;
  }
}
@media screen and (max-width: 1648px) {
  .apple-nectar2-product {
    left: 410.684px;
  }
}
@media screen and (max-width: 1647px) {
  .apple-nectar2-product {
    left: 410.151px;
  }
}
@media screen and (max-width: 1646px) {
  .apple-nectar2-product {
    left: 409.618px;
  }
}
@media screen and (max-width: 1645px) {
  .apple-nectar2-product {
    left: 409.085px;
  }
}
@media screen and (max-width: 1644px) {
  .apple-nectar2-product {
    left: 408.552px;
  }
}
@media screen and (max-width: 1643px) {
  .apple-nectar2-product {
    left: 408.019px;
  }
}
@media screen and (max-width: 1642px) {
  .apple-nectar2-product {
    left: 407.486px;
  }
}
@media screen and (max-width: 1641px) {
  .apple-nectar2-product {
    left: 406.953px;
  }
}
@media screen and (max-width: 1640px) {
  .apple-nectar2-product {
    left: 406.42px;
  }
}
@media screen and (max-width: 1639px) {
  .apple-nectar2-product {
    left: 405.887px;
  }
}
@media screen and (max-width: 1638px) {
  .apple-nectar2-product {
    left: 405.354px;
  }
}
@media screen and (max-width: 1637px) {
  .apple-nectar2-product {
    left: 404.821px;
  }
}
@media screen and (max-width: 1636px) {
  .apple-nectar2-product {
    left: 404.288px;
  }
}
@media screen and (max-width: 1635px) {
  .apple-nectar2-product {
    left: 403.755px;
  }
}
@media screen and (max-width: 1634px) {
  .apple-nectar2-product {
    left: 403.222px;
  }
}
@media screen and (max-width: 1633px) {
  .apple-nectar2-product {
    left: 402.689px;
  }
}
@media screen and (max-width: 1632px) {
  .apple-nectar2-product {
    left: 402.156px;
  }
}
@media screen and (max-width: 1631px) {
  .apple-nectar2-product {
    left: 401.623px;
  }
}
@media screen and (max-width: 1630px) {
  .apple-nectar2-product {
    left: 401.09px;
  }
}
@media screen and (max-width: 1629px) {
  .apple-nectar2-product {
    left: 400.557px;
  }
}
@media screen and (max-width: 1628px) {
  .apple-nectar2-product {
    left: 400.024px;
  }
}
@media screen and (max-width: 1627px) {
  .apple-nectar2-product {
    left: 399.491px;
  }
}
@media screen and (max-width: 1626px) {
  .apple-nectar2-product {
    left: 398.958px;
  }
}
@media screen and (max-width: 1625px) {
  .apple-nectar2-product {
    left: 398.425px;
  }
}
@media screen and (max-width: 1624px) {
  .apple-nectar2-product {
    left: 397.892px;
  }
}
@media screen and (max-width: 1623px) {
  .apple-nectar2-product {
    left: 397.359px;
  }
}
@media screen and (max-width: 1622px) {
  .apple-nectar2-product {
    left: 396.826px;
  }
}
@media screen and (max-width: 1621px) {
  .apple-nectar2-product {
    left: 396.293px;
  }
}
@media screen and (max-width: 1620px) {
  .apple-nectar2-product {
    left: 395.76px;
  }
}
@media screen and (max-width: 1619px) {
  .apple-nectar2-product {
    left: 395.227px;
  }
}
@media screen and (max-width: 1618px) {
  .apple-nectar2-product {
    left: 394.694px;
  }
}
@media screen and (max-width: 1617px) {
  .apple-nectar2-product {
    left: 394.161px;
  }
}
@media screen and (max-width: 1616px) {
  .apple-nectar2-product {
    left: 393.628px;
  }
}
@media screen and (max-width: 1615px) {
  .apple-nectar2-product {
    left: 393.095px;
  }
}
@media screen and (max-width: 1614px) {
  .apple-nectar2-product {
    left: 392.562px;
  }
}
@media screen and (max-width: 1613px) {
  .apple-nectar2-product {
    left: 392.029px;
  }
}
@media screen and (max-width: 1612px) {
  .apple-nectar2-product {
    left: 391.496px;
  }
}
@media screen and (max-width: 1611px) {
  .apple-nectar2-product {
    left: 390.963px;
  }
}
@media screen and (max-width: 1610px) {
  .apple-nectar2-product {
    left: 390.43px;
  }
}
@media screen and (max-width: 1609px) {
  .apple-nectar2-product {
    left: 389.897px;
  }
}
@media screen and (max-width: 1608px) {
  .apple-nectar2-product {
    left: 389.364px;
  }
}
@media screen and (max-width: 1607px) {
  .apple-nectar2-product {
    left: 388.831px;
  }
}
@media screen and (max-width: 1606px) {
  .apple-nectar2-product {
    left: 388.298px;
  }
}
@media screen and (max-width: 1605px) {
  .apple-nectar2-product {
    left: 387.765px;
  }
}
@media screen and (max-width: 1604px) {
  .apple-nectar2-product {
    left: 387.232px;
  }
}
@media screen and (max-width: 1603px) {
  .apple-nectar2-product {
    left: 386.699px;
  }
}
@media screen and (max-width: 1602px) {
  .apple-nectar2-product {
    left: 386.166px;
  }
}
@media screen and (max-width: 1601px) {
  .apple-nectar2-product {
    left: 385.633px;
  }
}
@media screen and (max-width: 1600px) {
  .apple-nectar2-product {
    left: 385.1px;
  }
}
@media screen and (max-width: 1599px) {
  .apple-nectar2-product {
    left: 384.567px;
  }
}
@media screen and (max-width: 1598px) {
  .apple-nectar2-product {
    left: 384.034px;
  }
}
@media screen and (max-width: 1597px) {
  .apple-nectar2-product {
    left: 383.501px;
  }
}
@media screen and (max-width: 1596px) {
  .apple-nectar2-product {
    left: 382.968px;
  }
}
@media screen and (max-width: 1595px) {
  .apple-nectar2-product {
    left: 382.435px;
  }
}
@media screen and (max-width: 1594px) {
  .apple-nectar2-product {
    left: 381.902px;
  }
}
@media screen and (max-width: 1593px) {
  .apple-nectar2-product {
    left: 381.369px;
  }
}
@media screen and (max-width: 1592px) {
  .apple-nectar2-product {
    left: 380.836px;
  }
}
@media screen and (max-width: 1591px) {
  .apple-nectar2-product {
    left: 380.303px;
  }
}
@media screen and (max-width: 1590px) {
  .apple-nectar2-product {
    left: 379.77px;
  }
}
@media screen and (max-width: 1589px) {
  .apple-nectar2-product {
    left: 379.237px;
  }
}
@media screen and (max-width: 1588px) {
  .apple-nectar2-product {
    left: 378.704px;
  }
}
@media screen and (max-width: 1587px) {
  .apple-nectar2-product {
    left: 378.171px;
  }
}
@media screen and (max-width: 1586px) {
  .apple-nectar2-product {
    left: 377.638px;
  }
}
@media screen and (max-width: 1585px) {
  .apple-nectar2-product {
    left: 377.105px;
  }
}
@media screen and (max-width: 1584px) {
  .apple-nectar2-product {
    left: 376.572px;
  }
}
@media screen and (max-width: 1583px) {
  .apple-nectar2-product {
    left: 376.039px;
  }
}
@media screen and (max-width: 1582px) {
  .apple-nectar2-product {
    left: 375.506px;
  }
}
@media screen and (max-width: 1581px) {
  .apple-nectar2-product {
    left: 374.973px;
  }
}
@media screen and (max-width: 1580px) {
  .apple-nectar2-product {
    left: 374.44px;
  }
}
@media screen and (max-width: 1579px) {
  .apple-nectar2-product {
    left: 373.907px;
  }
}
@media screen and (max-width: 1578px) {
  .apple-nectar2-product {
    left: 373.374px;
  }
}
@media screen and (max-width: 1577px) {
  .apple-nectar2-product {
    left: 372.841px;
  }
}
@media screen and (max-width: 1576px) {
  .apple-nectar2-product {
    left: 372.308px;
  }
}
@media screen and (max-width: 1575px) {
  .apple-nectar2-product {
    left: 371.775px;
  }
}
@media screen and (max-width: 1574px) {
  .apple-nectar2-product {
    left: 371.242px;
  }
}
@media screen and (max-width: 1573px) {
  .apple-nectar2-product {
    left: 370.709px;
  }
}
@media screen and (max-width: 1572px) {
  .apple-nectar2-product {
    left: 370.176px;
  }
}
@media screen and (max-width: 1571px) {
  .apple-nectar2-product {
    left: 369.643px;
  }
}
@media screen and (max-width: 1570px) {
  .apple-nectar2-product {
    left: 369.11px;
  }
}
@media screen and (max-width: 1569px) {
  .apple-nectar2-product {
    left: 368.577px;
  }
}
@media screen and (max-width: 1568px) {
  .apple-nectar2-product {
    left: 368.044px;
  }
}
@media screen and (max-width: 1567px) {
  .apple-nectar2-product {
    left: 367.511px;
  }
}
@media screen and (max-width: 1566px) {
  .apple-nectar2-product {
    left: 366.978px;
  }
}
@media screen and (max-width: 1565px) {
  .apple-nectar2-product {
    left: 366.445px;
  }
}
@media screen and (max-width: 1564px) {
  .apple-nectar2-product {
    left: 365.912px;
  }
}
@media screen and (max-width: 1563px) {
  .apple-nectar2-product {
    left: 365.379px;
  }
}
@media screen and (max-width: 1562px) {
  .apple-nectar2-product {
    left: 364.846px;
  }
}
@media screen and (max-width: 1561px) {
  .apple-nectar2-product {
    left: 364.313px;
  }
}
@media screen and (max-width: 1560px) {
  .apple-nectar2-product {
    left: 363.78px;
  }
}
@media screen and (max-width: 1559px) {
  .apple-nectar2-product {
    left: 363.247px;
  }
}
@media screen and (max-width: 1558px) {
  .apple-nectar2-product {
    left: 362.714px;
  }
}
@media screen and (max-width: 1557px) {
  .apple-nectar2-product {
    left: 362.181px;
  }
}
@media screen and (max-width: 1556px) {
  .apple-nectar2-product {
    left: 361.648px;
  }
}
@media screen and (max-width: 1555px) {
  .apple-nectar2-product {
    left: 361.115px;
  }
}
@media screen and (max-width: 1554px) {
  .apple-nectar2-product {
    left: 360.582px;
  }
}
@media screen and (max-width: 1553px) {
  .apple-nectar2-product {
    left: 360.049px;
  }
}
@media screen and (max-width: 1552px) {
  .apple-nectar2-product {
    left: 359.516px;
  }
}
@media screen and (max-width: 1551px) {
  .apple-nectar2-product {
    left: 358.983px;
  }
}
@media screen and (max-width: 1550px) {
  .apple-nectar2-product {
    left: 358.45px;
  }
}
@media screen and (max-width: 1549px) {
  .apple-nectar2-product {
    left: 357.917px;
  }
}
@media screen and (max-width: 1548px) {
  .apple-nectar2-product {
    left: 357.384px;
  }
}
@media screen and (max-width: 1547px) {
  .apple-nectar2-product {
    left: 356.851px;
  }
}
@media screen and (max-width: 1546px) {
  .apple-nectar2-product {
    left: 356.318px;
  }
}
@media screen and (max-width: 1545px) {
  .apple-nectar2-product {
    left: 355.785px;
  }
}
@media screen and (max-width: 1544px) {
  .apple-nectar2-product {
    left: 355.252px;
  }
}
@media screen and (max-width: 1543px) {
  .apple-nectar2-product {
    left: 354.719px;
  }
}
@media screen and (max-width: 1542px) {
  .apple-nectar2-product {
    left: 354.186px;
  }
}
@media screen and (max-width: 1541px) {
  .apple-nectar2-product {
    left: 353.653px;
  }
}
@media screen and (max-width: 1540px) {
  .apple-nectar2-product {
    left: 353.12px;
  }
}
@media screen and (max-width: 1539px) {
  .apple-nectar2-product {
    left: 352.587px;
  }
}
@media screen and (max-width: 1538px) {
  .apple-nectar2-product {
    left: 352.054px;
  }
}
@media screen and (max-width: 1537px) {
  .apple-nectar2-product {
    left: 351.521px;
  }
}
@media screen and (max-width: 1536px) {
  .apple-nectar2-product {
    left: 350.988px;
  }
}
@media screen and (max-width: 1535px) {
  .apple-nectar2-product {
    left: 350.455px;
  }
}
@media screen and (max-width: 1534px) {
  .apple-nectar2-product {
    left: 349.922px;
  }
}
@media screen and (max-width: 1533px) {
  .apple-nectar2-product {
    left: 349.389px;
  }
}
@media screen and (max-width: 1532px) {
  .apple-nectar2-product {
    left: 348.856px;
  }
}
@media screen and (max-width: 1531px) {
  .apple-nectar2-product {
    left: 348.323px;
  }
}
@media screen and (max-width: 1530px) {
  .apple-nectar2-product {
    left: 347.79px;
  }
}
@media screen and (max-width: 1529px) {
  .apple-nectar2-product {
    left: 347.257px;
  }
}
@media screen and (max-width: 1528px) {
  .apple-nectar2-product {
    left: 346.724px;
  }
}
@media screen and (max-width: 1527px) {
  .apple-nectar2-product {
    left: 346.191px;
  }
}
@media screen and (max-width: 1526px) {
  .apple-nectar2-product {
    left: 345.658px;
  }
}
@media screen and (max-width: 1525px) {
  .apple-nectar2-product {
    left: 345.125px;
  }
}
@media screen and (max-width: 1524px) {
  .apple-nectar2-product {
    left: 344.592px;
  }
}
@media screen and (max-width: 1523px) {
  .apple-nectar2-product {
    left: 344.059px;
  }
}
@media screen and (max-width: 1522px) {
  .apple-nectar2-product {
    left: 343.526px;
  }
}
@media screen and (max-width: 1521px) {
  .apple-nectar2-product {
    left: 342.993px;
  }
}
@media screen and (max-width: 1520px) {
  .apple-nectar2-product {
    left: 342.46px;
  }
}
@media screen and (max-width: 1519px) {
  .apple-nectar2-product {
    left: 341.927px;
  }
}
@media screen and (max-width: 1518px) {
  .apple-nectar2-product {
    left: 341.394px;
  }
}
@media screen and (max-width: 1517px) {
  .apple-nectar2-product {
    left: 340.861px;
  }
}
@media screen and (max-width: 1516px) {
  .apple-nectar2-product {
    left: 340.328px;
  }
}
@media screen and (max-width: 1515px) {
  .apple-nectar2-product {
    left: 339.795px;
  }
}
@media screen and (max-width: 1514px) {
  .apple-nectar2-product {
    left: 339.262px;
  }
}
@media screen and (max-width: 1513px) {
  .apple-nectar2-product {
    left: 338.729px;
  }
}
@media screen and (max-width: 1512px) {
  .apple-nectar2-product {
    left: 338.196px;
  }
}
@media screen and (max-width: 1511px) {
  .apple-nectar2-product {
    left: 337.663px;
  }
}
@media screen and (max-width: 1510px) {
  .apple-nectar2-product {
    left: 337.13px;
  }
}
@media screen and (max-width: 1509px) {
  .apple-nectar2-product {
    left: 336.597px;
  }
}
@media screen and (max-width: 1508px) {
  .apple-nectar2-product {
    left: 336.064px;
  }
}
@media screen and (max-width: 1507px) {
  .apple-nectar2-product {
    left: 335.531px;
  }
}
@media screen and (max-width: 1506px) {
  .apple-nectar2-product {
    left: 334.998px;
  }
}
@media screen and (max-width: 1505px) {
  .apple-nectar2-product {
    left: 334.465px;
  }
}
@media screen and (max-width: 1504px) {
  .apple-nectar2-product {
    left: 333.932px;
  }
}
@media screen and (max-width: 1503px) {
  .apple-nectar2-product {
    left: 333.399px;
  }
}
@media screen and (max-width: 1502px) {
  .apple-nectar2-product {
    left: 332.866px;
  }
}
@media screen and (max-width: 1501px) {
  .apple-nectar2-product {
    left: 332.333px;
  }
}
@media screen and (max-width: 1500px) {
  .apple-nectar2-product {
    left: 331.8px;
  }
}
@media screen and (max-width: 1499px) {
  .apple-nectar2-product {
    left: 331.267px;
  }
}
@media screen and (max-width: 1498px) {
  .apple-nectar2-product {
    left: 330.734px;
  }
}
@media screen and (max-width: 1497px) {
  .apple-nectar2-product {
    left: 330.201px;
  }
}
@media screen and (max-width: 1496px) {
  .apple-nectar2-product {
    left: 329.668px;
  }
}
@media screen and (max-width: 1495px) {
  .apple-nectar2-product {
    left: 329.135px;
  }
}
@media screen and (max-width: 1494px) {
  .apple-nectar2-product {
    left: 328.602px;
  }
}
@media screen and (max-width: 1493px) {
  .apple-nectar2-product {
    left: 328.069px;
  }
}
@media screen and (max-width: 1492px) {
  .apple-nectar2-product {
    left: 327.536px;
  }
}
@media screen and (max-width: 1491px) {
  .apple-nectar2-product {
    left: 327.003px;
  }
}
@media screen and (max-width: 1490px) {
  .apple-nectar2-product {
    left: 326.47px;
  }
}
@media screen and (max-width: 1489px) {
  .apple-nectar2-product {
    left: 325.937px;
  }
}
@media screen and (max-width: 1488px) {
  .apple-nectar2-product {
    left: 325.404px;
  }
}
@media screen and (max-width: 1487px) {
  .apple-nectar2-product {
    left: 324.871px;
  }
}
@media screen and (max-width: 1486px) {
  .apple-nectar2-product {
    left: 324.338px;
  }
}
@media screen and (max-width: 1485px) {
  .apple-nectar2-product {
    left: 323.805px;
  }
}
@media screen and (max-width: 1484px) {
  .apple-nectar2-product {
    left: 323.272px;
  }
}
@media screen and (max-width: 1483px) {
  .apple-nectar2-product {
    left: 322.739px;
  }
}
@media screen and (max-width: 1482px) {
  .apple-nectar2-product {
    left: 322.206px;
  }
}
@media screen and (max-width: 1481px) {
  .apple-nectar2-product {
    left: 321.673px;
  }
}
@media screen and (max-width: 1480px) {
  .apple-nectar2-product {
    left: 321.14px;
  }
}
@media screen and (max-width: 1479px) {
  .apple-nectar2-product {
    left: 320.607px;
  }
}
@media screen and (max-width: 1478px) {
  .apple-nectar2-product {
    left: 320.074px;
  }
}
@media screen and (max-width: 1477px) {
  .apple-nectar2-product {
    left: 319.541px;
  }
}
@media screen and (max-width: 1476px) {
  .apple-nectar2-product {
    left: 319.008px;
  }
}
@media screen and (max-width: 1475px) {
  .apple-nectar2-product {
    left: 318.475px;
  }
}
@media screen and (max-width: 1474px) {
  .apple-nectar2-product {
    left: 317.942px;
  }
}
@media screen and (max-width: 1473px) {
  .apple-nectar2-product {
    left: 317.409px;
  }
}
@media screen and (max-width: 1472px) {
  .apple-nectar2-product {
    left: 316.876px;
  }
}
@media screen and (max-width: 1471px) {
  .apple-nectar2-product {
    left: 316.343px;
  }
}
@media screen and (max-width: 1470px) {
  .apple-nectar2-product {
    left: 315.81px;
  }
}
@media screen and (max-width: 1469px) {
  .apple-nectar2-product {
    left: 315.277px;
  }
}
@media screen and (max-width: 1468px) {
  .apple-nectar2-product {
    left: 314.744px;
  }
}
@media screen and (max-width: 1467px) {
  .apple-nectar2-product {
    left: 314.211px;
  }
}
@media screen and (max-width: 1466px) {
  .apple-nectar2-product {
    left: 313.678px;
  }
}
@media screen and (max-width: 1465px) {
  .apple-nectar2-product {
    left: 313.145px;
  }
}
@media screen and (max-width: 1464px) {
  .apple-nectar2-product {
    left: 312.612px;
  }
}
@media screen and (max-width: 1463px) {
  .apple-nectar2-product {
    left: 312.079px;
  }
}
@media screen and (max-width: 1462px) {
  .apple-nectar2-product {
    left: 311.546px;
  }
}
@media screen and (max-width: 1461px) {
  .apple-nectar2-product {
    left: 311.013px;
  }
}
@media screen and (max-width: 1460px) {
  .apple-nectar2-product {
    left: 310.48px;
  }
}
@media screen and (max-width: 1459px) {
  .apple-nectar2-product {
    left: 309.947px;
  }
}
@media screen and (max-width: 1458px) {
  .apple-nectar2-product {
    left: 309.414px;
  }
}
@media screen and (max-width: 1457px) {
  .apple-nectar2-product {
    left: 308.881px;
  }
}
@media screen and (max-width: 1456px) {
  .apple-nectar2-product {
    left: 308.348px;
  }
}
@media screen and (max-width: 1455px) {
  .apple-nectar2-product {
    left: 307.815px;
  }
}
@media screen and (max-width: 1454px) {
  .apple-nectar2-product {
    left: 307.282px;
  }
}
@media screen and (max-width: 1453px) {
  .apple-nectar2-product {
    left: 306.749px;
  }
}
@media screen and (max-width: 1452px) {
  .apple-nectar2-product {
    left: 306.216px;
  }
}
@media screen and (max-width: 1451px) {
  .apple-nectar2-product {
    left: 305.683px;
  }
}
@media screen and (max-width: 1450px) {
  .apple-nectar2-product {
    left: 305.15px;
  }
}
@media screen and (max-width: 1449px) {
  .apple-nectar2-product {
    left: 304.617px;
  }
}
@media screen and (max-width: 1448px) {
  .apple-nectar2-product {
    left: 304.084px;
  }
}
@media screen and (max-width: 1447px) {
  .apple-nectar2-product {
    left: 303.551px;
  }
}
@media screen and (max-width: 1446px) {
  .apple-nectar2-product {
    left: 303.018px;
  }
}
@media screen and (max-width: 1445px) {
  .apple-nectar2-product {
    left: 302.485px;
  }
}
@media screen and (max-width: 1444px) {
  .apple-nectar2-product {
    left: 301.952px;
  }
}
@media screen and (max-width: 1443px) {
  .apple-nectar2-product {
    left: 301.419px;
  }
}
@media screen and (max-width: 1442px) {
  .apple-nectar2-product {
    left: 300.886px;
  }
}
@media screen and (max-width: 1441px) {
  .apple-nectar2-product {
    left: 300.353px;
  }
}
@media screen and (max-width: 1440px) {
  .apple-nectar2-product {
    left: 299.82px;
  }
}
@media screen and (max-width: 1439px) {
  .apple-nectar2-product {
    left: 299.287px;
  }
}
@media screen and (max-width: 1438px) {
  .apple-nectar2-product {
    left: 298.754px;
  }
}
@media screen and (max-width: 1437px) {
  .apple-nectar2-product {
    left: 298.221px;
  }
}
@media screen and (max-width: 1436px) {
  .apple-nectar2-product {
    left: 297.688px;
  }
}
@media screen and (max-width: 1435px) {
  .apple-nectar2-product {
    left: 297.155px;
  }
}
@media screen and (max-width: 1434px) {
  .apple-nectar2-product {
    left: 296.622px;
  }
}
@media screen and (max-width: 1433px) {
  .apple-nectar2-product {
    left: 296.089px;
  }
}
@media screen and (max-width: 1432px) {
  .apple-nectar2-product {
    left: 295.556px;
  }
}
@media screen and (max-width: 1431px) {
  .apple-nectar2-product {
    left: 295.023px;
  }
}
@media screen and (max-width: 1430px) {
  .apple-nectar2-product {
    left: 294.49px;
  }
}
@media screen and (max-width: 1429px) {
  .apple-nectar2-product {
    left: 293.957px;
  }
}
@media screen and (max-width: 1428px) {
  .apple-nectar2-product {
    left: 293.424px;
  }
}
@media screen and (max-width: 1427px) {
  .apple-nectar2-product {
    left: 292.891px;
  }
}
@media screen and (max-width: 1426px) {
  .apple-nectar2-product {
    left: 292.358px;
  }
}
@media screen and (max-width: 1425px) {
  .apple-nectar2-product {
    left: 291.825px;
  }
}
@media screen and (max-width: 1424px) {
  .apple-nectar2-product {
    left: 291.292px;
  }
}
@media screen and (max-width: 1423px) {
  .apple-nectar2-product {
    left: 290.759px;
  }
}
@media screen and (max-width: 1422px) {
  .apple-nectar2-product {
    left: 290.226px;
  }
}
@media screen and (max-width: 1421px) {
  .apple-nectar2-product {
    left: 289.693px;
  }
}
@media screen and (max-width: 1420px) {
  .apple-nectar2-product {
    left: 289.16px;
  }
}
@media screen and (max-width: 1419px) {
  .apple-nectar2-product {
    left: 288.627px;
  }
}
@media screen and (max-width: 1418px) {
  .apple-nectar2-product {
    left: 288.094px;
  }
}
@media screen and (max-width: 1417px) {
  .apple-nectar2-product {
    left: 287.561px;
  }
}
@media screen and (max-width: 1416px) {
  .apple-nectar2-product {
    left: 287.028px;
  }
}
@media screen and (max-width: 1415px) {
  .apple-nectar2-product {
    left: 286.495px;
  }
}
@media screen and (max-width: 1414px) {
  .apple-nectar2-product {
    left: 285.962px;
  }
}
@media screen and (max-width: 1413px) {
  .apple-nectar2-product {
    left: 285.429px;
  }
}
@media screen and (max-width: 1412px) {
  .apple-nectar2-product {
    left: 284.896px;
  }
}
@media screen and (max-width: 1411px) {
  .apple-nectar2-product {
    left: 284.363px;
  }
}
@media screen and (max-width: 1410px) {
  .apple-nectar2-product {
    left: 283.83px;
  }
}
@media screen and (max-width: 1409px) {
  .apple-nectar2-product {
    left: 283.297px;
  }
}
@media screen and (max-width: 1408px) {
  .apple-nectar2-product {
    left: 282.764px;
  }
}
@media screen and (max-width: 1407px) {
  .apple-nectar2-product {
    left: 282.231px;
  }
}
@media screen and (max-width: 1406px) {
  .apple-nectar2-product {
    left: 281.698px;
  }
}
@media screen and (max-width: 1405px) {
  .apple-nectar2-product {
    left: 281.165px;
  }
}
@media screen and (max-width: 1404px) {
  .apple-nectar2-product {
    left: 280.632px;
  }
}
@media screen and (max-width: 1403px) {
  .apple-nectar2-product {
    left: 280.099px;
  }
}
@media screen and (max-width: 1402px) {
  .apple-nectar2-product {
    left: 279.566px;
  }
}
@media screen and (max-width: 1401px) {
  .apple-nectar2-product {
    left: 279.033px;
  }
}
@media screen and (max-width: 1400px) {
  .apple-nectar2-product {
    left: 278.5px;
  }
}
@media screen and (max-width: 1399px) {
  .apple-nectar2-product {
    left: 277.967px;
  }
}
@media screen and (max-width: 1398px) {
  .apple-nectar2-product {
    left: 277.434px;
  }
}
@media screen and (max-width: 1397px) {
  .apple-nectar2-product {
    left: 276.901px;
  }
}
@media screen and (max-width: 1396px) {
  .apple-nectar2-product {
    left: 276.368px;
  }
}
@media screen and (max-width: 1395px) {
  .apple-nectar2-product {
    left: 275.835px;
  }
}
@media screen and (max-width: 1394px) {
  .apple-nectar2-product {
    left: 275.302px;
  }
}
@media screen and (max-width: 1393px) {
  .apple-nectar2-product {
    left: 274.769px;
  }
}
@media screen and (max-width: 1392px) {
  .apple-nectar2-product {
    left: 274.236px;
  }
}
@media screen and (max-width: 1391px) {
  .apple-nectar2-product {
    left: 273.703px;
  }
}
@media screen and (max-width: 1390px) {
  .apple-nectar2-product {
    left: 273.17px;
  }
}
@media screen and (max-width: 1389px) {
  .apple-nectar2-product {
    left: 272.637px;
  }
}
@media screen and (max-width: 1388px) {
  .apple-nectar2-product {
    left: 272.104px;
  }
}
@media screen and (max-width: 1387px) {
  .apple-nectar2-product {
    left: 271.571px;
  }
}
@media screen and (max-width: 1386px) {
  .apple-nectar2-product {
    left: 271.038px;
  }
}
@media screen and (max-width: 1385px) {
  .apple-nectar2-product {
    left: 270.505px;
  }
}
@media screen and (max-width: 1384px) {
  .apple-nectar2-product {
    left: 269.972px;
  }
}
@media screen and (max-width: 1383px) {
  .apple-nectar2-product {
    left: 269.439px;
  }
}
@media screen and (max-width: 1382px) {
  .apple-nectar2-product {
    left: 268.906px;
  }
}
@media screen and (max-width: 1381px) {
  .apple-nectar2-product {
    left: 268.373px;
  }
}
@media screen and (max-width: 1380px) {
  .apple-nectar2-product {
    left: 267.84px;
  }
}
@media screen and (max-width: 1379px) {
  .apple-nectar2-product {
    left: 267.307px;
  }
}
@media screen and (max-width: 1378px) {
  .apple-nectar2-product {
    left: 266.774px;
  }
}
@media screen and (max-width: 1377px) {
  .apple-nectar2-product {
    left: 266.241px;
  }
}
@media screen and (max-width: 1376px) {
  .apple-nectar2-product {
    left: 265.708px;
  }
}
@media screen and (max-width: 1375px) {
  .apple-nectar2-product {
    left: 265.175px;
  }
}
@media screen and (max-width: 1374px) {
  .apple-nectar2-product {
    left: 264.642px;
  }
}
@media screen and (max-width: 1373px) {
  .apple-nectar2-product {
    left: 264.109px;
  }
}
@media screen and (max-width: 1372px) {
  .apple-nectar2-product {
    left: 263.576px;
  }
}
@media screen and (max-width: 1371px) {
  .apple-nectar2-product {
    left: 263.043px;
  }
}
@media screen and (max-width: 1370px) {
  .apple-nectar2-product {
    left: 262.51px;
  }
}
@media screen and (max-width: 1369px) {
  .apple-nectar2-product {
    left: 261.977px;
  }
}
@media screen and (max-width: 1368px) {
  .apple-nectar2-product {
    left: 261.444px;
  }
}
@media screen and (max-width: 1367px) {
  .apple-nectar2-product {
    left: 260.911px;
  }
}
@media screen and (max-width: 1366px) {
  .apple-nectar2-product {
    left: 260.378px;
  }
}
@media screen and (max-width: 1365px) {
  .apple-nectar2-product {
    left: 259.845px;
  }
}
@media screen and (max-width: 1364px) {
  .apple-nectar2-product {
    left: 259.312px;
  }
}
@media screen and (max-width: 1363px) {
  .apple-nectar2-product {
    left: 258.779px;
  }
}
@media screen and (max-width: 1362px) {
  .apple-nectar2-product {
    left: 258.246px;
  }
}
@media screen and (max-width: 1361px) {
  .apple-nectar2-product {
    left: 257.713px;
  }
}
@media screen and (max-width: 1360px) {
  .apple-nectar2-product {
    left: 257.18px;
  }
}
@media screen and (max-width: 1359px) {
  .apple-nectar2-product {
    left: 256.647px;
  }
}
@media screen and (max-width: 1358px) {
  .apple-nectar2-product {
    left: 256.114px;
  }
}
@media screen and (max-width: 1357px) {
  .apple-nectar2-product {
    left: 255.581px;
  }
}
@media screen and (max-width: 1356px) {
  .apple-nectar2-product {
    left: 255.048px;
  }
}
@media screen and (max-width: 1355px) {
  .apple-nectar2-product {
    left: 254.515px;
  }
}
@media screen and (max-width: 1354px) {
  .apple-nectar2-product {
    left: 253.982px;
  }
}
@media screen and (max-width: 1353px) {
  .apple-nectar2-product {
    left: 253.449px;
  }
}
@media screen and (max-width: 1352px) {
  .apple-nectar2-product {
    left: 252.916px;
  }
}
@media screen and (max-width: 1351px) {
  .apple-nectar2-product {
    left: 252.383px;
  }
}
@media screen and (max-width: 1350px) {
  .apple-nectar2-product {
    left: 251.85px;
  }
}
@media screen and (max-width: 1349px) {
  .apple-nectar2-product {
    left: 251.317px;
  }
}
@media screen and (max-width: 1348px) {
  .apple-nectar2-product {
    left: 250.784px;
  }
}
@media screen and (max-width: 1347px) {
  .apple-nectar2-product {
    left: 250.251px;
  }
}
@media screen and (max-width: 1346px) {
  .apple-nectar2-product {
    left: 249.718px;
  }
}
@media screen and (max-width: 1345px) {
  .apple-nectar2-product {
    left: 249.185px;
  }
}
@media screen and (max-width: 1344px) {
  .apple-nectar2-product {
    left: 248.652px;
  }
}
@media screen and (max-width: 1343px) {
  .apple-nectar2-product {
    left: 248.119px;
  }
}
@media screen and (max-width: 1342px) {
  .apple-nectar2-product {
    left: 247.586px;
  }
}
@media screen and (max-width: 1341px) {
  .apple-nectar2-product {
    left: 247.053px;
  }
}
@media screen and (max-width: 1340px) {
  .apple-nectar2-product {
    left: 246.52px;
  }
}
@media screen and (max-width: 1339px) {
  .apple-nectar2-product {
    left: 245.987px;
  }
}
@media screen and (max-width: 1338px) {
  .apple-nectar2-product {
    left: 245.454px;
  }
}
@media screen and (max-width: 1337px) {
  .apple-nectar2-product {
    left: 244.921px;
  }
}
@media screen and (max-width: 1336px) {
  .apple-nectar2-product {
    left: 244.388px;
  }
}
@media screen and (max-width: 1335px) {
  .apple-nectar2-product {
    left: 243.855px;
  }
}
@media screen and (max-width: 1334px) {
  .apple-nectar2-product {
    left: 243.322px;
  }
}
@media screen and (max-width: 1333px) {
  .apple-nectar2-product {
    left: 242.789px;
  }
}
@media screen and (max-width: 1332px) {
  .apple-nectar2-product {
    left: 242.256px;
  }
}
@media screen and (max-width: 1331px) {
  .apple-nectar2-product {
    left: 241.723px;
  }
}
@media screen and (max-width: 1330px) {
  .apple-nectar2-product {
    left: 241.19px;
  }
}
@media screen and (max-width: 1329px) {
  .apple-nectar2-product {
    left: 240.657px;
  }
}
@media screen and (max-width: 1328px) {
  .apple-nectar2-product {
    left: 240.124px;
  }
}
@media screen and (max-width: 1327px) {
  .apple-nectar2-product {
    left: 239.591px;
  }
}
@media screen and (max-width: 1326px) {
  .apple-nectar2-product {
    left: 239.058px;
  }
}
@media screen and (max-width: 1325px) {
  .apple-nectar2-product {
    left: 238.525px;
  }
}
@media screen and (max-width: 1324px) {
  .apple-nectar2-product {
    left: 237.992px;
  }
}
@media screen and (max-width: 1323px) {
  .apple-nectar2-product {
    left: 237.459px;
  }
}
@media screen and (max-width: 1322px) {
  .apple-nectar2-product {
    left: 236.926px;
  }
}
@media screen and (max-width: 1321px) {
  .apple-nectar2-product {
    left: 236.393px;
  }
}
@media screen and (max-width: 1320px) {
  .apple-nectar2-product {
    left: 235.86px;
  }
}
@media screen and (max-width: 1319px) {
  .apple-nectar2-product {
    left: 235.327px;
  }
}
@media screen and (max-width: 1318px) {
  .apple-nectar2-product {
    left: 234.794px;
  }
}
@media screen and (max-width: 1317px) {
  .apple-nectar2-product {
    left: 234.261px;
  }
}
@media screen and (max-width: 1316px) {
  .apple-nectar2-product {
    left: 233.728px;
  }
}
@media screen and (max-width: 1315px) {
  .apple-nectar2-product {
    left: 233.195px;
  }
}
@media screen and (max-width: 1314px) {
  .apple-nectar2-product {
    left: 232.662px;
  }
}
@media screen and (max-width: 1313px) {
  .apple-nectar2-product {
    left: 232.129px;
  }
}
@media screen and (max-width: 1312px) {
  .apple-nectar2-product {
    left: 231.596px;
  }
}
@media screen and (max-width: 1311px) {
  .apple-nectar2-product {
    left: 231.063px;
  }
}
@media screen and (max-width: 1310px) {
  .apple-nectar2-product {
    left: 230.53px;
  }
}
@media screen and (max-width: 1309px) {
  .apple-nectar2-product {
    left: 229.997px;
  }
}
@media screen and (max-width: 1308px) {
  .apple-nectar2-product {
    left: 229.464px;
  }
}
@media screen and (max-width: 1307px) {
  .apple-nectar2-product {
    left: 228.931px;
  }
}
@media screen and (max-width: 1306px) {
  .apple-nectar2-product {
    left: 228.398px;
  }
}
@media screen and (max-width: 1305px) {
  .apple-nectar2-product {
    left: 227.865px;
  }
}
@media screen and (max-width: 1304px) {
  .apple-nectar2-product {
    left: 227.332px;
  }
}
@media screen and (max-width: 1303px) {
  .apple-nectar2-product {
    left: 226.799px;
  }
}
@media screen and (max-width: 1302px) {
  .apple-nectar2-product {
    left: 226.266px;
  }
}
@media screen and (max-width: 1301px) {
  .apple-nectar2-product {
    left: 225.733px;
  }
}
@media screen and (max-width: 1300px) {
  .apple-nectar2-product {
    left: 225.2px;
  }
}

@media screen and (max-width: 1500px) {
  .apple-back2 {
    max-width: 420px;
  }
}

.apple-nectar2-product img ~ div {
  position: absolute;
  left: 7rem;
  margin-top: 7rem;
  transform: rotate(-18deg);
  transform: rotate(-18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(-18deg);
  -webkit-backface-visibility: hidden;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .apple-nectar2-product img ~ div {
    max-width: 250px;
    margin-top: 6rem;
  }
}

.apple-nectar2-element-text {
  z-index: 1;
  position: absolute;
  text-align: center;
  margin-top: 6rem;
  right: -6rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar2-element-text {
    margin-top: 2rem;
    width: 62%;
    right: -3rem;
  }
}
@media screen and (max-width: 1500px) {
  .apple-nectar2-element-text {
    margin-top: 2rem;
    width: 67%;
  }
}
@media screen and (max-width: 1400px) {
  .apple-nectar2-element-text {
    right: 5rem;
    width: 50%;
  }
}
.apple-nectar2-element-text h1 {
  font-size: 190px;
  color: rgba(0, 166, 81, 0.5);
  text-align: left;
  margin: 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  opacity: 0 !important;
}
@media screen and (max-width: 1850px) {
  .apple-nectar2-element-text h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1600px) {
  .apple-nectar2-element-text h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .apple-nectar2-element-text h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .apple-nectar2-element-text h1 {
    font-size: 80px;
    margin-top: -6rem;
  }
}
.apple-nectar2-element-text p {
  font-size: 60px;
  color: #f6a6c9;
  text-align: center;
  font-weight: 700;
  margin-left: 40rem;
  margin-top: -6rem;
}
@media screen and (max-width: 1600px) {
  .apple-nectar2-element-text p {
    margin-left: 5rem;
  }
}

.yellow-button {
  width: 250px;
  background-color: #ffd637;
  border-radius: 100%;
  height: 250px;
  margin: 0 auto;
  position: absolute;
  left: 26rem;
  margin-top: 3rem;
  z-index: 1;
  cursor: pointer;
}
.yellow-button:hover p:after {
  font-family: "Material Icons";
  content: "\e8e4";
  display: block;
  transition: 0.2s;
}
.yellow-button p {
  font-size: 36px;
  color: #00a651;
  padding: 4.5rem 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  text-transform: uppercase;
}
.yellow-button a {
  display: block;
}
@media screen and (max-width: 1900px) {
  .yellow-button {
    left: 415.467px;
  }
}
@media screen and (max-width: 1899px) {
  .yellow-button {
    left: 414.934px;
  }
}
@media screen and (max-width: 1898px) {
  .yellow-button {
    left: 414.401px;
  }
}
@media screen and (max-width: 1897px) {
  .yellow-button {
    left: 413.868px;
  }
}
@media screen and (max-width: 1896px) {
  .yellow-button {
    left: 413.335px;
  }
}
@media screen and (max-width: 1895px) {
  .yellow-button {
    left: 412.802px;
  }
}
@media screen and (max-width: 1894px) {
  .yellow-button {
    left: 412.269px;
  }
}
@media screen and (max-width: 1893px) {
  .yellow-button {
    left: 411.736px;
  }
}
@media screen and (max-width: 1892px) {
  .yellow-button {
    left: 411.203px;
  }
}
@media screen and (max-width: 1891px) {
  .yellow-button {
    left: 410.67px;
  }
}
@media screen and (max-width: 1890px) {
  .yellow-button {
    left: 410.137px;
  }
}
@media screen and (max-width: 1889px) {
  .yellow-button {
    left: 409.604px;
  }
}
@media screen and (max-width: 1888px) {
  .yellow-button {
    left: 409.071px;
  }
}
@media screen and (max-width: 1887px) {
  .yellow-button {
    left: 408.538px;
  }
}
@media screen and (max-width: 1886px) {
  .yellow-button {
    left: 408.005px;
  }
}
@media screen and (max-width: 1885px) {
  .yellow-button {
    left: 407.472px;
  }
}
@media screen and (max-width: 1884px) {
  .yellow-button {
    left: 406.939px;
  }
}
@media screen and (max-width: 1883px) {
  .yellow-button {
    left: 406.406px;
  }
}
@media screen and (max-width: 1882px) {
  .yellow-button {
    left: 405.873px;
  }
}
@media screen and (max-width: 1881px) {
  .yellow-button {
    left: 405.34px;
  }
}
@media screen and (max-width: 1880px) {
  .yellow-button {
    left: 404.807px;
  }
}
@media screen and (max-width: 1879px) {
  .yellow-button {
    left: 404.274px;
  }
}
@media screen and (max-width: 1878px) {
  .yellow-button {
    left: 403.741px;
  }
}
@media screen and (max-width: 1877px) {
  .yellow-button {
    left: 403.208px;
  }
}
@media screen and (max-width: 1876px) {
  .yellow-button {
    left: 402.675px;
  }
}
@media screen and (max-width: 1875px) {
  .yellow-button {
    left: 402.142px;
  }
}
@media screen and (max-width: 1874px) {
  .yellow-button {
    left: 401.609px;
  }
}
@media screen and (max-width: 1873px) {
  .yellow-button {
    left: 401.076px;
  }
}
@media screen and (max-width: 1872px) {
  .yellow-button {
    left: 400.543px;
  }
}
@media screen and (max-width: 1871px) {
  .yellow-button {
    left: 400.01px;
  }
}
@media screen and (max-width: 1870px) {
  .yellow-button {
    left: 399.477px;
  }
}
@media screen and (max-width: 1869px) {
  .yellow-button {
    left: 398.944px;
  }
}
@media screen and (max-width: 1868px) {
  .yellow-button {
    left: 398.411px;
  }
}
@media screen and (max-width: 1867px) {
  .yellow-button {
    left: 397.878px;
  }
}
@media screen and (max-width: 1866px) {
  .yellow-button {
    left: 397.345px;
  }
}
@media screen and (max-width: 1865px) {
  .yellow-button {
    left: 396.812px;
  }
}
@media screen and (max-width: 1864px) {
  .yellow-button {
    left: 396.279px;
  }
}
@media screen and (max-width: 1863px) {
  .yellow-button {
    left: 395.746px;
  }
}
@media screen and (max-width: 1862px) {
  .yellow-button {
    left: 395.213px;
  }
}
@media screen and (max-width: 1861px) {
  .yellow-button {
    left: 394.68px;
  }
}
@media screen and (max-width: 1860px) {
  .yellow-button {
    left: 394.147px;
  }
}
@media screen and (max-width: 1859px) {
  .yellow-button {
    left: 393.614px;
  }
}
@media screen and (max-width: 1858px) {
  .yellow-button {
    left: 393.081px;
  }
}
@media screen and (max-width: 1857px) {
  .yellow-button {
    left: 392.548px;
  }
}
@media screen and (max-width: 1856px) {
  .yellow-button {
    left: 392.015px;
  }
}
@media screen and (max-width: 1855px) {
  .yellow-button {
    left: 391.482px;
  }
}
@media screen and (max-width: 1854px) {
  .yellow-button {
    left: 390.949px;
  }
}
@media screen and (max-width: 1853px) {
  .yellow-button {
    left: 390.416px;
  }
}
@media screen and (max-width: 1852px) {
  .yellow-button {
    left: 389.883px;
  }
}
@media screen and (max-width: 1851px) {
  .yellow-button {
    left: 389.35px;
  }
}
@media screen and (max-width: 1850px) {
  .yellow-button {
    left: 388.817px;
  }
}
@media screen and (max-width: 1849px) {
  .yellow-button {
    left: 388.284px;
  }
}
@media screen and (max-width: 1848px) {
  .yellow-button {
    left: 387.751px;
  }
}
@media screen and (max-width: 1847px) {
  .yellow-button {
    left: 387.218px;
  }
}
@media screen and (max-width: 1846px) {
  .yellow-button {
    left: 386.685px;
  }
}
@media screen and (max-width: 1845px) {
  .yellow-button {
    left: 386.152px;
  }
}
@media screen and (max-width: 1844px) {
  .yellow-button {
    left: 385.619px;
  }
}
@media screen and (max-width: 1843px) {
  .yellow-button {
    left: 385.086px;
  }
}
@media screen and (max-width: 1842px) {
  .yellow-button {
    left: 384.553px;
  }
}
@media screen and (max-width: 1841px) {
  .yellow-button {
    left: 384.02px;
  }
}
@media screen and (max-width: 1840px) {
  .yellow-button {
    left: 383.487px;
  }
}
@media screen and (max-width: 1839px) {
  .yellow-button {
    left: 382.954px;
  }
}
@media screen and (max-width: 1838px) {
  .yellow-button {
    left: 382.421px;
  }
}
@media screen and (max-width: 1837px) {
  .yellow-button {
    left: 381.888px;
  }
}
@media screen and (max-width: 1836px) {
  .yellow-button {
    left: 381.355px;
  }
}
@media screen and (max-width: 1835px) {
  .yellow-button {
    left: 380.822px;
  }
}
@media screen and (max-width: 1834px) {
  .yellow-button {
    left: 380.289px;
  }
}
@media screen and (max-width: 1833px) {
  .yellow-button {
    left: 379.756px;
  }
}
@media screen and (max-width: 1832px) {
  .yellow-button {
    left: 379.223px;
  }
}
@media screen and (max-width: 1831px) {
  .yellow-button {
    left: 378.69px;
  }
}
@media screen and (max-width: 1830px) {
  .yellow-button {
    left: 378.157px;
  }
}
@media screen and (max-width: 1829px) {
  .yellow-button {
    left: 377.624px;
  }
}
@media screen and (max-width: 1828px) {
  .yellow-button {
    left: 377.091px;
  }
}
@media screen and (max-width: 1827px) {
  .yellow-button {
    left: 376.558px;
  }
}
@media screen and (max-width: 1826px) {
  .yellow-button {
    left: 376.025px;
  }
}
@media screen and (max-width: 1825px) {
  .yellow-button {
    left: 375.492px;
  }
}
@media screen and (max-width: 1824px) {
  .yellow-button {
    left: 374.959px;
  }
}
@media screen and (max-width: 1823px) {
  .yellow-button {
    left: 374.426px;
  }
}
@media screen and (max-width: 1822px) {
  .yellow-button {
    left: 373.893px;
  }
}
@media screen and (max-width: 1821px) {
  .yellow-button {
    left: 373.36px;
  }
}
@media screen and (max-width: 1820px) {
  .yellow-button {
    left: 372.827px;
  }
}
@media screen and (max-width: 1819px) {
  .yellow-button {
    left: 372.294px;
  }
}
@media screen and (max-width: 1818px) {
  .yellow-button {
    left: 371.761px;
  }
}
@media screen and (max-width: 1817px) {
  .yellow-button {
    left: 371.228px;
  }
}
@media screen and (max-width: 1816px) {
  .yellow-button {
    left: 370.695px;
  }
}
@media screen and (max-width: 1815px) {
  .yellow-button {
    left: 370.162px;
  }
}
@media screen and (max-width: 1814px) {
  .yellow-button {
    left: 369.629px;
  }
}
@media screen and (max-width: 1813px) {
  .yellow-button {
    left: 369.096px;
  }
}
@media screen and (max-width: 1812px) {
  .yellow-button {
    left: 368.563px;
  }
}
@media screen and (max-width: 1811px) {
  .yellow-button {
    left: 368.03px;
  }
}
@media screen and (max-width: 1810px) {
  .yellow-button {
    left: 367.497px;
  }
}
@media screen and (max-width: 1809px) {
  .yellow-button {
    left: 366.964px;
  }
}
@media screen and (max-width: 1808px) {
  .yellow-button {
    left: 366.431px;
  }
}
@media screen and (max-width: 1807px) {
  .yellow-button {
    left: 365.898px;
  }
}
@media screen and (max-width: 1806px) {
  .yellow-button {
    left: 365.365px;
  }
}
@media screen and (max-width: 1805px) {
  .yellow-button {
    left: 364.832px;
  }
}
@media screen and (max-width: 1804px) {
  .yellow-button {
    left: 364.299px;
  }
}
@media screen and (max-width: 1803px) {
  .yellow-button {
    left: 363.766px;
  }
}
@media screen and (max-width: 1802px) {
  .yellow-button {
    left: 363.233px;
  }
}
@media screen and (max-width: 1801px) {
  .yellow-button {
    left: 362.7px;
  }
}
@media screen and (max-width: 1800px) {
  .yellow-button {
    left: 362.167px;
  }
}
@media screen and (max-width: 1799px) {
  .yellow-button {
    left: 361.634px;
  }
}
@media screen and (max-width: 1798px) {
  .yellow-button {
    left: 361.101px;
  }
}
@media screen and (max-width: 1797px) {
  .yellow-button {
    left: 360.568px;
  }
}
@media screen and (max-width: 1796px) {
  .yellow-button {
    left: 360.035px;
  }
}
@media screen and (max-width: 1795px) {
  .yellow-button {
    left: 359.502px;
  }
}
@media screen and (max-width: 1794px) {
  .yellow-button {
    left: 358.969px;
  }
}
@media screen and (max-width: 1793px) {
  .yellow-button {
    left: 358.436px;
  }
}
@media screen and (max-width: 1792px) {
  .yellow-button {
    left: 357.903px;
  }
}
@media screen and (max-width: 1791px) {
  .yellow-button {
    left: 357.37px;
  }
}
@media screen and (max-width: 1790px) {
  .yellow-button {
    left: 356.837px;
  }
}
@media screen and (max-width: 1789px) {
  .yellow-button {
    left: 356.304px;
  }
}
@media screen and (max-width: 1788px) {
  .yellow-button {
    left: 355.771px;
  }
}
@media screen and (max-width: 1787px) {
  .yellow-button {
    left: 355.238px;
  }
}
@media screen and (max-width: 1786px) {
  .yellow-button {
    left: 354.705px;
  }
}
@media screen and (max-width: 1785px) {
  .yellow-button {
    left: 354.172px;
  }
}
@media screen and (max-width: 1784px) {
  .yellow-button {
    left: 353.639px;
  }
}
@media screen and (max-width: 1783px) {
  .yellow-button {
    left: 353.106px;
  }
}
@media screen and (max-width: 1782px) {
  .yellow-button {
    left: 352.573px;
  }
}
@media screen and (max-width: 1781px) {
  .yellow-button {
    left: 352.04px;
  }
}
@media screen and (max-width: 1780px) {
  .yellow-button {
    left: 351.507px;
  }
}
@media screen and (max-width: 1779px) {
  .yellow-button {
    left: 350.974px;
  }
}
@media screen and (max-width: 1778px) {
  .yellow-button {
    left: 350.441px;
  }
}
@media screen and (max-width: 1777px) {
  .yellow-button {
    left: 349.908px;
  }
}
@media screen and (max-width: 1776px) {
  .yellow-button {
    left: 349.375px;
  }
}
@media screen and (max-width: 1775px) {
  .yellow-button {
    left: 348.842px;
  }
}
@media screen and (max-width: 1774px) {
  .yellow-button {
    left: 348.309px;
  }
}
@media screen and (max-width: 1773px) {
  .yellow-button {
    left: 347.776px;
  }
}
@media screen and (max-width: 1772px) {
  .yellow-button {
    left: 347.243px;
  }
}
@media screen and (max-width: 1771px) {
  .yellow-button {
    left: 346.71px;
  }
}
@media screen and (max-width: 1770px) {
  .yellow-button {
    left: 346.177px;
  }
}
@media screen and (max-width: 1769px) {
  .yellow-button {
    left: 345.644px;
  }
}
@media screen and (max-width: 1768px) {
  .yellow-button {
    left: 345.111px;
  }
}
@media screen and (max-width: 1767px) {
  .yellow-button {
    left: 344.578px;
  }
}
@media screen and (max-width: 1766px) {
  .yellow-button {
    left: 344.045px;
  }
}
@media screen and (max-width: 1765px) {
  .yellow-button {
    left: 343.512px;
  }
}
@media screen and (max-width: 1764px) {
  .yellow-button {
    left: 342.979px;
  }
}
@media screen and (max-width: 1763px) {
  .yellow-button {
    left: 342.446px;
  }
}
@media screen and (max-width: 1762px) {
  .yellow-button {
    left: 341.913px;
  }
}
@media screen and (max-width: 1761px) {
  .yellow-button {
    left: 341.38px;
  }
}
@media screen and (max-width: 1760px) {
  .yellow-button {
    left: 340.847px;
  }
}
@media screen and (max-width: 1759px) {
  .yellow-button {
    left: 340.314px;
  }
}
@media screen and (max-width: 1758px) {
  .yellow-button {
    left: 339.781px;
  }
}
@media screen and (max-width: 1757px) {
  .yellow-button {
    left: 339.248px;
  }
}
@media screen and (max-width: 1756px) {
  .yellow-button {
    left: 338.715px;
  }
}
@media screen and (max-width: 1755px) {
  .yellow-button {
    left: 338.182px;
  }
}
@media screen and (max-width: 1754px) {
  .yellow-button {
    left: 337.649px;
  }
}
@media screen and (max-width: 1753px) {
  .yellow-button {
    left: 337.116px;
  }
}
@media screen and (max-width: 1752px) {
  .yellow-button {
    left: 336.583px;
  }
}
@media screen and (max-width: 1751px) {
  .yellow-button {
    left: 336.05px;
  }
}
@media screen and (max-width: 1750px) {
  .yellow-button {
    left: 335.517px;
  }
}
@media screen and (max-width: 1749px) {
  .yellow-button {
    left: 334.984px;
  }
}
@media screen and (max-width: 1748px) {
  .yellow-button {
    left: 334.451px;
  }
}
@media screen and (max-width: 1747px) {
  .yellow-button {
    left: 333.918px;
  }
}
@media screen and (max-width: 1746px) {
  .yellow-button {
    left: 333.385px;
  }
}
@media screen and (max-width: 1745px) {
  .yellow-button {
    left: 332.852px;
  }
}
@media screen and (max-width: 1744px) {
  .yellow-button {
    left: 332.319px;
  }
}
@media screen and (max-width: 1743px) {
  .yellow-button {
    left: 331.786px;
  }
}
@media screen and (max-width: 1742px) {
  .yellow-button {
    left: 331.253px;
  }
}
@media screen and (max-width: 1741px) {
  .yellow-button {
    left: 330.72px;
  }
}
@media screen and (max-width: 1740px) {
  .yellow-button {
    left: 330.187px;
  }
}
@media screen and (max-width: 1739px) {
  .yellow-button {
    left: 329.654px;
  }
}
@media screen and (max-width: 1738px) {
  .yellow-button {
    left: 329.121px;
  }
}
@media screen and (max-width: 1737px) {
  .yellow-button {
    left: 328.588px;
  }
}
@media screen and (max-width: 1736px) {
  .yellow-button {
    left: 328.055px;
  }
}
@media screen and (max-width: 1735px) {
  .yellow-button {
    left: 327.522px;
  }
}
@media screen and (max-width: 1734px) {
  .yellow-button {
    left: 326.989px;
  }
}
@media screen and (max-width: 1733px) {
  .yellow-button {
    left: 326.456px;
  }
}
@media screen and (max-width: 1732px) {
  .yellow-button {
    left: 325.923px;
  }
}
@media screen and (max-width: 1731px) {
  .yellow-button {
    left: 325.39px;
  }
}
@media screen and (max-width: 1730px) {
  .yellow-button {
    left: 324.857px;
  }
}
@media screen and (max-width: 1729px) {
  .yellow-button {
    left: 324.324px;
  }
}
@media screen and (max-width: 1728px) {
  .yellow-button {
    left: 323.791px;
  }
}
@media screen and (max-width: 1727px) {
  .yellow-button {
    left: 323.258px;
  }
}
@media screen and (max-width: 1726px) {
  .yellow-button {
    left: 322.725px;
  }
}
@media screen and (max-width: 1725px) {
  .yellow-button {
    left: 322.192px;
  }
}
@media screen and (max-width: 1724px) {
  .yellow-button {
    left: 321.659px;
  }
}
@media screen and (max-width: 1723px) {
  .yellow-button {
    left: 321.126px;
  }
}
@media screen and (max-width: 1722px) {
  .yellow-button {
    left: 320.593px;
  }
}
@media screen and (max-width: 1721px) {
  .yellow-button {
    left: 320.06px;
  }
}
@media screen and (max-width: 1720px) {
  .yellow-button {
    left: 319.527px;
  }
}
@media screen and (max-width: 1719px) {
  .yellow-button {
    left: 318.994px;
  }
}
@media screen and (max-width: 1718px) {
  .yellow-button {
    left: 318.461px;
  }
}
@media screen and (max-width: 1717px) {
  .yellow-button {
    left: 317.928px;
  }
}
@media screen and (max-width: 1716px) {
  .yellow-button {
    left: 317.395px;
  }
}
@media screen and (max-width: 1715px) {
  .yellow-button {
    left: 316.862px;
  }
}
@media screen and (max-width: 1714px) {
  .yellow-button {
    left: 316.329px;
  }
}
@media screen and (max-width: 1713px) {
  .yellow-button {
    left: 315.796px;
  }
}
@media screen and (max-width: 1712px) {
  .yellow-button {
    left: 315.263px;
  }
}
@media screen and (max-width: 1711px) {
  .yellow-button {
    left: 314.73px;
  }
}
@media screen and (max-width: 1710px) {
  .yellow-button {
    left: 314.197px;
  }
}
@media screen and (max-width: 1709px) {
  .yellow-button {
    left: 313.664px;
  }
}
@media screen and (max-width: 1708px) {
  .yellow-button {
    left: 313.131px;
  }
}
@media screen and (max-width: 1707px) {
  .yellow-button {
    left: 312.598px;
  }
}
@media screen and (max-width: 1706px) {
  .yellow-button {
    left: 312.065px;
  }
}
@media screen and (max-width: 1705px) {
  .yellow-button {
    left: 311.532px;
  }
}
@media screen and (max-width: 1704px) {
  .yellow-button {
    left: 310.999px;
  }
}
@media screen and (max-width: 1703px) {
  .yellow-button {
    left: 310.466px;
  }
}
@media screen and (max-width: 1702px) {
  .yellow-button {
    left: 309.933px;
  }
}
@media screen and (max-width: 1701px) {
  .yellow-button {
    left: 309.4px;
  }
}
@media screen and (max-width: 1700px) {
  .yellow-button {
    left: 308.867px;
  }
}
@media screen and (max-width: 1699px) {
  .yellow-button {
    left: 308.334px;
  }
}
@media screen and (max-width: 1698px) {
  .yellow-button {
    left: 307.801px;
  }
}
@media screen and (max-width: 1697px) {
  .yellow-button {
    left: 307.268px;
  }
}
@media screen and (max-width: 1696px) {
  .yellow-button {
    left: 306.735px;
  }
}
@media screen and (max-width: 1695px) {
  .yellow-button {
    left: 306.202px;
  }
}
@media screen and (max-width: 1694px) {
  .yellow-button {
    left: 305.669px;
  }
}
@media screen and (max-width: 1693px) {
  .yellow-button {
    left: 305.136px;
  }
}
@media screen and (max-width: 1692px) {
  .yellow-button {
    left: 304.603px;
  }
}
@media screen and (max-width: 1691px) {
  .yellow-button {
    left: 304.07px;
  }
}
@media screen and (max-width: 1690px) {
  .yellow-button {
    left: 303.537px;
  }
}
@media screen and (max-width: 1689px) {
  .yellow-button {
    left: 303.004px;
  }
}
@media screen and (max-width: 1688px) {
  .yellow-button {
    left: 302.471px;
  }
}
@media screen and (max-width: 1687px) {
  .yellow-button {
    left: 301.938px;
  }
}
@media screen and (max-width: 1686px) {
  .yellow-button {
    left: 301.405px;
  }
}
@media screen and (max-width: 1685px) {
  .yellow-button {
    left: 300.872px;
  }
}
@media screen and (max-width: 1684px) {
  .yellow-button {
    left: 300.339px;
  }
}
@media screen and (max-width: 1683px) {
  .yellow-button {
    left: 299.806px;
  }
}
@media screen and (max-width: 1682px) {
  .yellow-button {
    left: 299.273px;
  }
}
@media screen and (max-width: 1681px) {
  .yellow-button {
    left: 298.74px;
  }
}
@media screen and (max-width: 1680px) {
  .yellow-button {
    left: 298.207px;
  }
}
@media screen and (max-width: 1679px) {
  .yellow-button {
    left: 297.674px;
  }
}
@media screen and (max-width: 1678px) {
  .yellow-button {
    left: 297.141px;
  }
}
@media screen and (max-width: 1677px) {
  .yellow-button {
    left: 296.608px;
  }
}
@media screen and (max-width: 1676px) {
  .yellow-button {
    left: 296.075px;
  }
}
@media screen and (max-width: 1675px) {
  .yellow-button {
    left: 295.542px;
  }
}
@media screen and (max-width: 1674px) {
  .yellow-button {
    left: 295.009px;
  }
}
@media screen and (max-width: 1673px) {
  .yellow-button {
    left: 294.476px;
  }
}
@media screen and (max-width: 1672px) {
  .yellow-button {
    left: 293.943px;
  }
}
@media screen and (max-width: 1671px) {
  .yellow-button {
    left: 293.41px;
  }
}
@media screen and (max-width: 1670px) {
  .yellow-button {
    left: 292.877px;
  }
}
@media screen and (max-width: 1669px) {
  .yellow-button {
    left: 292.344px;
  }
}
@media screen and (max-width: 1668px) {
  .yellow-button {
    left: 291.811px;
  }
}
@media screen and (max-width: 1667px) {
  .yellow-button {
    left: 291.278px;
  }
}
@media screen and (max-width: 1666px) {
  .yellow-button {
    left: 290.745px;
  }
}
@media screen and (max-width: 1665px) {
  .yellow-button {
    left: 290.212px;
  }
}
@media screen and (max-width: 1664px) {
  .yellow-button {
    left: 289.679px;
  }
}
@media screen and (max-width: 1663px) {
  .yellow-button {
    left: 289.146px;
  }
}
@media screen and (max-width: 1662px) {
  .yellow-button {
    left: 288.613px;
  }
}
@media screen and (max-width: 1661px) {
  .yellow-button {
    left: 288.08px;
  }
}
@media screen and (max-width: 1660px) {
  .yellow-button {
    left: 287.547px;
  }
}
@media screen and (max-width: 1659px) {
  .yellow-button {
    left: 287.014px;
  }
}
@media screen and (max-width: 1658px) {
  .yellow-button {
    left: 286.481px;
  }
}
@media screen and (max-width: 1657px) {
  .yellow-button {
    left: 285.948px;
  }
}
@media screen and (max-width: 1656px) {
  .yellow-button {
    left: 285.415px;
  }
}
@media screen and (max-width: 1655px) {
  .yellow-button {
    left: 284.882px;
  }
}
@media screen and (max-width: 1654px) {
  .yellow-button {
    left: 284.349px;
  }
}
@media screen and (max-width: 1653px) {
  .yellow-button {
    left: 283.816px;
  }
}
@media screen and (max-width: 1652px) {
  .yellow-button {
    left: 283.283px;
  }
}
@media screen and (max-width: 1651px) {
  .yellow-button {
    left: 282.75px;
  }
}
@media screen and (max-width: 1650px) {
  .yellow-button {
    left: 282.217px;
  }
}
@media screen and (max-width: 1649px) {
  .yellow-button {
    left: 281.684px;
  }
}
@media screen and (max-width: 1648px) {
  .yellow-button {
    left: 281.151px;
  }
}
@media screen and (max-width: 1647px) {
  .yellow-button {
    left: 280.618px;
  }
}
@media screen and (max-width: 1646px) {
  .yellow-button {
    left: 280.085px;
  }
}
@media screen and (max-width: 1645px) {
  .yellow-button {
    left: 279.552px;
  }
}
@media screen and (max-width: 1644px) {
  .yellow-button {
    left: 279.019px;
  }
}
@media screen and (max-width: 1643px) {
  .yellow-button {
    left: 278.486px;
  }
}
@media screen and (max-width: 1642px) {
  .yellow-button {
    left: 277.953px;
  }
}
@media screen and (max-width: 1641px) {
  .yellow-button {
    left: 277.42px;
  }
}
@media screen and (max-width: 1640px) {
  .yellow-button {
    left: 276.887px;
  }
}
@media screen and (max-width: 1639px) {
  .yellow-button {
    left: 276.354px;
  }
}
@media screen and (max-width: 1638px) {
  .yellow-button {
    left: 275.821px;
  }
}
@media screen and (max-width: 1637px) {
  .yellow-button {
    left: 275.288px;
  }
}
@media screen and (max-width: 1636px) {
  .yellow-button {
    left: 274.755px;
  }
}
@media screen and (max-width: 1635px) {
  .yellow-button {
    left: 274.222px;
  }
}
@media screen and (max-width: 1634px) {
  .yellow-button {
    left: 273.689px;
  }
}
@media screen and (max-width: 1633px) {
  .yellow-button {
    left: 273.156px;
  }
}
@media screen and (max-width: 1632px) {
  .yellow-button {
    left: 272.623px;
  }
}
@media screen and (max-width: 1631px) {
  .yellow-button {
    left: 272.09px;
  }
}
@media screen and (max-width: 1630px) {
  .yellow-button {
    left: 271.557px;
  }
}
@media screen and (max-width: 1629px) {
  .yellow-button {
    left: 271.024px;
  }
}
@media screen and (max-width: 1628px) {
  .yellow-button {
    left: 270.491px;
  }
}
@media screen and (max-width: 1627px) {
  .yellow-button {
    left: 269.958px;
  }
}
@media screen and (max-width: 1626px) {
  .yellow-button {
    left: 269.425px;
  }
}
@media screen and (max-width: 1625px) {
  .yellow-button {
    left: 268.892px;
  }
}
@media screen and (max-width: 1624px) {
  .yellow-button {
    left: 268.359px;
  }
}
@media screen and (max-width: 1623px) {
  .yellow-button {
    left: 267.826px;
  }
}
@media screen and (max-width: 1622px) {
  .yellow-button {
    left: 267.293px;
  }
}
@media screen and (max-width: 1621px) {
  .yellow-button {
    left: 266.76px;
  }
}
@media screen and (max-width: 1620px) {
  .yellow-button {
    left: 266.227px;
  }
}
@media screen and (max-width: 1619px) {
  .yellow-button {
    left: 265.694px;
  }
}
@media screen and (max-width: 1618px) {
  .yellow-button {
    left: 265.161px;
  }
}
@media screen and (max-width: 1617px) {
  .yellow-button {
    left: 264.628px;
  }
}
@media screen and (max-width: 1616px) {
  .yellow-button {
    left: 264.095px;
  }
}
@media screen and (max-width: 1615px) {
  .yellow-button {
    left: 263.562px;
  }
}
@media screen and (max-width: 1614px) {
  .yellow-button {
    left: 263.029px;
  }
}
@media screen and (max-width: 1613px) {
  .yellow-button {
    left: 262.496px;
  }
}
@media screen and (max-width: 1612px) {
  .yellow-button {
    left: 261.963px;
  }
}
@media screen and (max-width: 1611px) {
  .yellow-button {
    left: 261.43px;
  }
}
@media screen and (max-width: 1610px) {
  .yellow-button {
    left: 260.897px;
  }
}
@media screen and (max-width: 1609px) {
  .yellow-button {
    left: 260.364px;
  }
}
@media screen and (max-width: 1608px) {
  .yellow-button {
    left: 259.831px;
  }
}
@media screen and (max-width: 1607px) {
  .yellow-button {
    left: 259.298px;
  }
}
@media screen and (max-width: 1606px) {
  .yellow-button {
    left: 258.765px;
  }
}
@media screen and (max-width: 1605px) {
  .yellow-button {
    left: 258.232px;
  }
}
@media screen and (max-width: 1604px) {
  .yellow-button {
    left: 257.699px;
  }
}
@media screen and (max-width: 1603px) {
  .yellow-button {
    left: 257.166px;
  }
}
@media screen and (max-width: 1602px) {
  .yellow-button {
    left: 256.633px;
  }
}
@media screen and (max-width: 1601px) {
  .yellow-button {
    left: 256.1px;
  }
}
@media screen and (max-width: 1600px) {
  .yellow-button {
    left: 255.567px;
  }
}
@media screen and (max-width: 1599px) {
  .yellow-button {
    left: 255.034px;
  }
}
@media screen and (max-width: 1598px) {
  .yellow-button {
    left: 254.501px;
  }
}
@media screen and (max-width: 1597px) {
  .yellow-button {
    left: 253.968px;
  }
}
@media screen and (max-width: 1596px) {
  .yellow-button {
    left: 253.435px;
  }
}
@media screen and (max-width: 1595px) {
  .yellow-button {
    left: 252.902px;
  }
}
@media screen and (max-width: 1594px) {
  .yellow-button {
    left: 252.369px;
  }
}
@media screen and (max-width: 1593px) {
  .yellow-button {
    left: 251.836px;
  }
}
@media screen and (max-width: 1592px) {
  .yellow-button {
    left: 251.303px;
  }
}
@media screen and (max-width: 1591px) {
  .yellow-button {
    left: 250.77px;
  }
}
@media screen and (max-width: 1590px) {
  .yellow-button {
    left: 250.237px;
  }
}
@media screen and (max-width: 1589px) {
  .yellow-button {
    left: 249.704px;
  }
}
@media screen and (max-width: 1588px) {
  .yellow-button {
    left: 249.171px;
  }
}
@media screen and (max-width: 1587px) {
  .yellow-button {
    left: 248.638px;
  }
}
@media screen and (max-width: 1586px) {
  .yellow-button {
    left: 248.105px;
  }
}
@media screen and (max-width: 1585px) {
  .yellow-button {
    left: 247.572px;
  }
}
@media screen and (max-width: 1584px) {
  .yellow-button {
    left: 247.039px;
  }
}
@media screen and (max-width: 1583px) {
  .yellow-button {
    left: 246.506px;
  }
}
@media screen and (max-width: 1582px) {
  .yellow-button {
    left: 245.973px;
  }
}
@media screen and (max-width: 1581px) {
  .yellow-button {
    left: 245.44px;
  }
}
@media screen and (max-width: 1580px) {
  .yellow-button {
    left: 244.907px;
  }
}
@media screen and (max-width: 1579px) {
  .yellow-button {
    left: 244.374px;
  }
}
@media screen and (max-width: 1578px) {
  .yellow-button {
    left: 243.841px;
  }
}
@media screen and (max-width: 1577px) {
  .yellow-button {
    left: 243.308px;
  }
}
@media screen and (max-width: 1576px) {
  .yellow-button {
    left: 242.775px;
  }
}
@media screen and (max-width: 1575px) {
  .yellow-button {
    left: 242.242px;
  }
}
@media screen and (max-width: 1574px) {
  .yellow-button {
    left: 241.709px;
  }
}
@media screen and (max-width: 1573px) {
  .yellow-button {
    left: 241.176px;
  }
}
@media screen and (max-width: 1572px) {
  .yellow-button {
    left: 240.643px;
  }
}
@media screen and (max-width: 1571px) {
  .yellow-button {
    left: 240.11px;
  }
}
@media screen and (max-width: 1570px) {
  .yellow-button {
    left: 239.577px;
  }
}
@media screen and (max-width: 1569px) {
  .yellow-button {
    left: 239.044px;
  }
}
@media screen and (max-width: 1568px) {
  .yellow-button {
    left: 238.511px;
  }
}
@media screen and (max-width: 1567px) {
  .yellow-button {
    left: 237.978px;
  }
}
@media screen and (max-width: 1566px) {
  .yellow-button {
    left: 237.445px;
  }
}
@media screen and (max-width: 1565px) {
  .yellow-button {
    left: 236.912px;
  }
}
@media screen and (max-width: 1564px) {
  .yellow-button {
    left: 236.379px;
  }
}
@media screen and (max-width: 1563px) {
  .yellow-button {
    left: 235.846px;
  }
}
@media screen and (max-width: 1562px) {
  .yellow-button {
    left: 235.313px;
  }
}
@media screen and (max-width: 1561px) {
  .yellow-button {
    left: 234.78px;
  }
}
@media screen and (max-width: 1560px) {
  .yellow-button {
    left: 234.247px;
  }
}
@media screen and (max-width: 1559px) {
  .yellow-button {
    left: 233.714px;
  }
}
@media screen and (max-width: 1558px) {
  .yellow-button {
    left: 233.181px;
  }
}
@media screen and (max-width: 1557px) {
  .yellow-button {
    left: 232.648px;
  }
}
@media screen and (max-width: 1556px) {
  .yellow-button {
    left: 232.115px;
  }
}
@media screen and (max-width: 1555px) {
  .yellow-button {
    left: 231.582px;
  }
}
@media screen and (max-width: 1554px) {
  .yellow-button {
    left: 231.049px;
  }
}
@media screen and (max-width: 1553px) {
  .yellow-button {
    left: 230.516px;
  }
}
@media screen and (max-width: 1552px) {
  .yellow-button {
    left: 229.983px;
  }
}
@media screen and (max-width: 1551px) {
  .yellow-button {
    left: 229.45px;
  }
}
@media screen and (max-width: 1550px) {
  .yellow-button {
    left: 228.917px;
  }
}
@media screen and (max-width: 1549px) {
  .yellow-button {
    left: 228.384px;
  }
}
@media screen and (max-width: 1548px) {
  .yellow-button {
    left: 227.851px;
  }
}
@media screen and (max-width: 1547px) {
  .yellow-button {
    left: 227.318px;
  }
}
@media screen and (max-width: 1546px) {
  .yellow-button {
    left: 226.785px;
  }
}
@media screen and (max-width: 1545px) {
  .yellow-button {
    left: 226.252px;
  }
}
@media screen and (max-width: 1544px) {
  .yellow-button {
    left: 225.719px;
  }
}
@media screen and (max-width: 1543px) {
  .yellow-button {
    left: 225.186px;
  }
}
@media screen and (max-width: 1542px) {
  .yellow-button {
    left: 224.653px;
  }
}
@media screen and (max-width: 1541px) {
  .yellow-button {
    left: 224.12px;
  }
}
@media screen and (max-width: 1540px) {
  .yellow-button {
    left: 223.587px;
  }
}
@media screen and (max-width: 1539px) {
  .yellow-button {
    left: 223.054px;
  }
}
@media screen and (max-width: 1538px) {
  .yellow-button {
    left: 222.521px;
  }
}
@media screen and (max-width: 1537px) {
  .yellow-button {
    left: 221.988px;
  }
}
@media screen and (max-width: 1536px) {
  .yellow-button {
    left: 221.455px;
  }
}
@media screen and (max-width: 1535px) {
  .yellow-button {
    left: 220.922px;
  }
}
@media screen and (max-width: 1534px) {
  .yellow-button {
    left: 220.389px;
  }
}
@media screen and (max-width: 1533px) {
  .yellow-button {
    left: 219.856px;
  }
}
@media screen and (max-width: 1532px) {
  .yellow-button {
    left: 219.323px;
  }
}
@media screen and (max-width: 1531px) {
  .yellow-button {
    left: 218.79px;
  }
}
@media screen and (max-width: 1530px) {
  .yellow-button {
    left: 218.257px;
  }
}
@media screen and (max-width: 1529px) {
  .yellow-button {
    left: 217.724px;
  }
}
@media screen and (max-width: 1528px) {
  .yellow-button {
    left: 217.191px;
  }
}
@media screen and (max-width: 1527px) {
  .yellow-button {
    left: 216.658px;
  }
}
@media screen and (max-width: 1526px) {
  .yellow-button {
    left: 216.125px;
  }
}
@media screen and (max-width: 1525px) {
  .yellow-button {
    left: 215.592px;
  }
}
@media screen and (max-width: 1524px) {
  .yellow-button {
    left: 215.059px;
  }
}
@media screen and (max-width: 1523px) {
  .yellow-button {
    left: 214.526px;
  }
}
@media screen and (max-width: 1522px) {
  .yellow-button {
    left: 213.993px;
  }
}
@media screen and (max-width: 1521px) {
  .yellow-button {
    left: 213.46px;
  }
}
@media screen and (max-width: 1520px) {
  .yellow-button {
    left: 212.927px;
  }
}
@media screen and (max-width: 1519px) {
  .yellow-button {
    left: 212.394px;
  }
}
@media screen and (max-width: 1518px) {
  .yellow-button {
    left: 211.861px;
  }
}
@media screen and (max-width: 1517px) {
  .yellow-button {
    left: 211.328px;
  }
}
@media screen and (max-width: 1516px) {
  .yellow-button {
    left: 210.795px;
  }
}
@media screen and (max-width: 1515px) {
  .yellow-button {
    left: 210.262px;
  }
}
@media screen and (max-width: 1514px) {
  .yellow-button {
    left: 209.729px;
  }
}
@media screen and (max-width: 1513px) {
  .yellow-button {
    left: 209.196px;
  }
}
@media screen and (max-width: 1512px) {
  .yellow-button {
    left: 208.663px;
  }
}
@media screen and (max-width: 1511px) {
  .yellow-button {
    left: 208.13px;
  }
}
@media screen and (max-width: 1510px) {
  .yellow-button {
    left: 207.597px;
  }
}
@media screen and (max-width: 1509px) {
  .yellow-button {
    left: 207.064px;
  }
}
@media screen and (max-width: 1508px) {
  .yellow-button {
    left: 206.531px;
  }
}
@media screen and (max-width: 1507px) {
  .yellow-button {
    left: 205.998px;
  }
}
@media screen and (max-width: 1506px) {
  .yellow-button {
    left: 205.465px;
  }
}
@media screen and (max-width: 1505px) {
  .yellow-button {
    left: 204.932px;
  }
}
@media screen and (max-width: 1504px) {
  .yellow-button {
    left: 204.399px;
  }
}
@media screen and (max-width: 1503px) {
  .yellow-button {
    left: 203.866px;
  }
}
@media screen and (max-width: 1502px) {
  .yellow-button {
    left: 203.333px;
  }
}
@media screen and (max-width: 1501px) {
  .yellow-button {
    left: 202.8px;
  }
}
@media screen and (max-width: 1500px) {
  .yellow-button {
    left: 202.267px;
  }
}
@media screen and (max-width: 1499px) {
  .yellow-button {
    left: 201.734px;
  }
}
@media screen and (max-width: 1498px) {
  .yellow-button {
    left: 201.201px;
  }
}
@media screen and (max-width: 1497px) {
  .yellow-button {
    left: 200.668px;
  }
}
@media screen and (max-width: 1496px) {
  .yellow-button {
    left: 200.135px;
  }
}
@media screen and (max-width: 1495px) {
  .yellow-button {
    left: 199.602px;
  }
}
@media screen and (max-width: 1494px) {
  .yellow-button {
    left: 199.069px;
  }
}
@media screen and (max-width: 1493px) {
  .yellow-button {
    left: 198.536px;
  }
}
@media screen and (max-width: 1492px) {
  .yellow-button {
    left: 198.003px;
  }
}
@media screen and (max-width: 1491px) {
  .yellow-button {
    left: 197.47px;
  }
}
@media screen and (max-width: 1490px) {
  .yellow-button {
    left: 196.937px;
  }
}
@media screen and (max-width: 1489px) {
  .yellow-button {
    left: 196.404px;
  }
}
@media screen and (max-width: 1488px) {
  .yellow-button {
    left: 195.871px;
  }
}
@media screen and (max-width: 1487px) {
  .yellow-button {
    left: 195.338px;
  }
}
@media screen and (max-width: 1486px) {
  .yellow-button {
    left: 194.805px;
  }
}
@media screen and (max-width: 1485px) {
  .yellow-button {
    left: 194.272px;
  }
}
@media screen and (max-width: 1484px) {
  .yellow-button {
    left: 193.739px;
  }
}
@media screen and (max-width: 1483px) {
  .yellow-button {
    left: 193.206px;
  }
}
@media screen and (max-width: 1482px) {
  .yellow-button {
    left: 192.673px;
  }
}
@media screen and (max-width: 1481px) {
  .yellow-button {
    left: 192.14px;
  }
}
@media screen and (max-width: 1480px) {
  .yellow-button {
    left: 191.607px;
  }
}
@media screen and (max-width: 1479px) {
  .yellow-button {
    left: 191.074px;
  }
}
@media screen and (max-width: 1478px) {
  .yellow-button {
    left: 190.541px;
  }
}
@media screen and (max-width: 1477px) {
  .yellow-button {
    left: 190.008px;
  }
}
@media screen and (max-width: 1476px) {
  .yellow-button {
    left: 189.475px;
  }
}
@media screen and (max-width: 1475px) {
  .yellow-button {
    left: 188.942px;
  }
}
@media screen and (max-width: 1474px) {
  .yellow-button {
    left: 188.409px;
  }
}
@media screen and (max-width: 1473px) {
  .yellow-button {
    left: 187.876px;
  }
}
@media screen and (max-width: 1472px) {
  .yellow-button {
    left: 187.343px;
  }
}
@media screen and (max-width: 1471px) {
  .yellow-button {
    left: 186.81px;
  }
}
@media screen and (max-width: 1470px) {
  .yellow-button {
    left: 186.277px;
  }
}
@media screen and (max-width: 1469px) {
  .yellow-button {
    left: 185.744px;
  }
}
@media screen and (max-width: 1468px) {
  .yellow-button {
    left: 185.211px;
  }
}
@media screen and (max-width: 1467px) {
  .yellow-button {
    left: 184.678px;
  }
}
@media screen and (max-width: 1466px) {
  .yellow-button {
    left: 184.145px;
  }
}
@media screen and (max-width: 1465px) {
  .yellow-button {
    left: 183.612px;
  }
}
@media screen and (max-width: 1464px) {
  .yellow-button {
    left: 183.079px;
  }
}
@media screen and (max-width: 1463px) {
  .yellow-button {
    left: 182.546px;
  }
}
@media screen and (max-width: 1462px) {
  .yellow-button {
    left: 182.013px;
  }
}
@media screen and (max-width: 1461px) {
  .yellow-button {
    left: 181.48px;
  }
}
@media screen and (max-width: 1460px) {
  .yellow-button {
    left: 180.947px;
  }
}
@media screen and (max-width: 1459px) {
  .yellow-button {
    left: 180.414px;
  }
}
@media screen and (max-width: 1458px) {
  .yellow-button {
    left: 179.881px;
  }
}
@media screen and (max-width: 1457px) {
  .yellow-button {
    left: 179.348px;
  }
}
@media screen and (max-width: 1456px) {
  .yellow-button {
    left: 178.815px;
  }
}
@media screen and (max-width: 1455px) {
  .yellow-button {
    left: 178.282px;
  }
}
@media screen and (max-width: 1454px) {
  .yellow-button {
    left: 177.749px;
  }
}
@media screen and (max-width: 1453px) {
  .yellow-button {
    left: 177.216px;
  }
}
@media screen and (max-width: 1452px) {
  .yellow-button {
    left: 176.683px;
  }
}
@media screen and (max-width: 1451px) {
  .yellow-button {
    left: 176.15px;
  }
}
@media screen and (max-width: 1450px) {
  .yellow-button {
    left: 175.617px;
  }
}
@media screen and (max-width: 1449px) {
  .yellow-button {
    left: 175.084px;
  }
}
@media screen and (max-width: 1448px) {
  .yellow-button {
    left: 174.551px;
  }
}
@media screen and (max-width: 1447px) {
  .yellow-button {
    left: 174.018px;
  }
}
@media screen and (max-width: 1446px) {
  .yellow-button {
    left: 173.485px;
  }
}
@media screen and (max-width: 1445px) {
  .yellow-button {
    left: 172.952px;
  }
}
@media screen and (max-width: 1444px) {
  .yellow-button {
    left: 172.419px;
  }
}
@media screen and (max-width: 1443px) {
  .yellow-button {
    left: 171.886px;
  }
}
@media screen and (max-width: 1442px) {
  .yellow-button {
    left: 171.353px;
  }
}
@media screen and (max-width: 1441px) {
  .yellow-button {
    left: 170.82px;
  }
}
@media screen and (max-width: 1440px) {
  .yellow-button {
    left: 170.287px;
  }
}
@media screen and (max-width: 1439px) {
  .yellow-button {
    left: 169.754px;
  }
}
@media screen and (max-width: 1438px) {
  .yellow-button {
    left: 169.221px;
  }
}
@media screen and (max-width: 1437px) {
  .yellow-button {
    left: 168.688px;
  }
}
@media screen and (max-width: 1436px) {
  .yellow-button {
    left: 168.155px;
  }
}
@media screen and (max-width: 1435px) {
  .yellow-button {
    left: 167.622px;
  }
}
@media screen and (max-width: 1434px) {
  .yellow-button {
    left: 167.089px;
  }
}
@media screen and (max-width: 1433px) {
  .yellow-button {
    left: 166.556px;
  }
}
@media screen and (max-width: 1432px) {
  .yellow-button {
    left: 166.023px;
  }
}
@media screen and (max-width: 1431px) {
  .yellow-button {
    left: 165.49px;
  }
}
@media screen and (max-width: 1430px) {
  .yellow-button {
    left: 164.957px;
  }
}
@media screen and (max-width: 1429px) {
  .yellow-button {
    left: 164.424px;
  }
}
@media screen and (max-width: 1428px) {
  .yellow-button {
    left: 163.891px;
  }
}
@media screen and (max-width: 1427px) {
  .yellow-button {
    left: 163.358px;
  }
}
@media screen and (max-width: 1426px) {
  .yellow-button {
    left: 162.825px;
  }
}
@media screen and (max-width: 1425px) {
  .yellow-button {
    left: 162.292px;
  }
}
@media screen and (max-width: 1424px) {
  .yellow-button {
    left: 161.759px;
  }
}
@media screen and (max-width: 1423px) {
  .yellow-button {
    left: 161.226px;
  }
}
@media screen and (max-width: 1422px) {
  .yellow-button {
    left: 160.693px;
  }
}
@media screen and (max-width: 1421px) {
  .yellow-button {
    left: 160.16px;
  }
}
@media screen and (max-width: 1420px) {
  .yellow-button {
    left: 159.627px;
  }
}
@media screen and (max-width: 1419px) {
  .yellow-button {
    left: 159.094px;
  }
}
@media screen and (max-width: 1418px) {
  .yellow-button {
    left: 158.561px;
  }
}
@media screen and (max-width: 1417px) {
  .yellow-button {
    left: 158.028px;
  }
}
@media screen and (max-width: 1416px) {
  .yellow-button {
    left: 157.495px;
  }
}
@media screen and (max-width: 1415px) {
  .yellow-button {
    left: 156.962px;
  }
}
@media screen and (max-width: 1414px) {
  .yellow-button {
    left: 156.429px;
  }
}
@media screen and (max-width: 1413px) {
  .yellow-button {
    left: 155.896px;
  }
}
@media screen and (max-width: 1412px) {
  .yellow-button {
    left: 155.363px;
  }
}
@media screen and (max-width: 1411px) {
  .yellow-button {
    left: 154.83px;
  }
}
@media screen and (max-width: 1410px) {
  .yellow-button {
    left: 154.297px;
  }
}
@media screen and (max-width: 1409px) {
  .yellow-button {
    left: 153.764px;
  }
}
@media screen and (max-width: 1408px) {
  .yellow-button {
    left: 153.231px;
  }
}
@media screen and (max-width: 1407px) {
  .yellow-button {
    left: 152.698px;
  }
}
@media screen and (max-width: 1406px) {
  .yellow-button {
    left: 152.165px;
  }
}
@media screen and (max-width: 1405px) {
  .yellow-button {
    left: 151.632px;
  }
}
@media screen and (max-width: 1404px) {
  .yellow-button {
    left: 151.099px;
  }
}
@media screen and (max-width: 1403px) {
  .yellow-button {
    left: 150.566px;
  }
}
@media screen and (max-width: 1402px) {
  .yellow-button {
    left: 150.033px;
  }
}
@media screen and (max-width: 1401px) {
  .yellow-button {
    left: 149.5px;
  }
}
@media screen and (max-width: 1400px) {
  .yellow-button {
    left: 148.967px;
  }
}
@media screen and (max-width: 1399px) {
  .yellow-button {
    left: 148.434px;
  }
}
@media screen and (max-width: 1398px) {
  .yellow-button {
    left: 147.901px;
  }
}
@media screen and (max-width: 1397px) {
  .yellow-button {
    left: 147.368px;
  }
}
@media screen and (max-width: 1396px) {
  .yellow-button {
    left: 146.835px;
  }
}
@media screen and (max-width: 1395px) {
  .yellow-button {
    left: 146.302px;
  }
}
@media screen and (max-width: 1394px) {
  .yellow-button {
    left: 145.769px;
  }
}
@media screen and (max-width: 1393px) {
  .yellow-button {
    left: 145.236px;
  }
}
@media screen and (max-width: 1392px) {
  .yellow-button {
    left: 144.703px;
  }
}
@media screen and (max-width: 1391px) {
  .yellow-button {
    left: 144.17px;
  }
}
@media screen and (max-width: 1390px) {
  .yellow-button {
    left: 143.637px;
  }
}
@media screen and (max-width: 1389px) {
  .yellow-button {
    left: 143.104px;
  }
}
@media screen and (max-width: 1388px) {
  .yellow-button {
    left: 142.571px;
  }
}
@media screen and (max-width: 1387px) {
  .yellow-button {
    left: 142.038px;
  }
}
@media screen and (max-width: 1386px) {
  .yellow-button {
    left: 141.505px;
  }
}
@media screen and (max-width: 1385px) {
  .yellow-button {
    left: 140.972px;
  }
}
@media screen and (max-width: 1384px) {
  .yellow-button {
    left: 140.439px;
  }
}
@media screen and (max-width: 1383px) {
  .yellow-button {
    left: 139.906px;
  }
}
@media screen and (max-width: 1382px) {
  .yellow-button {
    left: 139.373px;
  }
}
@media screen and (max-width: 1381px) {
  .yellow-button {
    left: 138.84px;
  }
}
@media screen and (max-width: 1380px) {
  .yellow-button {
    left: 138.307px;
  }
}
@media screen and (max-width: 1379px) {
  .yellow-button {
    left: 137.774px;
  }
}
@media screen and (max-width: 1378px) {
  .yellow-button {
    left: 137.241px;
  }
}
@media screen and (max-width: 1377px) {
  .yellow-button {
    left: 136.708px;
  }
}
@media screen and (max-width: 1376px) {
  .yellow-button {
    left: 136.175px;
  }
}
@media screen and (max-width: 1375px) {
  .yellow-button {
    left: 135.642px;
  }
}
@media screen and (max-width: 1374px) {
  .yellow-button {
    left: 135.109px;
  }
}
@media screen and (max-width: 1373px) {
  .yellow-button {
    left: 134.576px;
  }
}
@media screen and (max-width: 1372px) {
  .yellow-button {
    left: 134.043px;
  }
}
@media screen and (max-width: 1371px) {
  .yellow-button {
    left: 133.51px;
  }
}
@media screen and (max-width: 1370px) {
  .yellow-button {
    left: 132.977px;
  }
}
@media screen and (max-width: 1369px) {
  .yellow-button {
    left: 132.444px;
  }
}
@media screen and (max-width: 1368px) {
  .yellow-button {
    left: 131.911px;
  }
}
@media screen and (max-width: 1367px) {
  .yellow-button {
    left: 131.378px;
  }
}
@media screen and (max-width: 1366px) {
  .yellow-button {
    left: 130.845px;
  }
}
@media screen and (max-width: 1365px) {
  .yellow-button {
    left: 130.312px;
  }
}
@media screen and (max-width: 1364px) {
  .yellow-button {
    left: 129.779px;
  }
}
@media screen and (max-width: 1363px) {
  .yellow-button {
    left: 129.246px;
  }
}
@media screen and (max-width: 1362px) {
  .yellow-button {
    left: 128.713px;
  }
}
@media screen and (max-width: 1361px) {
  .yellow-button {
    left: 128.18px;
  }
}
@media screen and (max-width: 1360px) {
  .yellow-button {
    left: 127.647px;
  }
}
@media screen and (max-width: 1359px) {
  .yellow-button {
    left: 127.114px;
  }
}
@media screen and (max-width: 1358px) {
  .yellow-button {
    left: 126.581px;
  }
}
@media screen and (max-width: 1357px) {
  .yellow-button {
    left: 126.048px;
  }
}
@media screen and (max-width: 1356px) {
  .yellow-button {
    left: 125.515px;
  }
}
@media screen and (max-width: 1355px) {
  .yellow-button {
    left: 124.982px;
  }
}
@media screen and (max-width: 1354px) {
  .yellow-button {
    left: 124.449px;
  }
}
@media screen and (max-width: 1353px) {
  .yellow-button {
    left: 123.916px;
  }
}
@media screen and (max-width: 1352px) {
  .yellow-button {
    left: 123.383px;
  }
}
@media screen and (max-width: 1351px) {
  .yellow-button {
    left: 122.85px;
  }
}
@media screen and (max-width: 1350px) {
  .yellow-button {
    left: 122.317px;
  }
}
@media screen and (max-width: 1349px) {
  .yellow-button {
    left: 121.784px;
  }
}
@media screen and (max-width: 1348px) {
  .yellow-button {
    left: 121.251px;
  }
}
@media screen and (max-width: 1347px) {
  .yellow-button {
    left: 120.718px;
  }
}
@media screen and (max-width: 1346px) {
  .yellow-button {
    left: 120.185px;
  }
}
@media screen and (max-width: 1345px) {
  .yellow-button {
    left: 119.652px;
  }
}
@media screen and (max-width: 1344px) {
  .yellow-button {
    left: 119.119px;
  }
}
@media screen and (max-width: 1343px) {
  .yellow-button {
    left: 118.586px;
  }
}
@media screen and (max-width: 1342px) {
  .yellow-button {
    left: 118.053px;
  }
}
@media screen and (max-width: 1341px) {
  .yellow-button {
    left: 117.52px;
  }
}
@media screen and (max-width: 1340px) {
  .yellow-button {
    left: 116.987px;
  }
}
@media screen and (max-width: 1339px) {
  .yellow-button {
    left: 116.454px;
  }
}
@media screen and (max-width: 1338px) {
  .yellow-button {
    left: 115.921px;
  }
}
@media screen and (max-width: 1337px) {
  .yellow-button {
    left: 115.388px;
  }
}
@media screen and (max-width: 1336px) {
  .yellow-button {
    left: 114.855px;
  }
}
@media screen and (max-width: 1335px) {
  .yellow-button {
    left: 114.322px;
  }
}
@media screen and (max-width: 1334px) {
  .yellow-button {
    left: 113.789px;
  }
}
@media screen and (max-width: 1333px) {
  .yellow-button {
    left: 113.256px;
  }
}
@media screen and (max-width: 1332px) {
  .yellow-button {
    left: 112.723px;
  }
}
@media screen and (max-width: 1331px) {
  .yellow-button {
    left: 112.19px;
  }
}
@media screen and (max-width: 1330px) {
  .yellow-button {
    left: 111.657px;
  }
}
@media screen and (max-width: 1329px) {
  .yellow-button {
    left: 111.124px;
  }
}
@media screen and (max-width: 1328px) {
  .yellow-button {
    left: 110.591px;
  }
}
@media screen and (max-width: 1327px) {
  .yellow-button {
    left: 110.058px;
  }
}
@media screen and (max-width: 1326px) {
  .yellow-button {
    left: 109.525px;
  }
}
@media screen and (max-width: 1325px) {
  .yellow-button {
    left: 108.992px;
  }
}
@media screen and (max-width: 1324px) {
  .yellow-button {
    left: 108.459px;
  }
}
@media screen and (max-width: 1323px) {
  .yellow-button {
    left: 107.926px;
  }
}
@media screen and (max-width: 1322px) {
  .yellow-button {
    left: 107.393px;
  }
}
@media screen and (max-width: 1321px) {
  .yellow-button {
    left: 106.86px;
  }
}
@media screen and (max-width: 1320px) {
  .yellow-button {
    left: 106.327px;
  }
}
@media screen and (max-width: 1319px) {
  .yellow-button {
    left: 105.794px;
  }
}
@media screen and (max-width: 1318px) {
  .yellow-button {
    left: 105.261px;
  }
}
@media screen and (max-width: 1317px) {
  .yellow-button {
    left: 104.728px;
  }
}
@media screen and (max-width: 1316px) {
  .yellow-button {
    left: 104.195px;
  }
}
@media screen and (max-width: 1315px) {
  .yellow-button {
    left: 103.662px;
  }
}
@media screen and (max-width: 1314px) {
  .yellow-button {
    left: 103.129px;
  }
}
@media screen and (max-width: 1313px) {
  .yellow-button {
    left: 102.596px;
  }
}
@media screen and (max-width: 1312px) {
  .yellow-button {
    left: 102.063px;
  }
}
@media screen and (max-width: 1311px) {
  .yellow-button {
    left: 101.53px;
  }
}
@media screen and (max-width: 1310px) {
  .yellow-button {
    left: 100.997px;
  }
}
@media screen and (max-width: 1309px) {
  .yellow-button {
    left: 100.464px;
  }
}
@media screen and (max-width: 1308px) {
  .yellow-button {
    left: 99.931px;
  }
}
@media screen and (max-width: 1307px) {
  .yellow-button {
    left: 99.398px;
  }
}
@media screen and (max-width: 1306px) {
  .yellow-button {
    left: 98.865px;
  }
}
@media screen and (max-width: 1305px) {
  .yellow-button {
    left: 98.332px;
  }
}
@media screen and (max-width: 1304px) {
  .yellow-button {
    left: 97.799px;
  }
}
@media screen and (max-width: 1303px) {
  .yellow-button {
    left: 97.266px;
  }
}
@media screen and (max-width: 1302px) {
  .yellow-button {
    left: 96.733px;
  }
}
@media screen and (max-width: 1301px) {
  .yellow-button {
    left: 96.2px;
  }
}
@media screen and (max-width: 1300px) {
  .yellow-button {
    left: 95.667px;
  }
}

.green-button {
  width: 300px;
  background-color: #00a651;
  border-radius: 100%;
  height: 300px;
  margin: 0 auto;
  position: absolute;
  left: 58rem;
  margin-top: 16rem;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .green-button {
    left: 927.467px;
  }
}
@media screen and (max-width: 1899px) {
  .green-button {
    left: 926.934px;
  }
}
@media screen and (max-width: 1898px) {
  .green-button {
    left: 926.401px;
  }
}
@media screen and (max-width: 1897px) {
  .green-button {
    left: 925.868px;
  }
}
@media screen and (max-width: 1896px) {
  .green-button {
    left: 925.335px;
  }
}
@media screen and (max-width: 1895px) {
  .green-button {
    left: 924.802px;
  }
}
@media screen and (max-width: 1894px) {
  .green-button {
    left: 924.269px;
  }
}
@media screen and (max-width: 1893px) {
  .green-button {
    left: 923.736px;
  }
}
@media screen and (max-width: 1892px) {
  .green-button {
    left: 923.203px;
  }
}
@media screen and (max-width: 1891px) {
  .green-button {
    left: 922.67px;
  }
}
@media screen and (max-width: 1890px) {
  .green-button {
    left: 922.137px;
  }
}
@media screen and (max-width: 1889px) {
  .green-button {
    left: 921.604px;
  }
}
@media screen and (max-width: 1888px) {
  .green-button {
    left: 921.071px;
  }
}
@media screen and (max-width: 1887px) {
  .green-button {
    left: 920.538px;
  }
}
@media screen and (max-width: 1886px) {
  .green-button {
    left: 920.005px;
  }
}
@media screen and (max-width: 1885px) {
  .green-button {
    left: 919.472px;
  }
}
@media screen and (max-width: 1884px) {
  .green-button {
    left: 918.939px;
  }
}
@media screen and (max-width: 1883px) {
  .green-button {
    left: 918.406px;
  }
}
@media screen and (max-width: 1882px) {
  .green-button {
    left: 917.873px;
  }
}
@media screen and (max-width: 1881px) {
  .green-button {
    left: 917.34px;
  }
}
@media screen and (max-width: 1880px) {
  .green-button {
    left: 916.807px;
  }
}
@media screen and (max-width: 1879px) {
  .green-button {
    left: 916.274px;
  }
}
@media screen and (max-width: 1878px) {
  .green-button {
    left: 915.741px;
  }
}
@media screen and (max-width: 1877px) {
  .green-button {
    left: 915.208px;
  }
}
@media screen and (max-width: 1876px) {
  .green-button {
    left: 914.675px;
  }
}
@media screen and (max-width: 1875px) {
  .green-button {
    left: 914.142px;
  }
}
@media screen and (max-width: 1874px) {
  .green-button {
    left: 913.609px;
  }
}
@media screen and (max-width: 1873px) {
  .green-button {
    left: 913.076px;
  }
}
@media screen and (max-width: 1872px) {
  .green-button {
    left: 912.543px;
  }
}
@media screen and (max-width: 1871px) {
  .green-button {
    left: 912.01px;
  }
}
@media screen and (max-width: 1870px) {
  .green-button {
    left: 911.477px;
  }
}
@media screen and (max-width: 1869px) {
  .green-button {
    left: 910.944px;
  }
}
@media screen and (max-width: 1868px) {
  .green-button {
    left: 910.411px;
  }
}
@media screen and (max-width: 1867px) {
  .green-button {
    left: 909.878px;
  }
}
@media screen and (max-width: 1866px) {
  .green-button {
    left: 909.345px;
  }
}
@media screen and (max-width: 1865px) {
  .green-button {
    left: 908.812px;
  }
}
@media screen and (max-width: 1864px) {
  .green-button {
    left: 908.279px;
  }
}
@media screen and (max-width: 1863px) {
  .green-button {
    left: 907.746px;
  }
}
@media screen and (max-width: 1862px) {
  .green-button {
    left: 907.213px;
  }
}
@media screen and (max-width: 1861px) {
  .green-button {
    left: 906.68px;
  }
}
@media screen and (max-width: 1860px) {
  .green-button {
    left: 906.147px;
  }
}
@media screen and (max-width: 1859px) {
  .green-button {
    left: 905.614px;
  }
}
@media screen and (max-width: 1858px) {
  .green-button {
    left: 905.081px;
  }
}
@media screen and (max-width: 1857px) {
  .green-button {
    left: 904.548px;
  }
}
@media screen and (max-width: 1856px) {
  .green-button {
    left: 904.015px;
  }
}
@media screen and (max-width: 1855px) {
  .green-button {
    left: 903.482px;
  }
}
@media screen and (max-width: 1854px) {
  .green-button {
    left: 902.949px;
  }
}
@media screen and (max-width: 1853px) {
  .green-button {
    left: 902.416px;
  }
}
@media screen and (max-width: 1852px) {
  .green-button {
    left: 901.883px;
  }
}
@media screen and (max-width: 1851px) {
  .green-button {
    left: 901.35px;
  }
}
@media screen and (max-width: 1850px) {
  .green-button {
    left: 900.817px;
  }
}
@media screen and (max-width: 1849px) {
  .green-button {
    left: 900.284px;
  }
}
@media screen and (max-width: 1848px) {
  .green-button {
    left: 899.751px;
  }
}
@media screen and (max-width: 1847px) {
  .green-button {
    left: 899.218px;
  }
}
@media screen and (max-width: 1846px) {
  .green-button {
    left: 898.685px;
  }
}
@media screen and (max-width: 1845px) {
  .green-button {
    left: 898.152px;
  }
}
@media screen and (max-width: 1844px) {
  .green-button {
    left: 897.619px;
  }
}
@media screen and (max-width: 1843px) {
  .green-button {
    left: 897.086px;
  }
}
@media screen and (max-width: 1842px) {
  .green-button {
    left: 896.553px;
  }
}
@media screen and (max-width: 1841px) {
  .green-button {
    left: 896.02px;
  }
}
@media screen and (max-width: 1840px) {
  .green-button {
    left: 895.487px;
  }
}
@media screen and (max-width: 1839px) {
  .green-button {
    left: 894.954px;
  }
}
@media screen and (max-width: 1838px) {
  .green-button {
    left: 894.421px;
  }
}
@media screen and (max-width: 1837px) {
  .green-button {
    left: 893.888px;
  }
}
@media screen and (max-width: 1836px) {
  .green-button {
    left: 893.355px;
  }
}
@media screen and (max-width: 1835px) {
  .green-button {
    left: 892.822px;
  }
}
@media screen and (max-width: 1834px) {
  .green-button {
    left: 892.289px;
  }
}
@media screen and (max-width: 1833px) {
  .green-button {
    left: 891.756px;
  }
}
@media screen and (max-width: 1832px) {
  .green-button {
    left: 891.223px;
  }
}
@media screen and (max-width: 1831px) {
  .green-button {
    left: 890.69px;
  }
}
@media screen and (max-width: 1830px) {
  .green-button {
    left: 890.157px;
  }
}
@media screen and (max-width: 1829px) {
  .green-button {
    left: 889.624px;
  }
}
@media screen and (max-width: 1828px) {
  .green-button {
    left: 889.091px;
  }
}
@media screen and (max-width: 1827px) {
  .green-button {
    left: 888.558px;
  }
}
@media screen and (max-width: 1826px) {
  .green-button {
    left: 888.025px;
  }
}
@media screen and (max-width: 1825px) {
  .green-button {
    left: 887.492px;
  }
}
@media screen and (max-width: 1824px) {
  .green-button {
    left: 886.959px;
  }
}
@media screen and (max-width: 1823px) {
  .green-button {
    left: 886.426px;
  }
}
@media screen and (max-width: 1822px) {
  .green-button {
    left: 885.893px;
  }
}
@media screen and (max-width: 1821px) {
  .green-button {
    left: 885.36px;
  }
}
@media screen and (max-width: 1820px) {
  .green-button {
    left: 884.827px;
  }
}
@media screen and (max-width: 1819px) {
  .green-button {
    left: 884.294px;
  }
}
@media screen and (max-width: 1818px) {
  .green-button {
    left: 883.761px;
  }
}
@media screen and (max-width: 1817px) {
  .green-button {
    left: 883.228px;
  }
}
@media screen and (max-width: 1816px) {
  .green-button {
    left: 882.695px;
  }
}
@media screen and (max-width: 1815px) {
  .green-button {
    left: 882.162px;
  }
}
@media screen and (max-width: 1814px) {
  .green-button {
    left: 881.629px;
  }
}
@media screen and (max-width: 1813px) {
  .green-button {
    left: 881.096px;
  }
}
@media screen and (max-width: 1812px) {
  .green-button {
    left: 880.563px;
  }
}
@media screen and (max-width: 1811px) {
  .green-button {
    left: 880.03px;
  }
}
@media screen and (max-width: 1810px) {
  .green-button {
    left: 879.497px;
  }
}
@media screen and (max-width: 1809px) {
  .green-button {
    left: 878.964px;
  }
}
@media screen and (max-width: 1808px) {
  .green-button {
    left: 878.431px;
  }
}
@media screen and (max-width: 1807px) {
  .green-button {
    left: 877.898px;
  }
}
@media screen and (max-width: 1806px) {
  .green-button {
    left: 877.365px;
  }
}
@media screen and (max-width: 1805px) {
  .green-button {
    left: 876.832px;
  }
}
@media screen and (max-width: 1804px) {
  .green-button {
    left: 876.299px;
  }
}
@media screen and (max-width: 1803px) {
  .green-button {
    left: 875.766px;
  }
}
@media screen and (max-width: 1802px) {
  .green-button {
    left: 875.233px;
  }
}
@media screen and (max-width: 1801px) {
  .green-button {
    left: 874.7px;
  }
}
@media screen and (max-width: 1800px) {
  .green-button {
    left: 874.167px;
  }
}
@media screen and (max-width: 1799px) {
  .green-button {
    left: 873.634px;
  }
}
@media screen and (max-width: 1798px) {
  .green-button {
    left: 873.101px;
  }
}
@media screen and (max-width: 1797px) {
  .green-button {
    left: 872.568px;
  }
}
@media screen and (max-width: 1796px) {
  .green-button {
    left: 872.035px;
  }
}
@media screen and (max-width: 1795px) {
  .green-button {
    left: 871.502px;
  }
}
@media screen and (max-width: 1794px) {
  .green-button {
    left: 870.969px;
  }
}
@media screen and (max-width: 1793px) {
  .green-button {
    left: 870.436px;
  }
}
@media screen and (max-width: 1792px) {
  .green-button {
    left: 869.903px;
  }
}
@media screen and (max-width: 1791px) {
  .green-button {
    left: 869.37px;
  }
}
@media screen and (max-width: 1790px) {
  .green-button {
    left: 868.837px;
  }
}
@media screen and (max-width: 1789px) {
  .green-button {
    left: 868.304px;
  }
}
@media screen and (max-width: 1788px) {
  .green-button {
    left: 867.771px;
  }
}
@media screen and (max-width: 1787px) {
  .green-button {
    left: 867.238px;
  }
}
@media screen and (max-width: 1786px) {
  .green-button {
    left: 866.705px;
  }
}
@media screen and (max-width: 1785px) {
  .green-button {
    left: 866.172px;
  }
}
@media screen and (max-width: 1784px) {
  .green-button {
    left: 865.639px;
  }
}
@media screen and (max-width: 1783px) {
  .green-button {
    left: 865.106px;
  }
}
@media screen and (max-width: 1782px) {
  .green-button {
    left: 864.573px;
  }
}
@media screen and (max-width: 1781px) {
  .green-button {
    left: 864.04px;
  }
}
@media screen and (max-width: 1780px) {
  .green-button {
    left: 863.507px;
  }
}
@media screen and (max-width: 1779px) {
  .green-button {
    left: 862.974px;
  }
}
@media screen and (max-width: 1778px) {
  .green-button {
    left: 862.441px;
  }
}
@media screen and (max-width: 1777px) {
  .green-button {
    left: 861.908px;
  }
}
@media screen and (max-width: 1776px) {
  .green-button {
    left: 861.375px;
  }
}
@media screen and (max-width: 1775px) {
  .green-button {
    left: 860.842px;
  }
}
@media screen and (max-width: 1774px) {
  .green-button {
    left: 860.309px;
  }
}
@media screen and (max-width: 1773px) {
  .green-button {
    left: 859.776px;
  }
}
@media screen and (max-width: 1772px) {
  .green-button {
    left: 859.243px;
  }
}
@media screen and (max-width: 1771px) {
  .green-button {
    left: 858.71px;
  }
}
@media screen and (max-width: 1770px) {
  .green-button {
    left: 858.177px;
  }
}
@media screen and (max-width: 1769px) {
  .green-button {
    left: 857.644px;
  }
}
@media screen and (max-width: 1768px) {
  .green-button {
    left: 857.111px;
  }
}
@media screen and (max-width: 1767px) {
  .green-button {
    left: 856.578px;
  }
}
@media screen and (max-width: 1766px) {
  .green-button {
    left: 856.045px;
  }
}
@media screen and (max-width: 1765px) {
  .green-button {
    left: 855.512px;
  }
}
@media screen and (max-width: 1764px) {
  .green-button {
    left: 854.979px;
  }
}
@media screen and (max-width: 1763px) {
  .green-button {
    left: 854.446px;
  }
}
@media screen and (max-width: 1762px) {
  .green-button {
    left: 853.913px;
  }
}
@media screen and (max-width: 1761px) {
  .green-button {
    left: 853.38px;
  }
}
@media screen and (max-width: 1760px) {
  .green-button {
    left: 852.847px;
  }
}
@media screen and (max-width: 1759px) {
  .green-button {
    left: 852.314px;
  }
}
@media screen and (max-width: 1758px) {
  .green-button {
    left: 851.781px;
  }
}
@media screen and (max-width: 1757px) {
  .green-button {
    left: 851.248px;
  }
}
@media screen and (max-width: 1756px) {
  .green-button {
    left: 850.715px;
  }
}
@media screen and (max-width: 1755px) {
  .green-button {
    left: 850.182px;
  }
}
@media screen and (max-width: 1754px) {
  .green-button {
    left: 849.649px;
  }
}
@media screen and (max-width: 1753px) {
  .green-button {
    left: 849.116px;
  }
}
@media screen and (max-width: 1752px) {
  .green-button {
    left: 848.583px;
  }
}
@media screen and (max-width: 1751px) {
  .green-button {
    left: 848.05px;
  }
}
@media screen and (max-width: 1750px) {
  .green-button {
    left: 847.517px;
  }
}
@media screen and (max-width: 1749px) {
  .green-button {
    left: 846.984px;
  }
}
@media screen and (max-width: 1748px) {
  .green-button {
    left: 846.451px;
  }
}
@media screen and (max-width: 1747px) {
  .green-button {
    left: 845.918px;
  }
}
@media screen and (max-width: 1746px) {
  .green-button {
    left: 845.385px;
  }
}
@media screen and (max-width: 1745px) {
  .green-button {
    left: 844.852px;
  }
}
@media screen and (max-width: 1744px) {
  .green-button {
    left: 844.319px;
  }
}
@media screen and (max-width: 1743px) {
  .green-button {
    left: 843.786px;
  }
}
@media screen and (max-width: 1742px) {
  .green-button {
    left: 843.253px;
  }
}
@media screen and (max-width: 1741px) {
  .green-button {
    left: 842.72px;
  }
}
@media screen and (max-width: 1740px) {
  .green-button {
    left: 842.187px;
  }
}
@media screen and (max-width: 1739px) {
  .green-button {
    left: 841.654px;
  }
}
@media screen and (max-width: 1738px) {
  .green-button {
    left: 841.121px;
  }
}
@media screen and (max-width: 1737px) {
  .green-button {
    left: 840.588px;
  }
}
@media screen and (max-width: 1736px) {
  .green-button {
    left: 840.055px;
  }
}
@media screen and (max-width: 1735px) {
  .green-button {
    left: 839.522px;
  }
}
@media screen and (max-width: 1734px) {
  .green-button {
    left: 838.989px;
  }
}
@media screen and (max-width: 1733px) {
  .green-button {
    left: 838.456px;
  }
}
@media screen and (max-width: 1732px) {
  .green-button {
    left: 837.923px;
  }
}
@media screen and (max-width: 1731px) {
  .green-button {
    left: 837.39px;
  }
}
@media screen and (max-width: 1730px) {
  .green-button {
    left: 836.857px;
  }
}
@media screen and (max-width: 1729px) {
  .green-button {
    left: 836.324px;
  }
}
@media screen and (max-width: 1728px) {
  .green-button {
    left: 835.791px;
  }
}
@media screen and (max-width: 1727px) {
  .green-button {
    left: 835.258px;
  }
}
@media screen and (max-width: 1726px) {
  .green-button {
    left: 834.725px;
  }
}
@media screen and (max-width: 1725px) {
  .green-button {
    left: 834.192px;
  }
}
@media screen and (max-width: 1724px) {
  .green-button {
    left: 833.659px;
  }
}
@media screen and (max-width: 1723px) {
  .green-button {
    left: 833.126px;
  }
}
@media screen and (max-width: 1722px) {
  .green-button {
    left: 832.593px;
  }
}
@media screen and (max-width: 1721px) {
  .green-button {
    left: 832.06px;
  }
}
@media screen and (max-width: 1720px) {
  .green-button {
    left: 831.527px;
  }
}
@media screen and (max-width: 1719px) {
  .green-button {
    left: 830.994px;
  }
}
@media screen and (max-width: 1718px) {
  .green-button {
    left: 830.461px;
  }
}
@media screen and (max-width: 1717px) {
  .green-button {
    left: 829.928px;
  }
}
@media screen and (max-width: 1716px) {
  .green-button {
    left: 829.395px;
  }
}
@media screen and (max-width: 1715px) {
  .green-button {
    left: 828.862px;
  }
}
@media screen and (max-width: 1714px) {
  .green-button {
    left: 828.329px;
  }
}
@media screen and (max-width: 1713px) {
  .green-button {
    left: 827.796px;
  }
}
@media screen and (max-width: 1712px) {
  .green-button {
    left: 827.263px;
  }
}
@media screen and (max-width: 1711px) {
  .green-button {
    left: 826.73px;
  }
}
@media screen and (max-width: 1710px) {
  .green-button {
    left: 826.197px;
  }
}
@media screen and (max-width: 1709px) {
  .green-button {
    left: 825.664px;
  }
}
@media screen and (max-width: 1708px) {
  .green-button {
    left: 825.131px;
  }
}
@media screen and (max-width: 1707px) {
  .green-button {
    left: 824.598px;
  }
}
@media screen and (max-width: 1706px) {
  .green-button {
    left: 824.065px;
  }
}
@media screen and (max-width: 1705px) {
  .green-button {
    left: 823.532px;
  }
}
@media screen and (max-width: 1704px) {
  .green-button {
    left: 822.999px;
  }
}
@media screen and (max-width: 1703px) {
  .green-button {
    left: 822.466px;
  }
}
@media screen and (max-width: 1702px) {
  .green-button {
    left: 821.933px;
  }
}
@media screen and (max-width: 1701px) {
  .green-button {
    left: 821.4px;
  }
}
@media screen and (max-width: 1700px) {
  .green-button {
    left: 820.867px;
  }
}
@media screen and (max-width: 1699px) {
  .green-button {
    left: 820.334px;
  }
}
@media screen and (max-width: 1698px) {
  .green-button {
    left: 819.801px;
  }
}
@media screen and (max-width: 1697px) {
  .green-button {
    left: 819.268px;
  }
}
@media screen and (max-width: 1696px) {
  .green-button {
    left: 818.735px;
  }
}
@media screen and (max-width: 1695px) {
  .green-button {
    left: 818.202px;
  }
}
@media screen and (max-width: 1694px) {
  .green-button {
    left: 817.669px;
  }
}
@media screen and (max-width: 1693px) {
  .green-button {
    left: 817.136px;
  }
}
@media screen and (max-width: 1692px) {
  .green-button {
    left: 816.603px;
  }
}
@media screen and (max-width: 1691px) {
  .green-button {
    left: 816.07px;
  }
}
@media screen and (max-width: 1690px) {
  .green-button {
    left: 815.537px;
  }
}
@media screen and (max-width: 1689px) {
  .green-button {
    left: 815.004px;
  }
}
@media screen and (max-width: 1688px) {
  .green-button {
    left: 814.471px;
  }
}
@media screen and (max-width: 1687px) {
  .green-button {
    left: 813.938px;
  }
}
@media screen and (max-width: 1686px) {
  .green-button {
    left: 813.405px;
  }
}
@media screen and (max-width: 1685px) {
  .green-button {
    left: 812.872px;
  }
}
@media screen and (max-width: 1684px) {
  .green-button {
    left: 812.339px;
  }
}
@media screen and (max-width: 1683px) {
  .green-button {
    left: 811.806px;
  }
}
@media screen and (max-width: 1682px) {
  .green-button {
    left: 811.273px;
  }
}
@media screen and (max-width: 1681px) {
  .green-button {
    left: 810.74px;
  }
}
@media screen and (max-width: 1680px) {
  .green-button {
    left: 810.207px;
  }
}
@media screen and (max-width: 1679px) {
  .green-button {
    left: 809.674px;
  }
}
@media screen and (max-width: 1678px) {
  .green-button {
    left: 809.141px;
  }
}
@media screen and (max-width: 1677px) {
  .green-button {
    left: 808.608px;
  }
}
@media screen and (max-width: 1676px) {
  .green-button {
    left: 808.075px;
  }
}
@media screen and (max-width: 1675px) {
  .green-button {
    left: 807.542px;
  }
}
@media screen and (max-width: 1674px) {
  .green-button {
    left: 807.009px;
  }
}
@media screen and (max-width: 1673px) {
  .green-button {
    left: 806.476px;
  }
}
@media screen and (max-width: 1672px) {
  .green-button {
    left: 805.943px;
  }
}
@media screen and (max-width: 1671px) {
  .green-button {
    left: 805.41px;
  }
}
@media screen and (max-width: 1670px) {
  .green-button {
    left: 804.877px;
  }
}
@media screen and (max-width: 1669px) {
  .green-button {
    left: 804.344px;
  }
}
@media screen and (max-width: 1668px) {
  .green-button {
    left: 803.811px;
  }
}
@media screen and (max-width: 1667px) {
  .green-button {
    left: 803.278px;
  }
}
@media screen and (max-width: 1666px) {
  .green-button {
    left: 802.745px;
  }
}
@media screen and (max-width: 1665px) {
  .green-button {
    left: 802.212px;
  }
}
@media screen and (max-width: 1664px) {
  .green-button {
    left: 801.679px;
  }
}
@media screen and (max-width: 1663px) {
  .green-button {
    left: 801.146px;
  }
}
@media screen and (max-width: 1662px) {
  .green-button {
    left: 800.613px;
  }
}
@media screen and (max-width: 1661px) {
  .green-button {
    left: 800.08px;
  }
}
@media screen and (max-width: 1660px) {
  .green-button {
    left: 799.547px;
  }
}
@media screen and (max-width: 1659px) {
  .green-button {
    left: 799.014px;
  }
}
@media screen and (max-width: 1658px) {
  .green-button {
    left: 798.481px;
  }
}
@media screen and (max-width: 1657px) {
  .green-button {
    left: 797.948px;
  }
}
@media screen and (max-width: 1656px) {
  .green-button {
    left: 797.415px;
  }
}
@media screen and (max-width: 1655px) {
  .green-button {
    left: 796.882px;
  }
}
@media screen and (max-width: 1654px) {
  .green-button {
    left: 796.349px;
  }
}
@media screen and (max-width: 1653px) {
  .green-button {
    left: 795.816px;
  }
}
@media screen and (max-width: 1652px) {
  .green-button {
    left: 795.283px;
  }
}
@media screen and (max-width: 1651px) {
  .green-button {
    left: 794.75px;
  }
}
@media screen and (max-width: 1650px) {
  .green-button {
    left: 794.217px;
  }
}
@media screen and (max-width: 1649px) {
  .green-button {
    left: 793.684px;
  }
}
@media screen and (max-width: 1648px) {
  .green-button {
    left: 793.151px;
  }
}
@media screen and (max-width: 1647px) {
  .green-button {
    left: 792.618px;
  }
}
@media screen and (max-width: 1646px) {
  .green-button {
    left: 792.085px;
  }
}
@media screen and (max-width: 1645px) {
  .green-button {
    left: 791.552px;
  }
}
@media screen and (max-width: 1644px) {
  .green-button {
    left: 791.019px;
  }
}
@media screen and (max-width: 1643px) {
  .green-button {
    left: 790.486px;
  }
}
@media screen and (max-width: 1642px) {
  .green-button {
    left: 789.953px;
  }
}
@media screen and (max-width: 1641px) {
  .green-button {
    left: 789.42px;
  }
}
@media screen and (max-width: 1640px) {
  .green-button {
    left: 788.887px;
  }
}
@media screen and (max-width: 1639px) {
  .green-button {
    left: 788.354px;
  }
}
@media screen and (max-width: 1638px) {
  .green-button {
    left: 787.821px;
  }
}
@media screen and (max-width: 1637px) {
  .green-button {
    left: 787.288px;
  }
}
@media screen and (max-width: 1636px) {
  .green-button {
    left: 786.755px;
  }
}
@media screen and (max-width: 1635px) {
  .green-button {
    left: 786.222px;
  }
}
@media screen and (max-width: 1634px) {
  .green-button {
    left: 785.689px;
  }
}
@media screen and (max-width: 1633px) {
  .green-button {
    left: 785.156px;
  }
}
@media screen and (max-width: 1632px) {
  .green-button {
    left: 784.623px;
  }
}
@media screen and (max-width: 1631px) {
  .green-button {
    left: 784.09px;
  }
}
@media screen and (max-width: 1630px) {
  .green-button {
    left: 783.557px;
  }
}
@media screen and (max-width: 1629px) {
  .green-button {
    left: 783.024px;
  }
}
@media screen and (max-width: 1628px) {
  .green-button {
    left: 782.491px;
  }
}
@media screen and (max-width: 1627px) {
  .green-button {
    left: 781.958px;
  }
}
@media screen and (max-width: 1626px) {
  .green-button {
    left: 781.425px;
  }
}
@media screen and (max-width: 1625px) {
  .green-button {
    left: 780.892px;
  }
}
@media screen and (max-width: 1624px) {
  .green-button {
    left: 780.359px;
  }
}
@media screen and (max-width: 1623px) {
  .green-button {
    left: 779.826px;
  }
}
@media screen and (max-width: 1622px) {
  .green-button {
    left: 779.293px;
  }
}
@media screen and (max-width: 1621px) {
  .green-button {
    left: 778.76px;
  }
}
@media screen and (max-width: 1620px) {
  .green-button {
    left: 778.227px;
  }
}
@media screen and (max-width: 1619px) {
  .green-button {
    left: 777.694px;
  }
}
@media screen and (max-width: 1618px) {
  .green-button {
    left: 777.161px;
  }
}
@media screen and (max-width: 1617px) {
  .green-button {
    left: 776.628px;
  }
}
@media screen and (max-width: 1616px) {
  .green-button {
    left: 776.095px;
  }
}
@media screen and (max-width: 1615px) {
  .green-button {
    left: 775.562px;
  }
}
@media screen and (max-width: 1614px) {
  .green-button {
    left: 775.029px;
  }
}
@media screen and (max-width: 1613px) {
  .green-button {
    left: 774.496px;
  }
}
@media screen and (max-width: 1612px) {
  .green-button {
    left: 773.963px;
  }
}
@media screen and (max-width: 1611px) {
  .green-button {
    left: 773.43px;
  }
}
@media screen and (max-width: 1610px) {
  .green-button {
    left: 772.897px;
  }
}
@media screen and (max-width: 1609px) {
  .green-button {
    left: 772.364px;
  }
}
@media screen and (max-width: 1608px) {
  .green-button {
    left: 771.831px;
  }
}
@media screen and (max-width: 1607px) {
  .green-button {
    left: 771.298px;
  }
}
@media screen and (max-width: 1606px) {
  .green-button {
    left: 770.765px;
  }
}
@media screen and (max-width: 1605px) {
  .green-button {
    left: 770.232px;
  }
}
@media screen and (max-width: 1604px) {
  .green-button {
    left: 769.699px;
  }
}
@media screen and (max-width: 1603px) {
  .green-button {
    left: 769.166px;
  }
}
@media screen and (max-width: 1602px) {
  .green-button {
    left: 768.633px;
  }
}
@media screen and (max-width: 1601px) {
  .green-button {
    left: 768.1px;
  }
}
@media screen and (max-width: 1600px) {
  .green-button {
    left: 767.567px;
  }
}
@media screen and (max-width: 1599px) {
  .green-button {
    left: 767.034px;
  }
}
@media screen and (max-width: 1598px) {
  .green-button {
    left: 766.501px;
  }
}
@media screen and (max-width: 1597px) {
  .green-button {
    left: 765.968px;
  }
}
@media screen and (max-width: 1596px) {
  .green-button {
    left: 765.435px;
  }
}
@media screen and (max-width: 1595px) {
  .green-button {
    left: 764.902px;
  }
}
@media screen and (max-width: 1594px) {
  .green-button {
    left: 764.369px;
  }
}
@media screen and (max-width: 1593px) {
  .green-button {
    left: 763.836px;
  }
}
@media screen and (max-width: 1592px) {
  .green-button {
    left: 763.303px;
  }
}
@media screen and (max-width: 1591px) {
  .green-button {
    left: 762.77px;
  }
}
@media screen and (max-width: 1590px) {
  .green-button {
    left: 762.237px;
  }
}
@media screen and (max-width: 1589px) {
  .green-button {
    left: 761.704px;
  }
}
@media screen and (max-width: 1588px) {
  .green-button {
    left: 761.171px;
  }
}
@media screen and (max-width: 1587px) {
  .green-button {
    left: 760.638px;
  }
}
@media screen and (max-width: 1586px) {
  .green-button {
    left: 760.105px;
  }
}
@media screen and (max-width: 1585px) {
  .green-button {
    left: 759.572px;
  }
}
@media screen and (max-width: 1584px) {
  .green-button {
    left: 759.039px;
  }
}
@media screen and (max-width: 1583px) {
  .green-button {
    left: 758.506px;
  }
}
@media screen and (max-width: 1582px) {
  .green-button {
    left: 757.973px;
  }
}
@media screen and (max-width: 1581px) {
  .green-button {
    left: 757.44px;
  }
}
@media screen and (max-width: 1580px) {
  .green-button {
    left: 756.907px;
  }
}
@media screen and (max-width: 1579px) {
  .green-button {
    left: 756.374px;
  }
}
@media screen and (max-width: 1578px) {
  .green-button {
    left: 755.841px;
  }
}
@media screen and (max-width: 1577px) {
  .green-button {
    left: 755.308px;
  }
}
@media screen and (max-width: 1576px) {
  .green-button {
    left: 754.775px;
  }
}
@media screen and (max-width: 1575px) {
  .green-button {
    left: 754.242px;
  }
}
@media screen and (max-width: 1574px) {
  .green-button {
    left: 753.709px;
  }
}
@media screen and (max-width: 1573px) {
  .green-button {
    left: 753.176px;
  }
}
@media screen and (max-width: 1572px) {
  .green-button {
    left: 752.643px;
  }
}
@media screen and (max-width: 1571px) {
  .green-button {
    left: 752.11px;
  }
}
@media screen and (max-width: 1570px) {
  .green-button {
    left: 751.577px;
  }
}
@media screen and (max-width: 1569px) {
  .green-button {
    left: 751.044px;
  }
}
@media screen and (max-width: 1568px) {
  .green-button {
    left: 750.511px;
  }
}
@media screen and (max-width: 1567px) {
  .green-button {
    left: 749.978px;
  }
}
@media screen and (max-width: 1566px) {
  .green-button {
    left: 749.445px;
  }
}
@media screen and (max-width: 1565px) {
  .green-button {
    left: 748.912px;
  }
}
@media screen and (max-width: 1564px) {
  .green-button {
    left: 748.379px;
  }
}
@media screen and (max-width: 1563px) {
  .green-button {
    left: 747.846px;
  }
}
@media screen and (max-width: 1562px) {
  .green-button {
    left: 747.313px;
  }
}
@media screen and (max-width: 1561px) {
  .green-button {
    left: 746.78px;
  }
}
@media screen and (max-width: 1560px) {
  .green-button {
    left: 746.247px;
  }
}
@media screen and (max-width: 1559px) {
  .green-button {
    left: 745.714px;
  }
}
@media screen and (max-width: 1558px) {
  .green-button {
    left: 745.181px;
  }
}
@media screen and (max-width: 1557px) {
  .green-button {
    left: 744.648px;
  }
}
@media screen and (max-width: 1556px) {
  .green-button {
    left: 744.115px;
  }
}
@media screen and (max-width: 1555px) {
  .green-button {
    left: 743.582px;
  }
}
@media screen and (max-width: 1554px) {
  .green-button {
    left: 743.049px;
  }
}
@media screen and (max-width: 1553px) {
  .green-button {
    left: 742.516px;
  }
}
@media screen and (max-width: 1552px) {
  .green-button {
    left: 741.983px;
  }
}
@media screen and (max-width: 1551px) {
  .green-button {
    left: 741.45px;
  }
}
@media screen and (max-width: 1550px) {
  .green-button {
    left: 740.917px;
  }
}
@media screen and (max-width: 1549px) {
  .green-button {
    left: 740.384px;
  }
}
@media screen and (max-width: 1548px) {
  .green-button {
    left: 739.851px;
  }
}
@media screen and (max-width: 1547px) {
  .green-button {
    left: 739.318px;
  }
}
@media screen and (max-width: 1546px) {
  .green-button {
    left: 738.785px;
  }
}
@media screen and (max-width: 1545px) {
  .green-button {
    left: 738.252px;
  }
}
@media screen and (max-width: 1544px) {
  .green-button {
    left: 737.719px;
  }
}
@media screen and (max-width: 1543px) {
  .green-button {
    left: 737.186px;
  }
}
@media screen and (max-width: 1542px) {
  .green-button {
    left: 736.653px;
  }
}
@media screen and (max-width: 1541px) {
  .green-button {
    left: 736.12px;
  }
}
@media screen and (max-width: 1540px) {
  .green-button {
    left: 735.587px;
  }
}
@media screen and (max-width: 1539px) {
  .green-button {
    left: 735.054px;
  }
}
@media screen and (max-width: 1538px) {
  .green-button {
    left: 734.521px;
  }
}
@media screen and (max-width: 1537px) {
  .green-button {
    left: 733.988px;
  }
}
@media screen and (max-width: 1536px) {
  .green-button {
    left: 733.455px;
  }
}
@media screen and (max-width: 1535px) {
  .green-button {
    left: 732.922px;
  }
}
@media screen and (max-width: 1534px) {
  .green-button {
    left: 732.389px;
  }
}
@media screen and (max-width: 1533px) {
  .green-button {
    left: 731.856px;
  }
}
@media screen and (max-width: 1532px) {
  .green-button {
    left: 731.323px;
  }
}
@media screen and (max-width: 1531px) {
  .green-button {
    left: 730.79px;
  }
}
@media screen and (max-width: 1530px) {
  .green-button {
    left: 730.257px;
  }
}
@media screen and (max-width: 1529px) {
  .green-button {
    left: 729.724px;
  }
}
@media screen and (max-width: 1528px) {
  .green-button {
    left: 729.191px;
  }
}
@media screen and (max-width: 1527px) {
  .green-button {
    left: 728.658px;
  }
}
@media screen and (max-width: 1526px) {
  .green-button {
    left: 728.125px;
  }
}
@media screen and (max-width: 1525px) {
  .green-button {
    left: 727.592px;
  }
}
@media screen and (max-width: 1524px) {
  .green-button {
    left: 727.059px;
  }
}
@media screen and (max-width: 1523px) {
  .green-button {
    left: 726.526px;
  }
}
@media screen and (max-width: 1522px) {
  .green-button {
    left: 725.993px;
  }
}
@media screen and (max-width: 1521px) {
  .green-button {
    left: 725.46px;
  }
}
@media screen and (max-width: 1520px) {
  .green-button {
    left: 724.927px;
  }
}
@media screen and (max-width: 1519px) {
  .green-button {
    left: 724.394px;
  }
}
@media screen and (max-width: 1518px) {
  .green-button {
    left: 723.861px;
  }
}
@media screen and (max-width: 1517px) {
  .green-button {
    left: 723.328px;
  }
}
@media screen and (max-width: 1516px) {
  .green-button {
    left: 722.795px;
  }
}
@media screen and (max-width: 1515px) {
  .green-button {
    left: 722.262px;
  }
}
@media screen and (max-width: 1514px) {
  .green-button {
    left: 721.729px;
  }
}
@media screen and (max-width: 1513px) {
  .green-button {
    left: 721.196px;
  }
}
@media screen and (max-width: 1512px) {
  .green-button {
    left: 720.663px;
  }
}
@media screen and (max-width: 1511px) {
  .green-button {
    left: 720.13px;
  }
}
@media screen and (max-width: 1510px) {
  .green-button {
    left: 719.597px;
  }
}
@media screen and (max-width: 1509px) {
  .green-button {
    left: 719.064px;
  }
}
@media screen and (max-width: 1508px) {
  .green-button {
    left: 718.531px;
  }
}
@media screen and (max-width: 1507px) {
  .green-button {
    left: 717.998px;
  }
}
@media screen and (max-width: 1506px) {
  .green-button {
    left: 717.465px;
  }
}
@media screen and (max-width: 1505px) {
  .green-button {
    left: 716.932px;
  }
}
@media screen and (max-width: 1504px) {
  .green-button {
    left: 716.399px;
  }
}
@media screen and (max-width: 1503px) {
  .green-button {
    left: 715.866px;
  }
}
@media screen and (max-width: 1502px) {
  .green-button {
    left: 715.333px;
  }
}
@media screen and (max-width: 1501px) {
  .green-button {
    left: 714.8px;
  }
}
@media screen and (max-width: 1500px) {
  .green-button {
    left: 714.267px;
  }
}
@media screen and (max-width: 1499px) {
  .green-button {
    left: 713.734px;
  }
}
@media screen and (max-width: 1498px) {
  .green-button {
    left: 713.201px;
  }
}
@media screen and (max-width: 1497px) {
  .green-button {
    left: 712.668px;
  }
}
@media screen and (max-width: 1496px) {
  .green-button {
    left: 712.135px;
  }
}
@media screen and (max-width: 1495px) {
  .green-button {
    left: 711.602px;
  }
}
@media screen and (max-width: 1494px) {
  .green-button {
    left: 711.069px;
  }
}
@media screen and (max-width: 1493px) {
  .green-button {
    left: 710.536px;
  }
}
@media screen and (max-width: 1492px) {
  .green-button {
    left: 710.003px;
  }
}
@media screen and (max-width: 1491px) {
  .green-button {
    left: 709.47px;
  }
}
@media screen and (max-width: 1490px) {
  .green-button {
    left: 708.937px;
  }
}
@media screen and (max-width: 1489px) {
  .green-button {
    left: 708.404px;
  }
}
@media screen and (max-width: 1488px) {
  .green-button {
    left: 707.871px;
  }
}
@media screen and (max-width: 1487px) {
  .green-button {
    left: 707.338px;
  }
}
@media screen and (max-width: 1486px) {
  .green-button {
    left: 706.805px;
  }
}
@media screen and (max-width: 1485px) {
  .green-button {
    left: 706.272px;
  }
}
@media screen and (max-width: 1484px) {
  .green-button {
    left: 705.739px;
  }
}
@media screen and (max-width: 1483px) {
  .green-button {
    left: 705.206px;
  }
}
@media screen and (max-width: 1482px) {
  .green-button {
    left: 704.673px;
  }
}
@media screen and (max-width: 1481px) {
  .green-button {
    left: 704.14px;
  }
}
@media screen and (max-width: 1480px) {
  .green-button {
    left: 703.607px;
  }
}
@media screen and (max-width: 1479px) {
  .green-button {
    left: 703.074px;
  }
}
@media screen and (max-width: 1478px) {
  .green-button {
    left: 702.541px;
  }
}
@media screen and (max-width: 1477px) {
  .green-button {
    left: 702.008px;
  }
}
@media screen and (max-width: 1476px) {
  .green-button {
    left: 701.475px;
  }
}
@media screen and (max-width: 1475px) {
  .green-button {
    left: 700.942px;
  }
}
@media screen and (max-width: 1474px) {
  .green-button {
    left: 700.409px;
  }
}
@media screen and (max-width: 1473px) {
  .green-button {
    left: 699.876px;
  }
}
@media screen and (max-width: 1472px) {
  .green-button {
    left: 699.343px;
  }
}
@media screen and (max-width: 1471px) {
  .green-button {
    left: 698.81px;
  }
}
@media screen and (max-width: 1470px) {
  .green-button {
    left: 698.277px;
  }
}
@media screen and (max-width: 1469px) {
  .green-button {
    left: 697.744px;
  }
}
@media screen and (max-width: 1468px) {
  .green-button {
    left: 697.211px;
  }
}
@media screen and (max-width: 1467px) {
  .green-button {
    left: 696.678px;
  }
}
@media screen and (max-width: 1466px) {
  .green-button {
    left: 696.145px;
  }
}
@media screen and (max-width: 1465px) {
  .green-button {
    left: 695.612px;
  }
}
@media screen and (max-width: 1464px) {
  .green-button {
    left: 695.079px;
  }
}
@media screen and (max-width: 1463px) {
  .green-button {
    left: 694.546px;
  }
}
@media screen and (max-width: 1462px) {
  .green-button {
    left: 694.013px;
  }
}
@media screen and (max-width: 1461px) {
  .green-button {
    left: 693.48px;
  }
}
@media screen and (max-width: 1460px) {
  .green-button {
    left: 692.947px;
  }
}
@media screen and (max-width: 1459px) {
  .green-button {
    left: 692.414px;
  }
}
@media screen and (max-width: 1458px) {
  .green-button {
    left: 691.881px;
  }
}
@media screen and (max-width: 1457px) {
  .green-button {
    left: 691.348px;
  }
}
@media screen and (max-width: 1456px) {
  .green-button {
    left: 690.815px;
  }
}
@media screen and (max-width: 1455px) {
  .green-button {
    left: 690.282px;
  }
}
@media screen and (max-width: 1454px) {
  .green-button {
    left: 689.749px;
  }
}
@media screen and (max-width: 1453px) {
  .green-button {
    left: 689.216px;
  }
}
@media screen and (max-width: 1452px) {
  .green-button {
    left: 688.683px;
  }
}
@media screen and (max-width: 1451px) {
  .green-button {
    left: 688.15px;
  }
}
@media screen and (max-width: 1450px) {
  .green-button {
    left: 687.617px;
  }
}
@media screen and (max-width: 1449px) {
  .green-button {
    left: 687.084px;
  }
}
@media screen and (max-width: 1448px) {
  .green-button {
    left: 686.551px;
  }
}
@media screen and (max-width: 1447px) {
  .green-button {
    left: 686.018px;
  }
}
@media screen and (max-width: 1446px) {
  .green-button {
    left: 685.485px;
  }
}
@media screen and (max-width: 1445px) {
  .green-button {
    left: 684.952px;
  }
}
@media screen and (max-width: 1444px) {
  .green-button {
    left: 684.419px;
  }
}
@media screen and (max-width: 1443px) {
  .green-button {
    left: 683.886px;
  }
}
@media screen and (max-width: 1442px) {
  .green-button {
    left: 683.353px;
  }
}
@media screen and (max-width: 1441px) {
  .green-button {
    left: 682.82px;
  }
}
@media screen and (max-width: 1440px) {
  .green-button {
    left: 682.287px;
  }
}
@media screen and (max-width: 1439px) {
  .green-button {
    left: 681.754px;
  }
}
@media screen and (max-width: 1438px) {
  .green-button {
    left: 681.221px;
  }
}
@media screen and (max-width: 1437px) {
  .green-button {
    left: 680.688px;
  }
}
@media screen and (max-width: 1436px) {
  .green-button {
    left: 680.155px;
  }
}
@media screen and (max-width: 1435px) {
  .green-button {
    left: 679.622px;
  }
}
@media screen and (max-width: 1434px) {
  .green-button {
    left: 679.089px;
  }
}
@media screen and (max-width: 1433px) {
  .green-button {
    left: 678.556px;
  }
}
@media screen and (max-width: 1432px) {
  .green-button {
    left: 678.023px;
  }
}
@media screen and (max-width: 1431px) {
  .green-button {
    left: 677.49px;
  }
}
@media screen and (max-width: 1430px) {
  .green-button {
    left: 676.957px;
  }
}
@media screen and (max-width: 1429px) {
  .green-button {
    left: 676.424px;
  }
}
@media screen and (max-width: 1428px) {
  .green-button {
    left: 675.891px;
  }
}
@media screen and (max-width: 1427px) {
  .green-button {
    left: 675.358px;
  }
}
@media screen and (max-width: 1426px) {
  .green-button {
    left: 674.825px;
  }
}
@media screen and (max-width: 1425px) {
  .green-button {
    left: 674.292px;
  }
}
@media screen and (max-width: 1424px) {
  .green-button {
    left: 673.759px;
  }
}
@media screen and (max-width: 1423px) {
  .green-button {
    left: 673.226px;
  }
}
@media screen and (max-width: 1422px) {
  .green-button {
    left: 672.693px;
  }
}
@media screen and (max-width: 1421px) {
  .green-button {
    left: 672.16px;
  }
}
@media screen and (max-width: 1420px) {
  .green-button {
    left: 671.627px;
  }
}
@media screen and (max-width: 1419px) {
  .green-button {
    left: 671.094px;
  }
}
@media screen and (max-width: 1418px) {
  .green-button {
    left: 670.561px;
  }
}
@media screen and (max-width: 1417px) {
  .green-button {
    left: 670.028px;
  }
}
@media screen and (max-width: 1416px) {
  .green-button {
    left: 669.495px;
  }
}
@media screen and (max-width: 1415px) {
  .green-button {
    left: 668.962px;
  }
}
@media screen and (max-width: 1414px) {
  .green-button {
    left: 668.429px;
  }
}
@media screen and (max-width: 1413px) {
  .green-button {
    left: 667.896px;
  }
}
@media screen and (max-width: 1412px) {
  .green-button {
    left: 667.363px;
  }
}
@media screen and (max-width: 1411px) {
  .green-button {
    left: 666.83px;
  }
}
@media screen and (max-width: 1410px) {
  .green-button {
    left: 666.297px;
  }
}
@media screen and (max-width: 1409px) {
  .green-button {
    left: 665.764px;
  }
}
@media screen and (max-width: 1408px) {
  .green-button {
    left: 665.231px;
  }
}
@media screen and (max-width: 1407px) {
  .green-button {
    left: 664.698px;
  }
}
@media screen and (max-width: 1406px) {
  .green-button {
    left: 664.165px;
  }
}
@media screen and (max-width: 1405px) {
  .green-button {
    left: 663.632px;
  }
}
@media screen and (max-width: 1404px) {
  .green-button {
    left: 663.099px;
  }
}
@media screen and (max-width: 1403px) {
  .green-button {
    left: 662.566px;
  }
}
@media screen and (max-width: 1402px) {
  .green-button {
    left: 662.033px;
  }
}
@media screen and (max-width: 1401px) {
  .green-button {
    left: 661.5px;
  }
}
@media screen and (max-width: 1400px) {
  .green-button {
    left: 660.967px;
  }
}
@media screen and (max-width: 1399px) {
  .green-button {
    left: 660.434px;
  }
}
@media screen and (max-width: 1398px) {
  .green-button {
    left: 659.901px;
  }
}
@media screen and (max-width: 1397px) {
  .green-button {
    left: 659.368px;
  }
}
@media screen and (max-width: 1396px) {
  .green-button {
    left: 658.835px;
  }
}
@media screen and (max-width: 1395px) {
  .green-button {
    left: 658.302px;
  }
}
@media screen and (max-width: 1394px) {
  .green-button {
    left: 657.769px;
  }
}
@media screen and (max-width: 1393px) {
  .green-button {
    left: 657.236px;
  }
}
@media screen and (max-width: 1392px) {
  .green-button {
    left: 656.703px;
  }
}
@media screen and (max-width: 1391px) {
  .green-button {
    left: 656.17px;
  }
}
@media screen and (max-width: 1390px) {
  .green-button {
    left: 655.637px;
  }
}
@media screen and (max-width: 1389px) {
  .green-button {
    left: 655.104px;
  }
}
@media screen and (max-width: 1388px) {
  .green-button {
    left: 654.571px;
  }
}
@media screen and (max-width: 1387px) {
  .green-button {
    left: 654.038px;
  }
}
@media screen and (max-width: 1386px) {
  .green-button {
    left: 653.505px;
  }
}
@media screen and (max-width: 1385px) {
  .green-button {
    left: 652.972px;
  }
}
@media screen and (max-width: 1384px) {
  .green-button {
    left: 652.439px;
  }
}
@media screen and (max-width: 1383px) {
  .green-button {
    left: 651.906px;
  }
}
@media screen and (max-width: 1382px) {
  .green-button {
    left: 651.373px;
  }
}
@media screen and (max-width: 1381px) {
  .green-button {
    left: 650.84px;
  }
}
@media screen and (max-width: 1380px) {
  .green-button {
    left: 650.307px;
  }
}
@media screen and (max-width: 1379px) {
  .green-button {
    left: 649.774px;
  }
}
@media screen and (max-width: 1378px) {
  .green-button {
    left: 649.241px;
  }
}
@media screen and (max-width: 1377px) {
  .green-button {
    left: 648.708px;
  }
}
@media screen and (max-width: 1376px) {
  .green-button {
    left: 648.175px;
  }
}
@media screen and (max-width: 1375px) {
  .green-button {
    left: 647.642px;
  }
}
@media screen and (max-width: 1374px) {
  .green-button {
    left: 647.109px;
  }
}
@media screen and (max-width: 1373px) {
  .green-button {
    left: 646.576px;
  }
}
@media screen and (max-width: 1372px) {
  .green-button {
    left: 646.043px;
  }
}
@media screen and (max-width: 1371px) {
  .green-button {
    left: 645.51px;
  }
}
@media screen and (max-width: 1370px) {
  .green-button {
    left: 644.977px;
  }
}
@media screen and (max-width: 1369px) {
  .green-button {
    left: 644.444px;
  }
}
@media screen and (max-width: 1368px) {
  .green-button {
    left: 643.911px;
  }
}
@media screen and (max-width: 1367px) {
  .green-button {
    left: 643.378px;
  }
}
@media screen and (max-width: 1366px) {
  .green-button {
    left: 642.845px;
  }
}
@media screen and (max-width: 1365px) {
  .green-button {
    left: 642.312px;
  }
}
@media screen and (max-width: 1364px) {
  .green-button {
    left: 641.779px;
  }
}
@media screen and (max-width: 1363px) {
  .green-button {
    left: 641.246px;
  }
}
@media screen and (max-width: 1362px) {
  .green-button {
    left: 640.713px;
  }
}
@media screen and (max-width: 1361px) {
  .green-button {
    left: 640.18px;
  }
}
@media screen and (max-width: 1360px) {
  .green-button {
    left: 639.647px;
  }
}
@media screen and (max-width: 1359px) {
  .green-button {
    left: 639.114px;
  }
}
@media screen and (max-width: 1358px) {
  .green-button {
    left: 638.581px;
  }
}
@media screen and (max-width: 1357px) {
  .green-button {
    left: 638.048px;
  }
}
@media screen and (max-width: 1356px) {
  .green-button {
    left: 637.515px;
  }
}
@media screen and (max-width: 1355px) {
  .green-button {
    left: 636.982px;
  }
}
@media screen and (max-width: 1354px) {
  .green-button {
    left: 636.449px;
  }
}
@media screen and (max-width: 1353px) {
  .green-button {
    left: 635.916px;
  }
}
@media screen and (max-width: 1352px) {
  .green-button {
    left: 635.383px;
  }
}
@media screen and (max-width: 1351px) {
  .green-button {
    left: 634.85px;
  }
}
@media screen and (max-width: 1350px) {
  .green-button {
    left: 634.317px;
  }
}
@media screen and (max-width: 1349px) {
  .green-button {
    left: 633.784px;
  }
}
@media screen and (max-width: 1348px) {
  .green-button {
    left: 633.251px;
  }
}
@media screen and (max-width: 1347px) {
  .green-button {
    left: 632.718px;
  }
}
@media screen and (max-width: 1346px) {
  .green-button {
    left: 632.185px;
  }
}
@media screen and (max-width: 1345px) {
  .green-button {
    left: 631.652px;
  }
}
@media screen and (max-width: 1344px) {
  .green-button {
    left: 631.119px;
  }
}
@media screen and (max-width: 1343px) {
  .green-button {
    left: 630.586px;
  }
}
@media screen and (max-width: 1342px) {
  .green-button {
    left: 630.053px;
  }
}
@media screen and (max-width: 1341px) {
  .green-button {
    left: 629.52px;
  }
}
@media screen and (max-width: 1340px) {
  .green-button {
    left: 628.987px;
  }
}
@media screen and (max-width: 1339px) {
  .green-button {
    left: 628.454px;
  }
}
@media screen and (max-width: 1338px) {
  .green-button {
    left: 627.921px;
  }
}
@media screen and (max-width: 1337px) {
  .green-button {
    left: 627.388px;
  }
}
@media screen and (max-width: 1336px) {
  .green-button {
    left: 626.855px;
  }
}
@media screen and (max-width: 1335px) {
  .green-button {
    left: 626.322px;
  }
}
@media screen and (max-width: 1334px) {
  .green-button {
    left: 625.789px;
  }
}
@media screen and (max-width: 1333px) {
  .green-button {
    left: 625.256px;
  }
}
@media screen and (max-width: 1332px) {
  .green-button {
    left: 624.723px;
  }
}
@media screen and (max-width: 1331px) {
  .green-button {
    left: 624.19px;
  }
}
@media screen and (max-width: 1330px) {
  .green-button {
    left: 623.657px;
  }
}
@media screen and (max-width: 1329px) {
  .green-button {
    left: 623.124px;
  }
}
@media screen and (max-width: 1328px) {
  .green-button {
    left: 622.591px;
  }
}
@media screen and (max-width: 1327px) {
  .green-button {
    left: 622.058px;
  }
}
@media screen and (max-width: 1326px) {
  .green-button {
    left: 621.525px;
  }
}
@media screen and (max-width: 1325px) {
  .green-button {
    left: 620.992px;
  }
}
@media screen and (max-width: 1324px) {
  .green-button {
    left: 620.459px;
  }
}
@media screen and (max-width: 1323px) {
  .green-button {
    left: 619.926px;
  }
}
@media screen and (max-width: 1322px) {
  .green-button {
    left: 619.393px;
  }
}
@media screen and (max-width: 1321px) {
  .green-button {
    left: 618.86px;
  }
}
@media screen and (max-width: 1320px) {
  .green-button {
    left: 618.327px;
  }
}
@media screen and (max-width: 1319px) {
  .green-button {
    left: 617.794px;
  }
}
@media screen and (max-width: 1318px) {
  .green-button {
    left: 617.261px;
  }
}
@media screen and (max-width: 1317px) {
  .green-button {
    left: 616.728px;
  }
}
@media screen and (max-width: 1316px) {
  .green-button {
    left: 616.195px;
  }
}
@media screen and (max-width: 1315px) {
  .green-button {
    left: 615.662px;
  }
}
@media screen and (max-width: 1314px) {
  .green-button {
    left: 615.129px;
  }
}
@media screen and (max-width: 1313px) {
  .green-button {
    left: 614.596px;
  }
}
@media screen and (max-width: 1312px) {
  .green-button {
    left: 614.063px;
  }
}
@media screen and (max-width: 1311px) {
  .green-button {
    left: 613.53px;
  }
}
@media screen and (max-width: 1310px) {
  .green-button {
    left: 612.997px;
  }
}
@media screen and (max-width: 1309px) {
  .green-button {
    left: 612.464px;
  }
}
@media screen and (max-width: 1308px) {
  .green-button {
    left: 611.931px;
  }
}
@media screen and (max-width: 1307px) {
  .green-button {
    left: 611.398px;
  }
}
@media screen and (max-width: 1306px) {
  .green-button {
    left: 610.865px;
  }
}
@media screen and (max-width: 1305px) {
  .green-button {
    left: 610.332px;
  }
}
@media screen and (max-width: 1304px) {
  .green-button {
    left: 609.799px;
  }
}
@media screen and (max-width: 1303px) {
  .green-button {
    left: 609.266px;
  }
}
@media screen and (max-width: 1302px) {
  .green-button {
    left: 608.733px;
  }
}
@media screen and (max-width: 1301px) {
  .green-button {
    left: 608.2px;
  }
}
@media screen and (max-width: 1300px) {
  .green-button {
    left: 607.667px;
  }
}
.green-button:hover p:after {
  font-family: "Material Icons";
  content: "\e8e4";
  display: block;
  transition: 0.2s;
}
.green-button p {
  font-size: 36px;
  color: #ffffff !important;
  padding: 6.5rem 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  text-transform: uppercase;
}
.green-button a {
  display: block;
}

.animate-opacity {
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .animate-opacity {
    opacity: 1;
  }
}

/*path svg */
/*---videos--*/
.modal {
  padding-right: 0 !important;
}
.modal img {
  width: 100%;
}

.modal-dialog {
  max-width: 800px;
}

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

.fade.show {
  opacity: 1;
  background-color: rgba(193, 193, 193, 0.7);
}

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

.video-section {
  margin-top: -18rem;
  z-index: 0;
  padding-top: 23rem;
  padding-bottom: 5rem;
  overflow-x: hidden;
}
.video-section h1 {
  color: #00a651;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2rem;
}
.video-section .owl-carousel {
  z-index: 0;
}

.video-setter a {
  text-decoration: none;
  display: block;
  overflow: hidden !important;
  border-image: url(../img/video/hover.png) 0 round;
  position: relative;
  border: 38px solid transparent;
}
@media screen and (max-width: 576px) {
  .video-setter a {
    border: 4px solid transparent;
  }
}
.video-setter a:hover {
  text-decoration: none;
  display: block;
  overflow: hidden !important;
  position: relative;
}

.video-link {
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  transition: all 0.2s;
  padding: 0;
  border-image: url(../img/video/hover.png) 0 round;
  position: relative;
}
.video-link img {
  filter: grayscale(0);
}
.video-link .play-icon {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url(../img/video/play-icon.png);
  height: 101px;
  width: 88px;
  opacity: 0.1;
}
.video-link:hover {
  overflow: hidden !important;
  padding: 0;
  border: 38px solid transparent;
  border-image: url(../img/video/hover.png) 38 round;
  position: relative;
}
@media screen and (max-width: 576px) {
  .video-link:hover {
    border: 4px solid transparent;
    border-image: url(../img/video/hover.png) 4 round;
  }
}
.video-link:hover img {
  -webkit-filter: invert(4%) grayscale(0%) brightness(41%) contrast(1);
  filter: invert(4%) grayscale(0%) brightness(41%) contrast(1);
}
.video-link:hover .play-icon {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url(../img/video/play-icon.png);
  height: 101px;
  width: 88px;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .video-link:hover .play-icon {
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.video-line {
  position: absolute;
  bottom: -4rem;
  z-index: 11;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .video-line {
    display: none;
  }
}

.video-iframe {
  height: 400px;
}
@media screen and (max-width: 1400px) {
  .video-iframe {
    height: 320px;
  }
}
@media screen and (max-width: 1200px) {
  .video-iframe {
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .video-iframe {
    height: 250px;
  }
}

/*videos*/
/*cloud*/
.cloud-heading {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-top: 74px;
}
.cloud-heading h1 {
  font-size: 110px;
  color: #017311;
  font-family: "Chewy", system-ui;
  font-weight: 700;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11;
}
@media screen and (max-width: 1400px) {
  .cloud-heading h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .cloud-heading h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .cloud-heading h1 {
    position: relative;
    margin-top: 0rem;
    font-size: 36px;
  }
}
.cloud-heading p {
  font-size: 20px;
  color: #017311;
  font-family: "Averia Sans Libre", cursive;
  text-align: center;
  z-index: 11;
  width: 64%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .cloud-heading p {
    position: relative;
    margin-top: 0rem;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cloud-heading {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}

.cloud-a1 {
  -webkit-animation: moveclouds 1000s linear infinite;
  -moz-animation: moveclouds 100s linear infinite;
  -o-animation: moveclouds 100s linear infinite;
  animation: moveclouds 100s linear infinite;
  left: -500px;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  margin-top: 6rem;
}
.cloud-a1 img {
  position: absolute;
  left: 0;
  z-index: 3;
  top: 0;
  border: 0px solid;
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 1000px;
  }
}
@-moz-keyframes moveclouds {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 1000px;
  }
}
@-o-keyframes moveclouds {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 1000px;
  }
}
.cloud-a2 {
  -webkit-animation: moveclouds 70s linear infinite;
  -moz-animation: moveclouds 70s linear infinite;
  -o-animation: moveclouds 70s linear infinite;
  animation: moveclouds 70s linear infinite;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 6rem;
}
.cloud-a2 img {
  position: absolute;
  left: 36rem;
  z-index: 3;
  top: 0;
  border: 0px solid;
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 1000px;
  }
}
@-moz-keyframes moveclouds {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 1000px;
  }
}
@-o-keyframes moveclouds {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 1000px;
  }
}
.cloud-farm {
  position: relative;
  z-index: 11;
  width: 100%;
}

.cloud-leaf {
  right: 0;
  position: absolute;
  z-index: 11;
  top: 0;
}

/*cloud*/
/*instagram*/
.instagram-section h1 {
  color: #006937;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1rem;
  font-family: "Chewy", system-ui;
}
.instagram-section p {
  color: #006937;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.instagram-section p span {
  display: inline-block;
  transition: none;
}
.instagram-section #instagram-slider {
  margin-top: 5rem;
}
.instagram-section a {
  text-decoration: none;
  display: block;
  overflow: hidden !important;
}
.instagram-section a:hover {
  text-decoration: none;
  display: block;
  overflow: hidden !important;
  position: relative;
}

.instagram-setter {
  display: inline-block;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
  transition: all 5s;
  padding: 0;
  position: relative;
}
.instagram-setter img {
  filter: grayscale(0);
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
  transition: all 5s;
}
.instagram-setter .play-icon {
  display: none;
}
.instagram-setter:hover {
  overflow: hidden !important;
  padding: 0;
}
.instagram-setter:hover img {
  -webkit-filter: invert(4%) grayscale(0%) brightness(41%) contrast(1);
  filter: invert(4%) grayscale(0%) brightness(41%) contrast(1);
}
.instagram-setter:hover .play-icon {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  padding: 0rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .instagram-setter:hover .play-icon {
    display: none !important;
  }
}

#mobileCert {
  display: none;
}
@media screen and (max-width: 576px) {
  #mobileCert {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  #mobileCert img {
    max-width: 72px;
  }
}

@media screen and (max-width: 576px) {
  #desktopCert {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mfacility {
    max-width: 280px;
  }
}

#footerLinksMob {
  display: none;
}
@media screen and (max-width: 576px) {
  #footerLinksMob {
    display: inline;
  }
}

@media screen and (max-width: 576px) {
  #footerLinksDesk {
    display: none;
  }
}

.instagram-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow-x: hidden;
}

.instagram-below {
  background-image: url(../img/instagram/insta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20rem 10rem;
}
@media screen and (max-width: 1300px) {
  .instagram-below {
    padding: 5rem 2rem;
  }
}
.instagram-below .insta-msg {
  background-color: rgb(0, 190, 236);
  padding: 2rem 3rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .instagram-below .insta-msg {
    padding: 1rem 1rem;
  }
}
.instagram-below .insta-msg h1 {
  color: #006937;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 22px;
}
@media screen and (max-width: 576px) {
  .instagram-below .insta-msg h1 {
    font-size: 18px;
  }
}
.instagram-below .insta-msg p {
  color: #006937;
  font-weight: 700;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .instagram-below .insta-msg p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .instagram-below .insta-msg p {
    font-size: 14px;
  }
}

/*instagram*/
/*about*/
.product-main {
  width: 100%;
  position: relative;
  top: 3rem;
}

.product-nav {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 11rem;
  z-index: 1;
  padding: 0 3rem;
}
.product-nav p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Averia Sans Libre", cursive;
  color: #000;
}
@media screen and (max-width: 1500px) {
  .product-nav {
    top: 11rem;
  }
}

.product-headline {
  font-size: 100px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.02);
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .product-headline {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .product-headline {
    font-size: 60px;
    text-align: center;
  }
}

.about-product h1 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  font-family: "Chewy", system-ui;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .about-product h1 {
    font-size: 36px;
  }
}
.about-product P {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .about-product P {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .about-product P {
    font-size: 18px;
  }
}

.about-p2 h1 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Chewy", system-ui;
}
@media screen and (max-width: 1600px) {
  .about-p2 h1 {
    font-size: 30px;
  }
}
.about-p2 P {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .about-p2 P {
    font-size: 18px;
  }
}

.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 1.4em;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .pagination {
    display: none;
  }
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #000000;
  position: relative;
  padding: 4px;
}

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
  color: #ed1c24;
}

.pagination a .hover-text {
  position: absolute;
  right: 20px;
  top: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 2px;
  font-size: 12px;
  width: 126px;
  text-align: right;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
}

.wrap {
  position: relative;
  box-sizing: border-box;
}

/* sections */
.show-mobile-package {
  display: none;
}
@media screen and (max-width: 1200px) {
  .show-mobile-package {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .panel {
    height: auto !important;
  }
}

.sticky {
  display: flex;
  flex-direction: row;
}

.sticky:nth-child(odd) {
  flex-direction: row-reverse;
}

.sticky .text2 {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sticky .text2 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sticky .text2 {
    margin-top: 5rem;
  }
}

.full-img {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: sticky;
  -webkit-position: sticky;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .full-img {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .full-img {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
  }
  @media screen and (max-width: 1200px) {
    .full-img {
      display: none;
    }
  }
}
.product-backshot {
  left: 0;
  right: 0;
  margin-top: 6rem;
  top: 0;
  transform: rotate(-18deg);
  transform: rotate(-18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(-18deg);
  -webkit-backface-visibility: hidden;
  margin-left: -4rem;
}
@media screen and (max-width: 1600px) {
  .product-backshot {
    margin-top: 3rem;
    margin-left: -1rem;
  }
  .product-backshot img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 576px) {
  .product-backshot img {
    max-width: 130px !important;
  }
}

.product-backshot2 {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .product-backshot2 {
    max-width: 420px !important;
  }
}
@media screen and (max-width: 576px) {
  .product-backshot2 {
    max-width: 240px !important;
  }
}

/*--Product Detail---*/
.arrow-product {
  display: none;
}
.arrow-product a {
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .arrow-product {
    display: block;
  }
}

.product-element-one {
  position: fixed;
  top: -10rem;
  right: -7rem;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .product-element-one img {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 576px) {
  .product-element-one img {
    max-width: 26px !important;
  }
}
@media screen and (max-width: 1500px) {
  .product-element-one {
    top: -3rem;
    right: -5rem;
  }
}

.product-element-two {
  position: fixed;
  position: fixed;
  bottom: -15%;
  right: -52rem;
  max-width: 1000px;
  animation: none !important;
  transform: rotate(7deg) !important;
  z-index: -1;
}
@media screen and (max-width: 1700px) {
  .product-element-two {
    bottom: -8%;
    right: -27rem;
    animation: none !important;
    transform: rotate(7deg) !important;
    z-index: -1;
    max-width: 600px;
  }
}
@media screen and (max-width: 1500px) {
  .product-element-two {
    max-width: 550px;
  }
}

.product-element-three {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-54deg);
  margin-top: 0rem;
  margin-left: -2rem;
  width: 150px;
}

.product-element-four {
  position: absolute;
  top: -2rem;
  right: 0rem;
  width: 200px;
  animation: none !important;
  transform: rotate(7deg) !important;
  z-index: 1;
}

.product-element-five {
  position: absolute;
  bottom: -4rem;
  left: -1rem;
  width: 400px;
  animation: none !important;
  transform: rotate(7deg) !important;
}
@media screen and (max-width: 1600px) {
  .product-element-five {
    bottom: -5rem;
  }
}

.product-element-six {
  position: absolute;
  bottom: -4rem;
  left: 0px;
  transform: rotate(-9deg) !important;
  animation: auto !important;
  max-width: 175px;
}
@media screen and (max-width: 1600px) {
  .product-element-six {
    bottom: -3rem;
  }
}

.mobile-element-left {
  margin: 0;
  top: 0;
  left: 0rem;
  max-width: 62px;
}

.mobile-element-right {
  margin: 0;
  top: 0;
  right: 0rem;
  max-width: 62px;
}

.product-element-seven {
  position: absolute;
  top: 26%;
  right: 8rem;
  max-width: 90px;
  transform: rotate(-9deg) !important;
  animation: auto !important;
}

.mango-fruit-drink-detail-bg {
  background-color: #f69143;
  background-image: url("../img/path/mango-fruit-drink/mango-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.mixed-fruit-drink-detail-bg {
  background-color: #f08a62;
  background-image: url("../img/path/mixed-fruit-drink/mix-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.guava-fruit-drink-detail-bg {
  background-color: #b9d279;
  background-image: url("../img/path/guava-fruit-drink/guava-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.apple-fruit-drink-detail-bg {
  background-color: #e0594f;
  background-image: url("../img/path/apple-fruit-drink/apple-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.lychee-flavoured-drink-detail-bg {
  background-color: #ca9bbf;
  background-image: url("../img/path/lychee-flavoured-drink/lychee-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/*--Product Detail---*/
/*--Banner---*/
.banner {
  background-color: #09a053;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
  background-position: center;
}
@media screen and (max-width: 1600px) {
  .banner {
    height: 480px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    height: 350px;
  }
}
.banner h1 {
  text-align: center;
  font-size: 100px;
  color: #fff;
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .banner h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .banner h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  .banner h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .about-banner {
    height: 350px;
    background-image: url("../img/banners/about-banner-m.jpg") !important;
  }
}

/*--Banner---*/
.content h1 {
  color: #006937;
  font-family: "Chewy", system-ui;
}
.content h2 {
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  color: #006937;
}
.content p {
  font-size: 18px !important;
  color: #006937;
  font-weight: 400;
}

.line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, transparent 50%, #ebe5e1 50%);
  background-size: 33px 100%;
}
@media screen and (max-width: 991px) {
  .line {
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
}

/*--CUSTOM SETTINGS---*/
.export-custom-p {
  font-weight: 700 !important;
  color: #0066b3 !important;
  text-align: center;
}

.truck {
  position: relative;
  overflow: hidden;
}

.truckimg {
  position: absolute;
  bottom: 0.3rem;
  left: -7rem;
  max-width: 162px;
  animation: linear infinite;
  animation-name: run;
  animation-duration: 5s;
}

@keyframes run {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}
.truck2 {
  position: absolute;
  bottom: 0rem;
}

.truckimg2 {
  bottom: 0;
  animation: linear infinite;
  animation-name: run2;
  animation-duration: 5s;
}
@media screen and (max-width: 576px) {
  .truckimg2 {
    max-width: 100px;
    animation-duration: 3s;
  }
}

.animate-opacity-banner {
  opacity: 0 !important;
}

.dst-p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 111;
  margin-top: -1rem;
}

@keyframes run2 {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}
.picture-frame {
  display: block;
  overflow: hidden !important;
  padding: 0;
  border: 16px solid transparent;
  border-image: url(../img/event-frame.png) 31 round;
  position: relative;
  margin-bottom: 1.5rem;
}
.picture-frame img {
  width: 100%;
}

.picture-text {
  color: #000 !important;
  display: inline-block;
  text-decoration: none;
}
.picture-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.glow-shadow {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25), 0 0px 10px rgba(0, 0, 0, 0.1);
}

.stores {
  padding: 5rem 5rem;
  text-align: center;
  margin-bottom: 5rem;
}
.stores h1 {
  margin-top: 0px !important;
}
.stores img {
  max-width: 100px;
}

.certification {
  text-align: center;
  padding: 5rem 5rem 5rem 5rem;
}
@media screen and (max-width: 1400px) {
  .certification {
    padding: 2rem;
  }
}
.certification h1 {
  color: #006937;
  font-weight: 700;
  font-family: "Chewy", system-ui;
}
@media screen and (max-width: 991px) {
  .certification img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

.partner h1 {
  color: #006937;
  font-weight: 700;
  font-family: "Chewy", system-ui;
}
.partner .effect {
  color: #006937;
  font-weight: 700;
  font-size: 25px;
  text-transform: capitalize;
  margin-top: 0rem;
  font-family: "Chewy", system-ui;
}
.partner .effect span {
  width: 100% !important;
}

.form-setter .form-group {
  margin-bottom: 30px !important;
  padding-right: 2rem;
}
.form-setter .input-style {
  border: 1px solid #e1e1e1;
  text-indent: 10px;
  background: none !important;
  border-radius: 4px;
  color: #898989 !important;
  font-size: 16px;
  font-weight: 400;
}
.form-setter .label-style {
  font-weight: 700;
  color: #000 !important;
  font-size: 16px !important;
  left: 7px !important;
}
.form-setter button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-left: 0.5rem;
}
.form-setter button .effect {
  margin-top: 0;
}
.form-setter button .effect span {
  width: 100%;
}

.contactus h1 {
  font-family: "Chewy", system-ui;
}
.contactus h2 {
  font-family: "Chewy", system-ui;
}
.contactus p {
  font-weight: 400;
}
.contactus a {
  color: #006937 !important;
}
.contactus i {
  color: #00a651;
}

.map a {
  position: relative;
  left: -6rem;
}

.custom-select {
  height: 36px;
  border-color: #e1e1e1 !important;
  box-shadow: none !important;
  background-size: 10px 7px;
  background-image: url(../img/arrow-dropdown.png) !important;
  font-weight: 400;
  color: #898989 !important;
  padding: 0 !important;
  padding-left: 11px !important;
  text-indent: 0px;
  font-size: 16px;
}

.contactus-form .label {
  left: 5px !important;
}
.contactus-form textarea {
  text-indent: 0 !important;
  resize: none;
  height: 250px !important;
  padding: 0.5rem 1rem !important;
}
.contactus-form input {
  text-indent: 0;
}

.ceo {
  background-image: url("../img/ceo-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 4rem;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .ceo {
    padding: 2rem 2rem;
  }
}
.ceo h1 {
  color: #006937;
}
.ceo p {
  color: #006937;
}

.msg-ceo a {
  text-transform: uppercase;
}
.msg-ceo a span {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .msg-ceo .effect:after {
    display: none;
  }
}

.c-quality {
  margin-left: 0px;
  list-style-image: url("../img/arrow-li.png");
  margin-top: 2rem;
}
.c-quality li {
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.about-fruitiobg {
  background-image: url("../img/aboutus-fruitio-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 13rem 0rem;
  width: 100%;
}
.about-fruitiobg img {
  position: absolute;
  right: 35rem;
  margin-top: -20rem;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  .about-fruitiobg img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .about-fruitiobg {
    padding: 5rem 0rem;
    width: 100%;
    margin-top: 1.5rem !important;
  }
}
.about-fruitiobg ul {
  list-style-image: url("../img/arrow-li2.png");
  color: #ffffff !important;
  padding-left: 24px;
}
.about-fruitiobg ul li {
  font-weight: 400;
}
.about-fruitiobg h1 {
  color: #ffffff !important;
}
.about-fruitiobg p {
  color: #ffffff !important;
}

.fruitio-bg-top {
  position: relative;
  top: 8rem;
  margin-top: -7rem;
}
@media screen and (max-width: 991px) {
  .fruitio-bg-top {
    display: none;
  }
}
.fruitio-bg-top img {
  width: 100%;
  height: 128px;
}

.fruitio-bg-bottom {
  position: relative;
  top: -8rem;
}
@media screen and (max-width: 991px) {
  .fruitio-bg-bottom {
    display: none;
  }
}
.fruitio-bg-bottom img {
  width: 100%;
  height: 128px;
}

.about-floating-mango {
  position: absolute;
  right: -47%;
  top: 33%;
}
@media screen and (max-width: 1600px) {
  .about-floating-mango {
    right: -28%;
    max-width: 280px;
  }
}
@media screen and (max-width: 1400px) {
  .about-floating-mango {
    right: -17%;
    max-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .about-floating-mango {
    display: none;
  }
}

.about-floating-mango2 {
  left: -14%;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .about-floating-mango2 {
    max-width: 200px;
    left: -7%;
  }
}
@media screen and (max-width: 1400px) {
  .about-floating-mango2 {
    max-width: 188px;
    left: -8%;
    margin-top: 6%;
  }
}
@media screen and (max-width: 991px) {
  .about-floating-mango2 {
    display: none;
  }
}

.manufacture-adjust {
  margin-top: -6rem !important;
}
@media screen and (max-width: 991px) {
  .manufacture-adjust {
    margin-top: 2rem !important;
  }
}

.product-list-all {
  height: 433px !important;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product-list-all {
    height: 330px !important;
  }
}
.product-list-all a {
  width: 100%;
}
.product-list-all .product-img {
  max-width: 170px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .product-list-all .product-img {
    left: 6.7rem;
    max-width: 130px;
  }
}
.product-list-all h1 {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 36px;
  margin-left: 13rem;
  color: #fff;
  text-align: left;
  width: 50%;
  transition: all 0.5s;
  top: 35%;
  opacity: 0;
}
@media screen and (max-width: 1600px) {
  .product-list-all h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .product-list-all h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-list-all h1 {
    opacity: 1;
    margin-left: 3rem;
  }
}
.product-list-all .hover-element {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  max-width: 175px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .product-list-all .hover-element {
    opacity: 1;
  }
}
.product-list-all:hover .hover-element {
  opacity: 1;
}
.product-list-all:hover .product-img {
  position: relative;
  left: 8rem;
}
@media screen and (max-width: 1400px) {
  .product-list-all:hover .product-img {
    left: 6.7rem;
  }
}
.product-list-all:hover h1 {
  margin-left: 3rem;
  opacity: 1;
}

.basket {
  cursor: auto;
  background-image: url("../img/fruit-basket.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 433px !important;
}
@media screen and (max-width: 768px) {
  .basket {
    height: 330px !important;
  }
}
@media screen and (max-width: 576px) {
  .basket {
    display: none !important;
  }
}

.basket-setter {
  padding: 1rem 0rem;
  margin: 0rem 3.5rem;
  background-color: #00beec;
  color: white;
  text-align: center;
}
.basket-setter h1 {
  font-size: 22px;
  color: #ffffff !important;
}
.basket-setter p {
  font-size: 18px;
  color: #ffffff !important;
}
@media screen and (max-width: 1400px) {
  .basket-setter {
    margin: 0rem 1rem;
  }
}

/* animation kit */
.floatingone {
  animation: rotateone 12s infinite;
}

@keyframes rotateone {
  0% {
    transform: rotate(0deg);
  }
  8.33% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  33.33% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  58.33% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(270deg);
  }
  83.33% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.floatingtwo {
  animation-name: floating2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating2 {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.floatingthree {
  animation-name: floating3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating3 {
  from {
    transform: translate(0, 0px) rotate(92deg);
  }
  65% {
    transform: translate(0, 15px) rotate(92deg);
  }
  to {
    transform: translate(0, 0px) rotate(92deg);
  }
}
.pulse2 {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.pulse2 circle {
  fill: #fde052;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: pulse 5s cubic-bezier(0.5, 0.5, 0, 1);
  animation: pulse 5s cubic-bezier(0.5, 0.5, 0, 1);
}

.pulse2 circle:nth-child(2) {
  fill: #fdad03;
  -webkit-animation: pulse 5s 0.75s cubic-bezier(0.5, 0.5, 0, 1);
  animation: pulse 5s 0.75s cubic-bezier(0.5, 0.5, 0, 1);
}

.pulse2 circle:nth-child(3) {
  fill: #fcb824;
  -webkit-animation: pulse 5s 1.5s cubic-bezier(0.5, 0.5, 0, 1);
  animation: pulse 5s 1.5s cubic-bezier(0.5, 0.5, 0, 1);
}

@-webkit-keyframes pulse {
  25% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  25% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*about*/
.buy img {
  max-width: 150px;
}

/*FOOTER*/
.footer-setter {
  padding: 2rem 5rem !important;
}
@media screen and (max-width: 991px) {
  .footer-setter {
    padding: 3rem 3rem !important;
  }
}

.logo-footer {
  max-width: 116px;
}

.footer-cover {
  margin-top: -1rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer-cover {
    opacity: 0;
  }
}

footer {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: white;
  position: relative;
  z-index: 1;
  background-size: cover;
}
footer img {
  margin-bottom: 2rem;
}
footer p {
  color: #006937;
  font-size: 22px;
  text-align: left;
  font-family: "Chewy", system-ui;
}
@media screen and (max-width: 991px) {
  footer p {
    text-align: center;
  }
}
footer p a {
  color: #006937 !important;
}

footer ul li a {
  color: inherit;
  padding: 0;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #006937 !important;
  font-family: "Chewy", system-ui;
  text-decoration: none;
  text-transform: none;
}

footer ul li {
  display: block;
  text-align: left;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  footer ul li {
    text-align: center;
  }
}

.footer-icons {
  color: #006937 !important;
  font-size: 23px;
  transition: 0.9s;
  padding-right: 0.7rem;
}
@media screen and (max-width: 991px) {
  .footer-icons {
    padding-right: 1rem;
  }
}

/*FOOTER*/
/*--MOBILE MENU DRAWER----*/
@media screen and (max-width: 768px) {
  .mobile-padding-single {
    padding: 2rem !important;
  }
}

.mobile-menu-logo-sm {
  max-width: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 3rem;
  margin-top: -1rem;
}

.searching {
  display: block;
}
@media screen and (max-width: 1200px) {
  .searching {
    display: none;
  }
}

.mobile-menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-icon {
  text-align: left !important;
  padding-left: 22px !important;
  margin-top: 2rem;
  border-top: 1px solid #e6e5e5;
  padding: 1rem 1rem !important;
  margin-left: 1rem;
  margin-right: 1rem;
}

.mobile-search {
  height: auto;
  padding: 0rem 1rem;
  text-align: right;
}
.mobile-search .input-group {
  border: 1px solid !important;
  padding-left: 14px !important;
}
.mobile-search input {
  border: 0 !important;
  background: none !important;
  height: 41px;
}
.mobile-search button {
  background: none !important;
  box-shadow: none !important;
}

.bar1 {
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  top: 5px;
  margin-left: 1px;
  transition: 0.5s;
}

.bar2 {
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  top: 14px;
  margin-left: 1px;
}

.bar3 {
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  top: 24px;
  margin-left: 1px;
}

a.nav-expander {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 42px;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 61px;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  padding: 0;
  overflow-x: hidden;
  margin-top: 2rem;
  text-align: left;
}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander:hover .bar1 {
  width: 20px;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav2 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .nav2 {
    display: block;
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -100%;
    font-size: 15px;
    top: 0;
    width: 100%;
    z-index: 1111111;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 300px;
    z-index: 11111111111;
  }
}

.nav-expanded .nav2 {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
  margin-bottom: 2rem;
  display: inline-block;
  padding-top: 2rem;
}

.main-menu {
  padding-top: 40px;
}

.main-menu-icons {
  position: relative;
  margin-top: -0.3rem;
  margin-right: 0.3rem;
}

.main-menu li {
  border-bottom: 0px solid #323949;
  margin-left: 0px;
  font-size: 18px;
  padding: 12px;
  padding-left: 25px;
}

.main-menu li a {
  color: #000;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #0066b3;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 8px;
}

.main-menu a:hover .caret {
  border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
  border-bottom-color: #4f5963;
}

.icon:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: "\f105";
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}

/* INDEX FOR MOBILE */
.mobile-packshot-back {
  max-width: 300px;
}
@media screen and (max-width: 576px) {
  .mobile-packshot-back {
    opacity: 0;
  }
}

.mobile-backshot-setter {
  position: absolute;
  right: 4rem;
  margin-top: 3rem;
  top: 0;
  transform: rotate(-18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(-18deg);
  -webkit-backface-visibility: hidden;
}
.mobile-backshot-setter img {
  max-width: 178px;
}
@media screen and (max-width: 991px) {
  .mobile-backshot-setter img {
    max-width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-backshot-setter {
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -webkit-backface-visibility: hidden;
    right: 0rem;
  }
}

.mobile-element-top {
  position: absolute;
  top: 0;
  max-width: 80px !important;
  margin-left: -1rem;
}
@media screen and (max-width: 576px) {
  .mobile-element-top {
    margin-left: -4rem;
  }
}

.mobile-packshot-text {
  z-index: 1;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: -1;
}
.mobile-packshot-text h1 {
  font-size: 40px;
  color: #f47820;
  margin: 0;
  font-family: "Chewy", system-ui;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .mobile-packshot-text h1 {
    word-break: break-word;
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .mobile-packshot-text h1 {
    font-size: 27px;
  }
}
.mobile-packshot-text p {
  font-size: 30px;
  color: #ff8015;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .mobile-packshot-text p {
    font-size: 26px;
  }
}

.mobile-yellow-button {
  width: 200px;
  background-color: #ffd637;
  border-radius: 100%;
  height: 200px;
  margin-left: auto;
  z-index: 1;
  cursor: pointer;
}
.mobile-yellow-button p {
  font-size: 30px;
  color: #00a651;
  padding: 3.6rem 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.mobile-yellow-button a {
  display: block;
}
.mobile-yellow-button:hover p:after {
  font-family: "Material Icons";
  content: "\e8e4";
  display: block;
  transition: 0.2s;
  text-align: center !important;
}

.mobile-green-button {
  width: 250px;
  background-color: #00a651;
  border-radius: 100%;
  height: 250px;
  margin-right: auto;
  z-index: 1;
  cursor: pointer;
}
.mobile-green-button:hover p:after {
  font-family: "Material Icons";
  content: "\e8e4";
  display: block;
  transition: 0.2s;
}
.mobile-green-button p {
  font-size: 30px;
  color: #ffffff !important;
  padding: 5.5rem 0;
  font-family: "Averia Sans Libre", cursive;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center !important;
}
.mobile-green-button a {
  display: block;
}

/* INDEX FOR MOBILE */
/*FILE UPLOAD */
.formatsize {
  position: relative;
  margin-top: 37px;
  padding-left: 0;
  font-size: 14px !important;
  color: #898989;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.3;
  color: #495057;
  background-color: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  border-radius: 4px;
  height: 36px;
  font-size: 16px;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
  color: #898989;
}

.custom-file-label::after {
  line-height: 1.4;
  color: #495057;
  content: "Browse";
  background-color: #f32f2f;
  border-left: 0 solid #d2d2d2;
  border-radius: 0 0 0 0;
  color: white;
  cursor: pointer;
  height: 35px;
  cursor: pointer;
}

/*FILE UPLOAD */
.p60 {
  padding-top: 60px;
}

.siders {
  background-image: url(../img/bg.png), url(../img/bg2.png);
  background-size: 265px auto, 265px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
}
@media screen and (max-width: 1400px) {
  .siders {
    background-image: none;
  }
}

.not-found-main {
  background-image: url(404-bg.jpg);
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #efe9f0;
}

.not-found {
  margin-top: 7rem;
}

.not-found img {
  max-width: 190px;
}

.not-found h1 {
  font-family: "PT Serif", serif;
  font-size: 80px;
  margin-top: 50px;
}

.not-found h4 {
  font-family: "Averia Serif Libre", cursive !important;
}

.not-found a {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  font-family: "Averia Sans Libre", cursive;
  margin-top: 30px;
  display: inline-block;
}

.not-found a:hover {
  text-decoration-style: dotted !important;
  text-decoration: underline;
}