@charset "UTF-8";
/*
    Colors
 */
.bg-color-blue-light {
  background-color: #44c8f5;
}

.bg-color-blue-medium {
  background-color: #0054a6;
}

.bg-color-blue-dark {
  background-color: #00265a;
}

.bg-color-blue-dark-50 {
  background-color: rgba(0, 38, 90, 0.5) !important;
}

.color-blue-light {
  color: #44c8f5;
}

.color-blue-medium {
  color: #0054a6;
}

.color-blue-dark {
  color: #00265a;
}

.color-white {
  color: white;
}

/*
    Fonts
 */
@font-face {
  font-family: "MolSans-Black";
  src: url("../fonts/MolSans-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MolSans-Book";
  src: url("../fonts/MolSans-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MolSans-Bold";
  src: url("../fonts/MolSans-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MolSans-ExtraLightItalic";
  src: url("../fonts/MolSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MolSans-Medium";
  src: url("../fonts/MolSans-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MolSans-Bold";
  src: url("../fonts/MolSans-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MolSans-Regular";
  src: url("../fonts/MolSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*
    Box shadow mixin
 */
/*
    Borders
 */
/*
    Fonts
 */
/*
    Grid breakpoints
 */
/*
    Grid containers
 */
/*
    Default values

$container-max-widths: (
    sm: 540px,
    md: 720px,
    lg: 960px,
    xl: 1200px
);
*/
/*
    Grid columns
 */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1300px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: 700;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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: 500;
  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: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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: 10px;
  padding-left: 10px;
  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: 1300px) {
  .container {
    max-width: 1200px;
  }
}

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

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

.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: 10px;
  padding-left: 10px;
}

.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: 1300px) {
  .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 #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: 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: #b8daff;
}

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

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

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

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

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

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

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

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

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

.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: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  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: 1299.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.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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.5rem;
  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(1.8125rem + 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.5rem 1rem;
  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(2.875rem + 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: #28a745;
}

.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(40, 167, 69, 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: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.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: #34ce57;
}
.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 #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.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(40, 167, 69, 0.25);
}

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

.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(220, 53, 69, 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: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.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: #e4606d;
}
.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 #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.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(220, 53, 69, 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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    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.375rem 0.75rem;
  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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  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: #fff;
  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: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  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: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  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: #fff;
  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: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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(23, 162, 184, 0.5);
}

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

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

.btn-outline-light {
  color: #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: #fff;
  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: #fff;
  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: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  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: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  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-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  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-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  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: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.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.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .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.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.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: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  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: #007bff;
}
.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='%23fff' 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: #007bff;
}
.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='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.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='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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 #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.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(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.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.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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 .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;
  }
}
@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 .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;
  }
}
@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 .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;
  }
}
@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  .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 .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 {
  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 .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-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: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  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: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.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: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img {
  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: 10px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 10px;
}
@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;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 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: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  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(0, 123, 255, 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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  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: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

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

.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: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.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: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.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: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  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;
}

.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%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.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-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: "MolSans-Book", 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: #000;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "MolSans-Book", 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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -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: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -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: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -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: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -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: #fff;
}

.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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.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-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 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: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  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='%23fff' 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='%23fff' 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;
  cursor: pointer;
  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: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #28a745 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #fff !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: #007bff !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

.border-white {
  border-color: #fff !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: 1300px) {
  .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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: 1300px) {
  .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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1300px) {
  .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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: 1300px) {
  .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: 700 !important;
}

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

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

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

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

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

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

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

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !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-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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 #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*******************************************************/
/*
    Body
 */
body {
  background-color: white;
}

#wrapper {
  overflow-x: hidden;
}

.bg-gradient-blue-light {
  background-image: linear-gradient(to right, #43c7f4 0%, #34ace2 100%);
  background-repeat: repeat-x;
}

.bg-gradient-blue-medium {
  background-image: linear-gradient(to right, #1070b9 0%, #0156a7 100%);
  background-repeat: repeat-x;
}

/*
    Transitions
 */
.trans-200 {
  transition: all 200ms ease-in-out 0ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-200 {
    transition: none;
  }
}

.trans-400 {
  transition: all 400ms ease-in-out 0ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-400 {
    transition: none;
  }
}

.trans-500 {
  transition: all 500ms ease-in-out 0ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-500 {
    transition: none;
  }
}

.trans-400-100 {
  transition: all 400ms ease-in-out 100ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-400-100 {
    transition: none;
  }
}

.trans-400-200 {
  transition: all 400ms ease-in-out 200ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-400-200 {
    transition: none;
  }
}

.trans-400-300 {
  transition: all 400ms ease-in-out 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-400-300 {
    transition: none;
  }
}

.trans-400-400 {
  transition: all 400ms ease-in-out 400ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-400-400 {
    transition: none;
  }
}

.trans-400-500 {
  transition: all 400ms ease-in-out 500ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-400-500 {
    transition: none;
  }
}

.trans-400-600 {
  transition: all 400ms ease-in-out 600ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-400-600 {
    transition: none;
  }
}

.trans-600 {
  transition: all 600ms ease-in-out 0ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600 {
    transition: none;
  }
}

.trans-600-50 {
  transition: all 600ms ease-in-out 50ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-50 {
    transition: none;
  }
}

.trans-600-100 {
  transition: all 600ms ease-in-out 100ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-100 {
    transition: none;
  }
}

.trans-600-150 {
  transition: all 600ms ease-in-out 150ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-150 {
    transition: none;
  }
}

.trans-600-200 {
  transition: all 600ms ease-in-out 200ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-200 {
    transition: none;
  }
}

.trans-600-300 {
  transition: all 600ms ease-in-out 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-300 {
    transition: none;
  }
}

.trans-600-400 {
  transition: all 600ms ease-in-out 400ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-400 {
    transition: none;
  }
}

.trans-600-500 {
  transition: all 600ms ease-in-out 500ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-500 {
    transition: none;
  }
}

.trans-600-600 {
  transition: all 600ms ease-in-out 600ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-600 {
    transition: none;
  }
}

.trans-600-700 {
  transition: all 600ms ease-in-out 700ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-700 {
    transition: none;
  }
}

.trans-600-750 {
  transition: all 600ms ease-in-out 750ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-750 {
    transition: none;
  }
}

.trans-600-800 {
  transition: all 600ms ease-in-out 800ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-800 {
    transition: none;
  }
}

.trans-600-900 {
  transition: all 600ms ease-in-out 900ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-900 {
    transition: none;
  }
}

.trans-600-1000 {
  transition: all 600ms ease-in-out 1000ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-1000 {
    transition: none;
  }
}

.trans-600-1200 {
  transition: all 600ms ease-in-out 1200ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-1200 {
    transition: none;
  }
}

.trans-600-1500 {
  transition: all 600ms ease-in-out 1500ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-1500 {
    transition: none;
  }
}

.trans-600-1750 {
  transition: all 600ms ease-in-out 1750ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .trans-600-1750 {
    transition: none;
  }
}

/*
    Fade, slides
 */
.slide-left {
  position: relative;
  left: -2500px;
}
.slide-left.start_anim {
  left: 0;
}

.fade_in {
  opacity: 0;
}
.fade_in.start_anim {
  opacity: 1;
}

.slide-right {
  position: relative;
  right: -1500px;
}
.slide-right.start_anim {
  right: 0;
}

/*
    Loader
 */
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.margin-center {
  margin: 0 auto;
}

#loader {
  -webkit-animation: flash 1s linear infinite;
  -moz-animation: flash 1s linear infinite;
  -ms-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
  position: absolute;
  margin-top: -25px;
  margin-left: -156px;
  top: 50%;
  left: 50%;
}
@media (max-width: 575.98px) {
  #loader {
    margin-top: -17px;
    margin-left: -104px;
  }
}
#loader img {
  height: 50px;
  width: 312px;
}
@media (max-width: 575.98px) {
  #loader img {
    height: 34px;
    width: 208px;
  }
}

/*
    Modals
 */
.modal .modal-dialog {
  max-width: 930px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal .modal-dialog {
    max-width: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal .modal-dialog {
    max-width: 680px;
  }
}
.modal .modal-content {
  border-radius: 35px;
  border: none;
}
.modal .modal-body {
  padding: 40px 40px 50px 40px;
}
@media (max-width: 575.98px) {
  .modal .modal-body {
    padding: 30px 20px 30px 20px;
  }
}

.flash_messages_modal p {
  color: #0054a6;
  font-size: 30px;
  font-family: "MolSans-Black", sans-serif;
  margin-bottom: 0;
  text-align: center;
}

#privacyModal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#privacyModal h1 {
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #privacyModal h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#privacyModal p {
  color: #00265a;
  font-size: 16px;
  font-family: "MolSans-Book", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  #privacyModal p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#privacyModal ul,
#privacyModal ol {
  color: #00265a;
  font-size: 16px;
  font-family: "MolSans-Book", sans-serif;
}
@media (max-width: 991.98px) {
  #privacyModal ul,
  #privacyModal ol {
    font-size: 15px;
    padding-left: 30px;
  }
}
#privacyModal .button_container {
  margin-top: 45px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #privacyModal .button_container {
    margin-top: 30px;
  }
}
#privacyModal .list_style_type_lower_alpha {
  list-style-type: lower-alpha;
}
#privacyModal a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  #privacyModal a {
    transition: none;
  }
}
#privacyModal a:hover {
  color: #0054a6;
  text-decoration: none;
}

/*
    Switch lang
 */
.switch_lang {
  text-transform: uppercase;
}

/*
    Custom buttons
 */
.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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.btn_light_simple {
  border-radius: 40px;
  background-color: #44c8f5;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 24px;
  line-height: 1;
  outline: none;
  padding: 19px 30px 19px 30px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .btn_light_simple {
    font-size: 18px;
    padding: 14px 22px 14px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_light_simple {
    font-size: 18px;
    padding: 15px 25px 15px 25px;
  }
}
.btn_light_simple:hover {
  color: white;
  text-decoration: none;
}
.btn_light_simple:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
.btn_light_simple:active {
  color: white;
}

.btn_black {
  border-radius: 40px;
  background-color: #2e2e2a;
  color: white;
  display: inline-block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 20px;
  line-height: 1;
  padding: 17px 70px 15px 30px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .btn_black {
    font-size: 18px;
    padding: 14px 52px 14px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_black {
    font-size: 16px;
    padding: 15px 55px 15px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .btn_black {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .btn_black {
    padding: 14px 52px 12px 22px;
  }
}
.btn_black:after {
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  content: "";
  border: 1px solid white;
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  background-size: 8px 15px;
  background-position: center center;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 36px;
}
@media (max-width: 991.98px) {
  .btn_black:after {
    /*
    background-size: 30px 30px;
    top: 6px;
    right: 7px;
    width: 30px;
    height: 30px;
    */
    background-size: 6px 11px;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_black:after {
    background-size: 7px 12px;
    height: 32px;
    width: 32px;
    top: 7px;
    right: 10px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn_black:after {
    transition: none;
  }
}
.btn_black:hover {
  color: white;
  text-decoration: none;
}
.btn_black:hover:after {
  transform: rotate(360deg);
}
.btn_black:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn_black:active {
  color: white;
}

.btn_light {
  background-image: linear-gradient(to right, #44c8f5 0%, #0054a6 100%);
  background-repeat: repeat-x;
  border-radius: 40px;
  color: white;
  display: inline-block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 24px;
  line-height: 1;
  padding: 19px 70px 19px 30px;
  position: relative;
  text-transform: uppercase;
}
.btn_light.black-white {
  background-image: linear-gradient(to right, #4e4e4e 0%, #363636 100%);
  background-repeat: repeat-x;
}
@media (max-width: 991.98px) {
  .btn_light {
    font-size: 18px;
    padding: 14px 52px 14px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_light {
    font-size: 16px;
    padding: 15px 55px 15px 20px;
  }
}
.btn_light:after {
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  content: "";
  border: 1px solid white;
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  /*
  background-size: 40px 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  */
  background-size: 8px 15px;
  background-position: center center;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
@media (max-width: 991.98px) {
  .btn_light:after {
    /*
    background-size: 30px 30px;
    top: 6px;
    right: 7px;
    width: 30px;
    height: 30px;
    */
    background-size: 6px 11px;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_light:after {
    background-size: 7px 12px;
    height: 32px;
    width: 32px;
    top: 7px;
    right: 10px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn_light:after {
    transition: none;
  }
}
.btn_light:hover {
  color: white;
  text-decoration: none;
}
.btn_light:hover:after {
  transform: rotate(360deg);
}
.btn_light:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn_light:active {
  color: white;
}

.btn_light_small {
  background-image: linear-gradient(to right, #44c8f5 0%, #0054a6 100%);
  background-repeat: repeat-x;
  border-radius: 40px;
  color: white;
  display: inline-block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 17px 70px 15px 30px;
  position: relative;
  text-transform: uppercase;
}
.btn_light_small.black-white {
  background-image: linear-gradient(to right, #4e4e4e 0%, #363636 100%);
  background-repeat: repeat-x;
}
@media all and (max-width: 1400px) {
  .btn_light_small {
    font-size: 16px;
  }
}
@media all and (max-width: 1400px) {
  .btn_light_small {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_light_small {
    font-size: 12px;
    padding: 15px 55px 15px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .btn_light_small {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .btn_light_small {
    padding: 14px 52px 12px 22px;
  }
}
.btn_light_small:after {
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  content: "";
  border: 1px solid white;
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  /*
  background-size: 40px 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  */
  background-size: 8px 15px;
  background-position: center center;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 36px;
}
@media (max-width: 991.98px) {
  .btn_light_small:after {
    /*
    background-size: 30px 30px;
    top: 6px;
    right: 7px;
    width: 30px;
    height: 30px;
    */
    background-size: 6px 11px;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_light_small:after {
    background-size: 7px 12px;
    height: 32px;
    width: 32px;
    top: 5px;
    right: 10px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn_light_small:after {
    transition: none;
  }
}
.btn_light_small:hover {
  color: white;
  text-decoration: none;
}
.btn_light_small:hover:after {
  transform: rotate(360deg);
}
.btn_light_small:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn_light_small:active {
  color: white;
}

.btn_dark {
  background-image: linear-gradient(to right, #0054a6 0%, #00265a 100%);
  background-repeat: repeat-x;
  border-radius: 40px;
  color: white;
  display: inline-block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 24px;
  line-height: 1;
  padding: 19px 70px 19px 30px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .btn_dark {
    font-size: 18px;
    padding: 14px 52px 14px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_dark {
    font-size: 16px;
    padding: 15px 55px 15px 20px;
  }
}
.btn_dark:after {
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  content: "";
  border: 1px solid white;
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  /*
  background-size: 40px 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  */
  background-size: 8px 15px;
  background-position: center center;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
@media (max-width: 991.98px) {
  .btn_dark:after {
    /*
    background-size: 30px 30px;
    top: 6px;
    right: 7px;
    width: 30px;
    height: 30px;
    */
    background-size: 6px 11px;
    width: 30px;
    height: 30px;
    right: 7px;
    top: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .btn_dark:after {
    background-size: 7px 12px;
    height: 32px;
    width: 32px;
    top: 7px;
    right: 10px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn_dark:after {
    transition: none;
  }
}
.btn_dark:hover {
  color: white;
  text-decoration: none;
}
.btn_dark:hover:after {
  transform: rotate(360deg);
}
.btn_dark:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn_dark:active {
  color: white;
}

/*
    Navbar
 */
.navbar_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.navbar_fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
}

nav {
  transition: all 0.5s;
}
@media screen and (prefers-reduced-motion: reduce) {
  nav {
    transition: none;
  }
}
nav .nav-link {
  font-family: "MolSans-Black", sans-serif;
  font-size: 15px;
  margin-left: 8px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  nav .nav-link {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  nav .nav-link {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  nav .nav-link {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  nav .nav-link {
    font-size: 13px;
  }
}
nav .mobil-map-country {
  display: none;
}
nav .map-hu {
  position: relative;
}
nav .map-hu img {
  width: 51px;
  height: 42px;
}
nav .map-si {
  position: relative;
  width: 39px;
  height: 28px;
  margin: 5px;
}
nav .map-si img {
  width: 39px;
  height: 28px;
}
nav .map-border-top {
  border-top: 1px solid #76a9d4;
}
nav .map-border-bottom {
  border-bottom: 1px solid #76a9d4;
}
nav .map-desktop {
  position: relative;
  width: 39px;
  height: 36px;
  margin: 5px;
}
nav .map-desktop img {
  width: 39px;
  height: 36px;
}
nav .map-desktop.map-hr {
  height: 45px;
}
nav .map-desktop.map-hr img {
  padding-top: 2px;
}
nav .map-country {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
nav .map-country.active {
  opacity: 0;
}
nav .map-country:hover.active {
  opacity: 1;
}
nav .dropdown-menu.map {
  min-width: auto;
  border: none;
  border-radius: 0;
}
nav .dropdown-toggle.map-hu::after {
  right: -40px;
  top: 20px;
  position: absolute;
}

.registraion-dropdown {
  display: inline-block;
}
.registraion-dropdown .dropdown-menu a {
  border-radius: 0 !important;
  color: #0054a6 !important;
}
.registraion-dropdown .dropdown-menu a:hover {
  background-color: #0054a6 !important;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  nav #registration-container {
    display: none;
  }
  nav .nav-item.registration-link {
    display: block;
  }
  nav .mobil-map-country {
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
  }
  nav .mobil-map-country a {
    display: inline-block;
  }
  nav .map-country {
    position: relative;
    display: inline-block;
  }
  nav .map-country.active {
    position: absolute;
    left: 0;
    top: 0;
  }
  nav .map-hu {
    margin-right: 10px;
  }
  nav .map-ro {
    position: relative;
    border-left: 1px solid #76a9d4;
  }
  nav .map-ro img {
    width: 40px;
    height: 36px;
  }
  nav .map-ro .map-country {
    margin-left: 10px;
    margin-right: 10px;
  }
  nav .map-hr {
    position: relative;
    width: auto;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #76a9d4;
    border-right: 1px solid #76a9d4;
  }
  nav .map-hr.first {
    border-left: none;
  }
  nav .map-hr .map-country {
    margin-left: 10px;
    margin-right: 10px;
  }
  nav .map-hr img {
    width: 40px;
    height: 36px;
  }
}

.navbar {
  flex-direction: column;
  padding: 0 0 0 0;
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 0 10px;
  }
}

.navbar-nav {
  position: relative;
}
.navbar-nav .active .nav-link {
  color: #44c8f5;
}
.navbar-nav .registration-link {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}
@media (min-width: 992px) {
  .dropdown_lang {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .dropdown_lang {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    font-family: "MolSans-Black", sans-serif;
  }
}
.dropdown_lang .separator {
  font-size: 18px;
  font-family: "MolSans-Black", sans-serif;
}
.dropdown_lang .active {
  color: #44c8f5 !important;
}

.navbar_transparent {
  background-color: transparent;
}
.navbar_transparent .nav-link {
  transition: all 0.2s ease-in-out;
  color: white;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar_transparent .nav-link {
    transition: none;
  }
}
.navbar_transparent .nav-link:hover {
  color: #44c8f5;
}
@media (max-width: 991.98px) {
  .navbar_transparent .dropdown-menu {
    background: none;
    border: none;
    padding-top: 0;
  }
  .navbar_transparent .dropdown-menu .dropdown-item {
    color: white;
    font-size: 18px;
    font-family: "MolSans-Black", sans-serif;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar_transparent .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
  .navbar_transparent .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .navbar_transparent .dropdown-menu .dropdown-item:hover {
    background: none;
  }
}
.navbar_transparent .dropdown_lang a {
  color: white;
}
.navbar_transparent .dropdown_lang a:hover {
  text-decoration: none;
}
.navbar_transparent .dropdown_lang .separator {
  color: white;
}

.navbar_colorful {
  background-color: white;
}
.navbar_colorful .nav-link {
  transition: all 0.2s ease-in-out;
  color: #0054a6;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar_colorful .nav-link {
    transition: none;
  }
}
.navbar_colorful .nav-link:hover {
  color: #44c8f5;
}
@media (max-width: 991.98px) {
  .navbar_colorful .dropdown-menu {
    background: none;
    border: none;
    padding-top: 0;
  }
  .navbar_colorful .dropdown-menu .dropdown-item {
    transition: all 0.2s ease-in-out;
    color: #0054a6;
    font-size: 18px;
    font-family: "MolSans-Black", sans-serif;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar_colorful .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
  .navbar_colorful .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .navbar_colorful .dropdown-menu .dropdown-item {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .navbar_colorful .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #44c8f5;
  }
}
.navbar_colorful .dropdown_lang a {
  color: #0054a6;
}
.navbar_colorful .dropdown_lang a:hover {
  color: #44c8f5;
  text-decoration: none;
}
.navbar_colorful .dropdown_lang .separator {
  color: #0054a6;
}

.navbar-brand {
  /*
  @include media-breakpoint-down(md) {
      width: 50%;

      img {
          //width: 140px;
          //width: 50%;
          width: 100%;
      }
  }
  */
}
@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 190px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand img {
    width: 250px !important;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .navbar-brand img {
    width: 185px !important;
  }
}
.navbar-brand img {
  width: 210px;
}

.navbar-toggler {
  background: white;
  border-radius: 20px;
  padding: 3px;
}
.navbar-toggler .menu_icon_container {
  background-color: white;
  display: block;
  width: 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-toggler .menu_icon_container {
    width: 29px;
  }
}
.navbar-toggler .menu_icon_container span {
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0054a6;
  margin: 3px auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-toggler .menu_icon_container span {
    margin: 4px auto;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-toggler .menu_icon_container span {
    transition: none;
  }
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler:hover .menu_icon_container span {
  background-color: #44c8f5;
}

/*
    Footer
 */
footer {
  background-image: linear-gradient(to right, #44c8f5 0%, #0054a6 100%);
  background-repeat: repeat-x;
  color: white;
  font-family: "MolSans-Book", sans-serif;
  font-size: 12px;
  padding: 15px 0;
}
footer .footer_left {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  footer .footer_left {
    text-align: center;
  }
  footer .footer_left img {
    width: 200px !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  footer .footer_left {
    text-align: center;
  }
  footer .footer_left img {
    width: 200px !important;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  footer .footer_left {
    text-align: center;
    font-size: 12px;
  }
  footer .footer_left img {
    width: 140px !important;
  }
}
footer .footer_left span {
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  footer .footer_left span {
    display: block;
    font-size: 15px;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  footer .footer_left span {
    font-size: 15px;
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  footer .footer_left span {
    display: block;
    margin-left: 0;
    margin-top: 7px;
  }
}
footer .footer_left img {
  width: 200px;
}
footer .footer_right {
  padding-top: 5px;
  text-align: right;
}
@media (max-width: 575.98px) {
  footer .footer_right {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  footer .footer_right {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  footer .footer_right {
    padding-top: 12px;
  }
}
footer .footer_right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer_right li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
@media (max-width: 991.98px) {
  footer .footer_right li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
footer .footer_right li:after {
  border-right: 1px solid white;
  content: "";
  height: 15px;
  position: absolute;
  right: -20px;
  top: 2px;
  width: 1px;
}
@media (max-width: 575.98px) {
  footer .footer_right li:after {
    content: none;
  }
}
@media (max-width: 767.98px) {
  footer .footer_right li:after {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_right li:after {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  footer .footer_right li:after {
    top: 2px;
  }
}
footer .footer_right li:last-child {
  margin-right: 0;
}
footer .footer_right li:last-child:after {
  content: none;
}
footer .footer_right a {
  color: white;
}
footer .footer_right a:hover {
  color: white;
  text-decoration: none;
}

/*******************************************************/
/*
    Main Page
 */
/*
    Main page Slider
 */
#slider .owl-carousel .owl-nav {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .owl-nav {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .owl-nav {
    top: 43%;
  }
}
#slider .owl-carousel .owl-nav .owl-prev,
#slider .owl-carousel .owl-nav .owl-next {
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  background-color: #44c8f5;
  outline: none;
  pointer-events: visible;
  position: absolute;
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .owl-nav .owl-prev,
  #slider .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  #slider .owl-carousel .owl-nav .owl-prev,
  #slider .owl-carousel .owl-nav .owl-next {
    transition: none;
  }
}
#slider .owl-carousel .owl-nav .owl-prev:hover,
#slider .owl-carousel .owl-nav .owl-next:hover {
  background-color: #91dcf5;
}
#slider .owl-carousel .owl-nav .owl-prev {
  left: 5%;
}
#slider .owl-carousel .owl-nav .owl-next {
  right: 5%;
}
#slider .owl-carousel .owl-nav .slider_arrow_left {
  display: block;
  background-image: url("../images/slider_arrow_left.png");
  background-size: 13px 23px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .owl-nav .slider_arrow_left {
    background-size: 10px 18px;
  }
}
#slider .owl-carousel .owl-nav .slider_arrow_right {
  display: block;
  background-image: url("../images/slider_arrow_right.png");
  background-size: 13px 23px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .owl-nav .slider_arrow_right {
    background-size: 10px 18px;
  }
}
#slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  pointer-events: none;
  text-align: center;
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .owl-dots {
    bottom: 30px;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .owl-dots {
    bottom: 10px;
  }
}
#slider .owl-carousel .owl-dot {
  outline: none;
  pointer-events: visible;
}
#slider .owl-carousel .owl-dot span {
  background-color: #44c8f5;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  height: 6px;
  width: 100px;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .owl-dot span {
    height: 5px;
    width: 90px;
  }
}
#slider .owl-carousel .owl-dot:first-child span {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
}
#slider .owl-carousel .owl-dot:last-child span {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
}
#slider .owl-carousel .active span {
  background-color: #ef4138;
}
#slider .owl-carousel .text_container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  top: 40%;
  width: 850px;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .text_container {
    width: 58%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #slider .owl-carousel .text_container {
    top: 40%;
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #slider .owl-carousel .text_container {
    top: 33%;
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_container {
    top: 35%;
    width: 295px;
  }
}
#slider .owl-carousel .text_container.map-wide {
  width: 100%;
  top: 48%;
}
@media (max-width: 1380px) {
  #slider .owl-carousel .text_container.map-wide {
    top: 43%;
  }
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .text_container.map-wide {
    top: 47%;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container.map-wide {
    top: 55%;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .text_container.map-wide {
    top: 40%;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_container.map-wide {
    top: 41%;
    bottom: 15%;
  }
}
#slider .owl-carousel .text_container.map-wide .slide_5_text1 {
  font-size: 36px;
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .text_container.map-wide .slide_5_text1 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container.map-wide .slide_5_text1 {
    font-size: 26px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_container.map-wide .slide_5_text1 {
    font-size: 23px !important;
    margin-left: 30px;
  }
}
#slider .owl-carousel .text_container.map-wide .slide_5_text2 {
  font-size: 35px;
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .text_container.map-wide .slide_5_text2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container.map-wide .slide_5_text2 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_container.map-wide .slide_5_text2 {
    font-size: 23px !important;
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_container.map-wide .slider_more_info {
    margin-left: 30px;
  }
}
#slider .owl-carousel .text_container h1 {
  color: white;
  font-size: 60px;
  font-family: "MolSans-Black", sans-serif;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_container h1 {
    font-size: 28px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #slider .owl-carousel .text_container h1 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container h1 {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .text_container h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #slider .owl-carousel .text_container h1 {
    font-size: 34px;
  }
}
#slider .owl-carousel .text_container h1.color-blue-light {
  font-size: 50px;
  margin-bottom: auto;
  color: #44c8f5;
}
#slider .owl-carousel .text_container h1.color-blue-medium {
  font-size: 50px;
  color: #0054a6;
}
#slider .owl-carousel .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#slider .owl-carousel .slide_2_text h1 {
  color: #808080;
  font-family: "MolSans-Bold", sans-serif;
  font-size: 3.1vw;
  line-height: 1.3;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .slide_2_text h1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #slider .owl-carousel .slide_2_text h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_2_text h1 {
    font-size: 6vw;
    margin-bottom: 15px;
  }
}
#slider .owl-carousel .slide_2_text h1 .color_red {
  background-color: transparent;
  color: #e7342c;
}
#slider .owl-carousel .slide_2_text h2 {
  color: #808080;
  font-family: "MolSans-Regular", sans-serif;
  font-size: 1.5vw;
  line-height: 1.4;
  text-transform: uppercase;
  width: 75%;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .slide_2_text h2 {
    font-size: 1.6vw;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #slider .owl-carousel .slide_2_text h2 {
    font-size: 1.8vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #slider .owl-carousel .slide_2_text h2 {
    font-size: 2vw;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_2_text h2 {
    font-size: 4vw;
    width: 85%;
  }
}
#slider .owl-carousel .slide_2_text p {
  color: #808080;
  font-family: "MolSans-Regular", sans-serif;
  font-size: 0.92vw;
  margin-bottom: 10px;
  width: 70%;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #slider .owl-carousel .slide_2_text p {
    font-size: 1.1vw;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #slider .owl-carousel .slide_2_text p {
    font-size: 1.7vw;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.3;
  }
  #slider .owl-carousel .slide_2_text p strong {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_2_text p {
    font-size: 3vw;
    margin-bottom: 5px;
    width: 85%;
  }
}
#slider .owl-carousel .text_top {
  position: absolute;
  left: 3%;
  top: 30%;
  width: 35%;
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_top {
    left: 6%;
    top: 65%;
    width: 88%;
  }
}
#slider .owl-carousel .text_bottom {
  position: absolute;
  left: 3%;
  bottom: 2%;
  width: 35%;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #slider .owl-carousel .text_bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding-left: 3%;
    padding-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_bottom {
    left: 6%;
    bottom: 0%;
    width: 100%;
  }
}
#slider .owl-carousel .discount {
  position: absolute;
  top: 14%;
  left: 44%;
  text-align: left;
  font-style: italic;
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .discount {
    top: 8.7%;
    left: 57%;
  }
}
#slider .owl-carousel .discount p {
  color: white;
  font-size: 2vw;
  font-family: "MolSans-Bold", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .discount p {
    font-size: 3.5vw;
  }
}
#slider .owl-carousel .discount p .big {
  background-color: transparent;
  font-size: 6.2vw;
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .discount p .big {
    font-size: 10vw;
  }
}
#slider .owl-carousel .discount p .big .small {
  text-transform: none;
  font-size: 3vw;
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .discount p .big .small {
    font-size: 5vw;
  }
}
#slider .owl-carousel .slide_app_text {
  position: absolute;
  top: 15%;
  left: 4%;
  color: white;
  font-size: 2.8vw;
  font-family: "MolSans-Black", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #slider .owl-carousel .slide_app_text {
    top: 16%;
    left: 4%;
    width: 27%;
  }
  #slider .owl-carousel .slide_app_text a {
    margin: auto;
    display: block;
    font-size: 15px;
    max-width: 215px;
    padding: 12px 40px 12px 17px;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_app_text {
    top: 50%;
    left: 4%;
    font-size: 18px;
    width: 90%;
  }
  #slider .owl-carousel .slide_app_text a {
    margin-left: 0;
    display: block;
    font-size: 15px;
    max-width: 215px;
    padding: 12px 40px 12px 17px;
  }
  #slider .owl-carousel .slide_app_text .btn_light:after {
    top: 4px;
  }
}
#slider .owl-carousel .slide_app_text span {
  padding-left: 5px;
  background-color: transparent;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .slide_app_text span {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_app_text span {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .slide_app_text span {
    margin-bottom: 2vw;
  }
}
#slider .owl-carousel .slide_app_text .slide-app-title {
  margin-top: 55px;
  font-family: "MolSans-Black", sans-serif;
  font-size: 2.4vw;
  text-transform: uppercase;
  color: #5bc5f2;
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .slide_app_text .slide-app-title {
    font-size: 2vw;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .slide_app_text .slide-app-title {
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 16px;
  }
}
#slider .owl-carousel .slide_app_text .slide-app-subtitle {
  color: #004899;
  display: block;
}
#slider .owl-carousel .slide_app_text .slide-app-desc {
  font-family: "MolSans-Book", sans-serif;
  font-size: 2vw;
  text-transform: none;
  color: #102757;
  font-size: 1.2vw;
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .slide_app_text .slide-app-desc {
    margin-bottom: 3vw;
    font-size: 12px;
  }
}
#slider .owl-carousel .slide_maintenance_text {
  position: absolute;
  top: 20%;
  left: 4%;
  color: white;
  font-size: 2.8vw;
  font-family: "MolSans-Black", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  width: 42%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #slider .owl-carousel .slide_maintenance_text {
    top: 16%;
    left: 4%;
  }
  #slider .owl-carousel .slide_maintenance_text a {
    margin: auto;
    display: block;
    font-size: 15px;
    max-width: 215px;
    padding: 12px 40px 12px 17px;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_maintenance_text {
    top: 45%;
    left: 5%;
    width: 90%;
    text-align: center;
  }
  #slider .owl-carousel .slide_maintenance_text a {
    margin-left: 0;
    display: block;
    font-size: 15px;
    max-width: 215px;
    padding: 12px 40px 12px 17px;
  }
  #slider .owl-carousel .slide_maintenance_text .btn_light:after {
    top: 4px;
  }
}
#slider .owl-carousel .slide_maintenance_text span {
  background-color: transparent;
}
#slider .owl-carousel .slide_maintenance_text > span {
  background-color: transparent;
  display: block;
  margin-bottom: 30px;
  padding-left: 5px;
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .slide_maintenance_text > span {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_maintenance_text > span {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_maintenance_text > span {
    margin-bottom: 2vw;
    padding-left: 0px;
  }
}
#slider .owl-carousel .slide_maintenance_text .slide-color-red {
  color: #ef3f38;
}
#slider .owl-carousel .slide_maintenance_text .slide-color-lblue {
  color: #44c8f5;
}
#slider .owl-carousel .slide_maintenance_text .slide-maintenance-title {
  margin-top: 55px;
  font-family: "MolSans-Black", sans-serif;
  font-size: 2.4vw;
  text-transform: uppercase;
  color: #004899;
  margin-bottom: 5vw;
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .slide_maintenance_text .slide-maintenance-title {
    font-size: 2.4vw;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_maintenance_text .slide-maintenance-title {
    margin-top: 0;
    margin-bottom: 8vw;
    font-size: 5.4vw;
  }
}
#slider .owl-carousel .slide_maintenance_text .slide-maintenance-subtitle {
  color: #004899;
  display: block;
  margin-top: 30px;
  font-size: 2vw;
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_maintenance_text .slide-maintenance-subtitle {
    margin-top: 20px;
    font-size: 4vw;
  }
}
#slider .owl-carousel .slide_maintenance_text .slide-app-desc {
  font-family: "MolSans-Black", sans-serif;
  font-size: 2.4vw;
  text-transform: uppercase;
  color: #004899;
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_maintenance_text .slide-app-desc {
    margin-bottom: 3vw;
    font-size: 5.4vw;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_maintenance_text .slide-maintenance-logo-cont {
    text-align: center;
  }
}
#slider .owl-carousel .slide_maintenance_text .slide-maintenance-logo-cont .slide-maintenance-logo {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .slide_maintenance_text .slide-maintenance-logo-cont .slide-maintenance-logo {
    max-width: 50%;
  }
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .slide_maintenance_text .slide-maintenance-logo-cont .slide-maintenance-logo {
    max-width: 70%;
  }
}
#slider .owl-carousel .slide_3_text_top {
  position: absolute;
  top: 26%;
  left: 10%;
  color: white;
  font-size: 2.8vw;
  font-family: "MolSans-Black", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  width: 45%;
}
@media (min-width: 992px) {
  #slider .owl-carousel .slide_3_text_top.bankcard {
    top: 40%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #slider .owl-carousel .slide_3_text_top {
    top: 26%;
    left: 6%;
    font-size: 3.5vw;
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_3_text_top {
    top: 12%;
    left: 4%;
    font-size: 18px;
    width: 90%;
  }
  #slider .owl-carousel .slide_3_text_top a {
    margin: auto;
    display: block;
    font-size: 15px;
    max-width: 215px;
    padding: 12px 40px 12px 17px;
  }
  #slider .owl-carousel .slide_3_text_top .btn_light:after {
    top: 4px;
  }
}
#slider .owl-carousel .slide_3_text_top span {
  padding-left: 5px;
  background-color: transparent;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .slide_3_text_top span {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_3_text_top span {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .slide_3_text_top span {
    margin-bottom: 2vw;
  }
}
#slider .owl-carousel .slide_3_text_top .slider-text-bottom {
  font-family: "MolSans-Book", sans-serif;
  font-size: 30px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .slide_3_text_top .slider-text-bottom {
    margin-bottom: 2vw;
    font-size: 16px;
  }
}
#slider .owl-carousel .slide_3_text_top .slider-text-mini {
  font-family: "MolSans-Book", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  color: #44c8f5;
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .slide_3_text_top .slider-text-mini {
    margin-bottom: 2vw;
    font-size: 12px;
  }
}
#slider .owl-carousel .slide_3_text_bottom {
  position: absolute;
  bottom: 39%;
  left: 17%;
  color: white;
  font-size: 2.3vw;
  font-family: "MolSans-Bold", sans-serif;
  width: 45%;
  text-transform: uppercase;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #slider .owl-carousel .slide_3_text_bottom {
    bottom: 39%;
    left: 6%;
    font-size: 3vw;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .slide_3_text_bottom {
    bottom: 63%;
    left: 8%;
    font-size: 5vw;
    width: 84%;
  }
}
#slider .owl-carousel .slide_3_text_bottom a {
  color: white;
}
#slider .owl-carousel .slide_3_text_bottom a:hover {
  color: white;
  text-decoration: none;
}

/*
    Charger
 */
#charger {
  background-image: url("../images/main-pages/charger/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1100px;
  position: relative;
}
@media (max-width: 991.98px) {
  #charger {
    background-image: url("../images/main-pages/mobile/charger_bg_mobile.jpg");
    min-height: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #charger {
    min-height: auto;
  }
}
#charger .container {
  position: relative;
  z-index: 1;
}
#charger .text_container {
  margin-top: 330px;
}
@media (max-width: 991.98px) {
  #charger .text_container {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #charger .text_container {
    margin-top: 170px;
  }
}
#charger .text_container strong {
  color: white;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 70px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 991.98px) {
  #charger .text_container strong {
    font-size: 32px;
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #charger .text_container strong {
    font-size: 45px;
    margin-bottom: 25px;
    font-style: italic;
  }
}
@media (max-width: 991.98px) {
  #charger .text_container strong .second_line {
    display: block;
  }
}
#charger .text_container p {
  color: #00265a;
  font-size: 24px;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  #charger .text_container p {
    font-size: 18px;
    margin-bottom: 35px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #charger .text_container p {
    padding-right: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #charger .text_container p {
    font-size: 19px;
    margin-bottom: 40px;
  }
}
#charger .text_container a {
  margin-bottom: 210px;
}
@media (max-width: 991.98px) {
  #charger .text_container a {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #charger .text_container a {
    margin-bottom: 320px;
  }
}
#charger .decoration_dots_left_bottom {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/charger/decoration_dots_left_bottom.png");
  background-repeat: no-repeat;
  background-position: left 50% bottom;
}
@media (max-width: 991.98px) {
  #charger .decoration_dots_left_bottom {
    display: none;
  }
}
#charger .decoration_dots_left_top {
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/charger/decoration_dots_left_top.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 767.98px) {
  #charger .decoration_dots_left_top {
    top: 60px;
    left: -23%;
    position: absolute;
    background-image: url("../images/main-pages/mobile/decoration_dots_left_top_mobile.png");
    background-repeat: no-repeat;
    /*
    background-size: 212px 150px;
    width: 212px;
    height: 150px;
    */
    background-size: 100%;
    width: 66%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #charger .decoration_dots_left_top {
    top: 60px;
    left: -23%;
    position: absolute;
    background-image: url(../images/main-pages/mobile/decoration_dots_left_top_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
  }
}
#charger .decoration_dots_right_top_big {
  top: 220px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/charger/decoration_dots_right_top_big.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 767.98px) {
  #charger .decoration_dots_right_top_big {
    top: 335px;
    position: absolute;
    background-image: url("../images/main-pages/mobile/decoration_dots_right_top_big_mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #charger .decoration_dots_right_top_big {
    /*
    top: 335px;
    position: absolute;
    background-image: url(../images/main-pages/mobile/decoration_dots_right_top_big_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90%;
    */
    top: 314px;
    position: absolute;
    background-image: url(../images/main-pages/mobile/decoration_dots_right_top_big_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80%;
  }
}
#charger .decoration_dots_right_top_small {
  top: 435px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/charger/decoration_dots_right_top_small.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 767.98px) {
  #charger .decoration_dots_right_top_small {
    top: 435px;
    left: auto;
    right: 5%;
    position: absolute;
    background-image: url("../images/main-pages/mobile/decoration_dots_right_top_small_mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #charger .decoration_dots_right_top_small {
    /*
    top: 435px;
    left: auto;
    right: 12%;
    position: absolute;
    background-image: url(../images/main-pages/mobile/decoration_dots_right_top_small_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30%;
    */
    top: 390px;
    left: auto;
    right: 20%;
    position: absolute;
    background-image: url(../images/main-pages/mobile/decoration_dots_right_top_small_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24%;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #charger .decoration_dots_right_top_small {
    top: 150px;
    bottom: 0;
    left: 0;
    right: -200px;
    position: absolute;
    background-image: url(../images/main-pages/charger/decoration_dots_right_top_small.png);
    background-repeat: no-repeat;
    background-position: right top;
  }
}
#charger .decoration_charger {
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/charger/efacec.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #charger .decoration_charger {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #charger .decoration_charger {
    top: 60px;
    right: -100px;
    background-size: 1184px;
  }
}
@media (max-width: 767.98px) {
  #charger .charger_mobile_container {
    overflow: hidden;
  }
  #charger .charger_mobile_container .charger_mobile {
    /*
    margin-top: 45px;
    transform: translateX(-16%);
    width: 140%;
    */
    margin-top: 45px;
    transform: translateX(-11%);
    width: 120%;
    margin-bottom: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #charger .charger_mobile_container {
    overflow: hidden;
  }
  #charger .charger_mobile_container .charger_mobile {
    /*
    margin-top: 45px;
    margin-bottom: -50px;
    transform: none;
    width: 100%;
    */
    margin-top: 45px;
    margin-bottom: -50px;
    transform: translateX(14%);
    width: 75%;
  }
}
@media (min-width: 992px) {
  #charger .charger_mobile_container {
    display: none;
  }
}

/*
    Types
 */
#types {
  background-image: linear-gradient(-30deg, #0054a6, #44c8f5);
  background-repeat: repeat-x;
  padding: 250px 0 100px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  #types {
    overflow: hidden;
    padding: 0 0 25px 0;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #types {
    padding-top: 100px;
  }
}
#types .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #types .text_container {
    text-align: center;
  }
}
#types .text_container strong {
  color: white;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 991.98px) {
  #types .text_container strong {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #types .text_container strong {
    font-size: 45px;
    margin-bottom: 25px;
    font-style: italic;
  }
}
#types .text_container p {
  color: white;
  font-size: 24px;
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  #types .text_container p {
    font-size: 18px;
    margin-bottom: 35px;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #types .text_container p {
    font-size: 19px;
    margin-bottom: 40px;
  }
}
#types .text_container a {
  margin-bottom: 190px;
}
@media (max-width: 991.98px) {
  #types .text_container a {
    margin-bottom: 145px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #types .text_container a {
    margin-bottom: 100px;
  }
}
#types .type_container {
  border-radius: 35px;
  background-color: white;
  font-size: 30px;
  font-family: "MolSans-Black", sans-serif;
  line-height: 1;
  padding: 45px 0 45px 150px;
  position: relative;
}
@media (max-width: 767.98px) {
  #types .type_container {
    border-radius: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 0 20px 60px;
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #types .type_container {
    border-radius: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 0 20px 80px;
    width: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #types .type_container {
    border-radius: 30px;
    font-size: 25px;
    line-height: 1;
    padding: 35px 0 35px 125px;
    position: relative;
  }
}
#types .type_container .icon_container {
  border-radius: 35px;
  color: white;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}
@media (max-width: 991.98px) {
  #types .type_container .icon_container {
    border-radius: 20px;
    width: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #types .type_container .icon_container {
    border-radius: 30px;
    width: 105px;
  }
}
#types .type_container .icon_type_1:after {
  content: "";
  background-image: url("../images/main-pages/types/type_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #types .type_container .icon_type_1:after {
    background-size: 50%;
  }
}
#types .type_container .icon_type_2:after {
  content: "";
  background-image: url("../images/main-pages/types/type_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #types .type_container .icon_type_2:after {
    background-size: 50%;
  }
}
#types .type_container .icon_type_3:after {
  content: "";
  background-image: url("../images/main-pages/types/type_03.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #types .type_container .icon_type_3:after {
    background-size: 50%;
  }
}
#types .decoration_charger {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/types/charger2.png");
  background-repeat: no-repeat;
  background-position: left 50% bottom;
  z-index: 1;
}
@media (max-width: 575.98px) {
  #types .decoration_charger {
    top: 0;
    left: -45%;
    position: absolute;
    background-image: url("../images/main-pages/mobile-types/charger_mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 50% bottom;
    width: 135%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #types .decoration_charger {
    bottom: -110px;
    left: -25%;
    width: 576px;
    position: absolute;
    background-image: url(../images/main-pages/mobile-types/charger_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 50% bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #types .decoration_charger {
    bottom: -110px;
    left: 0%;
    width: 576px;
    position: absolute;
    background-image: url(../images/main-pages/mobile-types/charger_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 50% bottom;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #types .decoration_charger {
    /*
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url(../images/main-pages/types/charger2.png);
    background-repeat: no-repeat;
    background-position: left 60% bottom;
    z-index: 1;
    background-size: 140%;
    */
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0;
    position: absolute;
    background-image: url(../images/main-pages/types/charger2.png);
    background-repeat: no-repeat;
    background-position: left 60% bottom;
    z-index: 1;
    background-size: 125%;
    width: 977px;
  }
}
#types .decoration_dots_left_bottom {
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/types/decoration_dots_left_bottom.png");
  background-repeat: no-repeat;
  background-position: left 50% bottom;
}
@media (max-width: 767.98px) {
  #types .decoration_dots_left_bottom {
    bottom: 0;
    top: 325px;
    left: -25%;
    position: absolute;
    background-image: url("../images/main-pages/mobile-types/decoration_dots_left_bottom_mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 50% top;
    width: 87%;
  }
}
@media (max-width: 991.98px) {
  #types .decoration_dots_left_bottom {
    bottom: 0;
    top: 325px;
    left: -30%;
    position: absolute;
    background-image: url(../images/main-pages/mobile-types/decoration_dots_left_bottom_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 50% top;
    width: 70%;
  }
}
#types .decoration_dots_left_top {
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/types/decoration_dots_left_top.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 575.98px) {
  #types .decoration_dots_left_top {
    top: 75px;
    left: auto;
    right: 10%;
    position: absolute;
    background-image: url("../images/main-pages/mobile-types/decoration_dots_left_top_mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 138%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #types .decoration_dots_left_top {
    top: 75px;
    left: auto;
    right: 10%;
    position: absolute;
    background-image: url(../images/main-pages/mobile-types/decoration_dots_left_top_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #types .decoration_dots_left_top {
    top: 75px;
    left: auto;
    right: 30%;
    position: absolute;
    background-image: url(../images/main-pages/mobile-types/decoration_dots_left_top_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80%;
  }
}
#types .decoration_dots_right_bottom {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/main-pages/types/decoration_dots_right_bottom.png");
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 767.98px) {
  #types .decoration_dots_right_bottom {
    top: 120px;
    left: auto;
    right: -120%;
    position: absolute;
    background-image: url("../images/main-pages/mobile-types/decoration_dots_right_bottom_mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right 50% top;
    width: 148%;
  }
}
@media (max-width: 991.98px) {
  #types .decoration_dots_right_bottom {
    top: 120px;
    left: auto;
    right: -85%;
    position: absolute;
    background-image: url(../images/main-pages/mobile-types/decoration_dots_right_bottom_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right 50% top;
    width: 120%;
  }
}

/*
    Map
 */
#evMapWidget {
  height: 700px;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #evMapWidget {
    height: 600px;
  }
}

.gm-style-iw {
  border-radius: 10px;
  width: 190px !important;
  height: 270px !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}

#googleMap {
  height: 900px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #googleMap {
    height: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #googleMap {
    height: 850px;
  }
}

.google_map_container {
  position: relative;
}
@media (min-width: 992px) {
  .google_map_container {
    margin-top: 105px;
  }
}
.google_map_container iframe {
  border: none;
  height: 70vh;
}
/*******************************************************/
/*
    Prices
*/
#prices {
  background-image: linear-gradient(to bottom, #f0f7fa 0%, #bfddef 100%);
  background-repeat: repeat-x;
  position: relative;
  /*
  .price_type_container {
      @include media-breakpoint-only(md) {
          padding-top: 100px;
      }
      @include media-breakpoint-down(sm) {
          padding-top: 70px;
      }
      padding-top: 130px;

      .price_container {
          @include media-breakpoint-down(md) {
              @include border-radius(24px);
              height: 60px;
              margin-bottom: 10px;
          }
          @include border-radius(37.5px);
          display: flex;
          height: 120px;
          margin-bottom: 20px;

          .text_container {
              @include media-breakpoint-down(md) {
                  @include border-radius(24px);
              }
              @include media-breakpoint-only(lg) {
                  width: 34%;
              }
              @include border-radius(37.5px);
              background-color: white;
              width: 28%;
              display: flex;
              align-content: center;
              justify-content: center;
              flex-wrap: wrap;
          }

          .big {
              @include media-breakpoint-down(md) {
                  font-size: 32px;
                  width: 100%;
                  text-align: center;
              }
              font-family: $font-family-gotham-black;
              font-size: 48px;
              line-height: 1;
          }

          .small {
              @include media-breakpoint-down(md) {
                  //font-size: 12px;
                  font-size: 9px;
                  width: 100%;
                  text-align: center;
              }
              font-family: $font-family-gotham-medium;
              //font-size: 18px;
              font-size: 13px;
              line-height: 1;
              text-transform: uppercase;
          }

          p {
              @include media-breakpoint-down(md) {
                  font-size: 35px;
              }
              align-self: center;
              color: white;
              font-size: 55px;
              font-family: $font-family-gotham-black-italic;
              line-height: 1;
              margin: 0;
              text-align: center;
              width: 100%;
          }
      }

      .type_container {
          @include media-breakpoint-down(md) {
              margin-bottom: 10px;
          }
          @include border-radius(37.5px);
          border: 1px solid white;
          padding-top: 25px;
          padding-bottom: 25px;

          .label {
              color: white;
              font-family: $font-family-gotham-black-italic;
              font-size: 22px;
              text-align: center;
          }

          .img_container {
              @include media-breakpoint-down(md) {
                  height: 120px;
              }
              height: 190px;
              position: relative;
          }

          .text {
              color: white;
              font-family: $font-family-gotham-book;
              font-size: 18px;
              text-align: center;
          }

          .standard_ac_type_2 {
              @include media-breakpoint-down(md) {
                  background-size: 58px 52px;
              }
              background-image: url("../images/prices/standard_type2.png");
              background-position: center;
              background-repeat: no-repeat;
              background-size: 117px 103px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
          }

          .standard_ccs {
              @include media-breakpoint-down(md) {
                  background-size: 48px 68px;
              }
              background-image: url("../images/prices/standard_ccs.png");
              background-position: center;
              background-repeat: no-repeat;
              background-size: 97px 136px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
          }

          .standard_chademo {
              @include media-breakpoint-down(md) {
                  background-size: 59px 59px;
              }
              background-image: url("../images/prices/standard_chademo.png");
              background-position: center;
              background-repeat: no-repeat;
              background-size: 117px 117px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
          }
      }

      .text_bottom {
          @include media-breakpoint-down(md) {
              font-size: 17px;
              padding-top: 15px;
          }
          color: white;
          font-family: $font-family-gotham-bold;
          font-size: 18px;
          padding-top: 40px;
          text-align: center;
      }
  }
   */
}
#prices .decoration_dots_left_bottom {
  top: 0;
  bottom: -120px;
  left: -320px;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left 50% bottom;
  background-image: url("../images/prices/decoration_dots_left_bottom.png");
}
@media (max-width: 991.98px) {
  #prices .decoration_dots_left_bottom {
    display: none;
  }
}
#prices .decoration_dots_right_bottom {
  top: 0;
  bottom: 400px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/prices/decoration_dots_right_bottom.png");
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 991.98px) {
  #prices .decoration_dots_right_bottom {
    display: none;
  }
}
#prices .decoration_dots_right_top {
  top: 950px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/prices/decoration_dots_right_top.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #prices .decoration_dots_right_top {
    display: none;
  }
}
#prices .decoration_dots_left_top {
  top: 990px;
  bottom: 0;
  left: -110px;
  right: 0;
  position: absolute;
  background-image: url("../images/prices/decoration_dots_left_bottom.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  #prices .decoration_dots_left_top {
    display: none;
  }
}
#prices .container {
  position: relative;
  z-index: 1;
}
#prices .cover {
  /*
  @include media-breakpoint-only(md) {
      background-size: 1800px;
  }
  */
  background-image: url("../images/prices/cover_desktop.png");
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  min-height: 1161px;
}
@media (max-width: 575.98px) {
  #prices .cover {
    background-position-y: -160vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #prices .cover {
    background-position-y: -800px;
  }
}
@media (max-width: 767.98px) {
  #prices .cover {
    background-image: url("../images/prices/cover_mobile.png");
    min-height: 1745px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #prices .cover {
    background-position-y: -200px;
  }
}
#prices .prices_table {
  padding-top: 140px;
}
@media (max-width: 991.98px) {
  #prices .prices_table {
    padding-top: 70px;
  }
}
#prices .prices_table .row {
  padding-bottom: 20px;
}
#prices .prices_table .padding_container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .padding_container {
    padding-left: 0;
    padding-right: 0;
  }
}
#prices .prices_table .border_all {
  border: 1px solid white;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .border_all {
    border: none;
  }
}
#prices .prices_table .border_bottom {
  border-bottom: 1px solid white;
}
#prices .prices_table .bg_black {
  background-color: #000000;
}
#prices .prices_table .bg_blue_dark {
  background-color: #00265a;
}
#prices .prices_table .bg_blue_medium {
  background-color: #0054a6;
}
#prices .prices_table .bg_blue_light {
  background-color: #44c8f5;
}
#prices .prices_table .prices_table_heading {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-bottom: 15px;
}
#prices .prices_table .prices_table_heading div {
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 110px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_heading div {
    height: 70px;
  }
}
#prices .prices_table .prices_table_heading div span {
  color: white;
  font-size: 80px;
  flex: 0 0 100%;
  line-height: 1;
  font-family: "MolSans-Black", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_heading div span {
    font-size: 30px;
  }
}
#prices .prices_table .prices_table_heading div span.small {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_heading div span.small {
    font-size: 13px;
  }
}
#prices .prices_table .prices_table_heading div span.medium {
  font-size: 66px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_heading div span.medium {
    font-size: 30px;
  }
}
#prices .prices_table .prices_table_heading p {
  color: white;
  font-family: "MolSans-Bold", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_heading p {
    font-size: 12px;
    padding: 0 5px;
    text-transform: none;
  }
}
#prices .prices_table .prices_table_label {
  padding-top: 20px;
}
#prices .prices_table .prices_table_label p {
  color: white;
  font-family: "MolSans-Book", sans-serif;
  margin-bottom: 0;
  text-align: center;
}
#prices .prices_table .prices_table_label p.uppercase {
  font-family: "MolSans-Black", sans-serif;
  text-transform: uppercase;
}
#prices .prices_table .prices_table_column_label {
  align-items: center;
  color: #0054a6;
  background-color: white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  font-family: "MolSans-Black", sans-serif;
  font-size: 20px;
  height: 95px;
  line-height: 1.1;
  margin-bottom: 10px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}
#prices .prices_table .prices_table_column {
  align-items: center;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  padding: 20px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_column {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  #prices .prices_table .prices_table_column {
    padding: 2px;
  }
}
#prices .prices_table .prices_table_column div {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_column div {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
}
#prices .prices_table .prices_table_column .price {
  font-family: "MolSans-Black", sans-serif;
  font-size: 55px;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_column .price {
    font-size: 28px;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}
#prices .prices_table .prices_table_column .unit {
  font-family: "MolSans-Black", sans-serif;
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_column .unit {
    font-size: 14px;
    flex: 0 0 100%;
    text-align: center;
  }
}
#prices .prices_table .prices_table_column .mobile-reg-un-reg-title {
  font-family: "MolSans-Black", sans-serif;
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_column .mobile-reg-un-reg-title {
    font-size: 14px;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  #prices .prices_table .prices_table_column .mobile-reg-un-reg-title {
    font-size: 10px;
  }
}
#prices .prices_table .prices_table_column .small {
  font-size: 12px;
  font-family: "MolSans-Book", sans-serif;
  flex: 0 0 100%;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991.98px) {
  #prices .prices_table .prices_table_column .small {
    margin-bottom: 5px;
  }
}
@media (max-width: 374px) {
  #prices .prices_table .prices_table_column .small {
    word-break: break-word;
  }
}
#prices .prices_table .prices_table_column .small b,
#prices .prices_table .prices_table_column .small strong {
  font-family: "MolSans-Black", sans-serif;
}
#prices .info_text_container {
  /*
  @include media-breakpoint-only(md) {
      //margin-top: 300px;
      margin-bottom: 0;
  }
  @include media-breakpoint-only(sm) {
      //margin-top: 220px;
      margin-bottom: 0;
  }
  @include media-breakpoint-only(xs) {
      //margin-top: 160px;
      margin-bottom: 0;
  }
  */
  margin-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  #prices .info_text_container {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
#prices .info_text_container p {
  border-top: 1px solid #b2c7d8;
  color: #00265a;
  font-size: 22px;
  margin: 0;
  padding: 25px 10px;
}
@media (max-width: 991.98px) {
  #prices .info_text_container p {
    font-size: 18px;
  }
}
#prices .icons_container .icon_container {
  border-radius: 40px;
  border: 1px solid #b2c7d8;
  height: 265px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #prices .icons_container .icon_container {
    height: 215px;
  }
}
@media (max-width: 991.98px) {
  #prices .icons_container .icon_container {
    height: 140px;
    margin-bottom: 20px;
  }
}
#prices .icons_container .cash_icon {
  background-image: url("../images/prices/cash.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 98px 88px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #prices .icons_container .cash_icon {
    background-size: 78px 70px;
  }
}
#prices .icons_container .card_icon {
  background-image: url("../images/prices/card.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 123px 76px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #prices .icons_container .card_icon {
    background-size: 98px 60px;
  }
}
#prices .icons_container .text_huf {
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 65px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 991.98px) {
  #prices .icons_container .text_huf {
    font-size: 44px;
  }
}
#prices .icons_container .text_eur {
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 100px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #prices .icons_container .text_eur {
    font-size: 65px;
  }
}
#prices .multipoints_container {
  border-radius: 40px;
  background-image: url("../images/prices/bg_multipoints.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px;
  padding: 35px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  #prices .multipoints_container {
    background-image: linear-gradient(to right, #aad569 0%, #44a746 100%);
    background-repeat: repeat-x;
    margin-top: 30px;
  }
}
#prices .multipoints_container .mol_multipoints_logo {
  background-image: url("../images/prices/mol_multipoints_logo.png");
  background-repeat: no-repeat;
  background-size: 150px 57px;
  width: 150px;
  height: 57px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#prices .multipoints_container .img_container {
  padding-right: 70px;
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #prices .multipoints_container .img_container {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  #prices .multipoints_container .img_container {
    padding-top: 70px;
    padding-right: 0;
    text-align: center;
  }
}
#prices .multipoints_container .img_container img {
  width: 225px;
}
@media (max-width: 991.98px) {
  #prices .multipoints_container .img_container img {
    width: 190px;
  }
}
#prices .multipoints_container .mutlipoints_label {
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  #prices .multipoints_container .mutlipoints_label {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#prices .multipoints_container .mutlipoints_label span {
  color: #e7372e;
  font-size: 80px;
  font-family: "MolSans-Bold", sans-serif;
}
@media (max-width: 991.98px) {
  #prices .multipoints_container .mutlipoints_label span {
    font-size: 60px;
  }
}
#prices .multipoints_container .mutlipoints_label p {
  color: white;
  font-family: "MolSans-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  padding-left: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #prices .multipoints_container .mutlipoints_label p {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  #prices .multipoints_container .mutlipoints_label p {
    padding-left: 8px;
    font-size: 22px;
    width: 250px;
  }
}
#prices .banner_container {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  #prices .banner_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#prices .banner_container img {
  border-radius: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  #prices .banner_container .banner_desktop {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #prices .banner_container .banner_desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  #prices .banner_container .banner_mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #prices .banner_container .banner_mobile {
    display: block;
  }
}
#prices .disclaimer {
  background: red;
  border-radius: 40px;
  color: white;
  font-family: "MolSans-Book", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 20px 100px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #prices .disclaimer {
    font-size: 16px;
    padding: 20px 15px;
  }
}
#prices .nissan-promo {
  padding-top: 250px;
  margin-bottom: 70px;
}
@media (max-width: 1299.98px) {
  #prices .nissan-promo {
    padding-top: 150px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  #prices .nissan-promo {
    padding-top: 100px;
    margin-bottom: 20px;
  }
}
#prices .nissan-promo img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #prices .nissan-promo .nissan-promo-img {
    margin-bottom: 20px;
  }
}
#prices .nissan-promo .nissan-promo-text {
  font-family: "MolSans-Bold", sans-serif;
  color: #0054a6;
  font-size: 24px;
}
@media (max-width: 1299.98px) {
  #prices .nissan-promo .nissan-promo-text {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  #prices .nissan-promo .nissan-promo-text {
    font-size: 16px;
  }
}
#prices .nissan-promo .nissan-promo-text p {
  margin-bottom: 10px;
}
#prices .nissan-promo .nissan-promo-text .nisstan-promo-text-percent {
  font-family: "MolSans-Black", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #44c8f5;
}
@media (max-width: 1299.98px) {
  #prices .nissan-promo .nissan-promo-text .nisstan-promo-text-percent {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #prices .nissan-promo .nissan-promo-text .nisstan-promo-text-percent {
    font-size: 24px;
  }
}
#prices .bmw-promo {
  padding-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 1299.98px) {
  #prices .bmw-promo {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  #prices .bmw-promo {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
#prices .bmw-promo img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #prices .bmw-promo .bmw-promo-img {
    margin-bottom: 20px;
  }
}
#prices .bmw-promo .bmw-promo-text {
  font-family: "MolSans-Bold", sans-serif;
  color: #0054a6;
  font-size: 24px;
}
@media (max-width: 1299.98px) {
  #prices .bmw-promo .bmw-promo-text {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  #prices .bmw-promo .bmw-promo-text {
    font-size: 16px;
  }
}
#prices .bmw-promo .bmw-promo-text p {
  margin-bottom: 10px;
}
#prices .bmw-promo .bmw-promo-text .bmw-promo-text-percent {
  font-family: "MolSans-Black", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #44c8f5;
}
@media (max-width: 1299.98px) {
  #prices .bmw-promo .bmw-promo-text .bmw-promo-text-percent {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #prices .bmw-promo .bmw-promo-text .bmw-promo-text-percent {
    font-size: 24px;
  }
}
#prices #nissan-prices-table .prices_table_heading div {
  height: 50px;
}
#prices #nissan-prices-table .prices_table_heading div span {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  #prices #nissan-prices-table .prices_table_heading div span {
    font-size: 20px;
  }
}
#prices #nissan-prices-table .prices_table_heading p {
  font-size: 15px;
  text-transform: none;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  #prices #nissan-prices-table .prices_table_heading p {
    font-size: 12px;
    padding: 0 5px;
  }
}
#prices #nissan-prices-table .prices_table_heading p.info-text {
  font-family: "MolSans-Book", sans-serif;
}
#prices #nissan-prices-table .price-first-col {
  padding-bottom: 10px;
}
#prices #nissan-prices-table .prices_table_column_label {
  justify-content: center;
  height: 100%;
}
#prices #nissan-prices-table .prices_table_column .price {
  /*
  @include media-breakpoint-down(md) {
      font-size: 28px;
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 5px;
      text-align: center;
  }
  font-family: $font-family-gotham-black;
  font-size: 55px;
  line-height: 1;
  margin-right: 10px;
  */
}
#prices #nissan-prices-table .prices_table_column .unit {
  /*
  @include media-breakpoint-down(md) {
      font-size: 14px;
      //flex: none;
  }
  font-size: 30px;
  font-family: $font-family-gotham-bold;
  */
}
#prices .prices_table_label.nissan-price-table-bottom-text {
  padding-top: 0px;
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid rgba(0, 38, 90, 0.2);
}
@media (max-width: 991.98px) {
  #prices .prices_table_label.nissan-price-table-bottom-text {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
#prices .prices_table_label.nissan-price-table-bottom-text p {
  font-size: 20px;
  font-family: "MolSans-Book", sans-serif;
  color: #0054a6;
  text-transform: none;
}
@media (max-width: 991.98px) {
  #prices .prices_table_label.nissan-price-table-bottom-text p {
    font-size: 16px;
  }
}
#prices .applicant-information {
  font-size: 20px;
  color: #00265a;
}
@media (max-width: 991.98px) {
  #prices .applicant-information {
    font-size: 16px;
  }
}
#prices .applicant-information .applicant-information-box a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  #prices .applicant-information .applicant-information-box a {
    transition: none;
  }
}
#prices .applicant-information .applicant-information-box a:hover {
  color: #0054a6;
  text-decoration: none;
}
#prices .applicant-information .applicant-information-box.border-bot {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 38, 90, 0.2);
}
@media (max-width: 991.98px) {
  #prices .applicant-information .applicant-information-box.border-bot {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#prices .applicant-information .applicant-information-box p {
  font-size: 24px;
  color: #0054a6;
  font-family: "MolSans-Bold", sans-serif;
  margin-bottom: 40px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  #prices .applicant-information .applicant-information-box p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#prices .applicant-information .applicant-information-box ol {
  list-style: none;
  counter-reset: li;
  padding-left: 15px;
  margin-bottom: 0px;
}
#prices .applicant-information .applicant-information-box ol li {
  counter-increment: li;
  padding-left: 15px;
  margin-bottom: 20px;
}
#prices .applicant-information .applicant-information-box ol li:last-child {
  margin-bottom: 0px;
}
#prices .applicant-information .applicant-information-box ol li::before {
  content: counter(li) ". ";
  color: #44c8f5;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  font-family: "MolSans-Black", sans-serif;
}
#prices .applicant-information .applicant-information-box.hide-list-counter ol li::before {
  content: "";
}
#prices .applicant-information .application-mobile-img-c {
  padding-left: 15px;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  #prices .applicant-information .application-mobile-img-c {
    margin-top: 20px;
    text-align: center;
  }
}
#prices .applicant-information .application-mobile-img-c img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #prices .applicant-information .application-mobile-img-c img {
    max-width: 280px;
  }
}
@media (max-width: 575.98px) {
  #prices .applicant-information .application-mobile-img-c img {
    max-width: 235px;
  }
}

/*
    FAQ
 */
#faq,
#faq-sales {
  background-image: url("../images/faq/faq_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding: 150px 0 70px 0;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #faq,
  #faq-sales {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  #faq,
  #faq-sales {
    padding-top: 80px;
  }
}
#faq .container,
#faq-sales .container {
  position: relative;
  z-index: 1;
}
#faq .decoration_dots_left_bottom,
#faq-sales .decoration_dots_left_bottom {
  top: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/faq/decoration_dots_left_bottom.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
#faq .decoration_dots_right_top,
#faq-sales .decoration_dots_right_top {
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/faq/decoration_dots_right_top.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
#faq .decoration_dots_right_bottom,
#faq-sales .decoration_dots_right_bottom {
  top: 640px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/faq/decoration_dots_right_bottom.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
#faq .question_container .questions_item,
#faq-sales .question_container .questions_item {
  border-radius: 40px;
  background-color: white;
  cursor: pointer;
  margin-bottom: 20px;
  min-height: 75px;
  position: relative;
}
#faq .question_container .questions_item a,
#faq-sales .question_container .questions_item a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  #faq .question_container .questions_item a,
  #faq-sales .question_container .questions_item a {
    transition: none;
  }
}
#faq .question_container .questions_item a:hover,
#faq-sales .question_container .questions_item a:hover {
  color: #0054a6;
  text-decoration: none;
}
#faq .question_container .questions_item .number,
#faq-sales .question_container .questions_item .number {
  border-radius: 40px;
  align-items: center;
  background-color: #44c8f5;
  color: white;
  display: flex;
  font-family: "MolSans-Black", sans-serif;
  font-size: 30px;
  height: 75px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  font-style: italic;
}
@media (max-width: 767.98px) {
  #faq .question_container .questions_item .number,
  #faq-sales .question_container .questions_item .number {
    font-size: 20px;
    height: 35px;
    width: 35px;
  }
}
#faq .question_container .questions_item strong,
#faq-sales .question_container .questions_item strong {
  align-items: center;
  color: #0054a6;
  display: flex;
  font-family: "MolSans-Bold", sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  height: 75px;
  line-height: 1.2em;
  padding-left: 90px;
  padding-right: 90px;
  /*
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  */
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #faq .question_container .questions_item strong,
  #faq-sales .question_container .questions_item strong {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #faq .question_container .questions_item strong,
  #faq-sales .question_container .questions_item strong {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  #faq .question_container .questions_item strong,
  #faq-sales .question_container .questions_item strong {
    font-size: 18px;
    padding: 10px 30px 7px 30px;
    display: block;
    height: auto;
  }
}
#faq .question_container .questions_item p,
#faq-sales .question_container .questions_item p {
  color: #00265a;
  display: none;
  font-family: "MolSans-Book", sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 5px 90px 40px 90px;
}
@media (max-width: 767.98px) {
  #faq .question_container .questions_item p,
  #faq-sales .question_container .questions_item p {
    padding: 0px 30px 15px 30px;
    font-size: 16px;
  }
}
#faq .question_container .questions_item .toggler_open,
#faq-sales .question_container .questions_item .toggler_open {
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 1px solid #ccdded;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-image: url("../images/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (prefers-reduced-motion: reduce) {
  #faq .question_container .questions_item .toggler_open,
  #faq-sales .question_container .questions_item .toggler_open {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #faq .question_container .questions_item .toggler_open,
  #faq-sales .question_container .questions_item .toggler_open {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
  }
}
#faq .question_container .questions_item .toggler_close,
#faq-sales .question_container .questions_item .toggler_close {
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 1px solid #ef4138;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: #ef4138;
  background-image: url("../images/icon_plus_white.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(135deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  #faq .question_container .questions_item .toggler_close,
  #faq-sales .question_container .questions_item .toggler_close {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #faq .question_container .questions_item .toggler_close,
  #faq-sales .question_container .questions_item .toggler_close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 767.98px) {
  #faq .question_container .questions_item,
  #faq-sales .question_container .questions_item {
    min-height: 0;
    border-radius: 17px;
  }
}

#faq-sales {
  background-image: none;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  #faq-sales {
    padding-bottom: 0px;
  }
}

#sales-gyik {
  margin-bottom: 100px;
}
#sales-gyik .heading {
  color: #0054a6;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 47px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #sales-gyik .heading {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #sales-gyik .heading {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #sales-gyik .heading {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
#sales-gyik .sales-gyik-item .sales-gyik-img {
  margin-bottom: 30px;
}
#sales-gyik .sales-gyik-item .sales-gyik-img img {
  width: 100%;
}
#sales-gyik .sales-gyik-item .sales-gyil-title-desc {
  padding: 0 5px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  #sales-gyik .sales-gyik-item .sales-gyil-title-desc {
    font-size: 16px;
  }
}
#sales-gyik .sales-gyik-item .sales-gyil-title {
  color: #0054a6;
  margin-bottom: 20px;
}
#sales-gyik .sales-gyik-item .sales-gyil-title strong {
  font-family: "MolSans-Bold", sans-serif, sans-serif;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  #sales-gyik .sales-gyik-item .sales-gyil-title strong {
    font-size: 18px;
  }
}
#sales-gyik .sales-gyik-item .sales-gyik-desc p {
  color: #44c8f5;
  margin-bottom: 0px;
}
#sales-gyik .sales-gyik-item .sales-gyik-desc div {
  margin-bottom: 30px;
}

/*******************************************************/
/*
    How It Works
 */
#howItWorks {
  background-color: #e1eef7;
  position: relative;
}
#howItWorks .cover {
  background-image: url(../images/how-it-works/header.png);
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  min-height: 709px;
}
@media (max-width: 991.98px) {
  #howItWorks .cover {
    background-image: url(../images/how-it-works/header_mobil.png);
    background-size: contain;
    min-height: 505px;
  }
}
#howItWorks .selectors {
  display: flex;
  justify-content: space-around;
  padding-top: 220px;
  position: relative;
}
@media (max-width: 575.98px) {
  #howItWorks .selectors {
    padding-top: 80px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #howItWorks .selectors {
    padding-top: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #howItWorks .selectors {
    padding-top: 180px;
  }
}
#howItWorks .selectors .cards {
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  flex: 0 0 320px;
  max-width: 320px;
  height: 410px;
  margin-right: 60px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 991.98px) {
  #howItWorks .selectors .cards {
    flex: 0 0 30%;
    height: 36vw;
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #howItWorks .selectors .cards {
    flex: 0 0 250px;
    height: 320px;
    margin-right: 0;
  }
}
#howItWorks .selectors .cards p {
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  height: 130px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 15px 30px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  #howItWorks .selectors .cards p {
    height: 12vw;
    font-size: 2.6vw;
    line-height: 1.2;
    padding: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #howItWorks .selectors .cards p {
    font-size: 21px;
    height: 100px;
    padding: 10px 20px;
  }
}
#howItWorks .selectors .cards:last-of-type {
  margin-right: 0;
}
#howItWorks .selectors .card_1 {
  background-image: url(../images/how-it-works/select-1.png);
}
#howItWorks .selectors .card_1:hover, #howItWorks .selectors .card_1.active {
  background-image: url(../images/how-it-works/select-1-active.png);
  transform: translateY(-20px);
}
#howItWorks .selectors .card_1:hover p, #howItWorks .selectors .card_1.active p {
  color: white;
}
#howItWorks .selectors .card_2 {
  background-image: url(../images/how-it-works/select-2.png);
}
#howItWorks .selectors .card_2:hover, #howItWorks .selectors .card_2.active {
  background-image: url(../images/how-it-works/select-2-active.png);
  transform: translateY(-20px);
}
#howItWorks .selectors .card_2:hover p, #howItWorks .selectors .card_2.active p {
  color: white;
}
#howItWorks .selectors .card_3 {
  background-image: url(../images/how-it-works/select-3.png);
}
#howItWorks .selectors .card_3:hover, #howItWorks .selectors .card_3.active {
  background-image: url(../images/how-it-works/select-3-active.png);
  transform: translateY(-20px);
}
#howItWorks .selectors .card_3:hover p, #howItWorks .selectors .card_3.active p {
  color: white;
}
#howItWorks .steps {
  display: none;
  padding: 280px 0 140px 0;
}
@media (max-width: 575.98px) {
  #howItWorks .steps {
    padding: 20vw 0;
    padding-bottom: 5vw;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #howItWorks .steps {
    padding: 30vw 0;
    padding-bottom: 5vw;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #howItWorks .steps {
    padding: 160px 0;
  }
}
#howItWorks .steps.show {
  display: block;
}
#howItWorks .steps .step {
  display: flex;
  justify-content: center;
}
#howItWorks .steps .step .step_img_container {
  align-items: center;
  background-color: #ecf9fe;
  display: flex;
  flex: 0 0 270px;
  height: 270px;
  position: relative;
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container {
    flex: 0 0 50%;
    height: 44vw;
    max-width: 50%;
  }
}
#howItWorks .steps .step .step_img_container .number {
  align-items: center;
  color: white;
  display: flex;
  flex: 0 0 100%;
  font-family: "MolSans-Black", sans-serif;
  font-size: 215px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding-top: 20px;
  font-style: italic;
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container .number {
    font-size: 100px;
  }
}
#howItWorks .steps .step .step_img_container img {
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container img {
    padding: 20px;
  }
}
#howItWorks .steps .step .step_img_container:after {
  -webkit-transform: rotate(360deg);
  border-color: #ecf9fe transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container:after {
    border-width: 15px 15px 0 15px;
  }
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container .icon_padding_50 {
    padding: 25px;
  }
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container .icon_padding_60 {
    padding: 25px;
  }
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container .icon_padding_70 {
    padding: 25px;
  }
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_img_container .icon_padding_80 {
    padding: 25px;
  }
}
#howItWorks .steps .step .step_text {
  align-items: center;
  color: #0054a6;
  display: flex;
  flex: 0 0 450px;
  font-size: 30px;
  font-family: "MolSans-Bold", sans-serif;
  line-height: 1.3;
  padding: 0 50px;
}
@media (max-width: 575.98px) {
  #howItWorks .steps .step .step_text {
    font-size: 3.8vw;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #howItWorks .steps .step .step_text {
    flex: 1;
    font-size: 20px;
    padding: 0 0 0 40px;
  }
}
#howItWorks .steps .step:first-of-type .step_img_container {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#howItWorks .steps .step:last-of-type .step_img_container {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#howItWorks .steps .step:last-of-type .step_img_container:after {
  content: none;
}
#howItWorks .steps .step:nth-of-type(2n) .step_img_container {
  background-color: white;
}
#howItWorks .steps .step:nth-of-type(2n) .step_img_container .number {
  color: #ecf9fe;
}
#howItWorks .steps .step:nth-of-type(2n) .step_img_container:after {
  border-color: white transparent transparent transparent;
}

/*
#howItWorks {
    @include media-breakpoint-down(sm) {
        padding-top: 60px;
    }
    @include media-breakpoint-only(md) {
        padding-top: 110px;
    }
    @include media-breakpoint-only(lg) {
        padding-top: 130px;
    }
    background-image: url("../images/how-it-works/how-it-works-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    //min-height: 3250px;
    //padding-top: 320px;
    padding-top: 160px;
    position: relative;

    .container {
        position: relative;
        z-index: 1;
        //z-index: -1;
    }

    .item_container {
        @include media-breakpoint-down(md) {
            padding-bottom: 30px;
        }
        @include media-breakpoint-only(lg) {
            padding-bottom: 100px;
        }
        padding-bottom: 170px;
        position: relative;

        .number {
            @include media-breakpoint-down(md) {
                font-size: 18px;
                margin-left: 0;
                top: -10px;
                left: 10px;
                width: 45px;
                height: 45px;
            }
            @include border-radius(40px);
            align-items: center;
            background-color: $color-blue-light;
            color: white;
            display: flex;
            font-family: $font-family-gotham-black-italic;
            font-size: 36px;
            height: 75px;
            justify-content: center;
            margin: 0 auto;
            position: absolute;
            width: 75px;
            top: 85px;
            left: 0;
            right: 0;
            z-index: 1;
        }

        .line {
            @include media-breakpoint-down(md) {
                left: 33px;
                margin-left: 0;
            }
            border-left: 1px solid #bfe8f8;
            position: absolute;
            width: 1px;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .line_top {
            @include media-breakpoint-down(md) {
                left: 33px;
                margin-left: 0;
            }
            border-left: 1px solid #bfe8f8;
            position: absolute;
            width: 1px;
            height: 100px;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .line_bottom {
            @include media-breakpoint-down(md) {
                left: 33px;
                margin-left: 0;
            }
            border-left: 1px solid #bfe8f8;
            position: absolute;
            width: 1px;
            top: 120px;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
    }

    .text_container {
        strong {
            @include media-breakpoint-down(md) {
                //font-size: 18px;
                font-size: 24px;
                margin-top: 0;
                margin-bottom: 20px;
                padding-left: 60px;
            }
            @include media-breakpoint-only(lg) {
                font-size: 26px;
                margin-top: 110px;
                margin-bottom: 15px;
                padding-left: 20px;
            }
            color: $color-blue-medium;
            display: block;
            font-family: $font-family-gotham-black-italic;
            font-size: 36px;
            line-height: 1.3;
            margin-top: 100px;
            margin-bottom: 40px;
            text-transform: uppercase;
        }

        p {
            @include media-breakpoint-down(md) {
                //font-size: 15px;
                font-size: 18px;
                padding-left: 60px;
                margin-bottom: 25px;
            }
            @include media-breakpoint-only(lg) {
                font-size: 16px;
                margin-bottom: 25px;
                padding-left: 20px;
            }
            color: $color-blue-dark;
            font-size: 20px;
            margin: 0;
        }
    }

    .text_left {
        @include media-breakpoint-down(md) {
            padding-right: $grid-gutter-width / 2;
        }
        padding-right: 100px;
    }

    .text_right {
        @include media-breakpoint-down(md) {
            padding-left: $grid-gutter-width / 2;
        }
        @include media-breakpoint-only(lg) {
            padding-left: 60px;
        }
        padding-left: 100px;
    }

    .img_left {
        @include media-breakpoint-down(sm) {
            text-align: center;
        }
        @include media-breakpoint-only(md) {
            text-align: right;
        }
        text-align: left;
    }

    .img_right {
        @include media-breakpoint-down(md) {
            text-align: center;
        }
        text-align: right;
    }

    .img_container {
        @include media-breakpoint-down(md) {
            img {
                width: 80%;
            }
        }
        @include media-breakpoint-only(lg) {
            img {
                width: 85%;
            }
        }
    }

    .decoration_dots_left_top1 {
        @include media-breakpoint-down(md) {
            /*
            top: 60px;
            left: -120%;
            position: absolute;
            background-image: url(../images/how-it-works/mobile/decoration_dots_left_top1_mobile.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 160%;
            *
            display: none;
        }
        @include media-breakpoint-only(lg) {
            opacity: 0.1;
        }
        top: 655px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: url("../images/how-it-works/decoration_dots_left_top1.png");
        background-repeat: no-repeat;
        background-position: left 50% top;
    }

    .decoration_dots_left_top2 {
        @include media-breakpoint-down(md) {
            /*
            top: 60px;
            left: -58%;
            position: absolute;
            background-image: url(../images/how-it-works/mobile/decoration_dots_left_top2_mobile.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 115%;
            *
            display: none;
        }
        @include media-breakpoint-only(lg) {
            opacity: 0.2;
        }
        top: 1770px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: url("../images/how-it-works/decoration_dots_left_top2.png");
        background-repeat: no-repeat;
        background-position: left 50% top;
    }

    .decoration_dots_right_top1 {
        @include media-breakpoint-down(md) {
            /*
            top: 60px;
            right: 2%;
            position: absolute;
            background-image: url(../images/how-it-works/mobile/decoration_dots_right_top1_mobile.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 100%;
            *
            display: none;
        }
        top: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: url("../images/how-it-works/decoration_dots_right_top1.png");
        background-repeat: no-repeat;
        background-position: right 50% top;
    }

    .decoration_dots_right_top2 {
        @include media-breakpoint-down(md) {
            display: none;
        }
        top: 960px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: url("../images/how-it-works/decoration_dots_right_top2.png");
        background-repeat: no-repeat;
        background-position: right 50% top;
    }

    .decoration_dots_right_top3 {
        @include media-breakpoint-down(md) {
            display: none;
        }
        top: 2380px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background-image: url("../images/how-it-works/decoration_dots_right_top3.png");
        background-repeat: no-repeat;
        background-position: right 50% top;
    }
}
*/
/*******************************************************/
/*
    Charging Etiquette
 */
#chargingEtiquette {
  background-image: linear-gradient(to right, #f3fcfe 0%, #b2cce4 100%);
  background-repeat: repeat-x;
  padding-top: 160px;
  position: relative;
}
@media (max-width: 575.98px) {
  #chargingEtiquette {
    padding-top: 65px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #chargingEtiquette {
    padding-top: 85px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #chargingEtiquette {
    padding-top: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargingEtiquette {
    padding-top: 110px;
  }
}
@media (max-width: 767.98px) {
  #chargingEtiquette {
    padding-top: 110px;
  }
}
#chargingEtiquette .heading {
  color: #0054a6;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 47px;
  margin-top: 150px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 767.98px) {
  #chargingEtiquette .heading {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #chargingEtiquette .heading {
    font-size: 32px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargingEtiquette .heading {
    margin-top: 150px;
  }
}
#chargingEtiquette .safety-warnings-information-box a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  #chargingEtiquette .safety-warnings-information-box a {
    transition: none;
  }
}
#chargingEtiquette .safety-warnings-information-box a:hover {
  color: #0054a6;
  text-decoration: none;
}
#chargingEtiquette .safety-warnings-information-box.border-bot {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #chargingEtiquette .safety-warnings-information-box.border-bot {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#chargingEtiquette .safety-warnings-information-box p {
  font-size: 24px;
  color: #0054a6;
  font-family: "MolSans-Bold", sans-serif;
  margin-bottom: 40px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  #chargingEtiquette .safety-warnings-information-box p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#chargingEtiquette .safety-warnings-information-box ol {
  list-style: none;
  counter-reset: li;
  padding-left: 15px;
  margin-bottom: 0px;
}
#chargingEtiquette .safety-warnings-information-box ol li {
  counter-increment: li;
  padding-left: 15px;
  margin-bottom: 20px;
}
#chargingEtiquette .safety-warnings-information-box ol li:last-child {
  margin-bottom: 0px;
}
#chargingEtiquette .safety-warnings-information-box ol li::before {
  content: counter(li) ". ";
  color: #44c8f5;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  font-family: "MolSans-Black", sans-serif;
}
#chargingEtiquette .safety-warnings-information-box.hide-list-counter ol li::before {
  content: "";
}
#chargingEtiquette .container {
  position: relative;
  z-index: 1;
}
#chargingEtiquette .decoration_dots_left_top1 {
  top: 550px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/charging-etiquette/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
#chargingEtiquette .decoration_dots_left_top2 {
  top: 1750px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/charging-etiquette/decoration_dots_left_top2.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
#chargingEtiquette .decoration_dots_right_top1 {
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/charging-etiquette/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
#chargingEtiquette .decoration_dots_right_top2 {
  top: 1075px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/charging-etiquette/decoration_dots_right_top2.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
#chargingEtiquette .decoration_dots_right_top3 {
  top: 2200px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/charging-etiquette/decoration_dots_right_top3.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
#chargingEtiquette .etiquette_item {
  margin-top: -140px;
}
#chargingEtiquette .etiquette_item:first-child {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  #chargingEtiquette .etiquette_item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  #chargingEtiquette .etiquette_item {
    margin-top: -100px;
  }
}
@media (max-width: 767.98px) {
  #chargingEtiquette .etiquette_item {
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #chargingEtiquette .etiquette_item .offset-6 {
    margin-left: 0;
  }
}
#chargingEtiquette .text_container {
  margin-bottom: 30px;
}
#chargingEtiquette .text_container .number {
  color: #44c8f5;
  font-family: "MolSans-Black", sans-serif;
  font-size: 65px;
  line-height: 1.1;
  text-align: center;
  font-style: italic;
}
@media (max-width: 767.98px) {
  #chargingEtiquette .text_container .number {
    font-size: 32px;
  }
}
#chargingEtiquette .text_container .description {
  color: #00265a;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  #chargingEtiquette .text_container .description {
    font-size: 18px;
    text-align: left;
  }
}
#chargingEtiquette img {
  margin-left: -30px;
}
@media (max-width: 1299.98px) {
  #chargingEtiquette img {
    height: 200px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #chargingEtiquette img {
    margin-left: 0;
    width: 80%;
    height: auto;
  }
}
#chargingEtiquette .bottom_text {
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  padding: 70px 0 160px 0;
  text-align: center;
  display: inline-block;
  width: 67%;
  font-style: italic;
}
@media (max-width: 767.98px) {
  #chargingEtiquette .bottom_text {
    width: 100%;
    font-size: 18px;
    padding: 35px 0 80px 0;
  }
}

/*******************************************************/
/*
    Chargers bg
 */
.chargers_bg {
  background-color: #deeff7;
}

/*
    Chargers - DBTCompact50
 */
#chargerDBTCompact50 {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  #chargerDBTCompact50 {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #chargerDBTCompact50 {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
#chargerDBTCompact50 .overlay {
  background-image: url("../images/chargers/overlay.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1299.98px) {
  #chargerDBTCompact50 .overlay {
    background-position: center bottom;
    background-size: 100%;
  }
}
#chargerDBTCompact50 .decoration_dots_left_top1 {
  top: 0;
  bottom: 530px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/chargers/siemens/decoration_dots_left_top1.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerDBTCompact50 .decoration_dots_left_top1 {
    display: none;
  }
}
#chargerDBTCompact50 .decoration_dots_right_top1 {
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/siemens/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #chargerDBTCompact50 .decoration_dots_right_top1 {
    display: none;
  }
}
#chargerDBTCompact50 .decoration_dots_right_top2 {
  top: 0;
  bottom: 630px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/chargers/siemens/decoration_dots_right_top2.png);
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerDBTCompact50 .decoration_dots_right_top2 {
    display: none;
  }
}
#chargerDBTCompact50 .siemens_charger {
  top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url("../images/chargers/dbtcompact50/charger_dbtcompact50.png");
  background-repeat: no-repeat;
  background-size: 704px 938px;
  width: 704px;
  height: 938px;
}
@media (max-width: 991.98px) {
  #chargerDBTCompact50 .siemens_charger {
    position: static;
    width: auto;
    height: 400px;
    background-size: auto 400px;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargerDBTCompact50 .siemens_charger {
    top: -100px;
    background-size: 82%;
  }
}

/*
    Chargers - DBT
 */
#chargerDBT {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  #chargerDBT {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #chargerDBT {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
#chargerDBT .overlay {
  background-image: url("../images/chargers/overlay.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1299.98px) {
  #chargerDBT .overlay {
    background-position: center bottom;
    background-size: 100%;
  }
}
#chargerDBT .decoration_dots_left_top1 {
  top: 0;
  bottom: -330px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/chargers/siemens/decoration_dots_left_top1.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerDBT .decoration_dots_left_top1 {
    display: none;
  }
}
#chargerDBT .decoration_dots_right_top1 {
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/siemens/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #chargerDBT .decoration_dots_right_top1 {
    display: none;
  }
}
#chargerDBT .decoration_dots_left_top2 {
  top: 0px;
  bottom: -1160px;
  left: -25%;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/efacec/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 991.98px) {
  #chargerDBT .decoration_dots_left_top2 {
    display: none;
  }
}
#chargerDBT .decoration_dots_right_top2 {
  top: 0;
  bottom: -700px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/chargers/siemens/decoration_dots_right_top2.png);
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerDBT .decoration_dots_right_top2 {
    display: none;
  }
}
#chargerDBT .siemens_charger {
  top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url("../images/chargers/dbtn150/charger_dbt.png");
  background-repeat: no-repeat;
  background-size: 704px 938px;
  width: 704px;
  height: 938px;
}
@media (max-width: 991.98px) {
  #chargerDBT .siemens_charger {
    position: static;
    width: auto;
    height: 400px;
    background-size: auto 400px;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargerDBT .siemens_charger {
    top: -100px;
    background-size: 82%;
  }
}

/*
    Chargers - Siemens
 */
#chargerSiemens {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  #chargerSiemens {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #chargerSiemens {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
#chargerSiemens .overlay {
  background-image: url("../images/chargers/overlay.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1299.98px) {
  #chargerSiemens .overlay {
    background-position: center bottom;
    background-size: 100%;
  }
}
#chargerSiemens .decoration_dots_left_top1 {
  /*
  //top: 875px;
  top: 475px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/siemens/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
  /*
  @include media-breakpoint-down(md) {
      left: -450px;
      background-size: auto 500px;
  }
  */
  top: 0;
  bottom: 530px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/chargers/siemens/decoration_dots_left_top1.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerSiemens .decoration_dots_left_top1 {
    display: none;
  }
}
#chargerSiemens .decoration_dots_right_top1 {
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/siemens/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #chargerSiemens .decoration_dots_right_top1 {
    display: none;
  }
}
#chargerSiemens .decoration_dots_right_top2 {
  /*
  top: 965px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/siemens/decoration_dots_right_top2.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
  */
  top: 0;
  bottom: 630px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/chargers/siemens/decoration_dots_right_top2.png);
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerSiemens .decoration_dots_right_top2 {
    display: none;
  }
}
#chargerSiemens .siemens_charger {
  top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url("../images/chargers/siemens/charger_siemens.png");
  background-repeat: no-repeat;
  background-size: 704px 938px;
  width: 704px;
  height: 938px;
  /*
  @include media-breakpoint-down(md) {
      //left: -130px;
  }
  @include media-breakpoint-only(md) {
      //top: -25px;
      top: 25px;
      left: 25px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      background-image: url(../images/chargers/siemens/charger_siemens.png);
      background-repeat: no-repeat;
      height: 160%;
      background-size: 90%;
      width: 100%;
  }
  @include media-breakpoint-only(lg) {
      top: 45px;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute;
      background-image: url(../images/chargers/siemens/charger_siemens.png);
      background-repeat: no-repeat;
      height: 160%;
      background-size: 100%;
      width: 100%;
  }
  */
}
@media (max-width: 991.98px) {
  #chargerSiemens .siemens_charger {
    position: static;
    width: auto;
    height: 400px;
    background-size: auto 400px;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargerSiemens .siemens_charger {
    top: -100px;
    background-size: 82%;
  }
}

/*
    Charger - Efacec
 */
#chargerEfacec {
  /*
  @include media-breakpoint-only(xs) {
      padding-bottom: 0;
  }
  */
  padding-bottom: 100px;
  position: relative;
  /*
  @include media-breakpoint-down(md) {
      * Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#228dce+1,0154a7+100 *
      background: #228dce; /* Old browsers *
      background: -moz-linear-gradient(left, #228dce 1%, #0154a7 100%); /* FF3.6-15 *
      background: -webkit-linear-gradient(left, #228dce 1%,#0154a7 100%); /* Chrome10-25,Safari5.1-6 *
      background: linear-gradient(to right, #228dce 1%,#0154a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228dce', endColorstr='#0154a7',GradientType=1 ); /* IE6-9 *
  }
  */
}
@media (max-width: 991.98px) {
  #chargerEfacec {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
#chargerEfacec .decoration_dots_left_top1 {
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/efacec/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  #chargerEfacec .decoration_dots_left_top1 {
    display: none;
  }
}
#chargerEfacec .decoration_dots_left_bottom1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/efacec/decoration_dots_right_bottom1.png");
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerEfacec .decoration_dots_left_bottom1 {
    display: none;
  }
}
#chargerEfacec .decoration_dots_right_top1 {
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/efacec/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #chargerEfacec .decoration_dots_right_top1 {
    display: none;
  }
}
#chargerEfacec .charger_efacec {
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url(../images/chargers/efacec/charger_efacec.png);
  background-repeat: no-repeat;
  background-size: 702px 877px;
  width: 702px;
  height: 877px;
  /*
  /*
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url("../images/chargers/efacec/charger_efacec.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
  *

  top: 0;
  bottom: -30px;
  left: 30px;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url(../images/chargers/efacec/charger_efacec.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom;

  @include media-breakpoint-only(xs) {
      position: static;
      height: 600px;
      background-size: auto 600px;
      //background-position: left 10% top -40px;
      background-position: right 33% top;
  }
  @include media-breakpoint-only(sm) {
      position: static;
      height: 600px;
      background-size: auto 600px;
      background-position: right 25% top;
  }
  @include media-breakpoint-down(xs) {
      //background-position: left 30% top -40px;
  }
  @include media-breakpoint-only(md) {
      /*
      top: 10px;
      bottom: 0;
      left: -120px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      background-image: url(../images/chargers/efacec/charger_efacec.png);
      background-repeat: no-repeat;
      background-position: left 50% top;
      //background-size: 135%;
      background-size: 1480px;
      *
      top: 0;
      bottom: -45px;
      left: 30px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      background-image: url(../images/chargers/efacec/charger_efacec.png);
      background-repeat: no-repeat;
      background-position: left 50% bottom;
      background-size: 1280px;
  }

  @include media-breakpoint-only(lg) {
      top: 0;
      bottom: 35px;
      left: 80px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      background-image: url(../images/chargers/efacec/charger_efacec.png);
      background-repeat: no-repeat;
      background-position: left 50% bottom;
      background-size: 1480px;
  }
  */
}
@media (max-width: 991.98px) {
  #chargerEfacec .charger_efacec {
    position: static;
    width: auto;
    height: 400px;
    background-size: auto 400px;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargerEfacec .charger_efacec {
    top: -80px;
    left: -50px;
    background-size: 85%;
  }
}

#chargerAbb {
  position: relative;
}
#chargerAbb .container {
  border-bottom: none !important;
}
#chargerAbb .abb_charger {
  top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url("../images/chargers/abb/charger_abb.png");
  background-repeat: no-repeat;
  background-size: 634px 964px;
  width: 634px;
  height: 964px;
}
@media (max-width: 991.98px) {
  #chargerAbb .abb_charger {
    position: static;
    width: auto;
    height: 400px;
    background-size: auto 400px;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargerAbb .abb_charger {
    top: -100px;
    background-size: 82%;
  }
}
#chargerAbb .decoration_dots_right_top1 {
  top: -580px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/abb/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #chargerAbb .decoration_dots_right_top1 {
    display: none;
  }
}
#chargerAbb .decoration_dots_right_bottom {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/abb/decoration_dots_right_bottom.png");
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 991.98px) {
  #chargerAbb .decoration_dots_right_bottom {
    display: none;
  }
}
#chargerAbb .decoration_dots_left_top1 {
  top: -660px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/chargers/abb/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  #chargerAbb .decoration_dots_left_top1 {
    display: none;
  }
}

/*******************************************************/
/*
    Sales
 */
#sales {
  background-image: url("../images/sales/sales-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-bottom: 150px;
  position: relative;
}
#sales .container {
  position: relative;
  z-index: 1;
}
#sales .decoration_dots_left_top1 {
  top: 550px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/sales/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  #sales .decoration_dots_left_top1 {
    display: none;
  }
}
#sales .decoration_dots_left_top2 {
  top: 1670px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/sales/decoration_dots_left_top2.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  #sales .decoration_dots_left_top2 {
    display: none;
  }
}
#sales .decoration_dots_right_top1 {
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/sales/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #sales .decoration_dots_right_top1 {
    display: none;
  }
}
#sales .decoration_dots_right_top2 {
  top: 1110px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/sales/decoration_dots_right_top2.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #sales .decoration_dots_right_top2 {
    display: none;
  }
}
#sales .decoration_dots_right_bottom {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/sales/decoration_dots_right_bottom.png");
  background-repeat: no-repeat;
  background-position: right 50% bottom 520px;
}
@media (max-width: 991.98px) {
  #sales .decoration_dots_right_bottom {
    display: none;
  }
}
#sales .sales_cover {
  /*
  @include media-breakpoint-down(md) {
      background-image: url("../images/sales/sales-cover-mobile.png");
      background-size: 100%;
  }
  @include media-breakpoint-only(sm) {
      top: -170px;
  }
  @include media-breakpoint-only(md) {
      top: -300px;
  }
  */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  height: 900px;
  background-image: url("../images/sales/sales-cover-new.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 1299.98px) {
  #sales .sales_cover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 110%;
    height: 600px;
  }
}
@media (max-width: 991.98px) {
  #sales .sales_cover {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  #sales .sales_cover {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #sales .sales_cover {
    top: -18% !important;
  }
}
#sales .cover_text .heading {
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #sales .cover_text .heading {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  #sales .cover_text .heading {
    padding-top: 55px !important;
  }
}
@media (max-width: 767.98px) {
  #sales .cover_text .heading {
    padding-top: 525px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #sales .cover_text .heading {
    padding-top: 200px;
  }
}
#sales .cover_text .heading strong {
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 47px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 1.3;
  font-style: italic;
  /*
  @include media-breakpoint-down(sm){
      font-size:30px;
  }
  */
}
@media (max-width: 991.98px) {
  #sales .cover_text .heading strong {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
#sales .cover_text .heading p {
  color: #00265a;
  font-size: 20px;
  margin: 0;
  /*
  @include media-breakpoint-down(sm){
      font-size:16px;
  }
  */
}
@media (max-width: 991.98px) {
  #sales .cover_text .heading p {
    font-size: 18px;
  }
}
#sales .we_believe_that {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that {
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  #sales .we_believe_that {
    font-size: 50px;
  }
}
#sales .we_believe_that .heading {
  color: #0054a6;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 47px;
  margin-top: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 767.98px) {
  #sales .we_believe_that .heading {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .heading {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  #sales .we_believe_that .heading {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #sales .we_believe_that .heading {
    margin-top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #sales .we_believe_that .heading {
    margin-top: 430px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #sales .we_believe_that .heading {
    margin-top: 370px;
  }
}
#sales .we_believe_that .items {
  border-radius: 35px;
  background-color: #00265a;
  height: 120px;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items {
    height: 100px;
  }
}
#sales .we_believe_that .items .icon {
  border-radius: 35px;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items .icon {
    height: 100px;
    width: 100px;
  }
}
#sales .we_believe_that .items .details_container {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}
#sales .we_believe_that .items .icon_battery:after {
  background-image: url("../images/sales/icon_battery.png");
  background-repeat: no-repeat;
  background-size: 49px 79px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items .icon_battery:after {
    background-size: 31px auto;
  }
}
#sales .we_believe_that .items .icon_compability:after {
  background-image: url("../images/sales/icon_compability.png");
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items .icon_compability:after {
    background-size: 50px auto;
  }
}
#sales .we_believe_that .items .icon_flexibility:after {
  background-image: url("../images/sales/icon_flexibility.png");
  background-repeat: no-repeat;
  background-size: 95px 42px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items .icon_flexibility:after {
    background-size: 60px auto;
  }
}
#sales .we_believe_that .items .icon_signal:after {
  background-image: url("../images/sales/icon_signal.png");
  background-repeat: no-repeat;
  background-size: 80px 69px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items .icon_signal:after {
    background-size: 50px auto;
  }
}
#sales .we_believe_that .items .icon_tools:after {
  background-image: url("../images/sales/icon_tools.png");
  background-repeat: no-repeat;
  background-size: 65px 80px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items .icon_tools:after {
    background-size: 40px auto;
  }
}
#sales .we_believe_that .items strong {
  color: white;
  display: block;
  font-family: "MolSans-Bold", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 140px;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items strong {
    padding-left: 110px;
    padding-right: 10px;
    font-size: 14px;
  }
}
#sales .we_believe_that .items span {
  color: white;
  display: block;
  font-size: 14px;
  font-family: "MolSans-Book", sans-serif;
  line-height: 1.3;
  padding-top: 3px;
  padding-left: 140px;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  #sales .we_believe_that .items span {
    padding-left: 110px;
    padding-right: 10px;
    font-size: 12px;
  }
}
#sales .services .heading {
  color: #0054a6;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 47px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #sales .services .heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  #sales .services .heading {
    font-size: 26px;
  }
}
#sales .services ul {
  list-style-type: none;
  padding-left: 30px;
}
#sales .services li {
  color: #00265a;
  font-family: "MolSans-Black", sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  #sales .services li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#sales .services li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -30px;
  right: 0;
  bottom: 0;
  background-image: url("../images/sales/li_style_icon.png");
  background-repeat: no-repeat;
  background-size: 18px 9px;
}
#sales .services .second_level {
  list-style-type: disc;
}
#sales .services .second_level li {
  color: #0054a6;
  font-family: "MolSans-Book", sans-serif;
}
#sales .services .second_level li span {
  color: #00265a;
}
#sales .services .second_level li:before {
  content: none;
}

#table_informations {
  background-color: transparent;
  margin-top: 0px;
  padding-top: 1px;
  position: relative;
}
@media (max-width: 991.98px) {
  #table_informations {
    margin-top: -110px;
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #table_informations {
    margin-top: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #table_informations {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  #table_informations .col-0-5 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  #table_informations .col-11-5 {
    flex: 0 0 95.8333333334%;
    max-width: 95.8333333334%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#table_informations .bg_curved {
  top: -183px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-image: url("../images/sales/bg_curved.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 991.98px) {
  #table_informations .bg_curved {
    top: -29px;
    background-size: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #table_informations .bg_curved {
    top: -53px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #table_informations .bg_curved {
    top: -73px;
  }
}
#table_informations .heading_container {
  border-radius: 35px;
  background-color: #00265a;
  color: white;
  font-family: "MolSans-Black", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #table_informations .heading_container {
    border-radius: 10px;
    font-size: 15px;
    text-align: left;
    padding: 10px 0;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
#table_informations .bottom_text_container {
  border-radius: 30px;
  background-color: white;
  color: #00265a;
  font-size: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  #table_informations .bottom_text_container {
    border-radius: 15px;
    margin-top: 40px !important;
  }
}
@media (max-width: 991.98px) {
  #table_informations .bottom_text_container {
    font-size: 15px;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 45px;
    margin-left: 0;
    margin-right: 0;
  }
}
#table_informations .bottom_text_container p {
  padding-left: 190px;
  padding-right: 190px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #table_informations .bottom_text_container p {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#table_informations .bottom_text_container a {
  display: block;
  text-align: center;
}
@media (max-width: 767.98px) {
  #table_informations .bottom_text_container a {
    padding: 15px 0px 0px 0px;
  }
}
#table_informations .bottom_text_container .label_contact {
  border-radius: 40px;
  display: inline-block;
  background-color: #0054a6;
  color: white;
  font-size: 24px;
  padding-left: 75px;
  padding-right: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 360px;
}
@media (max-width: 767.98px) {
  #table_informations .bottom_text_container .label_contact {
    padding: 20px 15px 20px 68px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #table_informations .bottom_text_container .label_contact {
    text-align: center;
    padding: 20px 15px 20px 55px;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #table_informations .bottom_text_container .label_contact {
    padding-left: 70px;
  }
}
#table_informations .bottom_text_container .label_contact .icon {
  border-radius: 40px;
  background-color: #44c8f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
}
@media (max-width: 991.98px) {
  #table_informations .bottom_text_container .label_contact .icon {
    width: 65px;
  }
}
#table_informations .bottom_text_container .label_contact .icon_mail:after {
  background-image: url("../images/sales/icon_mail.png");
  background-repeat: no-repeat;
  background-size: 38px 26px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#table_informations .bottom_text_container .label_contact .icon_phone:after {
  background-image: url("../images/sales/icon_phone.png");
  background-repeat: no-repeat;
  background-size: 29px 32px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#table_informations .table_info {
  border-radius: 20px;
  border: 1px solid #44c8f5;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #table_informations .table_info {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  #table_informations .table_info {
    width: 100%;
  }
}
#table_informations .table_info .table_heading_container {
  height: 100%;
}
#table_informations .table_info .table_heading_container .table_heading {
  background-color: #44c8f5;
  color: white;
  font-family: "MolSans-Black", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
#table_informations .table_info .table_heading_container .table_heading span {
  display: block;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 58%;
}
@media (max-width: 991.98px) {
  #table_informations .table_info .table_heading_container .table_heading span {
    transform: none;
    position: static;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
  }
}
#table_informations .table_info .table_heading_container .table_type {
  color: #00265a;
  font-family: "MolSans-Black", sans-serif;
  font-size: 18px;
  height: 50%;
  text-transform: uppercase;
  position: relative;
}
#table_informations .table_info .table_heading_container .table_type span {
  display: block;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
#table_informations .table_info .table_container {
  padding: 0;
}
#table_informations .table_info table {
  border: none;
  margin-bottom: 0;
  width: 100%;
}
#table_informations .table_info table .show-on-mobile {
  color: #00265a;
  font-family: "MolSans-Black", sans-serif;
  font-size: 17px;
}
@media (max-width: 991.98px) {
  #table_informations .table_info table .show-on-mobile {
    border-left: none;
  }
}
#table_informations .table_info table tr.show-on-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  #table_informations .table_info table tr.show-on-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  #table_informations .table_info table td.show-on-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #table_informations .table_info table td.hide-on-mobile {
    display: none;
  }
}
#table_informations .table_info table td span {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
#table_informations .table_info table td {
  border-bottom: 1px solid #44c8f5;
  border-left: 1px solid #44c8f5;
  color: #00265a;
  font-size: 17px;
  padding: 5px 20px;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 991.98px) {
  #table_informations .table_info table td {
    font-size: 15px;
  }
}
#table_informations .table_info table .td_first {
  color: #00265a;
  font-family: "MolSans-Black", sans-serif;
  font-size: 17px;
  background-color: white;
  padding: 0;
  position: relative;
  width: 4%;
}
#table_informations .table_info table .td_first span {
  transform: rotate(-90deg);
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
}
#table_informations .table_info table .td_first .top-30 {
  top: 30%;
}
#table_informations .table_info table .td_first .top-26 {
  top: 26%;
  left: -8px;
  right: 0;
  width: 60px;
}
#table_informations .table_info table .td_second {
  width: 48%;
}
@media (max-width: 991.98px) {
  #table_informations .table_info table .td_second {
    border-left: none;
  }
}
#table_informations .table_info table .td_third {
  width: 48%;
}
#table_informations .table_info table .striped {
  background-color: #f5fcfe;
}
#table_informations .table_info table .border-top-blue {
  border-top: 1px solid #44c8f5;
}

/*******************************************************/
/*
    Customer service
 */
#customerService {
  color: #00265a;
  font-size: 18px;
  padding-top: 210px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 991.98px) {
  #customerService {
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#customerService .container {
  z-index: 1;
  position: relative;
}
#customerService .decoration_dots_left_top1 {
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/customer-service/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  #customerService .decoration_dots_left_top1 {
    display: none;
  }
}
#customerService .decoration_dots_left_top2 {
  top: 560px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/customer-service/decoration_dots_left_top2.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  #customerService .decoration_dots_left_top2 {
    display: none;
  }
}
#customerService .decoration_dots_left_bottom1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/customer-service/decoration_dots_left_bottom1.png");
  background-repeat: no-repeat;
  background-position: left 50% bottom;
}
@media (max-width: 991.98px) {
  #customerService .decoration_dots_left_bottom1 {
    display: none;
  }
}
#customerService .decoration_dots_left_bottom2 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/customer-service/decoration_dots_left_bottom2.png");
  background-repeat: no-repeat;
  background-position: left 50% bottom;
}
@media (max-width: 991.98px) {
  #customerService .decoration_dots_left_bottom2 {
    display: none;
  }
}
#customerService .decoration_dots_right_top1 {
  top: 230px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/customer-service/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #customerService .decoration_dots_right_top1 {
    display: none;
  }
}
#customerService .decoration_dots_right_top2 {
  top: 1165px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/customer-service/decoration_dots_right_top2.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #customerService .decoration_dots_right_top2 {
    display: none;
  }
}
#customerService .decoration_dots_right_top3 {
  top: 1510px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/customer-service/decoration_dots_right_top3.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  #customerService .decoration_dots_right_top3 {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #customerService .margin_bottom_mobile {
    margin-bottom: 15px;
  }
}
#customerService .customer_service_container {
  width: 860px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #customerService .customer_service_container {
    width: 100%;
  }
}
#customerService .text_container .heading {
  color: #0054a6;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  font-style: italic;
}
@media (max-width: 991.98px) {
  #customerService .text_container .heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
#customerService .text_container p {
  color: #00265a;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  #customerService .text_container p {
    font-size: 18px;
  }
}
#customerService .label_container {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  #customerService .label_container {
    text-align: center !important;
  }
  #customerService .label_container div {
    text-align: center !important;
  }
}
#customerService .label_contact {
  border-radius: 40px;
  display: inline-block;
  background-color: #0054a6;
  color: white;
  font-size: 24px;
  padding-left: 75px;
  padding-right: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 360px;
}
@media (max-width: 767.98px) {
  #customerService .label_contact {
    padding: 20px 15px 20px 68px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #customerService .label_contact {
    text-align: center;
    padding: 20px 15px 20px 55px;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #customerService .label_contact {
    padding-left: 70px;
  }
}
#customerService .label_contact .icon {
  border-radius: 40px;
  background-color: #44c8f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
}
@media (max-width: 991.98px) {
  #customerService .label_contact .icon {
    width: 65px;
  }
}
#customerService .label_contact .icon_mail:after {
  background-image: url("../images/sales/icon_mail.png");
  background-repeat: no-repeat;
  background-size: 38px 26px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#customerService .label_contact .icon_phone:after {
  background-image: url("../images/sales/icon_phone.png");
  background-repeat: no-repeat;
  background-size: 29px 32px;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#customerService .separator {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ccd4de;
  margin-top: 40px;
  margin-bottom: 40px;
}
#customerService .form_container {
  margin-top: 40px;
}
#customerService .form_container .charger_detail_container {
  display: none;
  align-items: center;
}
#customerService .form_container .charger_detail_container img {
  margin-left: 25px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: 27px;
}
@media (max-width: 575.98px) {
  #customerService .form_container .charger_detail_container img {
    margin-left: 10px;
  }
}
#customerService .form_container .charger_detail_container span {
  padding-top: 15px;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  #customerService .form_container .charger_detail_container span {
    padding-left: 10px;
  }
}
#customerService .form_container .form_info {
  margin-top: 50px;
  margin-bottom: 30px;
}
#customerService .form_container .form_errors {
  border-radius: 8px;
  color: white;
  display: none;
  font-size: 18px;
  background-color: #ef4138;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  #customerService .form_container .form_errors {
    font-size: 15px;
    padding: 15px 15px;
  }
}
#customerService .form_container .submit_container {
  margin-top: 40px;
  text-align: center;
}
#customerService .form_container .form-control {
  color: #00265a;
  border: 1px solid #bfc8d5;
  font-family: "MolSans-Book", sans-serif;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  #customerService .form_container .form-control {
    font-size: 15px;
  }
}
#customerService .form_container .form_heading {
  color: #00265a;
  font-size: 18px;
  font-family: "MolSans-Black", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  #customerService .form_container .form_heading {
    font-size: 15px;
  }
}
#customerService .form_container .form_policy {
  border-radius: 8px;
  background-color: #e5eef6;
  padding-top: 15px;
  padding-bottom: 15px;
}
#customerService .form_container .padding-top-8 {
  padding-top: 8px;
}
#customerService .form_container textarea {
  resize: none;
  height: 150px;
}
#customerService .form_container small {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
#customerService .form_container .form-check a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  #customerService .form_container .form-check a {
    transition: none;
  }
}
#customerService .form_container .form-check a:hover {
  color: #0054a6;
  text-decoration: none;
}
#customerService .form_container .form-check .custom-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
  /*
  &:hover + label:before {

  }
  */
  /*
  &:checked + label:before {
      background: #f35429;
  }
  */
  /*
  &:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  */
  /*
  &:disabled + label {
      color: #b8b8b8;
      cursor: auto;
  }
  */
  /*
  &:disabled + label:before {
      box-shadow: none;
      background: #ddd;
  }
  */
}
#customerService .form_container .form-check .custom-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
}
#customerService .form_container .form-check .custom-checkbox + label:before {
  border-radius: 5px;
  background: none;
  border: 1px solid #00265a;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #customerService .form_container .form-check .custom-checkbox + label:before {
    width: 20px;
    height: 20px;
  }
}
#customerService .form_container .form-check .custom-checkbox:checked + label:after {
  content: "\f00c";
  color: #44c8f5;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  position: absolute;
  top: 2px;
  left: 6px;
}
@media (max-width: 991.98px) {
  #customerService .form_container .form-check .custom-checkbox:checked + label:after {
    font-size: 12px;
    top: 3px;
    left: 4px;
  }
}

/*******************************************************/
/*
    Legal
 */
#legal {
  min-height: 900px;
  padding-top: 160px;
}
@media (max-width: 767.98px) {
  #legal {
    min-height: 700px;
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #legal {
    padding-top: 110px;
  }
}
#legal h1 {
  font-family: "MolSans-Black", sans-serif;
  font-size: 36px;
  color: #0054a6;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #legal h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
#legal .links_container .counter {
  border-radius: 20px;
  background-color: #44c8f5;
  color: white;
  font-size: 20px;
  font-family: "MolSans-Black", sans-serif;
  height: 40px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  padding-top: 5px;
  text-align: center;
  width: 40px;
}
@media (max-width: 767.98px) {
  #legal .links_container .counter {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
  }
}
@media (max-width: 575.98px) {
  #legal .links_container .counter {
    margin-left: 0;
    margin-right: auto;
  }
}
#legal .links_container .text_container {
  border-bottom: 1px solid #ccd4de;
  color: #00265a;
  font-family: "MolSans-Bold", sans-serif;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  #legal .links_container .text_container {
    font-size: 18px;
  }
}
#legal .links_container .text_container a {
  transition: all 0.2s ease-in-out;
  color: #00265a;
}
@media screen and (prefers-reduced-motion: reduce) {
  #legal .links_container .text_container a {
    transition: none;
  }
}
#legal .links_container .text_container a:hover {
  color: #0054a6;
  text-decoration: none;
}

/*
    Partners
*/
#partners {
  min-height: 900px;
  padding-top: 160px;
}
@media (max-width: 767.98px) {
  #partners {
    min-height: 700px;
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #partners {
    padding-top: 110px;
  }
}
#partners h1 {
  font-family: "MolSans-Black", sans-serif;
  font-size: 20px;
  color: #0054a6;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #partners h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/*******************************************************/
/*
    Custom media query for mobiles
 */
@media all and (max-width: 320px) {
  #sales .we_believe_that .heading {
    padding-top: 15%;
  }
  /*
  #prices .multipoints_container {
      margin-top: 80%;
  }
  */
}
@media all and (min-width: 321px) and (max-width: 400px) {
  /*
  #prices .multipoints_container {
      margin-top: 100%;
  }
  */
}
@media all and (min-width: 401px) and (max-width: 575px) {
  #sales .we_believe_that .heading {
    padding-top: 10px;
  }
  #faq-sales {
    padding-bottom: 0px;
  }
  /*
  #prices .multipoints_container {
      margin-top: 110%;
  }
  */
}
/*******************************************************/
/*
    Card
 */
.card {
  padding-top: 170px;
  padding-bottom: 120px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .card {
    padding-top: 130px;
  }
}
@media (max-width: 991.98px) {
  .card {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.card .container {
  position: relative;
  z-index: 1;
}
.card .dots_mobile_top_right_1 {
  top: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/card/dots_mobile_top_right_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 188px;
  height: 337px;
}
@media (min-width: 992px) {
  .card .dots_mobile_top_right_1 {
    display: none;
  }
}
.card .dots_mobile_top_right_2 {
  top: 45%;
  right: -70px;
  position: absolute;
  background-image: url("../images/card/dots_mobile_top_right_2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 145px;
  height: 301px;
}
@media (min-width: 992px) {
  .card .dots_mobile_top_right_2 {
    display: none;
  }
}
.card .dots_mobile_top_left_1 {
  top: 35%;
  left: 0;
  position: absolute;
  background-image: url("../images/card/dots_mobile_top_left_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 125px;
  height: 272px;
}
@media (min-width: 992px) {
  .card .dots_mobile_top_left_1 {
    display: none;
  }
}
.card .decoration_dots_left_top1 {
  top: 290px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/card/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 991.98px) {
  .card .decoration_dots_left_top1 {
    display: none;
  }
}
.card .decoration_dots_left_top2 {
  top: 810px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/card/decoration_dots_left_top2.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  .card .decoration_dots_left_top2 {
    display: none;
  }
}
.card .decoration_dots_right_top1 {
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/card/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 991.98px) {
  .card .decoration_dots_right_top1 {
    display: none;
  }
}
.card .decoration_dots_right_bottom1 {
  top: 0;
  bottom: 230px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/card/decoration_dots_right_bottom1.png");
  background-repeat: no-repeat;
  background-position: right 50% bottom;
}
@media (max-width: 991.98px) {
  .card .decoration_dots_right_bottom1 {
    display: none;
  }
}
.card .text_container {
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  .card .text_container {
    margin-bottom: 40px;
  }
}
.card .text_container p:last-child {
  margin-bottom: 0;
}
.card .img_container {
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  .card .img_container {
    margin-bottom: 40px;
  }
}
.card .img_container img {
  width: 100%;
}
.card strong {
  color: #0054a6;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .card strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.card .p_bold {
  color: #0054a6;
  font-size: 20px;
  font-family: "MolSans-Bold", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .card .p_bold {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.card .p_normal {
  color: #00265a;
  font-size: 20px;
  font-family: "MolSans-Book", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .card .p_normal {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.card .p_normal a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  .card .p_normal a {
    transition: none;
  }
}
.card .p_normal a:hover {
  color: #0054a6;
  text-decoration: none;
}
.card ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 30px;
}
.card li {
  color: #00265a;
  font-family: "MolSans-Book", sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .card li {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.card li:last-child {
  margin-bottom: 0;
}
.card li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -30px;
  right: 0;
  bottom: 0;
  background-image: url("../images/sales/li_style_icon.png");
  background-repeat: no-repeat;
  background-size: 18px 9px;
}
.card .bottom_text_container {
  border-radius: 30px;
  background-image: linear-gradient(to right, #d9f3fc 0%, #cbdcec 100%);
  background-repeat: repeat-x;
  color: #00265a;
  font-size: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .card .bottom_text_container {
    border-radius: 15px;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.card .bottom_text_container p {
  font-size: 20px;
  margin-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .card .bottom_text_container p {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .card .bottom_text_container p {
    padding: 0 50px;
  }
}
.card .bottom_text_container a {
  display: inline;
  text-align: center;
}
@media (max-width: 767.98px) {
  .card .bottom_text_container a {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .card .bottom_text_container .label_container {
    text-align: center !important;
  }
  .card .bottom_text_container .label_container:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .card .bottom_text_container .label_container {
    margin-bottom: 25px;
  }
}
.card .bottom_text_container .label_contact {
  border-radius: 40px;
  background-color: #0054a6;
  color: white;
  display: inline-block;
  font-size: 20px;
  font-family: "MolSans-Book", sans-serif;
  max-width: 260px;
  padding-left: 55px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .card .bottom_text_container .label_contact {
    font-size: 15px;
    max-width: 240px;
    padding: 15px 15px 15px 45px;
    text-align: center;
  }
}
.card .bottom_text_container .label_contact .icon {
  border-radius: 40px;
  background-color: #44c8f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .card .bottom_text_container .label_contact .icon {
    width: 52px;
  }
}
.card .bottom_text_container .label_contact .icon_mail:before {
  background-image: url("../images/sliders/mail_icon.png");
  background-repeat: no-repeat;
  background-size: 36px 24px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 24px;
  margin: auto;
}
@media (max-width: 1299.98px) {
  .card .bottom_text_container .label_contact .icon_mail:before {
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
  }
}
.card .bottom_text_container .label_contact .icon_phone:before {
  background-image: url("../images/sliders/phone_icon.png");
  background-repeat: no-repeat;
  background-size: 16px 36px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 36px;
  margin: auto;
}
@media (max-width: 1299.98px) {
  .card .bottom_text_container .label_contact .icon_phone:before {
    background-size: 13px 30px;
    width: 13px;
    height: 30px;
  }
}

.info-window a:hover {
  text-decoration: none;
}

/*******************************************************/
/*
    Adria
 */
.adria {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  color: #00265a;
  font-size: 24px;
  margin: 0;
  font-family: "MolSans-Book", sans-serif;
}
@media (max-width: 1299.98px) {
  .adria {
    font-size: 18px;
  }
}
.adria .heading strong {
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 70px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 1299.98px) {
  .adria .heading strong {
    font-size: 32px;
  }
}
.adria p {
  margin-bottom: 40px;
}
.adria a {
  color: #44c8f5;
  text-decoration: underline;
  font-size: 24px;
  font-family: "MolSans-Black", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 1299.98px) {
  .adria a {
    font-size: 18px;
  }
}
.adria .decoration_dots_left_top1 {
  top: 470px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/charging-etiquette/decoration_dots_left_top1.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
@media (max-width: 1299.98px) {
  .adria .decoration_dots_left_top1 {
    display: none;
  }
}
.adria .decoration_dots_right_top1 {
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/charging-etiquette/decoration_dots_right_top1.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
@media (max-width: 1299.98px) {
  .adria .decoration_dots_right_top1 {
    display: none;
  }
}
.adria .decoration_dots_right_top2 {
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/chargers/siemens/decoration_dots_right_top2.png);
  background-repeat: no-repeat;
  background-position: right -259px top 124px;
}
@media (max-width: 1299.98px) {
  .adria .decoration_dots_right_top2 {
    display: none;
  }
}

.map-closed .btn_light {
  padding: 19px 30px 19px 30px;
}
.map-closed .btn_light:after {
  display: none;
}

@media (max-width: 1380px) {
  #slider .owl-carousel .text_container.map-closed {
    top: 43%;
  }
}
@media (max-width: 1299.98px) {
  #slider .owl-carousel .text_container.map-closed {
    top: 40%;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container.map-closed {
    top: 40%;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .text_container.map-closed {
    top: 25%;
  }
  #slider .owl-carousel .text_container.map-closed .btn_light {
    font-size: 15px;
    padding: 10px 15px 10px 15px;
  }
}
@media (max-width: 575.98px) {
  #slider .owl-carousel .text_container.map-closed {
    top: 25%;
    bottom: 15%;
  }
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container.map-closed h1.slide_5_text1 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .text_container.map-closed h1.slide_5_text1 {
    font-size: 16px;
    margin-left: 0;
  }
}
#slider .owl-carousel .text_container.map-closed h1.slide_5_text2 {
  text-transform: none;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container.map-closed h1.slide_5_text2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .text_container.map-closed h1.slide_5_text2 {
    font-size: 16px;
    margin-left: 0;
  }
}
#slider .owl-carousel .text_container.map-closed h1.text-bottom-small {
  margin-top: 20px;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #slider .owl-carousel .text_container.map-closed h1.text-bottom-small {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #slider .owl-carousel .text_container.map-closed h1.text-bottom-small {
    font-size: 16px;
  }
}

#chargers-table {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding: 0 0 70px 0;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #chargers-table {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  #chargers-table {
    padding-top: 25px;
  }
}
#chargers-table .container {
  position: relative;
  z-index: 1;
}
#chargers-table .decoration_dots_left_bottom {
  top: 500px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/faq/decoration_dots_left_bottom.png");
  background-repeat: no-repeat;
  background-position: left 50% top;
}
#chargers-table .decoration_dots_right_top {
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/faq/decoration_dots_right_top.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
#chargers-table .decoration_dots_right_bottom {
  top: 640px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/faq/decoration_dots_right_bottom.png");
  background-repeat: no-repeat;
  background-position: right 50% top;
}
#chargers-table .question_container .charger-item {
  border-radius: 40px;
  background-color: white;
  cursor: pointer;
  margin-bottom: 20px;
  min-height: 75px;
  position: relative;
}
#chargers-table .question_container .charger-item a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  #chargers-table .question_container .charger-item a {
    transition: none;
  }
}
#chargers-table .question_container .charger-item a:hover {
  color: #0054a6;
  text-decoration: none;
}
#chargers-table .question_container .charger-item .number {
  border-radius: 40px;
  align-items: center;
  background-color: #44c8f5;
  color: white;
  display: flex;
  font-family: "MolSans-Black", sans-serif;
  font-size: 30px;
  height: 75px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .number {
    font-size: 20px;
    height: 35px;
    width: 35px;
  }
}
#chargers-table .question_container .charger-item .charger-title {
  align-items: center;
  color: #44c8f5;
  display: flex;
  font-family: "MolSans-Bold", sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  height: 75px;
  line-height: 1.2em;
  padding-left: 90px;
  padding-right: 90px;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #chargers-table .question_container .charger-item .charger-title {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #chargers-table .question_container .charger-item .charger-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-title {
    font-size: 18px;
    padding: 10px 30px 7px 30px;
    display: block;
    height: auto;
  }
}
#chargers-table .question_container .charger-item .charger-title .charger-address {
  line-height: 1.5;
}
#chargers-table .question_container .charger-item .charger-title .charger-street {
  font-family: "MolSans-Book", sans-serif;
  color: #0062af;
}
#chargers-table .question_container .charger-item .charger-title .charger-type {
  font-family: "MolSans-Book", sans-serif;
  color: #00265a;
  background-color: #d9e6f2;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 3px 15px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-title .charger-type {
    font-size: 13px;
    padding: 2px 8px;
  }
}
#chargers-table .question_container .charger-item .charger-details {
  color: #00265a;
  display: none;
  font-family: "MolSans-Book", sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 20px 90px 40px 90px;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details {
    margin-top: 25px;
    padding: 0px 30px 15px 30px;
    font-size: 16px;
  }
}
#chargers-table .question_container .charger-item .charger-details .charger-icons .charger-ccs,
#chargers-table .question_container .charger-item .charger-details .charger-icons .charger-chademo,
#chargers-table .question_container .charger-item .charger-details .charger-icons .charger-type2 {
  border: 1px solid #44c8f5;
  border-radius: 20px;
  height: 80px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-icons .charger-ccs,
  #chargers-table .question_container .charger-item .charger-details .charger-icons .charger-chademo,
  #chargers-table .question_container .charger-item .charger-details .charger-icons .charger-type2 {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-icons .charger-ccs,
  #chargers-table .question_container .charger-item .charger-details .charger-icons .charger-chademo,
  #chargers-table .question_container .charger-item .charger-details .charger-icons .charger-type2 {
    height: 100%;
    flex-direction: column;
    justify-content: normal;
    padding: 4px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-icons {
    margin-left: -30px;
    margin-right: -30px;
  }
}
#chargers-table .question_container .charger-item .charger-details .charger-icons .charger-type2 {
  border-color: #0054a6;
}
#chargers-table .question_container .charger-item .charger-details .charger-icons .charger-type2 .type-details {
  color: #0054a6;
}
@media (max-width: 1299.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-icons .charger-chademo {
    padding-left: 10px;
  }
}
#chargers-table .question_container .charger-item .charger-details .charger-ccs img {
  width: 41px;
  height: 58px;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-ccs img {
    height: 75px;
  }
}
@media (max-width: 575.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-ccs img {
    width: 35px;
    height: 75px;
  }
}
#chargers-table .question_container .charger-item .charger-details .charger-chademo img {
  width: 49px;
  height: 49px;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-chademo img {
    height: 75px;
  }
}
@media (max-width: 575.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-chademo img {
    width: 41px;
    height: 75px;
  }
}
@media (max-width: 1299.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-chademo .type-details {
    padding-left: 10px;
  }
}
#chargers-table .question_container .charger-item .charger-details .charger-type2 img {
  width: 49px;
  height: 43px;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-type2 img {
    height: 75px;
  }
}
@media (max-width: 575.98px) {
  #chargers-table .question_container .charger-item .charger-details .charger-type2 img {
    width: 41px;
    height: 75px;
  }
}
#chargers-table .question_container .charger-item .charger-details .type-details {
  color: #44c8f5;
  padding-left: 20px;
  line-height: normal;
  font-size: 18px;
}
#chargers-table .question_container .charger-item .charger-details .type-details b {
  font-family: "MolSans-Bold", sans-serif, sans-serif;
}
@media (max-width: 991.98px) {
  #chargers-table .question_container .charger-item .charger-details .type-details {
    font-size: 16px;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .type-details {
    text-align: center;
    padding-left: 0;
    font-size: 12px;
  }
}
#chargers-table .question_container .charger-item .charger-details .text-details {
  margin-top: 30px;
}
#chargers-table .question_container .charger-item .charger-details .text-details p {
  color: #0054a6;
  margin-bottom: 0;
}
#chargers-table .question_container .charger-item .charger-details .text-details p b {
  font-family: "MolSans-Bold", sans-serif, sans-serif;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .text-details p {
    font-size: 12px;
  }
}
#chargers-table .question_container .charger-item .charger-details .text-details hr {
  display: none;
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .charger-details .text-details hr {
    display: block;
    margin-right: -40px;
    margin-left: -40px;
  }
  #chargers-table .question_container .charger-item .charger-details .text-details .last-text {
    text-align: center;
    font-size: 12px;
  }
}
#chargers-table .question_container .charger-item .toggler_open {
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0054a6;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-image: url("../images/icon_plus_dark_blue.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (prefers-reduced-motion: reduce) {
  #chargers-table .question_container .charger-item .toggler_open {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .toggler_open {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
  }
}
#chargers-table .question_container .charger-item .toggler_close {
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 1px solid #ef4138;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: #ef4138;
  background-image: url("../images/icon_plus_white.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(135deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  #chargers-table .question_container .charger-item .toggler_close {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item .toggler_close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 767.98px) {
  #chargers-table .question_container .charger-item {
    min-height: 0;
    border-radius: 17px;
  }
}
@media (min-width: 768px) {
  #chargers-table .address-text-nowrap-desktop {
    white-space: nowrap;
  }
}
#chargers-table .disclaimer {
  background: red;
  border-radius: 40px;
  color: white;
  font-family: "MolSans-Book", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 20px 100px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #chargers-table .disclaimer {
    font-size: 16px;
    padding: 20px 15px;
  }
}

/*
    Chargers common
 */
.chargers_common {
  padding-bottom: 30px;
}
.chargers_common .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .chargers_common .container {
    max-width: 95%;
  }
}
@media (max-width: 767.98px) {
  .chargers_common .text_padding_mobile {
    padding-top: 50px;
  }
}
.chargers_common .text_container {
  padding: 90px 0 60px 0;
}
@media (max-width: 991.98px) {
  .chargers_common .text_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .chargers_common .text_container {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.chargers_common .text_container .name_small {
  display: block;
  font-size: 24px;
  font-family: "MolSans-Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .chargers_common .text_container .name_small {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .chargers_common .text_container .name_small {
    font-size: 20px;
  }
}
.chargers_common .text_container .name_strong {
  display: block;
  font-size: 36px;
  font-family: "MolSans-Black", sans-serif;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 575.98px) {
  .chargers_common .text_container .name_strong {
    font-size: 18px;
  }
}
.chargers_common .text_container .name_light {
  display: block;
  font-size: 47px;
  font-family: "MolSans-ExtraLightItalic", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .chargers_common .text_container .name_light {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .chargers_common .text_container .name_light {
    font-size: 34px;
  }
}
.chargers_common .text_container p {
  font-size: 20px;
  font-family: "MolSans-Book", sans-serif;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .chargers_common .text_container p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.chargers_common .heading_container {
  border-radius: 35px;
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 35px 0;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .chargers_common .heading_container {
    font-size: 20px;
    margin-top: -80px;
  }
}
.chargers_common .standards {
  border-radius: 35px;
  height: 220px;
  width: 230px;
  margin: 0;
  position: relative;
}
@media (max-width: 1299.98px) {
  .chargers_common .standards {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .chargers_common .standards {
    border-radius: 10px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .chargers_common .standards {
    height: 110px;
  }
}
.chargers_common .standards .details_container {
  border-radius: 20px;
  background-color: white;
  text-align: center;
  padding: 0 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .chargers_common .standards .details_container {
    border-radius: 10px;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .chargers_common .standards .details_container {
    padding: 0 20px;
  }
}
.chargers_common .standards .details_container strong {
  display: block;
  font-size: 18px;
  font-family: "MolSans-Black", sans-serif;
  font-weight: normal;
  line-height: 1em;
  padding: 20px 0 20px 0;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .chargers_common .standards .details_container strong {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .chargers_common .standards .details_container strong {
    font-size: 13px;
  }
}
.chargers_common .standards .details_container p {
  color: #00265a;
  font-size: 18px;
  line-height: 1.3em;
}
@media (max-width: 991.98px) {
  .chargers_common .standards .details_container p {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .chargers_common .standards .details_container .icon_mobile {
    border-radius: 20px;
    height: 110px;
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .chargers_common .standards .details_container .icon_mobile {
    display: none;
  }
}
.chargers_common .standards .standard_chademo:after {
  background-image: url(../images/chargers/standard_chademo.png);
  background-repeat: no-repeat;
  background-size: 93px 93px;
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 93px;
  height: 93px;
}
@media (max-width: 575.98px) {
  .chargers_common .standards .standard_chademo:after {
    top: 18px;
    background-size: 46px 46px;
    width: 46px;
    height: 46px;
  }
}
.chargers_common .standards .standard_ccs:after {
  background-image: url("../images/chargers/standard_ccs.png");
  background-repeat: no-repeat;
  background-size: 78px 108px;
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 78px;
  height: 108px;
}
@media (max-width: 575.98px) {
  .chargers_common .standards .standard_ccs:after {
    top: 15px;
    background-size: 39px 54px;
    width: 39px;
    height: 54px;
  }
}
.chargers_common .standards .standard_ac_type_2:after {
  background-image: url("../images/chargers/standard_ac_type_2.png");
  background-repeat: no-repeat;
  background-size: 93px 81px;
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 93px;
  height: 81px;
}
@media (max-width: 575.98px) {
  .chargers_common .standards .standard_ac_type_2:after {
    top: 18px;
    background-size: 46px 40px;
    width: 46px;
    height: 40px;
  }
}
.chargers_common .mely_allomasainkon {
  border-radius: 35px;
  background-color: white;
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 35px 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .chargers_common .mely_allomasainkon {
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.chargers_common .google_map {
  border-radius: 35px;
  height: 550px;
  width: 550px;
  margin-top: -100px;
  box-shadow: 0px 10px 60px rgba(65, 67, 77, 0.14);
  -webkit-box-shadow: 0px 10px 60px rgba(65, 67, 77, 0.14);
  -moz-box-shadow: 0px 10px 60px rgba(65, 67, 77, 0.14);
}
@media (max-width: 767.98px) {
  .chargers_common .google_map {
    height: 370px;
    width: 100%;
    margin-top: 0;
    border-radius: 0px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .chargers_common .google_map {
    width: 100%;
    height: 450px;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  .chargers_common .google_map {
    width: 100%;
    margin-top: -65px;
  }
}
.chargers_common .stations {
  margin-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .chargers_common .stations {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.chargers_common .stations strong {
  display: block;
  font-size: 24px;
  font-family: "MolSans-Black", sans-serif;
  font-weight: normal;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .chargers_common .stations strong {
    font-size: 18px;
  }
}
.chargers_common .stations .station_item {
  color: #00265a;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .chargers_common .stations .station_item {
    font-size: 15px;
  }
}
.chargers_common .stations .station_item:last-child {
  margin-bottom: 0;
}
.chargers_common .stations .station_icon {
  border-radius: 24px;
  display: inline-block;
  margin-right: 10px;
  width: 48px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  padding-top: 9px;
}
@media (max-width: 991.98px) {
  .chargers_common .stations .station_icon {
    width: 30px;
    height: 30px;
    padding-top: 4px;
  }
}
.chargers_common .stations .station_icon i {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .chargers_common .stations .station_icon i {
    font-size: 16px;
  }
}
.chargers_common .station-color-light strong {
  color: #0054a6;
}
.chargers_common .station-color-light .station_item {
  color: #00265a;
}
.chargers_common .station-color-light .station_icon {
  border: 1px solid #44c8f5;
  color: #44c8f5;
}
.chargers_common .station-color-dark strong {
  color: white;
}
.chargers_common .station-color-dark .station_item {
  color: white;
}
.chargers_common .station-color-dark .station_icon {
  border: 1px solid #0054a6;
  color: #0054a6;
}
.chargers_common .charger-shadow {
  margin-top: 25px;
  max-width: 100%;
}
.chargers_common .chargers-get-me-there {
  background-color: #00489a;
  color: #ffffff;
  max-width: 244px;
  text-align: center;
  border-radius: 20px;
  margin-top: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-family: "MolSans-Black", sans-serif;
  font-size: 16px;
  padding: 8px 0 8px 0;
}

footer-next-e {
  background-image: linear-gradient(to right, #44c8f5 0%, #0054a6 100%);
  background-repeat: repeat-x;
  display: block;
  color: #ffffff;
  font-family: "MolSans-Book", sans-serif;
  font-size: 12px;
  padding: 15px 0;
  position: relative;
  z-index: 3;
}
footer-next-e .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer-next-e .container img {
  width: 164px;
  height: 100%;
}
footer-next-e .container img.next-e {
  max-height: 108px;
  width: auto;
}
footer-next-e .container .next-e-logo-container {
  text-align: center;
}
@media (max-width: 991.98px) {
  footer-next-e .container .next-e-logo-container {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
footer-next-e .small_text {
  font-size: 12px;
  padding-top: 30px;
}
footer-next-e a {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
footer-next-e .eu-text {
  color: #ffffff;
  width: 164px;
  font-size: 8px;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

@media all and (max-width: 374px) {
  .chargers_common .standards .details_container strong {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*******************************************************/
/*******************************************************/
#evMapWidget {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 95px;
}
@media all and (max-width: 990px) {
  #evMapWidget {
    margin-top: 0;
  }
}
#evMapWidget .card {
  padding-top: 0;
  padding-bottom: 0;
}
#evMapWidget .card strong {
  color: inherit;
  display: inherit;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: inherit;
  text-transform: inherit;
}

#registration-container {
  display: block;
  background: #40c8f4; /* Old browsers */
  background: -moz-linear-gradient(left, #40c8f4 0%, #0054a6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #40c8f4 0%, #0054a6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #40c8f4 0%, #0054a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40c8f4", endColorstr="#0054a6",GradientType=1 ); /* IE6-9 */
  width: 100%;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  justify-content: flex-end;
}
#registration-container .container {
  text-align: right;
}
#registration-container .container a {
  display: inline-block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 15px;
  color: white;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
#registration-container .container a:hover {
  cursor: pointer;
}
#registration-container .container a:first-child {
  background-color: white;
  border-radius: 15px;
  color: #0054a6;
}
#registration-container .container a:last-child {
  margin-right: -50px;
}
@media (max-width: 1299.98px) {
  #registration-container .container a:last-child {
    margin-right: 0;
  }
}

#charger_new_design .container {
  padding-top: 130px;
}
#charger_new_design .sticker-container {
  max-width: 100%;
  width: 80%;
  display: flex;
  align-items: center;
}
#charger_new_design .charger_step {
  margin-top: 60px;
  margin-bottom: 60px;
}
#charger_new_design .charger_step:last-child {
  margin-bottom: 0;
  padding-bottom: 120px;
}
#charger_new_design .charger_step img {
  max-width: 41%;
}
#charger_new_design strong {
  color: #44c8f5;
  display: block;
  font-family: "MolSans-Black", sans-serif, sans-serif;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: italic;
}
#charger_new_design p {
  color: #00265a;
  display: block;
  font-family: "MolSans-Book", sans-serif, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
#charger_new_design ul {
  font-family: "MolSans-Book", sans-serif, sans-serif;
  color: #00265a;
  font-size: 20px;
  padding-left: 0;
  list-style: none;
}
#charger_new_design li::before {
  content: "•";
  padding-right: 8px;
  color: #44c8f5;
}
#charger_new_design .header-sticker {
  background: #44c8f5;
  background: -moz-linear-gradient(left, #44c8f5 0%, #0356a7 100%);
  background: -webkit-linear-gradient(left, #44c8f5 0%, #0356a7 100%);
  background: linear-gradient(to right, #44c8f5 0%, #0356a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#44c8f5", endColorstr="#0356a7",GradientType=1 );
  border-radius: 30px;
}
#charger_new_design .header-sticker p {
  font-family: "MolSans-Black", sans-serif, serif;
  font-size: 36px;
  color: #feffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
}
#charger_new_design .header-sticker p span {
  display: block;
}
#charger_new_design .overflow-hidden {
  overflow: hidden;
}
#charger_new_design .hand_icon {
  align-self: flex-end;
  width: 15%;
  text-align: left;
}
#charger_new_design .hand_icon img {
  max-height: 80%;
  max-width: 160px;
  width: 100%;
  padding-left: 0;
}
#charger_new_design .sticker_title {
  margin-left: 30px;
}
#charger_new_design .stores_container {
  margin-left: auto;
  margin-right: 10%;
}
#charger_new_design .app_store_icon img {
  max-width: 202px;
  margin-top: 35px;
  margin-bottom: 20px;
}
#charger_new_design .google_play_icon img {
  max-width: 202px;
  margin-bottom: 35px;
}
@media all and (max-width: 900px) {
  #charger_new_design .container {
    padding-top: 70px;
  }
  #charger_new_design .stores_container {
    max-width: 25%;
  }
  #charger_new_design .header-sticker p {
    font-size: 24px;
  }
  #charger_new_design .app_store_icon img,
  #charger_new_design .google_play_icon img {
    max-width: 100%;
  }
}
@media all and (max-width: 760px) {
  #charger_new_design .charger_step {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #charger_new_design .charger_step img {
    max-width: 206px;
    margin-bottom: 30px;
  }
  #charger_new_design .sticker_title {
    margin-left: 0;
    margin-bottom: 5px;
  }
  #charger_new_design .sticker-container {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    margin-left: 7%;
    width: 75%;
    text-align: left;
    align-items: flex-start;
  }
  #charger_new_design .sticker-container .stores_container {
    max-width: 100%;
    width: 100%;
    margin-right: unset;
    margin-left: 0;
    display: flex;
  }
  #charger_new_design .sticker-container .stores_container img {
    margin: 0;
    max-width: 80%;
  }
  #charger_new_design strong {
    font-size: 22px;
  }
  #charger_new_design p {
    font-size: 16px;
  }
}
@media all and (max-width: 460px) {
  #charger_new_design .hand_icon {
    width: 20%;
  }
  #charger_new_design .sticker-container {
    width: 70%;
  }
  #charger_new_design .header-sticker p {
    font-size: 18px;
  }
}

.video-box {
  text-align: center;
  position: relative;
}
.video-box iframe {
  width: 63%;
  height: 420px;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .video-box iframe {
    height: 360px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .video-box iframe {
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .video-box iframe {
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.video-box iframe.how-to-charge {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .video-box iframe.how-to-charge {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .video-box iframe.how-to-charge {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .video-box iframe.how-to-charge {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
.video-box.how-to-charge iframe {
  margin-top: 160px;
  margin-bottom: -200px;
}
@media (max-width: 1299.98px) {
  .video-box.how-to-charge iframe {
    margin-top: 240px;
    margin-bottom: -120px;
  }
}
@media (max-width: 991.98px) {
  .video-box.how-to-charge iframe {
    margin-top: 250px;
    margin-bottom: -200px;
  }
}
@media (max-width: 767.98px) {
  .video-box.how-to-charge iframe {
    margin-top: 160px;
    margin-bottom: -120px;
  }
}
@media (max-width: 575.98px) {
  .video-box.how-to-charge iframe {
    margin-top: 100px;
    margin-bottom: -40px;
  }
}

.ripple-container {
  display: none;
}

/*
   Cookie policy page
*/
#cookie-policy {
  min-height: 900px;
  padding-top: 160px;
}
@media (max-width: 767.98px) {
  #cookie-policy {
    min-height: 700px;
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #cookie-policy {
    padding-top: 110px;
  }
}
#cookie-policy h1 {
  font-family: "MolSans-Black", sans-serif;
  font-size: 36px;
  color: #0054a6;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #cookie-policy h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
#cookie-policy .links_container {
  padding-bottom: 30px;
}

.map-country-select {
  transition: none;
  position: relative;
  top: 5px;
  padding: 0px;
  background-image: url("../images/map/country.svg");
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  border: none;
  outline: none;
  background-color: transparent;
}
.map-country-select::after {
  display: none;
}
.map-country-select-mobile {
  margin-left: 10px;
}
@media all and (max-width: 767.9px) {
  .map-country-select {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    top: 4px;
  }
}

.map-country-select-cont.show .map-country-select,
#countryChooserModal.show .map-country-select {
  background-image: url("../images/map/country-active.svg");
}
.map-country-select-cont .select-country,
#countryChooserModal .select-country {
  right: 0px;
  left: auto;
  top: 53px;
  padding: 0px;
  border-radius: 8px;
}
.map-country-select-cont .select-country-cont,
#countryChooserModal .select-country-cont {
  display: flex;
  align-items: center;
}
.map-country-select-cont .select-country-cont .country-chooser,
#countryChooserModal .select-country-cont .country-chooser {
  padding: 20px;
  padding-right: 30px;
  position: relative;
}
.map-country-select-cont .select-country-cont .country-chooser::after,
#countryChooserModal .select-country-cont .country-chooser::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: #ccdded;
  right: 0px;
}
.map-country-select-cont .select-country-cont ul,
#countryChooserModal .select-country-cont ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.map-country-select-cont .select-country-cont ul li,
#countryChooserModal .select-country-cont ul li {
  margin: 0px;
  padding: 8px 0px;
}
.map-country-select-cont .select-country-cont ul li a,
#countryChooserModal .select-country-cont ul li a {
  font-family: "MolSans-Black", sans-serif;
  font-size: 15px;
  color: #0054a6;
  text-transform: uppercase;
}
.map-country-select-cont .select-country-cont ul li a:hover,
#countryChooserModal .select-country-cont ul li a:hover {
  text-decoration: none;
  color: #44c8f5;
}
.map-country-select-cont .select-country-cont .lang-chooser,
#countryChooserModal .select-country-cont .lang-chooser {
  padding: 10px 20px;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item,
#countryChooserModal .select-country-cont .lang-chooser .lang-item {
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 100px;
  margin: 5px 0px;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item.active,
#countryChooserModal .select-country-cont .lang-chooser .lang-item.active {
  border-color: #44c8f5;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  display: block;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang-hu,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang-hu {
  background-image: url("../images/map/hu-flag.svg");
  background-size: auto 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang-en,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang-en {
  background-image: url("../images/map/en-flag.svg");
  background-size: auto 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang-sk,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang-sk {
  background-image: url("../images/map/sk-flag.svg");
  background-size: auto 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang-si,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang-si {
  background-image: url("../images/map/si-flag.svg");
  background-size: auto 60px;
  background-position: left center;
  background-repeat: no-repeat;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang-hr,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang-hr {
  background-image: url("../images/map/hr-flag.svg");
  background-size: auto 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang-ro,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang-ro {
  background-image: url("../images/map/ro-flag.svg");
  background-size: auto 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.map-country-select-cont .select-country-cont .lang-chooser .lang-item .switch_lang-cz,
#countryChooserModal .select-country-cont .lang-chooser .lang-item .switch_lang-cz {
  background-image: url("../images/map/cz-flag.svg");
  background-size: auto 60px;
  background-position: center;
  background-repeat: no-repeat;
}

#countryChooserModal {
  z-index: 10001;
}
#countryChooserModal .modal-dialog {
  margin-top: 70px;
}
#countryChooserModal .modal-content {
  max-width: 340px;
  margin: 0 auto;
}

.modal-backdrop {
  z-index: 10000;
}

/*
    Discounts
*/
#discounts {
  background-image: linear-gradient(to bottom, #f0f7fa 0%, #bfddef 100%);
  background-repeat: repeat-x;
  position: relative;
}
#discounts .decoration_dots_left_bottom {
  top: 0;
  bottom: 753px;
  left: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/discounts/recangle-left-2.png");
}
@media (max-width: 991.98px) {
  #discounts .decoration_dots_left_bottom {
    display: none;
  }
}
#discounts .decoration_dots_right_bottom {
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/discounts/recangle-right-2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 991.98px) {
  #discounts .decoration_dots_right_bottom {
    display: none;
  }
}
#discounts .decoration_dots_right_top {
  top: 300px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/discounts/recantgle-right-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 991.98px) {
  #discounts .decoration_dots_right_top {
    display: none;
  }
}
#discounts .decoration_dots_left_top {
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  position: absolute;
  background-image: url("../images/discounts/recangle-left-1.png");
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 991.98px) {
  #discounts .decoration_dots_left_top {
    display: none;
  }
}
#discounts .container {
  position: relative;
  z-index: 1;
}
#discounts .heading {
  color: #0054a6;
  display: block;
  font-family: "MolSans-Black", sans-serif;
  font-size: 47px;
  margin-top: 150px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #discounts .heading {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #discounts .heading {
    font-size: 32px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #discounts .heading {
    margin-top: 150px;
  }
}
#discounts .discount-section-1 {
  margin-bottom: 80px;
}
#discounts .discount-promo-img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #discounts .discount-promo-img {
    margin-bottom: 20px;
  }
}
#discounts .discount-promo-text-cont {
  font-family: "MolSans-Book", sans-serif;
  color: #00265a;
  font-size: 20px;
}
#discounts .discount-promo-text-cont p {
  margin-bottom: 10px;
  font-family: "MolSans-Bold", sans-serif;
  color: #0054a6;
  font-size: 24px;
}
@media (max-width: 1299.98px) {
  #discounts .discount-promo-text-cont p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  #discounts .discount-promo-text-cont p {
    font-size: 16px;
  }
}
#discounts .promo-bottom-text-c {
  margin-top: 60px;
  font-family: "MolSans-Book", sans-serif;
  color: #00265a;
  font-size: 20px;
}
#discounts .nissan-promo {
  padding-top: 85px;
  margin-bottom: 70px;
}
@media (max-width: 1299.98px) {
  #discounts .nissan-promo {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  #discounts .nissan-promo {
    margin-bottom: 20px;
  }
}
#discounts .nissan-promo img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #discounts .nissan-promo .nissan-promo-img {
    margin-bottom: 20px;
  }
}
#discounts .nissan-promo .nissan-promo-text {
  font-family: "MolSans-Bold", sans-serif;
  color: #0054a6;
  font-size: 24px;
}
@media (max-width: 1299.98px) {
  #discounts .nissan-promo .nissan-promo-text {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  #discounts .nissan-promo .nissan-promo-text {
    font-size: 16px;
  }
}
#discounts .nissan-promo .nissan-promo-text p {
  margin-bottom: 10px;
}
#discounts .nissan-promo .nissan-promo-text .nisstan-promo-text-percent {
  font-family: "MolSans-Black", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #44c8f5;
}
@media (max-width: 1299.98px) {
  #discounts .nissan-promo .nissan-promo-text .nisstan-promo-text-percent {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #discounts .nissan-promo .nissan-promo-text .nisstan-promo-text-percent {
    font-size: 24px;
  }
}
#discounts .bmw-promo {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 1299.98px) {
  #discounts .bmw-promo {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  #discounts .bmw-promo {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
#discounts .bmw-promo img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #discounts .bmw-promo .bmw-promo-img {
    margin-bottom: 20px;
  }
}
#discounts .bmw-promo .bmw-promo-text {
  font-family: "MolSans-Bold", sans-serif;
  color: #0054a6;
  font-size: 24px;
}
@media (max-width: 1299.98px) {
  #discounts .bmw-promo .bmw-promo-text {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  #discounts .bmw-promo .bmw-promo-text {
    font-size: 16px;
  }
}
#discounts .bmw-promo .bmw-promo-text p {
  margin-bottom: 10px;
}
#discounts .bmw-promo .bmw-promo-text .bmw-promo-text-percent {
  font-family: "MolSans-Black", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #44c8f5;
}
@media (max-width: 1299.98px) {
  #discounts .bmw-promo .bmw-promo-text .bmw-promo-text-percent {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  #discounts .bmw-promo .bmw-promo-text .bmw-promo-text-percent {
    font-size: 24px;
  }
}

#discounts .prices_table .row {
  padding-bottom: 20px;
}
#discounts .prices_table .padding_container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .padding_container {
    padding-left: 0;
    padding-right: 0;
  }
}
#discounts .prices_table .border_all {
  border: 1px solid white;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .border_all {
    border: none;
  }
}
#discounts .prices_table .border_bottom {
  border-bottom: 1px solid white;
}
#discounts .prices_table .bg_black {
  background-color: #000000;
}
#discounts .prices_table .bg_blue_dark {
  background-color: #00265a;
}
#discounts .prices_table .bg_blue_medium {
  background-color: #0054a6;
}
#discounts .prices_table .bg_blue_light {
  background-color: #44c8f5;
}
#discounts .prices_table .prices_table_heading {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-bottom: 15px;
}
#discounts .prices_table .prices_table_heading div {
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 110px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_heading div {
    height: 70px;
  }
}
#discounts .prices_table .prices_table_heading div span {
  color: white;
  font-size: 40px;
  flex: 0 0 100%;
  line-height: 1;
  font-family: "MolSans-Black", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_heading div span {
    font-size: 18px;
  }
}
#discounts .prices_table .prices_table_heading div span.small {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_heading div span.small {
    font-size: 13px;
  }
}
#discounts .prices_table .prices_table_heading div span.medium {
  font-size: 66px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_heading div span.medium {
    font-size: 30px;
  }
}
#discounts .prices_table .prices_table_heading p {
  color: white;
  font-family: "MolSans-Bold", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_heading p {
    font-size: 12px;
    padding: 0 5px;
    text-transform: none;
  }
}
#discounts .prices_table .prices_table_label {
  padding-top: 20px;
}
#discounts .prices_table .prices_table_label p {
  color: white;
  font-family: "MolSans-Book", sans-serif;
  margin-bottom: 0;
  text-align: center;
}
#discounts .prices_table .prices_table_label p.uppercase {
  font-family: "MolSans-Black", sans-serif;
  text-transform: uppercase;
}
#discounts .prices_table .prices_table_column_label {
  align-items: center;
  color: #0054a6;
  background-color: white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  font-family: "MolSans-Black", sans-serif;
  font-size: 20px;
  height: 95px;
  line-height: 1.1;
  margin-bottom: 10px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}
#discounts .prices_table .prices_table_column {
  align-items: center;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  padding: 20px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_column {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  #discounts .prices_table .prices_table_column {
    padding: 2px;
  }
}
#discounts .prices_table .prices_table_column div {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_column div {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
}
#discounts .prices_table .prices_table_column .price {
  font-family: "MolSans-Black", sans-serif;
  font-size: 55px;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_column .price {
    font-size: 28px;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}
#discounts .prices_table .prices_table_column .unit {
  font-family: "MolSans-Black", sans-serif;
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_column .unit {
    font-size: 14px;
    flex: 0 0 100%;
    text-align: center;
  }
}
#discounts .prices_table .prices_table_column .mobile-reg-un-reg-title {
  font-family: "MolSans-Black", sans-serif;
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_column .mobile-reg-un-reg-title {
    font-size: 14px;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  #discounts .prices_table .prices_table_column .mobile-reg-un-reg-title {
    font-size: 10px;
  }
}
#discounts .prices_table .prices_table_column .small {
  font-size: 12px;
  font-family: "MolSans-Book", sans-serif;
  flex: 0 0 100%;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991.98px) {
  #discounts .prices_table .prices_table_column .small {
    margin-bottom: 5px;
  }
}
@media (max-width: 374px) {
  #discounts .prices_table .prices_table_column .small {
    word-break: break-word;
  }
}
#discounts .prices_table .prices_table_column .small b,
#discounts .prices_table .prices_table_column .small strong {
  font-family: "MolSans-Black", sans-serif;
}
#discounts #nissan-prices-table .prices_table_heading div {
  height: 50px;
}
#discounts #nissan-prices-table .prices_table_heading div span {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  #discounts #nissan-prices-table .prices_table_heading div span {
    font-size: 20px;
  }
}
#discounts #nissan-prices-table .prices_table_heading p {
  font-size: 15px;
  text-transform: none;
  padding: 0 0;
}
@media (max-width: 767.98px) {
  #discounts #nissan-prices-table .prices_table_heading p {
    font-size: 12px;
    padding: 0 0;
  }
}
#discounts #nissan-prices-table .prices_table_heading p.info-text {
  font-family: "MolSans-Book", sans-serif;
}
#discounts #nissan-prices-table .price-first-col {
  padding-bottom: 10px;
}
#discounts #nissan-prices-table .prices_table_column_label {
  justify-content: center;
  height: 100%;
}
#discounts #nissan-prices-table .prices_table_column .price {
  /*
  @include media-breakpoint-down(md) {
      font-size: 28px;
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 5px;
      text-align: center;
  }
  font-family: $font-family-gotham-black;
  font-size: 55px;
  line-height: 1;
  margin-right: 10px;
  */
}
#discounts #nissan-prices-table .prices_table_column .unit {
  /*
  @include media-breakpoint-down(md) {
      font-size: 14px;
      //flex: none;
  }
  font-size: 30px;
  font-family: $font-family-gotham-bold;
  */
}
#discounts .prices_table_label.nissan-price-table-bottom-text {
  padding-top: 0px;
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid rgba(0, 38, 90, 0.2);
}
@media (max-width: 991.98px) {
  #discounts .prices_table_label.nissan-price-table-bottom-text {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
#discounts .prices_table_label.nissan-price-table-bottom-text p {
  font-size: 20px;
  font-family: "MolSans-Book", sans-serif;
  color: #0054a6;
  text-transform: none;
}
@media (max-width: 991.98px) {
  #discounts .prices_table_label.nissan-price-table-bottom-text p {
    font-size: 16px;
  }
}
#discounts .applicant-information {
  font-size: 20px;
  color: #00265a;
}
@media (max-width: 991.98px) {
  #discounts .applicant-information {
    font-size: 16px;
  }
}
#discounts .applicant-information .applicant-information-box a {
  transition: all 0.2s ease-in-out;
  color: #44c8f5;
}
@media screen and (prefers-reduced-motion: reduce) {
  #discounts .applicant-information .applicant-information-box a {
    transition: none;
  }
}
#discounts .applicant-information .applicant-information-box a:hover {
  color: #0054a6;
  text-decoration: none;
}
#discounts .applicant-information .applicant-information-box.border-bot {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 38, 90, 0.2);
}
@media (max-width: 991.98px) {
  #discounts .applicant-information .applicant-information-box.border-bot {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#discounts .applicant-information .applicant-information-box p {
  font-size: 24px;
  color: #0054a6;
  font-family: "MolSans-Bold", sans-serif;
  margin-bottom: 40px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  #discounts .applicant-information .applicant-information-box p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#discounts .applicant-information .applicant-information-box ol {
  list-style: none;
  counter-reset: li;
  padding-left: 15px;
  margin-bottom: 0px;
}
#discounts .applicant-information .applicant-information-box ol li {
  counter-increment: li;
  padding-left: 15px;
  margin-bottom: 20px;
}
#discounts .applicant-information .applicant-information-box ol li:last-child {
  margin-bottom: 0px;
}
#discounts .applicant-information .applicant-information-box ol li::before {
  content: counter(li) ". ";
  color: #44c8f5;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  font-family: "MolSans-Black", sans-serif;
}
#discounts .applicant-information .applicant-information-box.hide-list-counter ol li::before {
  content: "";
}
#discounts .applicant-information .application-mobile-img-c {
  padding-left: 15px;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  #discounts .applicant-information .application-mobile-img-c {
    margin-top: 20px;
    text-align: center;
  }
}
#discounts .applicant-information .application-mobile-img-c img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #discounts .applicant-information .application-mobile-img-c img {
    max-width: 280px;
  }
}
@media (max-width: 575.98px) {
  #discounts .applicant-information .application-mobile-img-c img {
    max-width: 235px;
  }
}
#discounts .info_text_container {
  /*
  @include media-breakpoint-only(md) {
      //margin-top: 300px;
      margin-bottom: 0;
  }
  @include media-breakpoint-only(sm) {
      //margin-top: 220px;
      margin-bottom: 0;
  }
  @include media-breakpoint-only(xs) {
      //margin-top: 160px;
      margin-bottom: 0;
  }
  */
  margin-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  #discounts .info_text_container {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
#discounts .info_text_container p {
  border-top: 1px solid #b2c7d8;
  color: #00265a;
  font-size: 22px;
  margin: 0;
  padding: 25px 10px;
}
@media (max-width: 991.98px) {
  #discounts .info_text_container p {
    font-size: 18px;
  }
}
#discounts .icons_container .icon_container {
  border-radius: 40px;
  border: 1px solid #b2c7d8;
  height: 265px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #discounts .icons_container .icon_container {
    height: 215px;
  }
}
@media (max-width: 991.98px) {
  #discounts .icons_container .icon_container {
    height: 140px;
    margin-bottom: 20px;
  }
}
#discounts .icons_container .cash_icon {
  background-image: url("../images/prices/cash.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 98px 88px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #discounts .icons_container .cash_icon {
    background-size: 78px 70px;
  }
}
#discounts .icons_container .card_icon {
  background-image: url("../images/prices/card.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 123px 76px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #discounts .icons_container .card_icon {
    background-size: 98px 60px;
  }
}
#discounts .icons_container .text_huf {
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 65px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #discounts .icons_container .text_huf {
    font-size: 44px;
  }
}
#discounts .icons_container .text_eur {
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-size: 100px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #discounts .icons_container .text_eur {
    font-size: 65px;
  }
}
#discounts .multipoints_container {
  border-radius: 40px;
  background-image: url("../images/prices/bg_multipoints.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px;
  padding: 35px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  #discounts .multipoints_container {
    background-image: linear-gradient(to right, #aad569 0%, #44a746 100%);
    background-repeat: repeat-x;
    margin-top: 30px;
  }
}
#discounts .multipoints_container .mol_multipoints_logo {
  background-image: url("../images/prices/mol_multipoints_logo.png");
  background-repeat: no-repeat;
  background-size: 150px 57px;
  width: 150px;
  height: 57px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#discounts .multipoints_container .img_container {
  padding-right: 70px;
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #discounts .multipoints_container .img_container {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  #discounts .multipoints_container .img_container {
    padding-top: 70px;
    padding-right: 0;
    text-align: center;
  }
}
#discounts .multipoints_container .img_container img {
  width: 225px;
}
@media (max-width: 991.98px) {
  #discounts .multipoints_container .img_container img {
    width: 190px;
  }
}
#discounts .multipoints_container .mutlipoints_label {
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  #discounts .multipoints_container .mutlipoints_label {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#discounts .multipoints_container .mutlipoints_label span {
  color: #e7372e;
  font-size: 80px;
  font-family: "MolSans-Bold", sans-serif;
}
@media (max-width: 991.98px) {
  #discounts .multipoints_container .mutlipoints_label span {
    font-size: 60px;
  }
}
#discounts .multipoints_container .mutlipoints_label p {
  color: white;
  font-family: "MolSans-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  padding-left: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  #discounts .multipoints_container .mutlipoints_label p {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  #discounts .multipoints_container .mutlipoints_label p {
    padding-left: 8px;
    font-size: 22px;
    width: 250px;
  }
}
#discounts .banner_container {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  #discounts .banner_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#discounts .banner_container img {
  border-radius: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  #discounts .banner_container .banner_desktop {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #discounts .banner_container .banner_desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  #discounts .banner_container .banner_mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #discounts .banner_container .banner_mobile {
    display: block;
  }
}

#offer {
  background-image: url("../images/sales/sales-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-bottom: 150px;
  position: relative;
}
#offer .offer_cover {
  position: relative;
}
#offer .offer_cover img {
  position: relative;
  width: 100%;
}
@media all and (max-width: 1760px) {
  #offer .offer_cover img {
    margin-top: 20px;
  }
}
@media all and (max-width: 1440.9px) {
  #offer .offer_cover img {
    margin-top: 25px;
  }
}
@media all and (max-width: 1380.9px) {
  #offer .offer_cover img {
    margin-top: 30px;
  }
}
@media all and (max-width: 1150.9px) {
  #offer .offer_cover img {
    margin-top: 40px;
  }
}
@media all and (max-width: 991.9px) {
  #offer .offer_cover img {
    margin-top: 5px;
  }
}
@media all and (max-width: 850.9px) {
  #offer .offer_cover img {
    margin-top: 10px;
  }
}
@media all and (max-width: 600.9px) {
  #offer .offer_cover img {
    margin-top: 15px;
  }
}
@media all and (max-width: 600.9px) {
  #offer .offer_cover img {
    margin-top: 21px;
  }
}
@media all and (max-width: 400.9px) {
  #offer .offer_cover img {
    margin-top: 25px;
  }
}
#offer .offer_cover .hero_container {
  position: absolute;
  top: 514px;
  left: 400px;
  font-family: "MolSans-Black", sans-serif;
  font-size: 67px;
  line-height: 66px;
  color: #ffffff;
}
#offer .offer_cover .hero_container span {
  color: #40c8f4;
}
@media all and (max-width: 1760px) {
  #offer .offer_cover .hero_container {
    top: 485px;
    left: 350px;
    font-size: 60px;
  }
}
@media all and (max-width: 1600px) {
  #offer .offer_cover .hero_container {
    top: 435px;
    font-size: 53px;
  }
}
@media all and (max-width: 1500px) {
  #offer .offer_cover .hero_container {
    top: 400px;
    left: 275px;
  }
}
@media all and (max-width: 1400px) {
  #offer .offer_cover .hero_container {
    font-size: 48px;
  }
}
@media all and (max-width: 1280px) {
  #offer .offer_cover .hero_container {
    top: 360px;
    left: 240px;
  }
}
@media all and (max-width: 1150.9px) {
  #offer .offer_cover .hero_container {
    font-size: 33px;
    top: 330px;
    left: 260px;
  }
}
@media all and (max-width: 991.9px) {
  #offer .offer_cover .hero_container {
    font-size: 30px;
    top: 250px;
    left: 200px;
  }
}
@media all and (max-width: 850.9px) {
  #offer .offer_cover .hero_container {
    top: 215px;
    left: 145px;
  }
}
@media all and (max-width: 770.9px) {
  #offer .offer_cover .hero_container {
    top: 200px;
  }
}
@media all and (max-width: 754.9px) {
  #offer .offer_cover .hero_container {
    top: 192px;
    font-size: 25px;
    left: 148px;
  }
}
@media all and (max-width: 670.9px) {
  #offer .offer_cover .hero_container {
    top: 165px;
    font-size: 20px;
    left: 120px;
  }
}
@media all and (max-width: 630.9px) {
  #offer .offer_cover .hero_container {
    top: 140px;
    left: 120px;
  }
}
@media all and (max-width: 520.9px) {
  #offer .offer_cover .hero_container {
    top: 115px;
    font-size: 18px;
    left: 80px;
  }
}
@media all and (max-width: 420.9px) {
  #offer .offer_cover .hero_container {
    top: 100px;
    left: 70px;
  }
}
@media all and (max-width: 400.9px) {
  #offer .offer_cover .hero_container {
    top: 90px;
    left: 58px;
  }
}
#offer .container {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 991.9px) {
  #offer .container {
    padding-top: 60px;
  }
}
#offer .container .heading {
  font-size: 47px;
  color: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  font-style: italic;
}
@media all and (max-width: 991.9px) {
  #offer .container .heading {
    font-size: 32px;
  }
}
@media all and (max-width: 400.9px) {
  #offer .container .heading {
    font-size: 28px;
  }
}
#offer .container .sub_heading {
  font-family: "MolSans-Medium", sans-serif;
  color: #40c8f4;
  font-size: 18px;
}
#offer .container .sub_heading p {
  margin-top: 50px;
}
#offer .container .offer_description {
  color: #00265a;
  font-family: "MolSans-Book", sans-serif;
  font-size: 18px;
}
#offer .container .offer_description:last-of-type {
  margin-bottom: 50px;
}
#offer .container .table_heading {
  font-size: 20px;
  color: #0054a6;
  font-family: "MolSans-Medium", sans-serif;
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 991.9px) {
  #offer .container .table_heading {
    font-size: 16px;
  }
}
#offer .container .p-relative {
  position: relative;
}
#offer .container .p-relative .new_table_1 {
  padding-bottom: 40px;
  margin-bottom: 50px;
  overflow-x: auto;
  text-align: center;
}
#offer .container .p-relative .new_table_1 table {
  width: 1180px;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 13px;
}
#offer .container .p-relative .new_table_1 table p {
  margin-bottom: 0;
}
#offer .container .p-relative .new_table_1 table th {
  background-color: #fff;
  width: 245px;
  height: 40px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  margin-right: 5px;
  color: #0054a6;
  font-family: "MolSans-Medium", sans-serif;
  text-transform: uppercase;
  padding: 15px;
}
#offer .container .p-relative .new_table_1 table th:last-child {
  text-align: left;
}
#offer .container .p-relative .new_table_1 table tbody tr:nth-child(2) .linksBox {
  padding: 20px;
}
#offer .container .p-relative .new_table_1 table tbody tr:nth-child(2) .linksBox p:first-child {
  padding-bottom: 20px;
}
#offer .container .p-relative .new_table_1 table tbody tr:nth-child(2) .linksBox a {
  color: white;
  text-decoration: underline;
}
#offer .container .p-relative .new_table_1 table tbody tr:nth-child(2) .linksBox a:hover {
  color: #40c8f4;
}
#offer .container .p-relative .new_table_1 table tbody tr:nth-child(2) td:first-child {
  background-color: #fff;
  width: 245px;
  height: 40px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  margin-right: 5px;
  color: #0054a6;
  font-family: "MolSans-Bold", sans-serif;
  text-transform: uppercase;
}
#offer .container .p-relative .new_table_1 table tbody tr:nth-child(2) td:nth-child(2) {
  background-color: #fff;
  width: 245px;
  height: 40px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  margin-right: 5px;
  color: #0054a6;
  font-family: "MolSans-Bold", sans-serif;
  text-transform: uppercase;
}
#offer .container .p-relative .new_table_1 table tbody tr td:first-child {
  background-color: #fff;
  height: 60px;
  border-radius: 10px 0px 0px 10px;
  color: #0054a6;
  max-width: 120px;
  padding: 5px;
}
#offer .container .p-relative .new_table_1 table tbody tr td:first-child p {
  margin-left: 10px;
}
#offer .container .p-relative .new_table_1 table tbody tr td:first-child p:last-child {
  white-space: normal;
}
#offer .container .p-relative .new_table_1 table tbody tr td {
  background-color: #0054a6;
  color: #fff;
  height: 100px;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_1 p {
  border-bottom: 1px solid #fff;
  padding: 10px;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_1 p:last-child {
  border-bottom: 0;
  background-color: #40c8f4;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_2.withFooter p:nth-child(2) {
  border-bottom: 0;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_2 p {
  border-bottom: 1px solid #fff;
  padding: 10px;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_2 p:last-child {
  border-bottom: 0;
}
#offer .container .p-relative .new_table_1 table tbody tr td .tableContent_2 p.tableFooter {
  border-bottom: 0;
  top: 95px;
  font-size: 16px;
  color: #00265a;
  position: absolute;
  left: 30px;
}
#offer .container .p-relative .new_table_1 table tbody tr td .paddings {
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
}
#offer .container .auto-card {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#offer .container .auto-card .image-background {
  position: relative;
}
#offer .container .auto-card .image-background img {
  border-radius: 30px 30px 0px 0px;
  width: 100%;
}
#offer .container .auto-card .auto-card-body {
  background-color: #ffffff;
  width: 100%;
  border-radius: 0px 0px 30px 30px;
}
#offer .container .auto-card .auto-card-body ul {
  padding-left: 0;
  padding-top: 20px;
  font-family: "MolSans-Book", sans-serif;
  font-size: 14px;
  color: #0054a6;
}
#offer .container .auto-card .auto-card-body ul li {
  display: flex;
  justify-content: space-between;
  margin: 0px 20px;
  border-top: 1px solid rgba(0, 84, 166, 0.2);
}
#offer .container .auto-card .auto-card-body ul li p {
  margin-bottom: 0;
  padding: 8px 0;
}
#offer .container .auto-card .auto-card-body ul li :nth-child(2) {
  font-family: "MolSans-Bold", sans-serif;
}
#offer .container .auto-card .auto-card-body ul li:last-child {
  padding-top: 20px;
  flex-direction: column;
}
#offer .container .auto-card .auto-card-body ul li:last-child p {
  padding: 0;
}
#offer .container .auto-card .auto-card-body ul li:last-child p:last-child {
  color: #40c8f4;
  font-size: 30px;
  padding-bottom: 27px;
}
#offer .container .auto-card .auto-card-body h5:first-child {
  padding-top: 20px;
  color: #40c8f4;
}
#offer .container .auto-card .auto-card-body h5:last-of-type {
  height: 65px;
}
@media all and (max-width: 767.9px) {
  #offer .container .auto-card .auto-card-body h5:last-of-type {
    height: auto;
  }
}
#offer .container .auto-card .auto-card-body h5 {
  font-size: 18px;
  font-family: "MolSans-Bold", sans-serif;
  margin-bottom: 0;
  color: #0054a6;
  padding-left: 20px;
  padding-right: 20px;
}
#offer .container .privacy_policiy_offer {
  padding-top: 40px;
  padding-bottom: 0;
}
#offer .container .privacy_policiy_offer .email_left {
  margin-bottom: 50px;
}
#offer .container .privacy_policiy_offer .email_left a {
  text-align: end;
}
#offer .container .privacy_policiy_offer .phone_right a {
  text-align: start;
}
#offer .container .informant {
  font-size: 18px;
  font-family: "MolSans-Book", sans-serif;
  text-decoration: underline;
  color: #40c8f4;
}

#move_design {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #move_design {
    text-align: center;
  }
}
#move_design figure {
  margin: 0;
  padding-bottom: 0;
}
#move_design figure.dot-shape-hero {
  max-width: 1920px;
}
@media (max-width: 1299.98px) {
  #move_design figure.dot-shape-hero {
    padding-bottom: 240px;
  }
}
@media (max-width: 991.98px) {
  #move_design figure.dot-shape-hero {
    padding-bottom: 280px;
  }
}
@media (max-width: 575.98px) {
  #move_design figure.dot-shape-hero {
    padding-bottom: 300px;
  }
}
#move_design figure.dot-shape-hero-2 {
  max-width: 1676px;
  margin-top: -30px;
}
#move_design figure.dot-shape-hero-3 {
  max-width: 1843px;
}
@media (max-width: 767.98px) {
  #move_design figure.dot-shape-hero-3 {
    padding-bottom: 700px;
  }
}
@media (max-width: 575.98px) {
  #move_design figure.dot-shape-hero-3 {
    padding-bottom: 800px;
  }
}
#move_design figure img {
  width: 100%;
}
#move_design .phone2_container figure {
  padding-bottom: 320px;
}
@media (max-width: 1299.98px) {
  #move_design .phone2_container figure {
    padding-bottom: 340px;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone2_container figure {
    padding-bottom: 460px;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone2_container figure {
    padding-bottom: 740px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone2_container figure {
    right: 740px;
  }
}
#move_design .hero {
  padding-top: 80px;
}
@media all and (max-width: 1800px) {
  #move_design .hero {
    padding-top: 0;
  }
}
#move_design .phone_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  font-style: italic;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box {
    max-width: 720px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone_box {
    max-width: 420px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box {
    max-width: 360px;
    padding: 0 10px;
  }
}
#move_design .phone_box .img_box {
  width: 100%;
  padding: 0;
}
#move_design .phone_box .img_box img {
  width: 100%;
}
#move_design .phone_box .move_title {
  padding: 0;
}
#move_design .phone_box .move_title p {
  font-family: "MolSans-Black", sans-serif;
  color: white;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
}
@media all and (max-width: 1800px) {
  #move_design .phone_box .move_title p {
    font-size: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #move_design .phone_box .move_title p {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box .move_title p {
    font-size: 18px;
  }
}
#move_design .phone_box .move_title p.sm-text {
  font-size: 21px;
  color: #0054a6;
  font-family: Arial;
  font-weight: normal;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box .move_title p.sm-text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box .move_title p.sm-text {
    font-size: 15px;
  }
}
#move_design .phone_box.phone_box_1 {
  top: 175px;
  justify-content: space-between;
}
@media all and (max-width: 1800px) {
  #move_design .phone_box.phone_box_1 {
    top: 120px;
  }
}
@media all and (max-width: 1400px) {
  #move_design .phone_box.phone_box_1 {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone_box.phone_box_1 {
    top: 80px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_1 {
    padding-bottom: 60px;
  }
}
#move_design .phone_box.phone_box_1 .img_box {
  max-width: 760px;
  top: 110px;
  right: 30px;
}
@media all and (max-width: 1800px) {
  #move_design .phone_box.phone_box_1 .img_box {
    max-width: 600px;
    top: 70px;
    right: 110px;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone_box.phone_box_1 .img_box {
    top: 0;
    right: 80px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_1 .img_box {
    right: 30px;
  }
}
#move_design .phone_box.phone_box_1 .move_title {
  max-width: 440px;
}
@media all and (max-width: 1800px) {
  #move_design .phone_box.phone_box_1 .move_title {
    left: 150px;
  }
}
@media all and (max-width: 1400px) {
  #move_design .phone_box.phone_box_1 .move_title {
    left: 0;
  }
}
#move_design .phone_box.phone_box_1 .move_title p span {
  font-family: "MolSans-Black", sans-serif;
  color: white;
  font-size: 50px;
  font-weight: 900;
}
@media all and (max-width: 1800px) {
  #move_design .phone_box.phone_box_1 .move_title p span {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone_box.phone_box_1 .move_title p span {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #move_design .phone_box.phone_box_1 .move_title p span {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_1 .move_title p span {
    font-size: 18px;
  }
}
#move_design .phone_box.phone_box_1 .move_title p:last-child {
  color: #0054a6;
  font-size: 30px;
}
@media all and (max-width: 1800px) {
  #move_design .phone_box.phone_box_1 .move_title p:last-child {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_1 .move_title p:last-child {
    font-size: 15px;
  }
}
#move_design .phone_box.phone_box_2 {
  top: 240px;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_2 {
    top: 100px;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone_box.phone_box_2 {
    top: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone_box.phone_box_2 {
    top: 75px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_2 {
    top: 45px;
  }
}
#move_design .phone_box.phone_box_2 .img_box {
  max-width: 423px;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_2 .img_box {
    max-width: 300px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_2 .img_box {
    max-width: 240px;
  }
}
#move_design .phone_box.phone_box_2 .move_title p span {
  font-family: "MolSans-Black", sans-serif;
  color: white;
  font-size: 38px;
  background-color: #0054a6;
  padding: 0 4px;
}
@media all and (max-width: 1800px) {
  #move_design .phone_box.phone_box_2 .move_title p span {
    font-size: 38px;
  }
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_2 .move_title p span {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone_box.phone_box_2 .move_title p span {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_2 .move_title p span {
    font-size: 18px;
  }
}
#move_design .phone_box.phone_box_3 {
  top: -450px;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_3 {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone_box.phone_box_3 {
    padding: 0 10px;
    top: -530px;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone_box.phone_box_3 {
    justify-content: center !important;
  }
}
#move_design .phone_box.phone_box_3 .img_box {
  max-width: 261px;
  right: 200px;
  z-index: 3;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_3 .img_box {
    max-width: 220px;
    right: 0;
  }
}
#move_design .phone_box.phone_box_3 .dots {
  position: absolute;
  right: 110px;
  max-width: 410px;
  top: -100px;
  z-index: 1;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_3 .dots {
    right: -100px;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone_box.phone_box_3 .dots {
    top: 150px;
    right: 0;
  }
}
#move_design .phone_box.phone_box_3 .move_title p {
  color: #0054a6;
}
#move_design .phone_box.phone_box_4 {
  top: 32%;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_4 {
    top: 11%;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone_box.phone_box_4 {
    padding: 0 10px;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone_box.phone_box_4 {
    top: 23%;
    flex-direction: column-reverse;
  }
}
#move_design .phone_box.phone_box_4 .img_box {
  max-width: 267px;
}
@media (max-width: 1299.98px) {
  #move_design .phone_box.phone_box_4 .img_box {
    max-width: 230px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone_box.phone_box_4 .img_box {
    max-width: 220px;
  }
}
#move_design .phone_box.phone_box_4 .move_title p {
  color: white;
}
@media (max-width: 767.98px) {
  #move_design .phone_box.phone_box_4 .move_title p {
    color: #0054a6;
  }
}
#move_design .phone5_container {
  margin: 0 auto;
}
#move_design .phone5_container figure {
  position: absolute;
  bottom: 0;
  padding: 0;
}
#move_design .phone5_container figure.move_wave {
  max-width: 1016px;
}
#move_design .phone5_container figure.move_wave img {
  width: 100%;
}
#move_design .phone5_container .phone_box_5 {
  padding: 0 0 170px;
  margin: 0 auto;
}
@media (max-width: 1299.98px) {
  #move_design .phone5_container .phone_box_5 {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  #move_design .phone5_container .phone_box_5 {
    padding: 0 10px 100px;
  }
}
@media (max-width: 767.98px) {
  #move_design .phone5_container .phone_box_5 {
    max-width: 420px;
    justify-content: center !important;
  }
}
#move_design .phone5_container .phone_box_5 .img_box {
  max-width: 293px;
  right: 100px;
}
@media (max-width: 1299.98px) {
  #move_design .phone5_container .phone_box_5 .img_box {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone5_container .phone_box_5 .img_box {
    max-width: 240px;
  }
}
#move_design .phone5_container .phone_box_5 .img_box img {
  width: 100%;
}
#move_design .phone5_container .phone_box_5 .move_title p {
  font-family: "MolSans-Black", sans-serif;
  color: #0054a6;
  font-size: 40px;
  font-style: italic;
}
@media all and (max-width: 1800px) {
  #move_design .phone5_container .phone_box_5 .move_title p {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone5_container .phone_box_5 .move_title p {
    font-size: 18px;
  }
}
#move_design .phone5_container .phone_box_5 .move_title p.sm-text {
  font-size: 21px;
  color: #0054a6;
  font-family: Arial;
  font-weight: normal;
}
@media (max-width: 1299.98px) {
  #move_design .phone5_container .phone_box_5 .move_title p.sm-text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #move_design .phone5_container .phone_box_5 .move_title p.sm-text {
    font-size: 15px;
  }
}
#move_design .note_container {
  margin: 0 auto;
  overflow: hidden;
}
#move_design .note_container figure {
  position: absolute;
  top: 0;
  padding: 0;
}
#move_design .note_container figure.move_wave {
  max-width: 1016px;
}
#move_design .note_container figure.move_wave img {
  width: 100%;
  transform: scale(1, -1);
}
#move_design .note_container .note_box {
  padding: 0 0 170px;
  margin: 0 auto;
}
@media (max-width: 1299.98px) {
  #move_design .note_container .note_box {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  #move_design .note_container .note_box {
    padding: 0 10px 100px;
  }
}
@media (max-width: 767.98px) {
  #move_design .note_container .note_box {
    max-width: 420px;
    justify-content: center !important;
  }
}
#move_design .note_container .note_box .move_title p {
  font-family: "MolSans-Black", sans-serif;
  color: #0054a6;
  font-size: 40px;
}
@media all and (max-width: 1800px) {
  #move_design .note_container .note_box .move_title p {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  #move_design .note_container .note_box .move_title p {
    font-size: 18px;
  }
}
#move_design .note_container .note_box .move_title p.sm-text {
  font-size: 18px;
  color: #0054a6;
  font-family: Arial;
  font-weight: normal;
}
@media (max-width: 1299.98px) {
  #move_design .note_container .note_box .move_title p.sm-text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #move_design .note_container .note_box .move_title p.sm-text {
    font-size: 15px;
  }
}

#virtualcard-design {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
@media all and (max-width: 968.9px) {
  #virtualcard-design {
    padding-bottom: 20px;
  }
}
#virtualcard-design a {
  text-decoration: underline;
  color: #0054a6;
}
#virtualcard-design figure {
  margin: 0;
}
#virtualcard-design .pt-300 {
  padding-top: 300px;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .pt-300 {
    padding-top: 200px;
  }
}
@media all and (max-width: 1600.9px) {
  #virtualcard-design .pt-300 {
    padding-top: 100px;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .pt-300 {
    padding-top: 0;
  }
}
#virtualcard-design .pt-120 {
  padding-top: 120px;
}
@media all and (max-width: 1918.9px) {
  #virtualcard-design .pt-120 {
    padding-top: 80px;
  }
}
@media all and (max-width: 1600.9px) {
  #virtualcard-design .pt-120 {
    padding-top: 60px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .pt-120 {
    padding-top: 40px;
  }
}
#virtualcard-design p {
  margin: 0;
}
#virtualcard-design .title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 425;
  font-family: "MolSans-Black", sans-serif;
  font-style: italic;
  line-height: 50px;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .title {
    font-size: 35px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .title {
    font-size: 30px !important;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .title {
    font-size: 25px !important;
  }
}
@media all and (max-width: 968.9px) {
  #virtualcard-design .title {
    text-align: center;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .title {
    font-size: 18px !important;
  }
}
#virtualcard-design .title.title-hero {
  padding-bottom: 20px;
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .title.title-hero {
    padding-bottom: 5px;
  }
}
#virtualcard-design .title .virtual-banner-title-sm {
  background-color: #0054a6;
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  margin-bottom: 0;
}
#virtualcard-design .title .virtual-banner-title-sm::before, #virtualcard-design .title .virtual-banner-title-sm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #0054a6;
}
#virtualcard-design .title .virtual-banner-title-sm::before {
  left: -10px;
  transform: skewX(-20deg);
}
#virtualcard-design .title .virtual-banner-title-sm::after {
  right: -10px;
  transform: skewX(-20deg);
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .title .virtual-banner-title-sm {
    font-size: 25px !important;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .title .virtual-banner-title-sm {
    font-size: 20px !important;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .title .virtual-banner-title-sm {
    font-size: 18px !important;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .title .virtual-banner-title-sm {
    padding: 5px 15px;
  }
}
#virtualcard-design .title .virtual-banner-title-lg {
  background-color: #0054a6;
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
}
#virtualcard-design .title .virtual-banner-title-lg::before, #virtualcard-design .title .virtual-banner-title-lg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #0054a6;
}
#virtualcard-design .title .virtual-banner-title-lg::before {
  left: -10px;
  transform: skewX(-20deg);
}
#virtualcard-design .title .virtual-banner-title-lg::after {
  right: -10px;
  transform: skewX(-20deg);
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .title .virtual-banner-title-lg {
    padding: 5px 15px;
  }
}
@media all and (max-width: 1280.9px) {
  #virtualcard-design .title .virtual-banner-title-lg.u-mr {
    margin-right: 10px;
  }
}
#virtualcard-design .title p:last-child {
  padding: 0 15px;
}
#virtualcard-design .title.virtualcard-subtitle {
  color: #fff;
  font-size: 21px;
  padding: 10px 25px 25px 40px !important;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .title.virtualcard-subtitle {
    font-size: 18px !important;
  }
}
#virtualcard-design .subtitle {
  font-size: 30px;
  font-weight: 425;
  font-family: "MolSans-Black", sans-serif;
  font-style: italic;
  line-height: normal;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .subtitle {
    font-size: 25px;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .subtitle {
    font-size: 20px !important;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .subtitle {
    text-align: center;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .subtitle {
    font-size: 16px !important;
  }
}
#virtualcard-design .row {
  margin-left: 0;
  margin-right: 0;
}
#virtualcard-design figure {
  position: absolute;
  z-index: 1;
}
#virtualcard-design figure img {
  width: 100%;
}
#virtualcard-design .icon-title {
  width: 50%;
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .icon-title {
    width: 100%;
  }
  #virtualcard-design .icon-title .row {
    justify-content: center;
  }
}
#virtualcard-design .icon-title figure {
  position: relative;
}
#virtualcard-design .icon-title .subtitle {
  color: #40c8f4;
}
#virtualcard-design .dot-shape-hero {
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .dot-shape-hero {
    width: 130%;
  }
}
#virtualcard-design .dot-shape-hero-2 {
  max-width: 1700px;
  width: 100%;
  left: 0;
  margin-top: -45px;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    max-width: 1460px;
    left: -180px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    max-width: 1300px;
    left: -110px;
  }
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    left: 0;
    margin-top: 35px;
  }
}
@media all and (max-width: 968.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    left: 0;
    margin-top: 0;
    width: 140%;
  }
}
@media all and (max-width: 650.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    left: 0;
    margin-top: -40px;
    width: 100%;
  }
}
@media all and (max-width: 800.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    left: 0;
    margin-top: 80px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    margin-top: 10px;
  }
}
@media all and (max-width: 544.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    margin-top: 0;
  }
}
@media all and (max-width: 500.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    width: 110%;
  }
}
@media all and (max-width: 450.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    width: 100%;
  }
}
@media all and (max-width: 430.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    width: 108%;
  }
}
@media all and (max-width: 390.9px) {
  #virtualcard-design .dot-shape-hero-2 {
    width: 114%;
  }
}
#virtualcard-design .dot-shape-hero-3 {
  right: 0;
  margin-top: 50px;
  z-index: 2;
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .dot-shape-hero-3 {
    margin-left: 110px;
  }
}
@media all and (max-width: 1280.9px) {
  #virtualcard-design .dot-shape-hero-3 {
    margin-left: 0;
  }
}
@media all and (max-width: 850.9px) {
  #virtualcard-design .dot-shape-hero-3 {
    margin-top: 107px;
  }
}
@media all and (max-width: 550.9px) {
  #virtualcard-design .dot-shape-hero-3 {
    left: 0;
  }
}
@media all and (max-width: 390.9px) {
  #virtualcard-design .dot-shape-hero-3 {
    width: 120%;
    left: -75px;
  }
}
@media all and (max-width: 370.9px) {
  #virtualcard-design .dot-shape-hero-3 {
    width: 140%;
    left: -133px;
  }
}
#virtualcard-design .hero .virtualcard-content {
  position: relative;
  z-index: 2;
  padding: 150px 0 150px 300px;
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .hero .virtualcard-content {
    padding: 100px 0 30px 230px;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .hero .virtualcard-content {
    padding: 100px 0 180px 200px;
  }
}
@media all and (max-width: 967.9px) {
  #virtualcard-design .hero .virtualcard-content {
    padding: 20px 0 75px 0;
    flex-direction: column;
    align-items: center !important;
  }
}
#virtualcard-design .hero .virtualcard-content img {
  width: 100%;
  height: auto;
}
#virtualcard-design .hero .virtualcard-content .hero-laptop {
  max-width: 1048px;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .hero .virtualcard-content .hero-laptop {
    max-width: 750px;
  }
}
@media all and (max-width: 1600.9px) {
  #virtualcard-design .hero .virtualcard-content .hero-laptop {
    max-width: 635px;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .hero .virtualcard-content .hero-laptop {
    max-width: 460px;
  }
}
@media all and (max-width: 967.9px) {
  #virtualcard-design .hero .virtualcard-content .hero-laptop {
    padding-top: 40px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .hero .virtualcard-content .hero-laptop {
    max-width: 300px;
  }
}
#virtualcard-design .wrapp-content {
  padding: 0 380px;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content {
    padding: 0 230px;
  }
}
@media all and (max-width: 1600.9px) {
  #virtualcard-design .wrapp-content {
    padding: 0 170px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content {
    padding: 0 130px;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .wrapp-content {
    padding: 0 100px;
  }
}
@media all and (max-width: 700.9px) {
  #virtualcard-design .wrapp-content {
    padding: 0 50px;
  }
}
@media all and (max-width: 499.9px) {
  #virtualcard-design .wrapp-content {
    padding: 0 20px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r {
  padding-bottom: 150px;
  z-index: 3;
  position: relative;
}
#virtualcard-design .wrapp-content .virtualcard-p-r:nth-child(2) {
  padding-bottom: 0;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r {
    padding-bottom: 100px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r.pbChange {
  padding-bottom: 400px;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r.pbChange {
    padding-bottom: 250px;
  }
}
@media all and (max-width: 550.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r.pbChange {
    padding-bottom: 150px;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r:first-child {
    padding-bottom: 130px;
  }
}
@media all and (max-width: 1200.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r:first-child {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 430.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r:first-child {
    padding-bottom: 0;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r figure {
  position: relative;
  z-index: 2;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content {
  color: #ffffff;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
  font-family: Arial, sans-serif;
  font-size: 21px;
  padding-top: 30px;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
    font-size: 18px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
    font-size: 16px;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
    padding-top: 240px;
    color: #0054a6;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
    font-size: 14px !important;
    padding-top: 200px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
    padding-top: 145px;
  }
}
@media all and (max-width: 499.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
    padding-top: 100px;
  }
}
@media all and (max-width: 399.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc {
    padding-top: 60px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box {
  position: relative;
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box.icon-ulist {
    justify-content: center !important;
  }
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box.virtual-ct {
    justify-content: center !important;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .white-box {
  position: absolute;
  width: 100%;
  height: 520px;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 30px;
}
@media all and (max-width: 1600.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .white-box {
    height: 420px;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .white-box {
    height: 710px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .white-box {
    height: 570px;
  }
}
@media all and (max-width: 499.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .white-box {
    height: 610px;
  }
}
@media all and (max-width: 1280.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .group-card {
    max-width: 300px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .group-card {
    margin: 25px 0;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title {
  z-index: 2;
  padding-top: 35px;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title .bluecard-icon {
  padding-right: 40px;
}
@media all and (max-width: 1027.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title .bluecard-icon {
    padding-right: 10px;
  }
}
@media all and (max-width: 1027.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title .bluecard-icon.bluecard-icon-phone {
    padding-right: 40px;
  }
}
@media all and (max-width: 430.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title .bluecard-icon.bluecard-icon-phone {
    padding-right: 0;
    margin-right: 25px;
  }
}
@media all and (max-width: 430.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title .bluecard-icon {
    max-width: 40px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title ul {
  padding-left: 25px;
  padding-top: 20px;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title ul li {
  font-size: 21px;
  font-family: Arial, sans-serif;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title ul li {
    font-size: 18px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title ul li {
    font-size: 16px;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title ul li {
    font-size: 14px !important;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .icon-title ul {
    margin-bottom: 0;
    padding-left: 15px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 {
  padding-top: 250px;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1.text-plugee-blue {
  color: #0054a6;
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 {
    font-size: 30px;
  }
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1:first-child {
    padding-top: 180px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1:first-child {
    padding-top: 100px;
  }
}
@media all and (max-width: 968.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1:first-child {
    padding-top: 200px;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1:first-child {
    padding-top: 180px;
  }
}
@media all and (max-width: 449.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1:first-child {
    padding-top: 60px;
  }
}
@media all and (max-width: 374.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1:first-child {
    padding-top: 30px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 ol {
  max-width: 740px;
  padding-left: 60px;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 ol li {
  font-size: 21px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  padding-bottom: 5px;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 ol li {
    font-size: 18px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 ol li {
    font-size: 16px;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 ol li {
    font-size: 14px !important;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box .v-shape-1 ol {
    padding-left: 15px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box.white-p {
  padding-right: 100px;
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box.white-p {
    padding-right: 30px;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtualcard-content-box.white-p {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-title {
  max-width: 650px;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc {
  font-size: 19px;
  display: flex;
}
@media all and (max-width: 850.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .pr-4 {
    padding-right: 0 !important;
  }
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc {
    font-size: 16px;
  }
}
@media all and (max-width: 550.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc {
    font-size: 15px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn {
  position: relative;
  padding: 20px 30px;
  border-radius: 40px;
  background: #0054a6;
  font-family: "MolSans-Black", sans-serif;
  cursor: pointer;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn {
    padding: 10px 20px;
    max-width: 340px;
  }
}
@media all and (max-width: 850.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn {
    max-width: 500px;
    gap: 20px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn p {
  margin-right: 25px;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn-1 {
  max-width: 509px;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn-1 {
    max-width: 340px;
  }
}
@media all and (max-width: 850.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn-1 {
    max-width: 426px;
  }
}
@media all and (max-width: 550.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn-1 {
    max-width: 405px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn-2 {
  background-color: #ffffff;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .blue-btn-2 a {
  background-color: #40c8f4;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .accordion-icon {
  transition: transform 0.2s ease;
}
@media all and (max-width: 850.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .accordion-icon {
    max-width: 17px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .accordion-icon.rotate {
  transform: rotate(180deg);
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .accordion-1,
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .accordion-2 {
  text-transform: uppercase;
  font-weight: bold;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .accordion-2 {
  color: #40c8f4;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel {
  padding-top: 15px;
  display: none;
  overflow: hidden;
  max-width: 470px;
  text-transform: unset;
  font-family: "MolSans-Book", sans-serif;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel {
    font-size: 14px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel a {
  color: #fff;
  text-decoration: underline;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel-2 {
  color: #40c8f4;
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel-2 p {
  margin: 30px 0px 30px 0px;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel-2 p {
    margin: 15px 0px 15px 0px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel-2 a {
  padding: 20px 40px;
  background-color: #40c8f4;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "MolSans-Black", sans-serif;
  border-radius: 40px;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtualcard-p-r .virtual-card-how-content .virtualcard-desc-acc .panel-2 a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
#virtualcard-design .wrapp-content .virtualcard-c .title {
  font-size: 30px;
  font-weight: 425;
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtualcard-c .title {
    font-size: 25px;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content .virtualcard-c .title {
    font-size: 18px !important;
  }
}
#virtualcard-design .wrapp-content .virtualcard-c .white-phone {
  left: -20px;
  top: 55px;
}
@media all and (max-width: 1600.9px) {
  #virtualcard-design .wrapp-content .virtualcard-c .white-phone {
    max-width: 400px;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .wrapp-content .virtualcard-c .white-phone {
    max-width: 340px;
    top: 0;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content .virtualcard-c .white-phone {
    top: 50px;
    max-width: 250px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtualcard-c .white-phone {
    max-width: 180px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require {
  position: relative;
  z-index: 4;
}
@media all and (max-width: 1600.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 550.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require {
    padding-bottom: 110px;
  }
}
@media all and (max-width: 530.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 490.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 460.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 430.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require {
    padding-bottom: 40px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .steps-hidden {
  display: none;
}
#virtualcard-design .wrapp-content #virtual-card-require .row > div {
  max-width: 645px;
  width: 100%;
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .row > div {
    max-width: 100%;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .row {
    justify-content: center !important;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title {
  padding-bottom: 85px;
  margin-bottom: 0;
  padding-top: 200px;
  display: flex;
  justify-content: end;
  width: 107%;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title {
    width: 100%;
  }
}
@media all and (max-width: 1500.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1280.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title {
    padding-top: 0;
    padding-bottom: 130px;
  }
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 850.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title {
    justify-content: center;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title .virtualcard-title-10step {
  max-width: 740px;
}
#virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title .virtualcard-title-10step #show-steps-btn {
  padding: 25px 40px;
  border-radius: 40px;
  outline: none;
  border: none;
  background-color: #0054a6;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "MolSans-Black", sans-serif;
  font-size: 19px;
}
@media all and (max-width: 850.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .virtualcard-title .virtualcard-title-10step #show-steps-btn {
    font-size: 16px;
    padding: 15px 25px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap #steps-container {
  height: 75px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 40px 40px 0 0;
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap #steps-container .close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  outline: none;
  border: 0;
  background-color: unset;
  cursor: pointer;
}
@media all and (max-width: 1500.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap #steps-container .close-btn {
    top: 25px;
    right: 18px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol {
  position: relative;
  top: -1px;
  padding: 10px;
  background-color: #ffffff;
  padding: 0px 40px 0px 40px;
  border-radius: 0 0 40px 40px;
}
@media all and (max-width: 1500.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol {
    padding: 0px 30px 0px 30px;
  }
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol {
    padding: 0px 30px 0px 0px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol {
  padding: 0;
  list-style-type: none;
  margin: 0;
  background-color: white;
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list {
  max-height: 900px;
  overflow: auto;
  transition: max-height 0.5s ease-in-out;
  scroll-behavior: smooth;
  padding: 50px 0 10px 50px;
  /* Görgetősáv háttérszíne */
}
@media all and (max-width: 1500.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list {
    padding: 50px 0 10px 0px;
  }
}
@media all and (max-width: 1280.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list {
    padding: 0px 0 10px 0px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list::-webkit-scrollbar {
  width: 10px;
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 20px;
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list::-webkit-scrollbar-thumb {
  background-color: #0054a6;
  border-radius: 20px;
  border: 3px solid #ebebeb;
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list::-webkit-scrollbar-thumb:hover {
  background-color: #40c8f4;
}
@-moz-document url-prefix() {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol.steps-list {
    scrollbar-width: thin; /* Vékonyabb görgetősáv */
    scrollbar-color: #0054a6 #ebebeb; /* (Fogantyú színe, háttérszín) */
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li {
  position: relative;
  z-index: 3;
  margin-bottom: 130px;
  padding: 0 29px;
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 1239.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li {
    margin-bottom: 50px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .row {
  align-items: start;
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .row {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .require-title {
  padding-bottom: 40px;
}
@media all and (max-width: 1200.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .require-title {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:first-child {
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:first-child {
    display: list-item;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:first-child > div {
  min-width: 645px;
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:first-child > div {
    min-width: auto;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:nth-child(4) .row > div, #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:nth-child(5) .row > div {
  width: 50%;
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:nth-child(4) .row > div, #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:nth-child(5) .row > div {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:nth-child(5) .row {
  align-items: start;
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:nth-child(5) .row {
    align-items: center;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:nth-child(6) .row {
  align-items: center;
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .require-desc {
  font-size: 21px;
  font-family: Arial, sans-serif;
  line-height: normal;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .require-desc {
    font-size: 18px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .require-desc {
    font-size: 16px;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .require-desc {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li .require-desc {
    font-size: 14px !important;
    padding-bottom: 20px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li:last-child {
  padding-bottom: 0;
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li figure {
  max-width: 300px;
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li figure {
    max-width: 230px;
  }
}
@media all and (max-width: 966.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li figure {
    max-width: 300px;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li figure {
    max-width: 250px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li.pb-fixes {
  flex-direction: column;
  display: flex;
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li.pb-fixes {
    align-items: center;
  }
}
@media all and (max-width: 1350.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol li.pb-fixes .part {
    max-width: 645px;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require #ten-step-wrap .wrap-ol ol {
    padding-left: 15px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .accordion-icon {
  transition: transform 0.3s ease;
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-icon {
    max-width: 32px;
  }
}
@media all and (max-width: 500.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-icon {
    max-width: 15px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-button {
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  border-radius: 40px;
  background-color: #0054a6;
  color: #ffffff;
  font-family: "MolSans-Black", sans-serif;
  border: 0;
  outline: none;
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer;
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-button {
    padding: 10px 10px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-button b {
  margin-right: 70px;
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-button b {
    margin-right: 20px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-button.active .accordion-icon {
  transform: rotate(180deg);
}
#virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-content {
  position: relative;
  top: -30px;
  z-index: 1;
  max-width: 526px;
  background-color: #0054a6;
  color: #ffffff;
  border-radius: 0 0 40px 40px;
  padding: 30px;
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-content {
    padding: 30px 20px 20px 20px;
    max-width: 435px;
  }
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-content {
    padding: 30px 20px 20px 20px;
    top: -27px;
  }
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-content ul {
    padding-left: 20px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-content ul li {
  padding: 0 !important;
  margin-bottom: 30px !important;
}
@media all and (max-width: 768.9px) {
  #virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-content ul li {
    padding-left: 20px;
  }
}
#virtualcard-design .wrapp-content #virtual-card-require .accordion-guide-content p {
  margin-bottom: 10px;
}
#virtualcard-design .wrapp-content .virtual-card-bottom {
  position: relative;
  padding-left: 30px;
  bottom: 0;
  overflow: unset;
  color: #ffffff;
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom {
    padding-left: 0;
  }
}
#virtualcard-design .wrapp-content .virtual-card-bottom a {
  color: #ffffff;
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content {
  position: relative;
  z-index: 3;
  max-width: 950px;
  top: 45px;
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content {
    top: 0;
  }
}
@media all and (max-width: 550.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content {
    text-align: center;
  }
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-desc {
  font-family: Arial, sans-serif;
  font-size: 21px;
  line-height: normal;
  padding: 15px;
  color: #0054a6;
}
@media all and (max-width: 1919.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-desc {
    font-size: 18px;
  }
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-desc {
    font-size: 16px;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-desc {
    font-size: 14px;
  }
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-desc a {
  color: #0054a6;
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title {
  padding-bottom: 20px;
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2 {
  background-color: #0054a6;
  position: relative;
  display: inline-block;
  padding: 4px 15px;
  color: #ffffff;
  margin-bottom: 0;
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2::before, #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #0054a6;
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2::before {
  left: -10px;
  transform: skewX(-20deg);
}
#virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2::after {
  right: -10px;
  transform: skewX(-20deg);
}
@media all and (max-width: 1439.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2 {
    font-size: 25px !important;
  }
}
@media all and (max-width: 1279.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2 {
    font-size: 20px !important;
  }
}
@media all and (max-width: 767.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2 {
    font-size: 18px !important;
  }
}
@media all and (max-width: 599.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .content .bottom-title.virtual-banner-title-sm-2 {
    padding: 5px 15px;
  }
}
#virtualcard-design .wrapp-content .virtual-card-bottom figure {
  z-index: 2;
}
#virtualcard-design .wrapp-content .virtual-card-bottom .virtual-card-wave {
  left: -200px;
  top: -190px;
  z-index: 1;
  width: 138%;
}
@media all and (max-width: 1500.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .virtual-card-wave {
    left: -130px;
    top: -170px;
    width: 120%;
  }
}
@media all and (max-width: 1280.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .virtual-card-wave {
    left: -90px;
    top: -90px;
  }
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .virtual-card-wave {
    left: -70px;
    top: -160px;
    width: 125%;
  }
}
@media all and (max-width: 1028.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .virtual-card-wave {
    top: -110px;
  }
}
@media all and (max-width: 800.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .virtual-card-wave {
    top: -55px;
  }
}
@media all and (max-width: 550.9px) {
  #virtualcard-design .wrapp-content .virtual-card-bottom .virtual-card-wave {
    top: -55px;
    width: 200%;
    left: -150px;
  }
}

/*# sourceMappingURL=main.css.map */
