/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/info/styles/checkout.scss ***!
  \***************************************************************************************************************************/
@charset "UTF-8";
/*==============================================
	List of Colors
==============================================*/
/* Header logged user color avatar - these are account color, thats why they are not assigned to a variable */
/* Header logged user background-color avatar - these are account color, thats why they are not assigned to a variable */
/* ==========================================================================
	#Variables
========================================================================== */
/* Z-index's */
/* Spacers */
/* Borders */
/* Border radius */
/* Basics */
/* Grid */
/* Boxes */
/* Typography */
/* Links */
/* Forms */
/* Transitions */
/* Font weights */
/* Dropdowns */
/* Box shadows */
/* Icons link */
/* Modals */
/* Inputs & Buttons */
/* Buttons */
/* ==========================================================================
	#SASS Functions
========================================================================== */
/* Convert string to number */
/* Concatenate number with units for calculations */
/* Split string by separator to pieces */
/* px to rem */
/* rem to px */
/* Removes the value unit, 16px > 16, 1rem > 1 */
/* Change height based on width(aka aspect-ratio) example: @include aspect-ratio(16, 9, btn-round-inner); */
/* Transition */
/* Generate ratio img styles */
/* Custom scroll 
	@include custom-scroll(3px, #dce3ef, #5c7492, #0075f2);
 */
/* Change height based on width(aka aspect-ratio) example: @include aspect-ratio(16, 9, btn-round-inner); */
/* Add Cover for white background images, to look transparent */
/* ==========================================================================
	#Override Bootstrap variables
========================================================================== */
/* Bootstrap options */
/* Colors */
/* Border radius */
/* Basics */
/* Grid */
/* Tooltips */
/* Inputs & Buttons */
/* Buttons */
/* Forms */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #181818;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0071f3;
  --bs-secondary: #6c757d;
  --bs-success: #28cd5a;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #fc3c52;
  --bs-light: #181818;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 113, 243;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 205, 90;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 252, 60, 82;
  --bs-light-rgb: 24, 24, 24;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #002d61;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #105224;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #651821;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce3fd;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d4f5de;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #fed8dc;
  --bs-light-bg-subtle: #8c8c8c;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99c6fa;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a9ebbd;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #feb1ba;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181818;
  --bs-body-color-rgb: 24, 24, 24;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #ababad;
  --bs-secondary-color-rgb: 171, 171, 173;
  --bs-secondary-bg: #c4c4c6;
  --bs-secondary-bg-rgb: 196, 196, 198;
  --bs-tertiary-color: #626263;
  --bs-tertiary-color-rgb: 98, 98, 99;
  --bs-tertiary-bg: #c4c4c6;
  --bs-tertiary-bg-rgb: 196, 196, 198;
  --bs-heading-color: inherit;
  --bs-link-color: #006BD6;
  --bs-link-color-rgb: 0, 107, 214;
  --bs-link-decoration: none;
  --bs-link-hover-color: #005ac4;
  --bs-link-hover-color-rgb: 0, 90, 196;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #181818;
  --bs-highlight-bg: #564302;
  --bs-border-width: 1.6px;
  --bs-border-style: solid;
  --bs-border-color: #c4c4c6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 113, 243, 0.25);
  --bs-form-valid-color: #28cd5a;
  --bs-form-valid-border-color: #28cd5a;
  --bs-form-invalid-color: #fc3c52;
  --bs-form-invalid-border-color: #fc3c52;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #66aaf8;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #7ee19c;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #fd8a97;
  --bs-light-text-emphasis: #181818;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #001731;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #082912;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #320c10;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #004492;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #187b36;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #972431;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66aaf8;
  --bs-link-hover-color: #85bbf9;
  --bs-link-color-rgb: 102, 170, 248;
  --bs-link-hover-color-rgb: 133, 187, 249;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 20px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

p {
  margin-top: 0;
  margin-bottom: 16px;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1176px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1500px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 12px;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 12px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 12px;
  }

  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 12px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 12px;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 12px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 12px;
  }

  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 12px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 12px;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 12px;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #fff !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 90, 194, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 90, 194, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(83, 215, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 215, 123, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(253, 99, 117, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 99, 117, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(19, 19, 19, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(19, 19, 19, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1500px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(0.375rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0071f3;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0071f3;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1.6px);
  padding-bottom: calc(0.5rem + 1.6px);
  font-size: 1.125rem;
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #181818;
  background-color: #fff;
  border-color: #0071f3;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #c4c4c6;
  opacity: 1;
}
.form-control:disabled {
  color: #181818;
  background-color: #c4c4c6;
  border-color: #c4c4c6;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5625rem 1rem;
  margin: -0.5625rem -1rem;
  margin-inline-end: 1rem;
  color: #181818;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1.6px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1.6px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(1.6px * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(1.6px * 2));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.125rem + calc(1.6px * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(1.6px * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(1.6px * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.125rem + calc(1.6px * 2));
  padding: 0.5625rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(1.6px * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(1.6px * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.5625rem 3rem 0.5625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #0071f3;
  outline: 0;
  box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #c4c4c6;
  border-color: #c4c4c6;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #181818;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.25rem;
  margin-bottom: 1.5rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.25rem;
}

.form-check-reverse {
  padding-right: 2.25rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2.25rem;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.375rem;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #0071f3;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #0071f3;
  border-color: #0071f3;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272.5%27 fill=%27%230071f3%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0071f3;
  border-color: #0071f3;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 1;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 1;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%230071f3%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0071f3;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d4fb;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0071f3;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3d4fb;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 3.5rem;
  min-height: 3.5rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 0.875rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1.6px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0.875rem 1rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating > .form-select {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 0.875rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: 0.375rem;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1.6px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #626263;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: #c4c4c6;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1.6px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328cd5a%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328cd5a%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.125rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.125rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.125rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 744px;
  --bs-modal-padding: 48px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);
  --bs-modal-header-padding-x: 48px;
  --bs-modal-header-padding-y: 48px;
  --bs-modal-header-padding: 48px 48px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 945px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1499.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.8125rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Inter", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* ==========================================================================
    #Fonts
========================================================================== */
/* Font Icons */
/* ==========================================================================
	#Icons
========================================================================== */
/* Font family for font icons */
.ico-font,
.with-ico-font:before,
.ico-svg-flag,
.with-ico-svg-flag:before {
  display: inline-block;
}

.ico-font,
.ico-svg-flag {
  vertical-align: middle;
}

/* SVG flag icons */
.ico-svg-flag,
.with-ico-svg-flag:before {
  position: relative;
  width: 1.333333em;
  margin: 1px;
  line-height: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

_:-ms-lang(x), .ico-svg-flag {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

_:-ms-lang(x), .with-ico-svg-flag:before {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.ico-svg-flag-squared,
.ico-svg-flag-round,
.with-ico-svg-flag:before {
  width: 1em;
}

.ico-svg-flag-round {
  border-radius: 50%;
}
.ico-svg-flag-round, .ico-svg-flag-round span {
  overflow: hidden;
}

.with-ico-svg-flag.ico-svg-flag-squared,
.with-ico-svg-flag.ico-svg-flag-round {
  width: initial;
}

.with-ico-svg-flag.ico-svg-flag-round {
  border-radius: 0;
}

.with-ico-svg-flag.ico-svg-flag-round::before {
  border-radius: 50%;
}

_:-ms-fullscreen, :root .with-ico-svg-flag.ico-svg-flag-squared,
_:-ms-fullscreen, :root .with-ico-svg-flag.ico-svg-flag-round {
  width: auto;
}

/* Font Icons */
.ico-font,
.with-ico-font:before {
  font-family: "Font Icons";
  background: none;
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ==========================================================================
	#Bootstrap overrides
========================================================================== */
/* Variables */
/* CSS Variables */
.container,
.row {
  --bs-gutter-x: 30px;
}

/* Styles */
p {
  margin-bottom: 10px;
}

svg {
  vertical-align: baseline;
}

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

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

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-bottom: 10px;
  line-height: 1.1;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

ol,
ul {
  margin-bottom: 10px;
}

.list-inline {
  margin-left: -5px;
}

label {
  margin-bottom: 5px;
}

dd {
  margin-bottom: 0;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

.table tbody tr td,
.table tbody tr th,
.table tfoot tr td,
.table tfoot tr th,
.table thead tr td,
.table thead tr th {
  line-height: 1.42857143;
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px;
  }
}
@media (max-width: 767.98px) {
  .table-responsive {
    margin-bottom: 15px;
    border: 1px solid #ddd;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cce3fd;
  --bs-table-border-color: #a3b6ca;
  --bs-table-striped-bg: #c2d8f0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cce4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd2ea;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d4f5de;
  --bs-table-border-color: #aac4b2;
  --bs-table-striped-bg: #c9e9d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfddc8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4e3cd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #fed8dc;
  --bs-table-border-color: #cbadb0;
  --bs-table-striped-bg: #f1cdd1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5c2c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebc8cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #fff;
  --bs-table-bg: #181818;
  --bs-table-border-color: #464646;
  --bs-table-striped-bg: #242424;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2f2f2f;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #292929;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* ==========================================================================
	#Typography
========================================================================== */
.dual-price, .product-price.product-price-alt.product-price-alt-small, .product-price span.product-vat, .list-variations, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-name, .hbspt-form .hs-main-font-element, .footer-disclaimer-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.list-cart-amount,
.list-cart-amount dl,
.list-cart-amount dt,
.list-cart-amount dd, .product-price.product-price-alt, .product-price span.product-notice, .product-price span.product-price-old, .header-cart-footer .list-cart-amount-totals dl > span, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-actions .btn.btn-link, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-title, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dd, .badge, .device-price-xxs .device-price-old span, .device-price-sm .device-price-old span, .hbspt-form .hs-richtext, .hbspt-form .hs-form-booleancheckbox > label > span, .footer-subscribe-checkbox label, .footer-menu-list > li > a, .footer-menu-list > li > button, .footer-text, .header-menu-campaign-mypos-order-july-2025, .header-menu-banner-title, .header-mega-menu-nav > .nav-item .nav-link-entry, .header-mega-menu-title, .header-aside-list .header-aside-item .header-contact-address, .fix_el .header-nav-item > .header-mega-menu-toggle, .list-circle-actions > li > .circle-action > .circle-action-inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-price, .device-price-xxs .device-price-new span, .device-price-old > span, .hbspt-form .hs-fieldtype-select-has-placeholder select.hs-input option, .hbspt-form .hs-form-field .hs-input[type=text],
.hbspt-form .hs-form-field .hs-input[type=email],
.hbspt-form .hs-form-field .hs-input[type=tel],
.hbspt-form .hs-form-field select.hs-input, .footer-subscribe-field, .footer-title, .header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title, .header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-title, .header-menu-banner-main-title, .header-mega-menu-nav-simple > .nav-item .nav-link, .header-mega-menu-nav > .nav-item .nav-link-title, .header-aside-list .header-aside-item .btn-sm.btn-ellipse > .btn-inner, .header-nav-item > .header-mega-menu-toggle, .btn-square > .btn-inner, .btn-rounded > .btn-inner, .btn-ellipse > .btn-inner {
  font-size: 1rem;
  line-height: 1.5rem;
}

.device-price-lg .device-price-old span, .header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title span {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.header-cart-title, .device-price-sm .device-price-new span, .header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.device-price-new > span, .device-price, .user-image .ico-font, .header-menu-campaign-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.device-price-lg .device-price-new span {
  font-size: 2.25rem;
  line-height: 2.625rem;
  letter-spacing: -0.5px;
}

/* ==========================================================================
	#Shell
========================================================================== */
.shell {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .shell {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .shell {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .shell {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .shell {
    max-width: 1176px;
  }
}
@media (min-width: 1500px) {
  .shell {
    max-width: 1440px;
  }
}
/* ==========================================================================
	#Formatted amounts
========================================================================== */
.formatted-amount {
  /* CSS Variables */
  --dual-amount-separator-color: #ababad;
  /* Styles */
  text-transform: none;
  white-space: nowrap;
}
.formatted-amount .dual-amount-separator {
  color: var(--dual-amount-separator-color);
  font-weight: 400;
}

/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  --custom-btn-padding-x: 1.125rem;
  --custom-btn-padding-y: 0.1875rem;
  --custom-btn-font-weight: 500;
  --custom-btn-color: var(--bs-body-color);
  --custom-btn-border-width: 1.6px;
  --custom-btn-border-color: transparent;
  --custom-btn-border-radius: 2.5rem;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: var(--custom-btn-color);
  --custom-btn-hover-border-color: transparent;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: none;
  --custom-btn-active-color: var(--custom-btn-color);
  --custom-btn-active-border-color: transparent;
  --custom-btn-active-bg: transparent;
  --custom-btn-outline-width: 1px;
  --custom-btn-outline-color: #181818;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: transparent;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-disabled-opacity: 0.65;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  padding: var(--custom-btn-padding-y) var(--custom-btn-padding-x);
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: var(--custom-btn-font-weight);
  color: var(--custom-btn-color);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--custom-btn-border-width) solid var(--custom-btn-border-color);
  border-radius: var(--custom-btn-border-radius);
  background-color: var(--custom-btn-bg);
  box-shadow: none;
  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;
  /* Shapes */
}
.btn:hover {
  color: var(--custom-btn-hover-color);
  text-decoration: var(--custom-btn-hover-decoration);
  background-color: var(--custom-btn-hover-bg);
  border-color: var(--custom-btn-hover-border-color);
}
.btn.active, .btn:active {
  color: var(--custom-btn-active-color);
  text-decoration: none;
  background-color: var(--custom-btn-active-bg);
  border-color: var(--custom-btn-active-border-color);
  box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--custom-btn-disabled-color);
  cursor: not-allowed;
  background-color: var(--custom-btn-disabled-bg);
  border-color: var(--custom-btn-disabled-border-color);
  opacity: var(--custom-btn-disabled-opacity);
}
.btn:focus-visible {
  border-color: var(--custom-btn-outline-color);
  outline: var(--custom-btn-outline-width) solid var(--custom-btn-outline-color);
}
.btn > .btn-inner {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 100%;
}
.btn.btn-icon-left > .btn-inner .btn-icon-wrapper {
  margin-right: 10px;
}

.btn.btn-icon-right > .btn-inner .btn-icon-wrapper {
  margin-left: 10px;
}

.btn > .btn-inner > .btn-icon-wrapper, .btn > .btn-inner > .btn-icon-wrapper > .ico-font {
  display: inline;
  vertical-align: baseline;
}
.btn .btn-icon-wrapper {
  display: inline-flex;
  position: relative;
}
.btn .btn-icon-wrapper > .ico-font-arrow-left {
  font-size: 0.6em;
}
.btn .btn-icon-wrapper > .ico-font-arrow-right {
  font-size: 0.75em;
}
.btn .btn-icon-wrapper > .badge {
  position: absolute;
  top: 0;
  right: -4px;
}
.btn-primary {
  --custom-btn-color: #fff;
  --custom-btn-border-color: #0071f3;
  --custom-btn-bg: #0071f3;
  --custom-btn-hover-border-color: #005ac4;
  --custom-btn-hover-bg: #005ac4;
  --custom-btn-active-border-color: #004493;
  --custom-btn-active-bg: #004493;
  --custom-btn-disabled-color: #fff;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-secondary {
  --custom-btn-color: #0071f3;
  --custom-btn-border-color: #0071f3;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-border-color: #0071f3;
  --custom-btn-hover-bg: #cce3fd;
  --custom-btn-active-color: #004493;
  --custom-btn-active-border-color: #0071f3;
  --custom-btn-active-bg: #99c6fb;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-light {
  --custom-btn-color: #181818;
  --custom-btn-border-color: #181818;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #181818;
  --custom-btn-hover-border-color: #181818;
  --custom-btn-hover-bg: rgba(0, 0, 0, 0.1);
  --custom-btn-active-color: #181818;
  --custom-btn-active-border-color: #181818;
  --custom-btn-active-bg: rgba(0, 0, 0, 0.2);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-ghost {
  --custom-btn-color: #181818;
  --custom-btn-border-color: transparent;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #181818;
  --custom-btn-hover-border-color: transparent;
  --custom-btn-hover-bg: rgba(0, 0, 0, 0.1);
  --custom-btn-active-color: #181818;
  --custom-btn-active-border-color: transparent;
  --custom-btn-active-bg: rgba(0, 0, 0, 0.2);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-ghost-white {
  --custom-btn-color: #fff;
  --custom-btn-border-color: transparent;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #fff;
  --custom-btn-hover-border-color: transparent;
  --custom-btn-hover-bg: rgba(0, 0, 0, 0.1);
  --custom-btn-active-color: #fff;
  --custom-btn-active-border-color: transparent;
  --custom-btn-active-bg: rgba(0, 0, 0, 0.2);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-dark {
  --custom-btn-color: #fff;
  --custom-btn-border-color: #fff;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #fff;
  --custom-btn-hover-border-color: #fff;
  --custom-btn-hover-bg: rgba(255, 255, 255, 0.2);
  --custom-btn-active-color: #fff;
  --custom-btn-active-border-color: #fff;
  --custom-btn-active-bg: rgba(255, 255, 255, 0.1);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  --custom-btn-outline-width: 0;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-dark:focus-visible {
  background-color: #fff;
  color: #181818;
}
.btn-link {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #006BD6;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #004493;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
}
.btn-link:focus-visible {
  outline-offset: 0.125rem;
}
.btn-link-white {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #fff;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #dcdcde;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #c4c4c6;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #c4c4c6;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
}
.btn-link-white:focus-visible {
  outline-offset: 0.125rem;
}
.btn-link-dark {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #181818;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #005ac4;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #c4c4c6;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #181818;
}
.btn-link-dark:focus-visible {
  outline-offset: 0.125rem;
}
.btn-to-link {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-bg: transparent;
  --custom-btn-color: #006BD6;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #004493;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
  text-align: inherit;
  cursor: pointer;
}
.btn-to-link:focus {
  outline: 0;
  outline: none;
}
.btn-to-link.btn {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: unset;
  border-radius: 0;
}
.btn-to-link.btn.va_m {
  vertical-align: middle;
}
.btn-link-ghost {
  --custom-btn-padding-x: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #181818;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #181818;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #181818;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
}
.btn-link-ghost:focus-visible {
  outline-offset: 0.125rem;
}
.btn-sm {
  --custom-btn-padding-x: 0.875rem;
  --custom-btn-padding-y: 0rem;
  font-size: 0.875rem;
  line-height: 1rem;
  height: calc(0rem * 2 + 1rem * 2 + 1.6px * 2);
}
.btn-sm.btn-link, .btn-sm.btn-link-white {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  height: auto;
}
.btn-lg {
  --custom-btn-padding-x: 1.5rem;
  --custom-btn-padding-y: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  height: calc(0.3125rem * 2 + 1.375rem * 2 + 1.6px * 2);
}
.btn-lg.btn-link, .btn-lg.btn-link-white {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  height: auto;
}
.btn-close-small {
  padding: 0;
  border: none;
  font-size: 8px;
  line-height: 1;
}
.btn-close-small .ico-font {
  font-size: 8px;
  margin-top: -5px;
}
.btn-square, .btn-rounded, .btn-ellipse {
  overflow: hidden;
  padding: 0;
  font-size: 0;
  position: relative;
  width: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-square::before, .btn-rounded::before, .btn-ellipse::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-square > .btn-inner, .btn-rounded > .btn-inner, .btn-ellipse > .btn-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-square > .btn-inner, .btn-rounded > .btn-inner, .btn-ellipse > .btn-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.btn-sm.btn-square, .btn-sm.btn-rounded, .btn-sm.btn-ellipse {
  width: calc(0rem * 2 + 1rem * 2 + 1.6px * 2);
}
.btn-sm.btn-square > .btn-inner, .btn-sm.btn-rounded > .btn-inner, .btn-sm.btn-ellipse > .btn-inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-lg.btn-square, .btn-lg.btn-rounded, .btn-lg.btn-ellipse {
  width: calc(0.3125rem * 2 + 1.375rem * 2 + 1.6px * 2);
}
.btn-md.btn-square, .btn-md.btn-rounded, .btn-md.btn-ellipse, .btn-lg.btn-square, .btn-lg.btn-rounded, .btn-lg.btn-ellipse, .btn-xl.btn-square, .btn-xl.btn-rounded, .btn-xl.btn-ellipse, .btn-xl-alt.btn-square, .btn-xl-alt.btn-rounded, .btn-xl-alt.btn-ellipse, .btn-xxl.btn-square, .btn-xxl.btn-rounded, .btn-xxl.btn-ellipse {
  padding: 0;
}

.btn-shape-square, .btn-square {
  border-radius: 0 !important;
}

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

.btn-shape-ellipse, .btn-ellipse {
  border-radius: 50% !important;
}

.btn-caret-down-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
.btn-caret-down-icon .ico-font-caret-down {
  font-size: 5px;
  margin-top: 2px;
}

@media (max-width: 1199.98px) {
  .btn-lg {
    --custom-btn-padding-x: 1.125rem;
    --custom-btn-padding-y: 0.1875rem;
    line-height: 1.125rem;
    height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
    font-size: 1rem;
  }
  .btn-lg.btn-square, .btn-lg.btn-rounded, .btn-lg.btn-ellipse {
    width: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
  }
}
.list-circle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  list-style: none;
}
.list-circle-actions-gap-xs {
  gap: 4px;
}
.list-circle-actions > li > .circle-action {
  display: inline-block;
  font-weight: 500;
  border-radius: 50%;
  color: #181818;
  width: 44px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.list-circle-actions > li > .circle-action::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.list-circle-actions > li > .circle-action > .circle-action-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .list-circle-actions > li > .circle-action {
    transition: none;
  }
}
.list-circle-actions > li > .circle-action:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-circle-actions > li > .circle-action.active {
  background-color: #f5f5f7;
}
.list-circle-actions.list-circle-actions-invert > li > .circle-action {
  background-color: #f5f5f7;
}
.list-circle-actions.list-circle-actions-invert > li > .circle-action:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-circle-actions.list-circle-actions-invert > li > .circle-action.active {
  background-color: #fff;
}

.list-circle-actions > li > .circle-action > .circle-action-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.popover-menu {
  --item-padding-y: 8px;
  --item-padding-x: 12px;
  margin-bottom: calc(0px - var(--item-padding-y));
}
.popover-menu-item {
  margin-left: calc(0px - var(--item-padding-x));
  margin-right: calc(0px - var(--item-padding-x));
}
.popover-menu-item:not(:last-child) {
  margin-bottom: var(--item-padding-y);
}
.popover-menu-item-action {
  display: block;
  padding: var(--item-padding-y) var(--item-padding-x);
  color: #181818;
  font-weight: 600;
  transition: color 0.3s;
}
.popover-menu-item-action:hover, .popover-menu-item-action:focus {
  text-decoration: none;
}
.popover-menu-item-action:not(.disabled):hover, .popover-menu-item-action:not(.disabled):focus {
  background-color: #cce3fd;
  color: #181818;
}
.popover-menu-item-action-red, .popover-menu-item-action-red:not(.disabled):hover, .popover-menu-item-action-red:not(.disabled):focus {
  color: #fd6375;
}
.popover-menu-item-action.disabled {
  pointer-events: none;
}
.popover-menu-item.has-border {
  margin-top: 2px;
  border-top: 1px solid #dcdcde;
  padding-top: var(--item-padding-y);
}
.popover-menu-item.has-icon .popover-menu-item-action {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.popover-menu-item.has-icon .btn-icon-wrapper {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 20px;
}

/* ==========================================================================
	#Line loader
========================================================================== */
html .line-loader-wrapper {
  opacity: 0;
  z-index: -1;
}
html .line-loader-wrapper .line-loader {
  opacity: 0;
}
html.loading .line-loader-wrapper {
  opacity: 1;
  z-index: 9999;
}
html.loading .line-loader-wrapper .line-loader {
  opacity: 1;
}

.line-loader {
  background-color: #fff;
  height: 4px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 436ms;
  -moz-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 436ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 436ms;
  z-index: 9999;
}
.line-loader .line-left,
.line-loader .line-right {
  background-color: #007ff5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.line-loader .line-left {
  -webkit-animation: line-left 2s linear infinite;
  -moz-animation: line-left 2s linear infinite;
  animation: line-left 2s linear infinite;
}
.line-loader .line-right {
  -webkit-animation: line-right 2s linear infinite;
  -moz-animation: line-right 2s linear infinite;
  animation: line-right 2s linear infinite;
}

@keyframes line-left {
  0% {
    transform: translate(0) scaleX(0);
  }
  25% {
    transform: translate(0) scaleX(0.5);
  }
  50% {
    transform: translate(25%) scaleX(0.75);
  }
  75% {
    transform: translate(100%) scaleX(0);
  }
  100% {
    transform: translate(100%) scaleX(0);
  }
}
@keyframes line-right {
  0% {
    transform: translate(0) scaleX(0);
  }
  60% {
    transform: translate(0) scaleX(0);
  }
  80% {
    transform: translate(0) scaleX(0.6);
  }
  100% {
    transform: translate(100%) scaleX(0.1);
  }
}
:root {
  --logo-header-right-offset: 20px;
  --header-nav-padding-x: 14px;
}

.ratio-img-wrapper picture.ar-86x100 {
  max-width: 86px;
}

.ratio-img-wrapper picture.ar-86x100-fixed-width {
  width: 86px;
}

.ratio-img-wrapper picture.ar-86x100::after {
  padding-bottom: calc(50 / 43 * 100%);
}

.ratio-img-wrapper picture.ar-86x100.picture-lazyloaded::after {
  padding-bottom: calc(100 / 86 * 100%);
}

.ratio-img-wrapper picture.ar-55x114 {
  max-width: 55px;
}

.ratio-img-wrapper picture.ar-55x114-fixed-width {
  width: 55px;
}

.ratio-img-wrapper picture.ar-55x114::after {
  padding-bottom: calc(50 / 24 * 100%);
}

.ratio-img-wrapper picture.ar-55x114.picture-lazyloaded::after {
  padding-bottom: calc(114 / 55 * 100%);
}

.ratio-img-wrapper picture.ar-178x86 {
  max-width: 178px;
}

.ratio-img-wrapper picture.ar-178x86-fixed-width {
  width: 178px;
}

.ratio-img-wrapper picture.ar-178x86::after {
  padding-bottom: calc(24 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-178x86.picture-lazyloaded::after {
  padding-bottom: calc(86 / 178 * 100%);
}

.ratio-img-wrapper picture.ar-63x125 {
  max-width: 63px;
}

.ratio-img-wrapper picture.ar-63x125-fixed-width {
  width: 63px;
}

.ratio-img-wrapper picture.ar-63x125::after {
  padding-bottom: calc(50 / 25 * 100%);
}

.ratio-img-wrapper picture.ar-63x125.picture-lazyloaded::after {
  padding-bottom: calc(125 / 63 * 100%);
}

.ratio-img-wrapper picture.ar-75x123 {
  max-width: 75px;
}

.ratio-img-wrapper picture.ar-75x123-fixed-width {
  width: 75px;
}

.ratio-img-wrapper picture.ar-75x123::after {
  padding-bottom: calc(50 / 31 * 100%);
}

.ratio-img-wrapper picture.ar-75x123.picture-lazyloaded::after {
  padding-bottom: calc(123 / 75 * 100%);
}

.ratio-img-wrapper picture.ar-119x101 {
  max-width: 119px;
}

.ratio-img-wrapper picture.ar-119x101-fixed-width {
  width: 119px;
}

.ratio-img-wrapper picture.ar-119x101::after {
  padding-bottom: calc(42 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-119x101.picture-lazyloaded::after {
  padding-bottom: calc(101 / 119 * 100%);
}

.ratio-img-wrapper picture.ar-270x120 {
  max-width: 270px;
}

.ratio-img-wrapper picture.ar-270x120-fixed-width {
  width: 270px;
}

.ratio-img-wrapper picture.ar-270x120::after {
  padding-bottom: calc(22 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-270x120.picture-lazyloaded::after {
  padding-bottom: calc(120 / 270 * 100%);
}

.ratio-img-wrapper picture.ar-270x153 {
  max-width: 270px;
}

.ratio-img-wrapper picture.ar-270x153-fixed-width {
  width: 270px;
}

.ratio-img-wrapper picture.ar-270x153::after {
  padding-bottom: calc(30 / 53 * 100%);
}

.ratio-img-wrapper picture.ar-270x153.picture-lazyloaded::after {
  padding-bottom: calc(153 / 270 * 100%);
}

.ratio-img-wrapper picture.ar-271x210 {
  max-width: 271px;
}

.ratio-img-wrapper picture.ar-271x210-fixed-width {
  width: 271px;
}

.ratio-img-wrapper picture.ar-271x210::after {
  padding-bottom: calc(210 / 271 * 100%);
}

.ratio-img-wrapper picture.ar-271x210.picture-lazyloaded::after {
  padding-bottom: calc(210 / 271 * 100%);
}

.ratio-img-wrapper picture.ar-20x24 {
  max-width: 20px;
}

.ratio-img-wrapper picture.ar-20x24-fixed-width {
  width: 20px;
}

.ratio-img-wrapper picture.ar-20x24::after {
  padding-bottom: calc(24 / 20 * 100%);
}

.ratio-img-wrapper picture.ar-54x17 {
  max-width: 54px;
}

.ratio-img-wrapper picture.ar-54x17-fixed-width {
  width: 54px;
}

.ratio-img-wrapper picture.ar-54x17::after {
  padding-bottom: calc(17 / 54 * 100%);
}

.ratio-img-wrapper picture.ar-70x19 {
  max-width: 70px;
}

.ratio-img-wrapper picture.ar-70x19-fixed-width {
  width: 70px;
}

.ratio-img-wrapper picture.ar-70x19::after {
  padding-bottom: calc(19 / 70 * 100%);
}

.info-line-wrapper {
  visibility: hidden !important;
  opacity: 0 !important;
}

body::before {
  content: "";
  position: fixed;
  z-index: 1005;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background: #dcdcde;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  body::before {
    transition: none;
  }
}
body.header_backdrop::before {
  opacity: 0.7;
  visibility: visible;
}

#header {
  --header-bgc: var(--bs-body-bg);
  --header-main-nav-color: var(--bs-body-color);
  --header-logo-white: none;
  --header-logo-black: block;
  --header-hamburger-color: #181818;
  min-width: 360px;
  min-height: 1px;
  margin: 0;
  padding: 0;
  background-color: none;
  position: relative;
  z-index: 1006;
}

/* header-access */
.header-access {
  position: relative;
  z-index: 2;
  padding: 0;
  background: var(--header-bgc);
  transition: background-color 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  .header-access {
    transition: none;
  }
}
.header-access-nav {
  display: flex;
  min-height: 92px;
}
.header_backdrop .header-access {
  transition: none;
}

.logo {
  padding: 0;
  font-size: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: var(--logo-header-right-offset);
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 41px;
}
.logo.logo-with-raiffeisen img {
  width: 240px;
}

.header-nav {
  display: flex;
  flex-basis: 100%;
  max-width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-item {
  display: flex;
}
.header-nav-item > .header-mega-menu-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px var(--header-nav-padding-x);
  border: 0;
  position: relative;
  white-space: nowrap;
  color: var(--header-main-nav-color);
  background-color: transparent;
  font-weight: 500;
  text-decoration: none;
}
.header-nav-item > .header-mega-menu-toggle:hover {
  text-decoration: none;
}
.header-nav-item > .header-mega-menu-toggle:focus-visible {
  outline: 0;
}
.header-nav-item > .header-mega-menu-toggle .ico-font-caret-down {
  font-size: 6px;
  margin-top: 3px;
  transition: transform 0.3s;
  transform: scale(1, 1);
}
@media (prefers-reduced-motion: reduce) {
  .header-nav-item > .header-mega-menu-toggle .ico-font-caret-down {
    transition: none;
  }
}
.header-nav-item.open > .header-mega-menu-toggle .ico-font-caret-down {
  transform: scale(1, -1);
}

.header-nav-item > .header-mega-menu-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--header-nav-padding-x);
  right: var(--header-nav-padding-x);
  display: block;
  height: 0;
  background-color: transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .header-nav-item > .header-mega-menu-toggle::after {
    transition: none;
  }
}
.header-nav-item.open > .header-mega-menu-toggle::after {
  background-color: #0071f3;
  height: 4px;
}

.header-nav-item.open .header-mega-menu {
  display: block;
}
.header-nav-item.open .header-mega-menu-body {
  border-top: 1.6px solid #c4c4c6;
}

.header-aside-item-get-started-mobile {
  display: none;
  align-self: center;
  justify-content: center;
  margin-left: auto;
}

.header-shop-item {
  display: none;
}

.header-mobile-language-list {
  display: none;
}

.header-aside-list {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: 0;
}
.header-aside-list .header-aside-item {
  align-self: center;
  padding: 4px;
  margin-left: auto;
}
.header-aside-list .header-aside-item .header-contact-address {
  margin-bottom: 0;
  text-align: right;
}
.header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn {
  white-space: nowrap;
}
[lang^=fr] .header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn {
  padding-left: 0;
  padding-right: 0;
}
.header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn-shop-header {
  padding: 0;
  color: #181818;
  text-decoration: none;
}
.header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn-shop-header:hover, .header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn-shop-header:focus {
  text-decoration: underline;
}
.header-aside-list .header-aside-item .btn-sm {
  min-width: auto;
  padding: var(--custom-btn-padding-y) var(--custom-btn-padding-x);
}
.header-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header-mega-menu .header-mega-menu-shell {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .header-mega-menu-shell {
    max-width: 1176px;
  }
}
@media (min-width: 1500px) {
  .header-mega-menu-shell {
    max-width: 1440px;
  }
}
.header-mega-menu-body {
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: calc(41px + var(--logo-header-right-offset) + var(--header-nav-padding-x) - 1.5rem);
  padding-right: calc(41px + var(--logo-header-right-offset) + var(--header-nav-padding-x) - 1.5rem);
}
.header-mega-menu-body .header-mega-menu-content {
  flex-basis: 75%;
  max-width: 75%;
}
.header-mega-menu-body .header-mega-menu-content:only-child {
  flex-basis: 100%;
  max-width: 100%;
}
.header-mega-menu-body .header-mega-menu-aside {
  align-self: flex-start;
  flex-basis: 25%;
  max-width: 25%;
  padding: 16px 1.5rem;
}

.header-mega-menu-row {
  display: flex;
  padding: 16px 24px;
}

.header-mega-menu-col {
  flex: 1 1 0;
}

.header-mega-menu-title {
  margin-bottom: 16px;
  color: #626263;
}

.header-mega-menu-nav {
  display: flex;
  flex-wrap: wrap;
}
.header-mega-menu-nav-links {
  flex-wrap: nowrap;
  justify-content: center;
}
.header-mega-menu-content:only-child .header-mega-menu-nav > .nav-item {
  flex-basis: 25%;
  max-width: 25%;
}
.header-mega-menu-nav > .nav-item {
  flex-basis: 33.33334%;
  max-width: 33.33334%;
}
.header-mega-menu-nav.header-mega-menu-nav-4 > .nav-item {
  flex-basis: 25%;
  max-width: 25%;
}

.header-mega-menu-nav > .nav-item .nav-link {
  display: block;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: transparent;
  text-decoration: none;
  color: #181818;
}
.header-mega-menu-nav > .nav-item .nav-link:hover {
  text-decoration: none;
  background-color: #f5f5f7;
}
.header-mega-menu-nav > .nav-item .nav-link-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
  margin-bottom: 18px;
  position: relative;
}
.header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-go2-combo {
  margin-right: -40px;
}
.header-mega-menu-nav > .nav-item .nav-link-title {
  margin-bottom: 0;
  font-weight: 500;
}
.header-mega-menu-nav > .nav-item .nav-link-title + .nav-link-entry {
  margin-top: 8px;
}
.header-mega-menu-nav > .nav-item .nav-link-entry {
  color: #626263;
  margin-bottom: 0;
}
.header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background-color: #daff47;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #181818;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}
.header-nav-item-industries .header-mega-menu-nav {
  padding-top: 0.75rem;
}
.header-nav-item-industries .header-mega-menu-nav > .nav-item .nav-link {
  padding: 0.75rem 1.5rem;
}
.header-mega-menu-nav-simple > .nav-item {
  margin-bottom: 12px;
}
.header-mega-menu-nav-simple > .nav-item:last-child {
  margin-bottom: 0;
}
.header-mega-menu-nav-simple > .nav-item .nav-link {
  font-weight: 500;
  text-decoration: none;
  color: #181818;
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .header-mega-menu-nav-simple > .nav-item .nav-link {
    transition: none;
  }
}
.header-mega-menu-nav-simple > .nav-item .nav-link:hover, .header-mega-menu-nav-simple > .nav-item .nav-link:focus {
  text-decoration: none;
  color: #0071f3;
}

.header-mega-menu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-mega-menu-links .link-item {
  padding: 0.75rem 0;
}
.header-mega-menu-links .link-item > .btn-link {
  text-align: left;
  color: #181818;
  padding: 0.75rem 1.5rem;
}

.header-menu-banner {
  display: block;
  max-width: 270px;
  color: #181818;
  text-decoration: none;
  position: relative;
}
.header-menu-banner:hover {
  text-decoration: none;
}
.header-menu-banner:hover .header-menu-banner-main-title {
  color: #181818;
}
.header-menu-banner:hover .header-menu-banner-title {
  color: #0071f3;
}
.header-menu-banner-image {
  margin-bottom: 16px;
  border-radius: 1rem;
  overflow: hidden;
}
.header-menu-banner-title {
  font-weight: 500;
  margin-bottom: 0;
}
.header-menu-banner-main-title {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  z-index: 1;
}

.header-popover-wrapper {
  position: relative;
}

.header-popover {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1070;
  transform: translateX(-50%);
  min-width: 272px;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.header-aside-item-cart .header-popover {
  min-width: 310px;
}
.header-aside-item-login .header-popover {
  min-width: 250px;
}
.fix_de .header-aside-item-login .header-popover {
  min-width: 300px;
}
.header-popover.show {
  display: block;
}
.header-popover::before {
  content: " ";
  border-bottom: 11px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.header-popover-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 18px 18px;
}
.header-popover-body .list-links {
  --item-margin-x: 8px;
  margin-left: calc(var(--item-margin-x) * -1);
  margin-right: calc(var(--item-margin-x) * -1);
}
.header-popover-body .list-links > li {
  padding-left: var(--item-margin-x);
  padding-right: var(--item-margin-x);
}

.btn-header-lang {
  padding: 12px;
}
.btn-header-lang .ico-svg-flag {
  font-size: 1.375rem;
}

.header-aside-item-hamburger-menu {
  display: none;
}

.svg-hamburger {
  transition: transform 0.4s;
  user-select: none;
}
@media (prefers-reduced-motion: reduce) {
  .svg-hamburger {
    transition: none;
  }
}
.svg-hamburger > path {
  fill: none;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
  stroke: var(--header-hamburger-color);
  stroke-width: 3px;
  stroke-linecap: round;
}
@media (prefers-reduced-motion: reduce) {
  .svg-hamburger > path {
    transition: none;
  }
}
.svg-hamburger > path:first-child {
  stroke-dasharray: 40 121;
}
.svg-hamburger > path:last-child {
  stroke-dasharray: 40 121;
}
.btn.active > .btn-icon-wrapper .svg-hamburger, .btn.active > .btn-inner > .btn-icon-wrapper .svg-hamburger {
  transform: rotate(45deg);
}
.btn.active > .btn-icon-wrapper .svg-hamburger > path:first-child, .btn.active > .btn-inner > .btn-icon-wrapper .svg-hamburger > path:first-child {
  stroke-dashoffset: -68px;
}
.btn.active > .btn-icon-wrapper .svg-hamburger > path:last-child, .btn.active > .btn-inner > .btn-icon-wrapper .svg-hamburger > path:last-child {
  stroke-dashoffset: -68px;
}

.wrapper.header-with-shadow #footer {
  margin-top: 50px;
}

.header-menu-campaign {
  border-radius: 1rem;
  color: #fff;
  min-height: 210px;
  position: relative;
  overflow: hidden;
}
.header-menu-campaign-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.header-menu-campaign-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px 0;
}
.header-menu-campaign .header-menu-campaign-image picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.header-menu-campaign .header-menu-campaign-image picture img {
  object-fit: cover;
  object-position: left;
}

.list-campaign-logos {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.list-campaign-logos > li {
  padding-right: 10px;
}
.list-campaign-logos > li:last-child {
  padding-right: 0;
}
.list-campaign-logos > li + li {
  position: relative;
  padding-left: 12px;
}
.list-campaign-logos > li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 27px;
  background-color: #fff;
}

/* Animations */
@keyframes animate_header {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
.header-fixed #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.header-fixed .header-access-nav {
  min-height: 74px;
}
.header-fixed .header-animate-on-fixed,
.header-fixed .header-animate-on-fixed-dynamic {
  animation-name: animate_header;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.header-fixed .header-animate-on-fixed.animated,
.header-fixed .header-animate-on-fixed-dynamic.animated {
  animation-name: none;
}
.header-fixed [data-hide-on-fixed] {
  display: none;
}
.header-fixed .logo.logo-with-raiffeisen img {
  width: 180px;
}

#header #campaign_line [data-hide-on-fixed] {
  display: block !important;
}

.header-fixed #campaign_line [data-hide-on-fixed] {
  display: block !important;
  position: absolute;
  left: -9999px;
  width: 100%;
  height: -9999px;
  opacity: 0;
  visibility: hidden;
}

.logo-white {
  display: var(--header-logo-white);
}

.logo-black {
  display: var(--header-logo-black);
}

body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-access {
  background-color: transparent;
  transition: background-color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-access {
    transition: none;
  }
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-nav-item:not(.open) > .header-mega-menu-toggle {
  color: #fff;
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-nav-item:not(.open) > .header-mega-menu-toggle {
    transition: none;
  }
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .logo-white {
  display: block;
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .logo-black {
  display: none;
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .btn-ghost {
  --custom-btn-color: #fff;
  --custom-btn-hover-color: #fff;
  --custom-btn-hover-bg: rgba(255, 255, 255, 0.1);
  --custom-btn-active-color: #fff;
  --custom-btn-active-bg: rgba(255, 255, 255, 0.2);
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .btn-link-ghost {
  --custom-btn-color: #fff;
  --custom-btn-hover-color: #fff;
  --custom-btn-active-color: #fff;
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .svg-hamburger > path {
  stroke: #fff;
}

/* ==========================================================================
	#No Transaction Fees 2025 Navigation
========================================================================== */
.ratio-img-wrapper picture.ar-270x191 {
  max-width: 270px;
}

.ratio-img-wrapper picture.ar-270x191::after {
  padding-bottom: calc(35 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-270x191.picture-lazyloaded::after {
  padding-bottom: calc(191 / 270 * 100%);
}

.header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-image picture {
  position: relative;
}
.header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-content {
  min-height: auto;
  padding: 8px 10px;
  background-color: #ffdf6f;
  text-align: center;
}
.header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-title {
  margin: 0;
  font-weight: 500;
  color: #000;
}

.header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount.nav-link-has-discount-yellow {
  width: 42px;
  height: 42px;
  background-color: #ffdf6f;
}

@media (max-width: 1499.98px) {
  .header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount.nav-link-has-discount-yellow {
    width: 26px;
    height: 26px;
  }
}
/* ==========================================================================
	#Go 2 April 2025 Navigation
========================================================================== */
.header-menu-campaign-go-2-april-2025 .header-menu-campaign-title {
  font-weight: 600;
}

/* ==========================================================================
	#Go 2 April 2025 Navigation
========================================================================== */
.header-menu-campaign-go-2-june-2025 .header-menu-campaign-title {
  font-weight: 600;
}

/* ==========================================================================
	#Carbon April 2025 Navigation
========================================================================== */
.header-menu-campaign.header-menu-campaign-carbon-june-2025 {
  border-top-right-radius: 3rem;
  border: 1.6px solid #daff47;
}

/* ==========================================================================
	#Issuing campaign June 2025 Navigation
========================================================================== */
.ratio-img-wrapper picture.ar-19x24 {
  width: 19px;
}

.ratio-img-wrapper picture.ar-19x24::after {
  padding-bottom: calc(24 / 19 * 100%);
}

.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-content {
  padding: 12px 16px;
}
.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title {
  margin-bottom: 0;
  line-height: 1;
  color: #181818;
}
.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title span {
  font-weight: 700;
  line-height: 1.12;
  color: #0071f3;
}
.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-highlight {
  display: block;
  width: 118px;
  height: auto;
  margin-left: 5px;
}
.header-menu-campaign-issuing-campaign-june-2025 .list-campaign-logos {
  position: absolute;
  top: 80px;
  left: 16px;
}
.header-menu-campaign-issuing-campaign-june-2025 .list-campaign-logos > li + li:before {
  background-color: #121212;
}
.header-menu-campaign-issuing-campaign-june-2025 .list-campaign-logos-mastercard svg {
  display: block;
  width: 26px;
  height: 16px;
}

/* ==========================================================================
	#Go 2 April 2025 Navigation
========================================================================== */
.header-menu-campaign-mypos-order-july-2025 {
  display: inline-block;
  margin-left: 6px;
  padding: 4px 8px;
  min-width: 59px;
  border-radius: 0.5rem;
  background-color: #daff47;
  color: #181818;
  text-align: center;
  font-weight: 500;
}
.header-menu-campaign-mypos-order-july-2025:hover {
  color: #000;
}
.header-menu-campaign-mypos-order-july-2025.sticker {
  position: absolute;
  top: 16px;
  right: 12px;
}

/* ==========================================================================
	#Summer Promo July 2025 Navigation
========================================================================== */
.header-menu-campaign-summer-promo-july-2025 {
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  min-height: auto;
  border-radius: 0;
  color: inherit;
  transition: color 0.3s;
}
.header-menu-campaign-summer-promo-july-2025:hover, .header-menu-campaign-summer-promo-july-2025:focus, .header-menu-campaign-summer-promo-july-2025:active, .header-menu-campaign-summer-promo-july-2025:active:focus {
  color: #0071f3;
}
.header-menu-campaign-summer-promo-july-2025:hover .btn, .header-menu-campaign-summer-promo-july-2025:focus .btn, .header-menu-campaign-summer-promo-july-2025:active .btn, .header-menu-campaign-summer-promo-july-2025:active:focus .btn {
  text-decoration: underline;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image {
  margin-bottom: 16px;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image picture {
  position: relative;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image picture:after {
  padding-top: calc(180 / 270 * 100%);
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image picture img {
  border-radius: 1rem;
  border-bottom-right-radius: 4rem;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-content {
  padding: 0;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-content .btn {
  justify-content: flex-start;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-title {
  margin-bottom: 16px;
  font-weight: 800;
}

@media (max-width: 1499.98px) {
  .logo,
.header-mega-menu-body {
    --logo-header-right-offset: 20px;
  }
  [lang^=fr] .logo,
[lang^=fr] .header-mega-menu-body {
    --logo-header-right-offset: 10px;
  }

  .header-nav-item > .header-mega-menu-toggle,
.header-mega-menu-body {
    --header-nav-padding-x: 8px;
  }

  .header-nav-item > .header-mega-menu-toggle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 8px;
  }
  .fix_el .header-nav-item > .header-mega-menu-toggle {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }

  .header-aside-item-cart .header-popover {
    left: -40px;
  }
  .header-aside-item-cart .header-popover::before {
    left: 215px;
    transform: none;
  }

  .header-aside-item-get-started-desktop .btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .header-aside-item-search {
    display: none;
  }

  .header-aside-item-hamburger-menu {
    display: block;
  }

  #header #campaign_line [data-hide-on-fixed]:not(.visible-on-mobile-devices) {
    display: none !important;
  }

  /* header-access */
  .header-mobile-gap .header-access::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 17px;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }

  .header-nav {
    position: fixed;
    top: 92px;
    left: calc(100% + 20px);
    bottom: 0;
    z-index: 1007;
    width: 100%;
    max-width: 360px;
    max-height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    background-color: #fff;
    border-top: 1.6px solid #dcdcde;
    transition: left 0.3s, max-width 0.3s;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .header-nav {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .header-nav.open {
    left: calc(100% - 360px);
  }
}
@media (max-width: 1199.98px) {
  .header-nav-item {
    flex-direction: column;
  }
  .header-nav-item > .header-mega-menu-toggle {
    justify-content: space-between;
    border-top: 1.6px solid #dcdcde;
    border-radius: 0;
    padding: 24px;
  }
  .header-nav-item:first-child > .header-mega-menu-toggle {
    border-top: 0;
  }

  .header-nav-item.header-mobile-language-list > .header-mega-menu-toggle {
    justify-content: space-between;
  }

  .header-nav-item > .header-mega-menu-toggle::after {
    display: none;
  }
  .header-nav-item > .header-mega-menu-toggle > .btn-link {
    color: #181818;
    text-decoration: none;
  }
  .header-nav-item > .header-mega-menu-toggle > .btn-link .ico-svg-flag {
    font-size: 1.375rem;
  }
  .header-nav-item.open .header-mega-menu-body {
    border-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu {
    position: static;
  }
  .header-mega-menu .header-mega-menu-shell {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-body {
    display: block;
    padding: 0 0 12px;
  }
  .header-mega-menu-body .header-mega-menu-content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-body .header-mega-menu-content:only-child {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-body .header-mega-menu-aside {
    flex-basis: 100%;
    max-width: 100%;
    padding: 12px 48px;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-row {
    display: block;
    padding: 12px 48px 24px;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-col {
    margin-bottom: 36px;
  }
  .header-mega-menu-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-nav {
    flex-direction: column;
  }
  .header-mega-menu-nav-links {
    justify-content: flex-start;
  }
  .header-mega-menu-content:only-child .header-mega-menu-nav > .nav-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-nav > .nav-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-nav.header-mega-menu-nav-4 > .nav-item {
    flex-basis: 100%;
    max-width: 100%;
  }

  .header-mega-menu-nav > .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 12px 48px;
  }
  .header-mega-menu-nav > .nav-item .nav-link:hover {
    text-decoration: none;
    background-color: #f5f5f7;
  }
  .header-mega-menu-nav > .nav-item.nav-item-with-image .nav-link {
    padding: 12px 48px 12px 24px;
  }

  .header-mega-menu-nav > .nav-item .nav-link-image {
    flex-shrink: 0;
    min-height: auto;
    flex-basis: 80px;
    max-width: 80px;
    margin-bottom: 0;
  }
  .header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-go2 {
    margin-left: -8px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-go2-combo {
    margin-right: -20px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-unattended {
    margin-left: -10px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-title {
    margin-bottom: 0;
  }
  .header-mega-menu-nav > .nav-item .nav-link-title + .nav-link-entry {
    margin-top: 6px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-entry {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount {
    left: auto;
    right: 16px;
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
  .header-nav-item-industries .header-mega-menu-nav {
    padding-top: 0;
  }
  .header-nav-item-industries .header-mega-menu-nav > .nav-item .nav-link {
    padding: 12px 48px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-86x100-fixed-width {
    max-width: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-55x114-fixed-width {
    max-width: 37px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-178x86-fixed-width {
    max-width: 90px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-75x123-fixed-width {
    max-width: 45px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-119x101-fixed-width {
    max-width: 80px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-63x125-fixed-width {
    max-width: 30px;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-links {
    justify-content: flex-start;
  }
  .header-mega-menu-links .link-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 48px;
  }
  .header-mega-menu-links .link-item > .btn-link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-shop-item {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .header-mobile-language-list {
    display: flex;
  }
  .header-mobile-language-list .btn-mobile-language {
    display: inline-flex;
  }
}
@media (max-width: 1199.98px) {
  .header-aside-item-get-started-mobile {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .header-aside-item-get-started-desktop {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-fixed .header-nav {
    top: 74px;
  }
}
@media (max-width: 767.98px) {
  .header-nav {
    max-width: 100%;
  }
  .header-nav.open {
    left: 0px;
  }

  .header-aside-item-get-started-desktop,
.header-aside-item-langs {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .logo.logo-with-raiffeisen img {
    width: 140px;
  }
  .header-fixed .logo.logo-with-raiffeisen img {
    width: 140px;
  }
}
.form-group {
  margin-bottom: 1rem;
}

.flag-group,
.form-select.flag-group {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.flag-group > .ico-svg-flag,
.form-select.flag-group > .ico-svg-flag {
  font-size: 1.375rem;
  margin-right: 0.375rem;
}

.lang-dropdown {
  position: relative;
}
.lang-dropdown .lang-dropdown-trigger {
  text-align: left;
  min-width: 240px;
}
.lang-dropdown.open .lang-dropdown-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lang-dropdown.open.dropup .lang-dropdown-trigger {
  border-radius: 0 0 0.375rem 0.375rem;
}

.lang-dropdown .lang-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background-color: #fff;
  padding: 6px 0;
  border: 1.6px solid #c4c4c6;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.lang-dropdown.open .lang-dropdown-menu {
  display: block;
}

.lang-dropdown.dropup .lang-dropdown-menu {
  top: auto;
  bottom: calc(100% - 1px);
  border-radius: 0.375rem 0.375rem 0 0;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.lang-menu {
  margin-bottom: 0;
}
.lang-menu > li > a {
  border-radius: 0.375rem;
  padding: 6px 12px;
  color: #181818;
  text-decoration: none;
}
.lang-menu > li.active > a, .lang-menu > li > a:hover, .lang-menu > li > a:focus, .lang-menu > li > a:active {
  background-color: #e6f1ff;
}

.lang-menu > li > button {
  padding: 6px 12px;
  border: none;
  color: #181818;
  background-color: transparent;
  width: 100%;
}
.lang-menu > li.active > button, .lang-menu > li > button:hover, .lang-menu > li > button:focus, .lang-menu > li > button:active {
  background-color: #e6f1ff;
}

.lang-menu > li > button .ico-font {
  margin-left: auto;
  font-size: 6px;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.lang-menu > li > button.show {
  display: flex !important;
}
.lang-menu > li > button.show .ico-font {
  transform: rotate(0deg);
}
.lang-menu > li > .dropdown-submenu-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .lang-menu > li > .dropdown-submenu-content {
    transition: none;
  }
}
.lang-menu > li > .dropdown-submenu-content ul {
  padding-left: 24px;
}

.lang-mobile-menu {
  z-index: 1008;
}
.lang-mobile-menu .lang-mobile-menu-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px 0;
  padding: 24px 24px 12px;
  border-bottom: 1px solid #c4c4c6;
}
.lang-mobile-menu .lang-mobile-menu-head .lang-mobile-menu-head-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 6px;
  width: 100%;
}
.lang-mobile-menu .lang-mobile-menu-body {
  border-bottom: 1px solid #c4c4c6;
}
.lang-mobile-menu .lang-mobile-menu-body .lang-menu {
  padding-top: 12px;
  padding-bottom: 12px;
}
.lang-mobile-menu .lang-mobile-menu-body .lang-menu > li > a, .lang-mobile-menu .lang-mobile-menu-body .lang-menu > li > button {
  padding: 12px 24px;
}
.lang-mobile-menu .lang-mobile-menu-foot {
  padding: 12px 24px;
  text-align: right;
}

.maintenance-notification-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.maintenance-notification-line {
  padding: 10px 0;
  background-color: #27d1a0;
  color: #fff;
  font-size: 13.5px;
}

.maintenance-notification-icon {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
  background-color: #fff;
  color: #27d1a0;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.maintenance-notification-content {
  display: inline-block;
  vertical-align: middle;
}
.maintenance-notification-content + .maintenance-notification-action {
  flex-shrink: 0;
  margin-left: 10px;
}
.maintenance-notification-content .mb_0 {
  margin-bottom: 0;
}
.maintenance-notification-content .mb_5 {
  margin-bottom: 5px;
}

.maintenance-notification-line + .referral-header-banner {
  border-top: 1px solid #58dcbb;
}

@media only screen and (max-width: 480px) {
  .maintenance-notification-body {
    flex-wrap: wrap;
  }

  .maintenance-notification-content {
    flex-basis: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }
  .maintenance-notification-content + .maintenance-notification-action {
    margin-top: 10px;
    margin-left: 28px;
  }
}
/* ==========================================================================
	#Footer
========================================================================== */
.footer {
  padding: 56px 0;
  background-color: #f5f5f7;
  border-radius: 3rem 3rem 0 0;
}
.footer-inner {
  display: flex;
}
.footer-inner-bordered {
  padding-bottom: 24px;
  border-bottom: 1.6px solid #c4c4c6;
  margin-bottom: 24px;
}
.footer-content {
  order: 1;
  flex: 1 1 0;
}
.footer-aside {
  order: 2;
  flex: 0 0 32.204%;
  max-width: 32.204%;
}
.footer-aside .hubspot-form-wrapper {
  --hbspt-form-min-height: 230px;
  --hbspt-form-wrapper-spacing: 0;
  --hbspt-form-wrapper-border: 0;
  --bs-border-width: 1px;
}
.footer-aside .hubspot-form-wrapper .hs-form-private {
  display: grid;
  grid-template-areas: "box-1 box-3" "box-2 box-2";
  grid-column-gap: 16px;
  justify-content: space-between;
  grid-template-columns: 3fr 1.4fr;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .hs_email {
  grid-area: box-1;
  margin-bottom: 0;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container {
  grid-area: box-2;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container .inputs-list {
  color: #626263;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox label {
  margin: 0;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox label .hs-input {
  margin: 0;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .hs-submit {
  grid-area: box-3;
  margin-top: 6px;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .hs-submit .hs-button {
  min-width: unset;
  height: 44px;
  min-height: unset;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  transition-duration: 0s;
}
.footer-row {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}
.footer-col {
  padding: 0 12px;
}
.footer-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-title {
  margin-bottom: 32px;
  font-weight: 500;
  color: #181818;
}
.footer-title + .footer-title {
  margin-top: 48px;
}
.footer-text {
  margin-bottom: 16px;
  color: #181818;
}
.footer-text:last-child {
  margin-bottom: 0;
}
.footer-menu-list {
  margin-bottom: 0;
}
.footer-menu-list > li {
  margin-bottom: 10px;
}
.footer-menu-list > li:last-child {
  margin-bottom: 0;
}
.footer-menu-list > li > a, .footer-menu-list > li > button {
  padding: 0;
  border: 0;
  color: #626263;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  transition: all 0.3s;
  text-align: left;
}
@media (prefers-reduced-motion: reduce) {
  .footer-menu-list > li > a, .footer-menu-list > li > button {
    transition: none;
  }
}
.footer-menu-list > li > a:hover, .footer-menu-list > li > a:focus, .footer-menu-list > li > button:hover, .footer-menu-list > li > button:focus {
  color: #0071f3;
}
.footer-disclaimer-wrap {
  order: -1;
}
.footer-disclaimer-text {
  max-width: 410px;
  margin: 0;
  color: #626263;
}
.footer-subscribe-wrap {
  color: #181818;
}
.footer-subscribe-form-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-subscribe-content {
  position: relative;
  flex: 1 1 0;
  order: 1;
}
.footer-subscribe-content .ico-font {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: 1px;
}
.footer-subscribe-agreement {
  order: 3;
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
.footer-subscribe-checkbox {
  min-height: 1.5rem;
  padding-left: 2.25rem;
  margin-bottom: 0.125rem;
}
.footer-subscribe-checkbox input[type=checkbox] {
  flex-shrink: 0;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  margin-left: -2.25rem;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1.6px solid #c4c4c6;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  border-radius: 0.375rem;
}
.footer-subscribe-checkbox input[type=checkbox]:checked {
  background-color: #0071f3;
  border-color: #0071f3;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.footer-subscribe-checkbox label {
  margin-bottom: 0;
}
.footer-subscribe-actions {
  order: 2;
  margin-left: 8px;
}
.footer-subscribe-field {
  width: 100%;
  height: 44px;
  padding: 6px 20px 6px 42px;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  color: #181818;
  outline: none;
  background-color: #fff;
}
.footer-subscribe-field:focus, .footer-subscribe-field:active, .footer-subscribe-field:active:focus {
  border-color: #0071f3;
}
.footer-subscribe-success {
  padding: 30px 0;
  text-align: center;
}
.footer-subscribe-success .footer-title {
  margin-bottom: 16px;
}
.footer-subscribe-success-icon {
  margin-bottom: 16px;
  font-size: 42px;
  color: #53d77b;
}
.footer-subscribe-success-icon .ico-font {
  display: block;
}
.footer-divider {
  border-color: #c4c4c6;
  opacity: 1;
}
.footer-app-links {
  margin-top: 40px;
}
.footer-links-list {
  margin: 0;
  display: flex;
  gap: 14px;
}
.footer-links-list li img {
  max-width: 100%;
  height: auto;
}
.footer-socials-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-socials-list li a {
  color: #353535;
  transition: all 0.3s;
  user-select: none;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .footer-socials-list li a {
    transition: none;
  }
}
.footer-socials-list li a:hover, .footer-socials-list li a:focus, .footer-socials-list li a:active, .footer-socials-list li a:active:focus {
  color: #0071f3;
}
.footer-socials-list li a.link-instagram .ico-font {
  font-size: 30px;
}
.footer-socials-list li a.link-facebook .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-linked-in .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-pinterest .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-twitter .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-youtube .ico-font {
  font-size: 26px;
}
.footer-accordion-item {
  margin-bottom: 48px;
}
.footer-country {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 6px;
}
.footer-country-select-mobile {
  display: none;
}

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

@media (min-width: 768px) {
  .footer-col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-accordion-body {
    max-height: none !important;
  }
}
@media (min-width: 992px) {
  .footer-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .footer-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-subscribe-actions {
    flex-grow: 1;
    order: 3;
    margin-top: 20px;
    margin-left: 0;
  }
  .footer-subscribe-actions .btn {
    display: block;
    width: 100%;
  }
  .footer-aside {
    margin-bottom: 30px;
  }
  .footer-aside .hubspot-form-wrapper .hbspt-form .hs-submit .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 1499.98px) {
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 270px;
  }
}
@media (max-width: 1199.98px) {
  .footer-content {
    padding-right: 0;
  }
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 340px;
  }
  .footer-aside .hubspot-form-wrapper .hs-form-private {
    grid-template-areas: "box-1" "box-2" "box-3";
    grid-template-columns: none;
  }
}
@media (max-width: 991.98px) {
  .footer-inner {
    display: block;
  }
  .footer-aside {
    max-width: 100%;
  }
  .footer-links-list {
    margin-bottom: 48px;
  }
  .footer-socials {
    margin-top: 0;
  }
  .footer-socials-list {
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .footer-disclaimer-wrap {
    order: 1;
    margin-top: 24px;
  }
  .footer-disclaimer-text {
    max-width: 100%;
  }
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 210px;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-menus {
    display: flex;
    flex-direction: column;
  }
  .footer-menus .footer-aside {
    padding-top: 36px;
    border-top: 1.6px solid #c4c4c6;
    margin-top: 36px;
  }
  .footer-country-select-desktop {
    display: none;
  }
  .footer-country-select-mobile {
    display: block;
  }
  .footer-divider {
    display: none;
  }
  .footer-app-links {
    margin-top: 20px;
  }
  .footer-app-links .footer-title {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-aside .hubspot-form-wrapper .hs-form-private {
    grid-template-areas: "box-1 box-3" "box-2 box-2";
    grid-template-columns: 4fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 38px 0;
    border-radius: 2rem 2rem 0 0;
  }
  .footer-inner {
    margin-bottom: 36px;
  }
  .footer-inner:last-child {
    margin-bottom: 0;
  }
  .footer-inner-bordered {
    margin-bottom: 24px;
  }
  .footer-inner-bordered .footer-aside {
    margin-bottom: 0;
  }
  .footer-aside {
    margin-bottom: 36px;
  }
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 260px;
  }
  .footer-row {
    display: block;
  }
  .footer-menu-list {
    margin-bottom: 10px;
  }
  .footer-disclaimer-text {
    max-width: 100%;
    margin-top: 36px;
  }
  .footer-menus .footer-aside {
    margin-bottom: 0;
  }
  .footer-app-links {
    margin-top: 44px;
  }
  .footer-links-list {
    margin-bottom: 0;
  }
  .footer-country-select-mobile {
    margin-top: 36px;
  }
  .footer-accordion-item {
    margin-bottom: 0;
  }
  .footer-accordion-item .footer-accordion-header {
    cursor: pointer;
  }
  .footer-accordion-item .footer-menu-list {
    padding: 22px 0;
    margin-bottom: 0;
  }
  .footer-accordion-item.active .footer-accordion-header:before {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .footer-accordion-header {
    position: relative;
    padding: 10px 0;
  }
  .footer-accordion-header:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 1.6px solid #000;
    border-right: 1.6px solid #000;
    transform: rotate(135deg);
    transition: all 0.3s;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .footer-accordion-header:before {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .footer-accordion-header .footer-title {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .footer-accordion-body {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .footer-subscribe-agreement {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .footer-subscribe-actions {
    flex-grow: 1;
    order: 3;
    margin-top: 20px;
    margin-left: 0;
  }
  .footer-subscribe-actions .btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-subscribe-success {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 280px;
  }
}
.user {
  --avatar-size: 44px;
}
.user-image {
  font-size: 0;
  border-radius: 50%;
  width: var(--avatar-size);
  position: relative;
}
.user-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.user-image > .user-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.user-image img {
  width: 100%;
  height: auto;
}
.user-image > .user-image-inner {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.user-image > .user-image-inner.user-image-uploaded {
  background-color: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
}
.user-image > .user-image-inner > img {
  width: var(--avatar-size);
  height: var(--avatar-size);
}
.user-avatar.btn {
  position: relative;
  overflow: visible;
  padding: 0;
}
.user-avatar.btn, .user-avatar.btn:focus, .user-avatar.btn:hover {
  border-color: transparent;
}
.user-avatar .btn-caret-down-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.user_c_prim_14 {
  color: #0c5dff;
}

.user_c_succes_1 {
  color: #05c583;
}

.user_c_alert_1 {
  color: #e74f76;
}

.user_c_warning_3 {
  color: #c8a781;
}

.user_c_prim_15 {
  color: #0949d0;
}

.user_c_sec_4 {
  color: #ca80dc;
}

.user_c_prim_13 {
  color: #d2e0f1;
}

.user_c_third_4 {
  color: #ffeed2;
}

.user_bgc_blue_7 {
  background-color: #c2d7ff;
}

.user_bgc_success_3 {
  background-color: #ccf3e5;
}

.user_bgc_alert_5 {
  background-color: #ffced7;
}

.user_bgc_third_3 {
  background-color: #f5e9c0;
}

.user_bgc_prim_12 {
  background-color: #b9dafd;
}

.user_bgc_sec_1 {
  background-color: #e5defe;
}

.user_bgc_prim_16 {
  background-color: #4c75a1;
}

.user_bgc_warning_4 {
  background-color: #ffb27a;
}

/* ==========================================================================
	#Notifications messages
========================================================================== */
.notifications-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  max-width: 350px;
  width: 100%;
  padding-top: 15px;
}
.notifications-wrapper-container {
  max-width: 1114px;
}

.toast {
  max-width: 350px;
  font-size: 0.875rem;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  position: absolute;
  z-index: 1090;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1.5rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: rgba(24, 24, 24, 0.75);
  background-clip: padding-box;
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}
.toast-header .btn-close {
  margin-right: calc(-.5 * .75rem);
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.notification .toast {
  margin: 15px auto;
}
.notification .toast .message-title {
  margin-right: auto;
}
.notification .toast .message-content {
  margin-bottom: 16px;
}
.notification .toast .close {
  font-size: 1.5rem;
  line-height: 0.8;
  color: #fff;
  padding: 0 !important;
  margin-left: 0.5rem !important;
  margin-bottom: 0.25rem !important;
  border: 0;
  opacity: 1;
}
.notification .toast a {
  text-decoration: underline;
}
.notification .toast a:hover {
  text-decoration: none;
}
.notification .toast .list-bullets > li + li {
  margin-top: 5px;
}
.notification .toast .toast-body-added-to-cart .toast-body-entry {
  max-width: calc(100% - 170px);
  font-size: 16px;
}
.notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-image {
  width: 37px;
}
.notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner {
  max-width: calc(100% - 37px);
}
.notification .toast .toast-body-added-to-cart .toast-body-actions {
  max-width: 170px;
}
.notification-container .toast {
  max-width: 1114px;
}
.notification-error .toast {
  border-color: #bf2332;
  background-color: #dc3545;
  color: #fff;
}
.notification-error .toast a {
  color: #fff;
}
.notification-error .toast .list-bullets > li::before {
  background-color: #fff;
}
.notification-error .toast .toast-header {
  border-color: #bf2332;
  background-color: #bf2332;
  color: #fff;
}
.notification-success .toast {
  border-color: #00b073;
  background-color: #05c583;
  color: #fff;
}
.notification-success .toast .toast-header {
  border-color: #00b073;
  background-color: #00b073;
  color: #fff;
}
.notification-info .toast {
  border-color: #00c3ba;
  background-color: #00c3ba;
  color: #fff;
}
.notification-info .toast .toast-header {
  border-color: #00c3ba;
  background-color: #00c3ba;
  color: #fff;
}
.notification-info .toast .btn-link {
  color: inherit;
}
.notification-info .toast .has-separator.row[data-separator*=border] > .col:not(:last-of-type)::after, .notification-info .toast .has-separator.row[data-separator*=border] > [class*=col-]:not(:last-of-type)::after {
  background-color: #fff;
}

/* Responsive Medias */
@media (max-width: 1199.98px) {
  .notifications-wrapper-container {
    max-width: 934px;
  }

  .notification-container .toast {
    max-width: 934px;
  }
}
@media (max-width: 991.98px) {
  .notifications-wrapper-container {
    max-width: 694px;
  }

  .notification-container .toast {
    max-width: 694px;
  }
}
@media (max-width: 767.98px) {
  .notifications-wrapper-container {
    max-width: 514px;
  }

  .notification-container .toast {
    max-width: 514px;
  }
}
@media (max-width: 575.98px) {
  .notifications-wrapper-container {
    max-width: calc(100% - 1.5rem);
  }

  .notification .toast .toast-body-added-to-cart .toast-body-entry {
    font-size: 14px;
  }
  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-image {
    display: none;
  }
  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner {
    max-width: 100%;
  }
  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner p strong {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
/* ==========================================================================
	#Hubspot form
========================================================================== */
.hubspot-form-wrapper {
  --hbspt-form-bg-color: none;
  --hbspt-form-min-height: 0;
  --hbspt-form-wrapper-spacing: 48px;
  --hbspt-form-wrapper-border: 1.6px solid #dcdcde;
  --hbspt-form-wrapper-border-radius: 1.5rem;
  padding: var(--hbspt-form-wrapper-spacing);
  border: var(--hbspt-form-wrapper-border);
  background-color: var(--hbspt-form-bg-color);
  border-radius: var(--hbspt-form-wrapper-border-radius);
}
.hubspot-form-wrapper.hubspot-form-wrapper-loading {
  position: relative;
  min-height: var(--hbspt-form-min-height);
}
.hubspot-form-wrapper.hubspot-form-wrapper-loading .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: unset;
  height: unset;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: block !important;
}
.hubspot-form-wrapper .preloader {
  display: none;
}

.hbspt-form {
  --hbspt-display: none;
  --hbspt-form-input-height: 3.5rem;
  --hbspt-form-input-padding-top: 1.5rem;
  --hbspt-form-input-padding-bottom: 0.375rem;
  --hbspt-form-label-padding-y: 0.875rem;
  --hbspt-form-label-padding-x: 1rem;
  --hbspt-form-label-focus-transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
  --hbspt-form-label-line-height: 1.875rem;
  --hbspt-form-label-color: #626263;
  --hbspt-form-select-padding-top: 26px;
  --hbspt-form-select-padding-bottom: 6px;
  --hbspt-form-select-padding-right: 56px;
  --hbspt-form-check-bg-image: none;
  --hbspt-form-check-bg-color: #fff;
  --hbspt-form-check-border-color: #c4c4c6;
}
.hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 12px;
}
.hbspt-form .hs-form-field > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: var(--hbspt-form-input-height);
  padding: var(--hbspt-form-label-padding-y) var(--hbspt-form-label-padding-x);
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1.6px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  line-height: var(--hbspt-form-label-line-height);
  color: var(--hbspt-form-label-color);
  font-weight: 500;
}
.hbspt-form .hs-form-field .hs-input[type=text],
.hbspt-form .hs-form-field .hs-input[type=email],
.hbspt-form .hs-form-field .hs-input[type=tel],
.hbspt-form .hs-form-field select.hs-input {
  display: block;
  width: 100%;
  height: var(--hbspt-form-input-height);
  min-height: var(--hbspt-form-input-height);
  padding: var(--hbspt-form-label-padding-y) var(--hbspt-form-label-padding-x);
  font-weight: 400;
  color: #181818;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}
.hbspt-form .hs-form-field .hs-input[type=text]:focus, .hbspt-form .hs-form-field .hs-input[type=text]:not(:placeholder-shown),
.hbspt-form .hs-form-field .hs-input[type=email]:focus,
.hbspt-form .hs-form-field .hs-input[type=email]:not(:placeholder-shown),
.hbspt-form .hs-form-field .hs-input[type=tel]:focus,
.hbspt-form .hs-form-field .hs-input[type=tel]:not(:placeholder-shown),
.hbspt-form .hs-form-field select.hs-input:focus,
.hbspt-form .hs-form-field select.hs-input:not(:placeholder-shown) {
  padding-top: var(--hbspt-form-input-padding-top);
  padding-bottom: var(--hbspt-form-input-padding-bottom);
  outline: 0;
}
.hbspt-form .hs-form-field .hs-input[type=text]:focus,
.hbspt-form .hs-form-field .hs-input[type=email]:focus,
.hbspt-form .hs-form-field .hs-input[type=tel]:focus,
.hbspt-form .hs-form-field select.hs-input:focus {
  border-color: #0071f3;
}
.hbspt-form .hs-form-field .hs-input[type=text].error,
.hbspt-form .hs-form-field .hs-input[type=email].error,
.hbspt-form .hs-form-field .hs-input[type=tel].error,
.hbspt-form .hs-form-field select.hs-input.error {
  border-color: #fc3c52;
}
.hbspt-form .hs-form-field .input select.hs-input {
  width: 100%;
}
.hbspt-form .hs-form-field select.hs-input {
  padding-top: var(--hbspt-form-select-padding-top);
  padding-bottom: var(--hbspt-form-select-padding-bottom);
  padding-right: var(--hbspt-form-select-padding-right);
}
.hbspt-form .hs-form-field select.hs-input:focus, .hbspt-form .hs-form-field select.hs-input:not(:placeholder-shown) {
  padding-top: var(--hbspt-form-select-padding-top);
  padding-bottom: var(--hbspt-form-select-padding-bottom);
}
.hbspt-form .hs-form-field-focused > label, .hbspt-form .hs-form-field-placeholder-hidden > label {
  transform: var(--hbspt-form-label-focus-transform);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox] {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--hbspt-form-check-bg-color);
  background-image: var(--hbspt-form-check-bg-image);
  border: var(--bs-border-width) solid var(--hbspt-form-check-border-color);
  border-radius: 0.375rem;
  vertical-align: top;
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox]:checked {
  --hbspt-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
  --hbspt-form-check-bg-color: #0071f3;
  --hbspt-form-check-border-color: #0071f3;
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox]:active {
  filter: brightness(90%);
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox]:focus {
  --hbspt-form-check-border-color: #0071f3;
}
.hbspt-form .hs-form-booleancheckbox > label > span {
  margin-left: 40px;
}
.hbspt-form .hs-fieldtype-select .input {
  position: relative;
}
.hbspt-form .hs-fieldtype-select .input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  font-family: "Font Icons";
  font-size: 8px;
  pointer-events: none;
}
.hbspt-form .hs-fieldtype-select-has-placeholder {
  --hbspt-form-select-padding-top: 30px;
  --hbspt-form-select-padding-bottom: 24px;
  --hbspt-form-select-padding-right: 42px;
  --hbspt-form-label-focus-transform: none;
}
.hbspt-form .hs-fieldtype-select-has-placeholder > label {
  padding-right: var(--hbspt-form-select-padding-right);
  color: var(--hbspt-form-label-color);
}
.hbspt-form .hs-fieldtype-select-has-placeholder select.hs-input {
  font-size: 0;
}
.hbspt-form .hs-fieldtype-phonenumber > label {
  left: 30%;
  transform: var(--hbspt-form-label-focus-transform);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.hbspt-form .hs-fieldtype-phonenumber > label.hs-label-left {
  left: 0;
}
.hbspt-form .hs-fieldtype-intl-phone {
  display: flex;
}
.hbspt-form .hs-fieldtype-intl-phone select.hs-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: var(--hbspt-form-label-padding-x);
}
.hbspt-form .hs-fieldtype-intl-phone .hs-input[type=tel] {
  flex: 1;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hbspt-form .hs-fieldtype-booleancheckbox.hs-form-field.field {
  margin-bottom: 24px;
}
.hbspt-form .hs-richtext {
  margin-bottom: 16px;
}
.hbspt-form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hbspt-form .hs-error-msgs {
  padding: 4px 0 0;
}
.hbspt-form .hs-error-msgs .hs-error-msg {
  margin-bottom: 0;
  color: #fc3c52;
}
.hbspt-form .hs-main-font-element {
  margin-bottom: 16px;
}
.hbspt-form .hs-submit .btn {
  width: 100%;
}
.hbspt-form .submitted-message {
  margin-bottom: 0;
}
.hbspt-form .submitted-message > p {
  text-align: center !important;
}
.hbspt-form .submitted-message > p > span {
  color: #181818 !important;
}
.hbspt-form .submitted-message > p strong {
  font-weight: 500;
}
.hbspt-form .submitted-message > p:last-child {
  margin-bottom: 0;
}
.hbspt-form .legal-consent-container {
  margin-top: 24px;
}
.hbspt-form fieldset[class^=form-columns] {
  display: flex;
  gap: 24px;
  max-width: none;
}
.hbspt-form fieldset[class^=form-columns] .hs-form-field.field {
  width: 100%;
  float: none;
}
.hbspt-form .hs-form fieldset[class^=form-columns] .input, .hs-form .hbspt-form fieldset[class^=form-columns] .input {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .hubspot-form-wrapper:not(.hubspot-form-wrapper-white):not(.hubspot-form-wrapper-loading) {
    border: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .hubspot-form-wrapper.hubspot-form-wrapper-white {
    padding: 24px;
  }
  .hubspot-form-wrapper .hbspt-form fieldset[class^=form-columns] {
    display: block;
  }
  .hubspot-form-wrapper .hbspt-form fieldset[class^=form-columns] .hs-form-field .hs-input:not([type=checkbox]) {
    width: 100%;
  }
}
/* ==========================================================================
	#Device Prices
========================================================================== */
/* Desktop */
.device-price {
  --separator: 6px;
  --price-inner-spacing-y: 8px;
  --price-inner-spacing-x: 10px;
  --new-price-bg-color: #daff47;
  --new-price-color: #181818;
  --old-price-color: #626263;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 calc(0px - var(--separator));
  white-space: nowrap;
}
.device-price-old, .device-price-new {
  display: block;
}
.device-price-old > span, .device-price-new > span {
  display: inline-block;
}
.device-price-old sup, .device-price-new sup {
  font-size: max(0.583333em, 0.75rem);
}
.device-price-old {
  color: var(--old-price-color);
}
.device-price-old > span {
  position: relative;
  padding-right: var(--price-inner-spacing-x);
  padding-left: var(--price-inner-spacing-x);
}
.device-price-old > span::after {
  position: absolute;
  top: 50%;
  right: calc(var(--price-inner-spacing-x) - 2px);
  left: calc(var(--price-inner-spacing-x) - 2px);
  content: "";
  height: 1px;
  background-color: currentColor;
}
.device-price-old > span .dual-amount-separator {
  --dual-amount-separator-bgc: #fff;
  position: relative;
  z-index: 2;
  background: var(--dual-amount-separator-bgc);
}
.device-price-new > span {
  font-weight: 500;
}
.device-price-old + .device-price-new > span {
  margin-top: var(--price-inner-spacing-y);
  padding: var(--price-inner-spacing-y) var(--price-inner-spacing-x);
  background-color: var(--new-price-bg-color);
  color: var(--new-price-color);
  border-radius: 0.5rem;
}
.device-price-old + .device-price-new > span .formatted-amount {
  --dual-amount-separator-color: #91ad1f;
}
.device-price-inner {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: var(--separator);
  padding-left: var(--separator);
}
.device-price-xxs, .device-price-xs {
  --price-inner-spacing-x: 2px;
  --price-inner-spacing-y: 6px;
  margin: 0;
}
.device-price-xxs .device-price-inner, .device-price-xs .device-price-inner {
  padding: 0;
}
.device-price-xxs .device-price-old, .device-price-xs .device-price-old {
  color: inherit;
}
.device-price-xxs .device-price-old span, .device-price-xs .device-price-old span {
  font-weight: 500;
}
.device-price-xxs .device-price-old span::after, .device-price-xs .device-price-old span::after {
  left: 0;
}
.device-price-xxs .device-price-old + .device-price-new span, .device-price-xs .device-price-old + .device-price-new span {
  padding: var(--price-inner-spacing-y);
  line-height: 0.7083em;
  color: #181818;
  margin-top: 2px;
  margin-bottom: 2px;
}
.device-price-xxs + .notice, .device-price-xs + .notice {
  font-size: 0.5625rem;
  line-height: 1.125rem;
  color: inherit;
  margin-bottom: -20px;
}
.device-price-xxs {
  font-size: 1rem;
  line-height: 1.5rem;
}
.device-price-inline {
  display: inline-flex;
  width: auto;
}
.device-price-right {
  text-align: right;
}

@media (max-width: 767.98px) {
  .device-price.device-price-lg .device-price-old span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .device-price.device-price-lg .device-price-new span {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.captcha-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.captcha-input-group-prepend {
  display: flex;
  margin-right: -1px;
}
.captcha-input-group-text {
  display: flex;
  align-items: center;
  min-width: 152px;
  padding: 0 16px !important;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.3125;
  text-align: center;
  white-space: nowrap;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.captcha-btn {
  padding: 0;
  margin-left: 10px;
}
.captcha-notice {
  margin-bottom: 0;
  font-size: 12px;
  color: #939394;
}
.captcha-image {
  max-height: 36px;
  height: 100%;
}
.captcha-form-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.captcha-form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================
	#Badges
========================================================================== */
.badge {
  color: #fff;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.badge sup {
  top: 0.3em;
}
.badge.badge-circle {
  display: inline-block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.badge.badge-hidden {
  display: none;
}
.badge-pending {
  background-color: #fec400;
}
.badge-confirmed {
  background-color: #0075f2;
}
.badge-completed {
  background-color: #28cd5a;
}
.badge-cancelled {
  background-color: #e74f76;
}
.badge-pickup {
  background-color: #0a9d6b;
}
.badge-shipped {
  background-color: #00438a;
}
.badge-order-status-pending {
  background-color: #fec400;
}
.badge-order-status-pending:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-confirmed {
  background-color: #0075f2;
}
.badge-order-status-confirmed:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-completed {
  background-color: #28cd5a;
}
.badge-order-status-completed:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-cancelled {
  background-color: #e74f76;
}
.badge-order-status-cancelled:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-pickup {
  background-color: #0a9d6b;
}
.badge-order-status-pickup:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-shipped {
  background-color: #00438a;
}
.badge-order-status-shipped:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.6875rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge.badge-success {
  background-color: #28cd5a;
}

/* ==========================================================================
	#Header cart
========================================================================== */
.header-cart .header-cart-products-wrapper {
  display: flex;
  flex-direction: column-reverse;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 230px;
  margin-right: -5px;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #5c7492 #dce3ef;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar-track {
  background-color: #dce3ef;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar-thumb {
  background-color: #5c7492;
  border-radius: 30px;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #0071f3;
}
.header-cart .header-cart-products > li + li {
  margin-top: 20px;
  border-top: 1px solid #edf0f3;
  padding-top: 16px;
}
.header-cart .header-cart-products .header-cart-product {
  margin-bottom: 10px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  color: #181818;
  text-decoration: none;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  position: relative;
  max-width: 100%;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  flex: 0 0 auto;
  width: auto;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content:first-child {
  margin-left: 44px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty {
  font-size: 0;
  margin: 0;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dd {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  vertical-align: middle;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt {
  color: #9aa7b7;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-title {
  font-weight: 700;
  color: #181818;
  margin-bottom: 16px;
  margin-top: 0;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-name {
  color: #181818;
  margin-bottom: 0;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .maw_95 {
  max-width: 95px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content > *:not(.number-spinner-wrapper) > .item_quantity {
  display: none;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image {
  width: 40px;
  margin-right: 6px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0.375rem;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price {
  margin-left: 10px;
  text-align: right;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price .product-price .product-price-new,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price .product-price .product-price-old {
  display: block;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  margin-left: 16px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside .btn-close-small svg {
  width: 8px;
  height: 8px;
  margin-top: -5px;
  fill: #fc3c52;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-actions .btn.btn-link {
  padding: 0;
}
.header-cart .header-cart-action {
  position: absolute;
  top: calc(100% + 10px);
  right: -43px;
  z-index: 3;
  display: none;
  padding: 20px;
  background-color: #fc3c52;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.5rem;
}
.header-cart .header-cart-action::before {
  position: absolute;
  top: -7px;
  right: 50px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: inherit;
  transform: rotate(45deg);
}
.header-cart.header-cart-empty > .nav-link .header-cart-counter {
  display: none;
}
.header-cart.header-cart-empty > .nav-link > .ico-font {
  display: none;
}
.header-cart.header-cart-empty > .nav-link > .ico-font.header-cart-empty-icon {
  display: inline-block;
}
.header-cart.header-cart-activated .header-cart-action {
  display: block;
  animation-name: cart-fadeout;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.header-cart.show .header-cart-action {
  display: none;
}
.header-cart-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-weight: 500;
  color: #181818;
}
.header-cart-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}
.header-cart-actions > .btn + .btn {
  margin-top: 0;
}
.header-cart-header {
  padding-bottom: 20px;
}
.header-cart-footer {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #edf0f3;
}
.header-cart-footer .list-cart-amount-totals {
  color: #181818;
}
.header-cart-footer .ico-promocode {
  width: 20px;
  height: 20px;
  fill: #28cd5a;
  margin-top: -4px;
}

/* Responsive Medias */
@media (max-width: 991.98px) {
  .header-cart {
    padding-top: 4px;
  }
  .header-cart > .nav-link {
    margin-bottom: -2px;
  }
  .header-cart > .nav-link > .ico-font {
    margin-top: -9px;
  }
}
@media (max-width: 767.98px) {
  .header-cart > .nav-link {
    padding-top: 2px;
    padding-bottom: 0;
  }
  .header-cart > .nav-link .header-cart-counter {
    top: -5px;
    right: -5px;
  }
  .header-cart > .nav-link > .ico-font {
    margin-top: -6px;
    padding-top: 0;
  }
  .header-cart .header-cart-action {
    right: -50px;
    width: 310px;
    padding: 10px 16px;
    text-align: center;
    white-space: normal;
  }
}
/* ==========================================================================
	#List variations
========================================================================== */
.list-variations li {
  display: block;
  margin-bottom: 2px;
}
.list-variations li > span {
  color: #939394;
}

/* ==========================================================================
	#Header cart prices
========================================================================== */
.product-price {
  color: #181818;
  font-weight: 700;
  margin-bottom: 16px;
}
.product-price span {
  white-space: nowrap;
}
.product-price span.product-price-new {
  color: #fc3c52;
}
.product-price span.product-price-new.c_success {
  color: #28cd5a;
}
.product-price span.product-price-old {
  color: #626263;
  font-weight: 400;
  text-decoration: line-through;
}
.product-price span.product-price-free {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  color: #28cd5a;
}
.product-price span.product-price-flex-end {
  display: flex;
  justify-content: flex-end;
}
.product-price span.product-vat {
  display: block;
  margin-top: 4px;
  color: #626263;
  font-weight: 400;
}
.product-price span.product-notice {
  display: block;
  margin-top: 10px;
}
.product-price sup {
  font-size: 75%;
}
.product-price.mb_0 {
  margin-bottom: 0;
}
.product-price.product-price-alt {
  font-weight: 700;
  color: #181818;
}
.product-price.product-price-alt.product-price-alt-small {
  font-weight: normal;
}
.product-price.has-brackets::before {
  content: "(";
}
.product-price.has-brackets::after {
  content: ")";
}
.product-price.has-brackets.has-brackets-whitespace-fix::before {
  margin-right: -0.25em;
}
.product-price.has-brackets.has-brackets-whitespace-fix::after {
  margin-left: -0.25em;
}
.product-price-bf-2024 span.product-price-new {
  color: #28cd5a;
}
.product-price-bf-2024 .product-badge.product-badge-discount {
  background-color: #28cd5a;
}
.btn .product-price {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.btn .product-price > * {
  color: inherit !important;
}

.dual-price {
  font-weight: 400;
}
.dual-price .product-price-old {
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-decoration: line-through;
  color: #888;
}

@media (max-width: 575.98px) {
  /* Product price */
  .product-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    white-space: normal;
  }
}
/* ==========================================================================
	#Numbers spinner input
========================================================================== */
.number-spinner-wrapper {
  position: relative;
}
label.number-spinner-wrapper {
  margin-bottom: 0;
}

.number-spinner-wrapper .btn {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}
.number-spinner-wrapper .number-spinner-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 30px;
}
.number-spinner-wrapper .number-spinner-actions .btn {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0;
}
.number-spinner-wrapper .number-spinner-actions .btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #5c7492;
  border-right-width: 0;
}
.number-spinner-wrapper .number-spinner-actions .btn.btn-up::before {
  margin-top: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  transform: rotate(45deg);
}
.number-spinner-wrapper .number-spinner-actions .btn.btn-down::before {
  margin-top: -10px;
  margin-left: -5px;
  border-top-width: 0;
  transform: rotate(-45deg);
}
.number-spinner-wrapper input[type=number] {
  padding-right: 20px;
  -moz-appearance: textfield;
}
.number-spinner-wrapper input[type=number]::-webkit-inner-spin-button, .number-spinner-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-spinner-wrapper input[type=number].form-control-lg ~ .number-spinner-prepend.btn, .number-spinner-wrapper input[type=number].form-control-lg ~ .number-spinner-append.btn {
  font-size: 30px;
}
.number-spinner-wrapper input[type=number]:disabled + .number-spinner-actions .btn {
  color: #6c757d;
  opacity: 0.65;
  pointer-events: none;
}
.number-spinner-wrapper.number-spinner-default {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.number-spinner-wrapper.number-spinner-default input[type=number],
.number-spinner-wrapper.number-spinner-default .btn {
  border-width: 1px;
  border-color: #d4dae2;
}
.number-spinner-wrapper.number-spinner-default .btn {
  background-color: #f1f3f5;
  line-height: 1.1;
  color: #2e4568;
}
.number-spinner-wrapper.number-spinner-default .btn:hover {
  border-color: #5c7492;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-prepend {
  order: 1;
  margin-right: -2px;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-prepend.btn {
  border-radius: 99px 0 0 99px !important;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-append {
  order: 3;
  margin-left: -2px;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-append.btn {
  border-radius: 0 99px 99px 0 !important;
}
.number-spinner-wrapper.number-spinner-default input[type=number] {
  order: 2;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  border-radius: 0;
  text-align: center;
}
.number-spinner-wrapper.number-spinner-default input[type=number]:focus {
  border-color: #5c7492;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent {
  display: block;
  height: 28px;
  min-height: 28px;
  border-color: transparent;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  display: block;
  background-color: transparent;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent:focus {
  box-shadow: none;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent ~ .number-spinner-prepend.btn, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent ~ .number-spinner-append.btn {
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 50% !important;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-prepend.btn, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-append.btn {
  padding-right: 8px;
  padding-left: 8px;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-prepend.btn .custom-ico-minus, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-append.btn .custom-ico-minus {
  width: 10px;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-prepend.btn .custom-ico-plus, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-append.btn .custom-ico-plus {
  width: 10px;
  height: 10px;
}
.number-spinner-wrapper > .number-spinner-wrapper ~ .number-spinner-prepend, .number-spinner-wrapper > .number-spinner-wrapper ~ .number-spinner-append {
  display: none;
}

/* Custom Icon Minus */
.custom-ico-minus {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #888;
}
.custom-ico-minus.custom-ico-minus-sm {
  width: 10px;
}

/* Custom Icon Minus */
.custom-ico-plus {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.custom-ico-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 2px;
  background-color: #888;
}
.custom-ico-plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  background-color: #888;
}
.custom-ico-plus.custom-ico-plus-sm {
  width: 10px;
  height: 10px;
}

/* ==========================================================================
	#List with card
========================================================================== */
.list-cart-amount,
.list-cart-amount dl,
.list-cart-amount dt,
.list-cart-amount dd {
  margin-bottom: 0;
}
.list-cart-amount li {
  padding: 5px 0;
}
.list-cart-amount li:first-of-type {
  padding-top: 0;
}
.list-cart-amount li:last-of-type {
  padding-bottom: 0;
}
.list-cart-amount dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-cart-amount dl + dl {
  margin-top: 10px;
}
.list-cart-amount dl > span.fw_bold {
  font-weight: 700;
}
.list-cart-amount dl.align-items-start {
  align-items: start;
}
.list-cart-amount dt,
.list-cart-amount dd {
  position: relative;
  max-width: 100%;
}
.list-cart-amount dt {
  flex-basis: 0;
  flex-grow: 1;
  font-weight: 400;
}
.list-cart-amount dd {
  flex: 0 0 auto;
  width: auto;
  font-weight: 500;
  margin-left: 5px;
}
.list-cart-amount dd.text-end {
  text-align: right;
}
.list-cart-amount sup {
  font-size: 10px;
}
.list-cart-amount .c_success {
  color: #28cd5a;
}
.list-cart-amount.list-cart-amount-totals dt,
.list-cart-amount.list-cart-amount-totals dd {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.list-cart-amount .ico-plus {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.75;
}
.list-cart-amount .list-item-with-actions {
  position: relative;
}
.list-cart-amount .list-item-with-actions .list-item-action {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  margin-left: 10px;
}
.list-cart-amount.has-separators > li + li {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #edf0f3;
}

@media (max-width: 767.98px) {
  .list-cart-amount .list-item-with-actions .list-item-action {
    margin-left: 3px;
  }
}
/* ==========================================================================
	#Ratio images
========================================================================== */
.ratio-img-wrapper picture,
.ratio-video-wrapper .video-wrap {
  position: relative;
  display: block;
}

.ratio-img-wrapper picture:after,
.ratio-video-wrapper .video-wrap:after {
  content: "";
  display: block;
}

.ratio-img-wrapper picture img,
.ratio-video-wrapper .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-img-wrapper .terminal-feature-thumb-image picture {
  margin-left: auto;
  margin-right: auto;
}

.ratio-img-wrapper .testimonials-box-images picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100%;
}

.ratio-img-wrapper .testimonials-box-images picture img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
}

.ratio-img-wrapper picture.ar-1x1 {
  max-width: 100%;
  flex-basis: 100%;
}

.ratio-img-wrapper picture.ar-1x1::after {
  padding-bottom: 100%;
}

.blur-up {
  filter: blur(5px);
  will-change: filter;
  transition: filter 0.2s;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

/*==============================================
	List of Colors
==============================================*/
/* Header logged user color avatar - these are account color, thats why they are not assigned to a variable */
/* Header logged user background-color avatar - these are account color, thats why they are not assigned to a variable */
/* ==========================================================================
	#Variables
========================================================================== */
/* Z-index's */
/* Spacers */
/* Borders */
/* Border radius */
/* Basics */
/* Grid */
/* Boxes */
/* Typography */
/* Links */
/* Forms */
/* Transitions */
/* Font weights */
/* Dropdowns */
/* Box shadows */
/* Icons link */
/* Modals */
/* Inputs & Buttons */
/* Buttons */
/* ==========================================================================
	#Layout info redesign 2021
========================================================================== */
html,
body {
  height: 100%;
  color: #444;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0071f3;
}

a:focus {
  outline: none;
}

a:hover {
  color: #0e60c9;
}

.color-blue {
  color: #0071f3;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.wrapper-no-header {
  padding-top: 0;
}

.wrapper.header-absolute.header-fixed {
  padding-top: 0 !important;
}

.wrapper-has-sticky-element {
  overflow: visible;
}

.wrapper-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Titles */
.main-title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.fix_el .main-title {
  font-size: 36px;
}

.sub-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.fix_el .sub-title {
  font-size: 24px;
}

[data-svg-lottie] {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
	#Buttons
========================================================================== */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  outline: 0;
}

.btn-sm {
  min-width: 125px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
}

.btn-md {
  min-width: 190px;
  padding: 11px 15px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
}

.btn-lg {
  min-width: 440px;
  padding: 16px 15px;
  font-size: 18px;
  line-height: 1.3334;
  font-weight: 700;
  border-radius: 28px;
}

.btn-primary,
.btn-primary:link,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:active:focus,
.btn-grey-bg,
.btn-grey-bg:link,
.btn-grey-bg:focus,
.btn-grey-bg:active,
.btn-grey-bg:visited,
.btn-grey-bg:active:focus {
  border-color: #0071f3;
  outline: 0;
  color: #fff;
  text-transform: none;
  transition: all 0.2s ease;
  box-shadow: none;
}

.btn-primary,
.btn-primary:link,
.btn-primary:focus,
.btn-primary:visited {
  border-color: #0071f3;
  background-color: #0071f3;
}

.btn-primary:active,
.btn-primary:active:focus {
  border-color: #004493;
  background-color: #004493;
}

.btn-primary:hover {
  border-color: #005ac4;
  background-color: #005ac4;
}

.btn-primary.text-transform-none,
.btn-primary.text-transform-none:link,
.btn-primary.text-transform-none:focus,
.btn-primary.text-transform-none:active,
.btn-primary.text-transform-none:visited,
.btn-primary.text-transform-none:active:focus {
  text-transform: none;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-grey-bg[disabled],
.btn-grey-bg[disabled]:hover,
.btn-grey-bg[disabled]:focus,
.btn-grey-bg[disabled]:active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active {
  border-color: #c4c4c6;
  background-color: #c4c4c6;
}

.btn-border,
.btn-border:link,
.btn-border:focus,
.btn-border:visited,
.btn-border:active:focus {
  border: 0;
  outline: 0;
  color: #fff;
  text-transform: none;
  transition: all 0.2s ease;
  background-color: transparent;
  box-shadow: inset 0 0 0px 2px #fff;
}

.btn-border:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0px 2px #fff;
  color: #0071f3;
}

.btn-round {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
}
.btn-round::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-round > .btn-round-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.btn-round > .btn-round-inner > .ico-font {
  margin-top: 0;
}

.slides .btn-border:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0px 2px #fff;
  color: #006EAA !important;
}

.green-bg .btn-border:hover {
  color: #8DC73F;
}

.green-bg .btn-border:active:hover {
  color: #fff;
}

.blue-bg .btn-border:hover {
  color: #0071f3;
}

.blue-bg .btn-border:active:hover {
  color: #fff;
}

.btn-border[disabled].coming-soon,
.btn-border.disabled.coming-soon {
  background-color: transparent;
  color: #fff;
  cursor: default;
  opacity: 1;
}

.btn-bordered {
  border: 2px solid #0071f3;
  background: transparent;
  line-height: 1.21;
  color: #0071f3;
}

.btn-bordered:hover,
.btn-bordered:focus {
  border-color: #0071f3;
  background: #0071f3;
  color: #fff;
}

.btn-bordered[disabled].coming-soon,
.btn-bordered.disabled.coming-soon {
  color: #0071f3;
  cursor: default;
  opacity: 1;
}

.btn-to-link {
  padding: 0;
  color: #0071f3;
}

.btn-to-link:hover,
.btn-to-link:focus,
.btn-to-link:hover:focus {
  text-decoration: underline;
  color: #0071f3;
  box-shadow: none;
}

.btn-to-link.btn-md {
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}

.btn-to-link.btn-lg {
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
}

.btn-white-bg,
button.btn-white-bg,
.btn-white-bg:link,
.btn-white-bg:focus,
.btn-white-bg:active,
.btn-white-bg:visited,
.btn-white-bg:active:focus {
  border: 1px solid #dadada;
  outline: 0;
  color: #019bf3;
  text-transform: none;
  transition: all 0.1s ease;
  background-color: #fff;
  box-shadow: none;
}

.btn-white-bg,
.btn-white-bg:hover,
.btn-white-bg:active:focus {
  border: 1px solid #019bf3;
  color: #fff;
  transition: all 0.1s ease;
  background-color: #019bf3;
}

.btn-white,
.btn-white:link,
.btn-white:focus,
.btn-white:active,
.btn-white:visited,
.btn-white:active:focus {
  border: 1px solid #fff;
  outline: 0;
  color: #019bf3;
  text-transform: none;
  transition: all 0.1s ease;
  background-color: #fff;
  box-shadow: none;
}

.btn-white,
.btn-white:hover,
.btn-white:active:focus {
  border: 1px solid #f3f3f3;
  color: #019bf3;
  transition: all 0.1s ease;
  background-color: #f3f3f3;
}

.btn-white-alt,
.btn-white-alt:link,
.btn-white-alt:focus,
.btn-white-alt:active,
.btn-white-alt:visited,
.btn-white-alt:active:focus {
  padding: 17px 15px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
  text-transform: none;
  letter-spacing: -0.02em;
  border-radius: 28px;
}

/* Button White transparent */
.btn-white-transparent,
.btn-white-transparent:link,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent:visited,
.btn-white-transparent:active:focus {
  border: 2px solid #fff;
  outline: 0;
  color: #ffffff;
  transition: all 0.2s ease;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}

.btn-white-transparent:hover {
  color: #0071f3;
  background-color: #ffffff;
}

a.dropdown-toggle {
  text-decoration: none;
  cursor: pointer;
}

.btn-black,
.btn-black:link,
.btn-black:focus,
.btn-black:active,
.btn-black:visited,
.btn-black:active:focus {
  border: 1px solid #000000;
  outline: 0;
  color: #ffffff;
  text-transform: none;
  transition: all 0.1s ease;
  background-color: #000000;
  box-shadow: none;
}

.btn-black-ghost,
.btn-black-ghost:link,
.btn-black-ghost:focus,
.btn-black-ghost:active,
.btn-black-ghost:visited,
.btn-black-ghost:active:focus {
  border: 1px solid #000000;
  outline: 0;
  color: #000000;
  text-transform: none;
  transition: all 0.1s ease;
  background-color: #ffffff;
  box-shadow: none;
}

.btn-black-ghost,
.btn-black-ghost:hover,
.btn-black-ghost:active:focus {
  color: #ffffff;
  transition: all 0.1s ease;
  background-color: #000000;
}

.btn-primary, .btn-secondary, .btn-light, .btn-ghost, .btn-dark {
  height: auto;
  min-height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-sm {
  height: auto;
  min-height: calc(0rem * 2 + 1rem * 2 + 1.6px * 2);
}
.btn-lg {
  height: auto;
  min-height: calc(0.3125rem * 2 + 1.375rem * 2 + 1.6px * 2);
}
.btn .btn-icon-wrapper > svg {
  vertical-align: middle;
}

@media only screen and (max-width: 1499px) {
  .btn-lg {
    height: auto;
    min-height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
  }
}
/* Arrow with animation up-down */
.menu-arrow {
  font-size: 0;
  width: 0;
  height: 10px;
  margin: 0 0 0 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.menu-arrow::before,
.menu-arrow::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 7px;
  background: #181818;
  transition: all 0.2s ease-in-out;
}

.menu-arrow::before {
  -webkit-transform: translate(-3.5px, -50%) rotate(-135deg);
  transform: translate(-3.5px, -50%) rotate(-135deg);
}

.menu-arrow::after {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.collapsed .menu-arrow::before {
  -webkit-transform: translate(-3.5px, -50%) rotate(-45deg);
  transform: translate(-3.5px, -50%) rotate(-45deg);
}

.collapsed .menu-arrow::after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

/* Collapse - title with contrent and scrollbar inside */
.collapse-with-scrollbar .collapse-title.collapsed ~ .collapse-content {
  height: 0;
}

.collapse-with-scrollbar .collapse-content {
  overflow-x: auto;
}

/* Alerts and messages */
.alert {
  padding: 8px 35px 8px 14px;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.info_error {
  border: 1px solid #eed3d7;
  color: #b94a48;
  background-color: #f2dede;
}

/* Forms */
label {
  font-size: 16px;
  font-weight: 400;
}

.form-control {
  border-radius: 5px;
  box-shadow: none;
  height: 37px;
}

input.notfull,
select.notfull {
  height: 34px;
  padding-top: 3px;
  padding-bottom: 4px;
  border: 1px solid #ccc;
  line-height: 25px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
}

label.star:after {
  content: "*";
  margin-left: 4px;
  color: #f00;
}

.form-control:focus,
input.notfull:focus {
  border-color: #999;
  outline: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input.alerted,
input:focus.alerted,
input:hover.alerted,
textarea.alerted {
  border: 1px solid #b94a48 !important;
  background-color: #f2dede;
}

textarea.hi_130 {
  height: 130px;
}

select.alerted,
select:focus.alerted,
select:hover.alerted {
  border: 1px solid #b94a48 !important;
  background-color: #f2dede;
}

.form-select {
  display: block;
  width: 100%;
  padding: 9px 36px 9px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  border: 1px solid #c4c4c6;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select:focus {
  border-color: #0071f3;
  outline: 0;
  box-shadow: none;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
  outline-offset: unset;
}

/* Disabled states */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.chosen-disabled .chosen-single {
  border-color: #ccc;
  background-color: #f6f6f6;
  color: #b6b6b6;
}

.chosen-disabled {
  opacity: 1 !important;
}

/* Images */
.ratio-img-wrapper picture {
  position: relative;
  display: block;
}

.ratio-img-wrapper picture::after {
  content: "";
  display: block;
}

.ratio-img-wrapper picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blur-up {
  filter: blur(5px);
  will-change: filter;
  transition: filter 0.2s;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

/* Custom Checkboxes */
.checkbox-custom {
  position: relative;
  overflow: hidden;
}

.checkboxes-inline .checkbox-custom {
  padding-right: 5px;
}

.checkbox-custom input[type=checkbox],
.checkbox-custom input[type=checkbox]:checked {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  margin: 0;
  margin-top: 0\9 ;
  padding: 0;
  opacity: 0;
}

.checkbox-custom label {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 3px;
  padding-left: 0;
  font-size: 15px;
  line-height: 17px;
  color: #626262;
  padding-bottom: 5px;
}

.checkbox-custom label.mb_0,
.checkbox-custom label.pb_0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkbox-custom label.mb_7 {
  margin-bottom: 7px;
}

.checkbox-custom label:not(.form-control-label)::before,
.checkbox-custom label:not(.form-control-label)::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.checkbox-custom label:not(.form-control-label)::before {
  top: 0;
  left: -23px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
  background-color: #fff;
  border-radius: 5px;
}

.form-preorder .checkbox-custom label::before {
  top: 3px;
}

.form-preorder .checkbox-custom label:not(.form-control-label)::after {
  top: 4px;
}

.form-preorder .checkbox-custom label::after,
.form-preorder .checkbox-custom input[type=checkbox][disabled]:checked + label::after {
  top: 5px;
}

.checkbox-custom input[type=checkbox][disabled] + label::before {
  background-color: #f6f6f6;
}

.checkbox-custom label:not(.form-control-label)::after {
  top: 1px;
  left: -19px;
  z-index: 2;
  width: 6px;
  height: 9px;
  background: transparent;
  border-bottom: 2px solid #0071f3;
  border-right: 2px solid #0071f3;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  transition: transform 0.3s;
}

.checkbox-custom input[type=checkbox][disabled]:checked + label::after {
  top: 3px;
  left: -19px;
  z-index: 2;
  width: 6px;
  height: 9px;
  background: transparent;
  border-bottom: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
}

.checkbox-custom input[type=checkbox]:checked ~ label::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  transition: transform 0.3s;
}

.step-checkboxes-legend .checkbox-custom input[disabled] + label {
  background-color: #fff;
}

.checkbox-custom input[disabled=disabled] + label,
.checkbox-custom input[disabled] + label {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.checkbox-custom.has-error label:not(.form-control-label)::before {
  border-color: #ef1a1a;
}

.checkbox-custom.checkbox-sm label {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 0;
}

.checkbox-custom.checkbox-sm label::before {
  top: 2px;
  left: -20px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  vertical-align: top;
  background-color: #fff;
  border-radius: 2px;
}

.checkbox-custom.checkbox-sm label::after,
.checkbox-custom.checkbox-sm input[type=checkbox][disabled]:checked + label::after {
  top: 2px;
  left: -17px;
  width: 6px;
  height: 9px;
}

.checkbox-custom.checkbox-sm input[disabled=disabled] + label,
.checkbox-custom.checkbox-sm input[disabled] + label {
  background-color: transparent;
}

.checkbox-custom.checkbox-lg label {
  height: 25px;
  width: 25px;
  margin: 0;
}

.checkbox-custom.checkbox-lg label::before {
  left: 0;
  height: 25px;
  width: 25px;
}

.checkbox-custom.checkbox-lg label::after,
.checkbox-custom.checkbox-lg input[type=checkbox][disabled]:checked + label::after {
  top: 4px;
  left: 9px;
  width: 8px;
  height: 12px;
}

.checkbox-custom.checkbox-lg input[disabled=disabled] + label,
.checkbox-custom.checkbox-lg input[disabled] + label {
  background-color: transparent;
}

/* Checkbox fill blue, color white - .custom-checkbox-solid */
.checkbox-custom.custom-checkbox-solid label:not(.form-control-label) {
  margin-left: 28px;
}

.checkbox-custom.custom-checkbox-solid label:not(.form-control-label)::before {
  top: 0;
  left: -28px;
  width: 17px;
  height: 17px;
}

.checkbox-custom.custom-checkbox-solid label:not(.form-control-label)::after {
  top: 3px;
  left: -23px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.checkbox-custom.custom-checkbox-solid input[type=checkbox]:checked ~ label::before {
  background-color: #0071f3;
  border: 1px solid #0071f3;
}

.checkbox-custom.custom-checkbox-solid input[type=checkbox]:checked ~ label::after {
  transform: rotate(45deg) scale(1);
}

/* Custom checkbox - blue tick */
.checkbox-custom.custom-checkbox-blue-tick label:not(.form-control-label) {
  margin-left: 24px;
}

.checkbox-custom.custom-checkbox-blue-tick label {
  font-size: 16px;
  line-height: 1.4;
  color: #626262;
  font-weight: 400;
  text-align: left;
}

.checkbox-custom.custom-checkbox-blue-tick label:not(.form-control-label) {
  margin-left: 28px;
}

.checkbox-custom.custom-checkbox-blue-tick label::after {
  top: 4px;
  left: -19px;
  z-index: 2;
  width: 6px;
  height: 9px;
  background: transparent;
  border-bottom: 2px solid #0071f3;
  border-right: 2px solid #0071f3;
  transform: rotate(45deg) scale(0);
  transition: transform 0.3s;
}

.checkbox-custom.custom-checkbox-blue-tick input[type=checkbox]:checked ~ label::after {
  transform: rotate(45deg) scale(1);
}

/* Custom checkbox - custom label white */
.checkbox-custom.custom-checkbox-label-white label {
  color: #fff;
}

/* Custom radios */
.radio-custom {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: 0;
}

.radio-sm-custom {
  margin-right: 0px;
}

.radio-custom-block {
  display: block;
}

.radio-custom.radio-custom-vertical-list {
  display: block;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.radio-custom.radio-custom-vertical-list.pb_0 {
  padding-bottom: 0;
}

.radio-custom.radio-custom-vertical-list label.pb_0 {
  padding-bottom: 0;
}

.radio-custom.radio-custom-vertical-list + .radio-custom.radio-custom-vertical-list {
  margin-top: 0;
}

.radio-custom input[type=radio],
.radio-custom input[type=radio]:checked {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  margin: 0;
  margin-top: 0\9 ;
  padding: 0;
  opacity: 0;
}

.radio-custom input[disabled=disabled] + label::before,
.radio-custom input[disabled] + label::before {
  background-color: #f5f5f5;
}

.radio-custom label {
  position: relative;
  display: inline-block;
  margin-left: 27px;
  padding-left: 0;
  font-size: 17px;
  line-height: 19px;
  color: #626262;
  padding-bottom: 10px;
  transition: box-shadow 0.2s;
}

.radio-custom.white-box-step p label {
  padding-bottom: 0;
}

.radio-custom label.pl_5 {
  padding-left: 5px;
}

.radio-custom.radio-sm-custom label {
  font-size: 16px;
  line-height: 1;
  margin-left: 23px;
}

.radio-custom label:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #009bf4;
  -moz-box-shadow: 0px 1px 0px 0px #009bf4;
  box-shadow: 0px 1px 0px 0px #009bf4;
  transition: box-shadow 0.2s;
}

.radio-custom.no-border label:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow 0.2s;
}

.radio-custom.radio-no-styles label:hover {
  box-shadow: none;
}

.radio-custom label::before,
.radio-custom label::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-radius: 50%;
}

.radio-custom label::before {
  top: 0;
  left: -27px;
  z-index: 1;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  vertical-align: top;
  background-color: #fff;
}

.radio-sm-custom label::before {
  content: "";
  left: -22px;
  width: 15px;
  height: 15px;
}

.radio-custom label::after {
  top: 4px;
  left: -23px;
  z-index: 2;
  width: 9px;
  height: 9px;
  background: #0071f3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: transform 0.3s;
}

.radio-sm-custom label::after {
  content: "";
  left: -18px;
  width: 7px;
  height: 7px;
}

.radio-custom input[type=radio]:checked ~ label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s;
}

.radio-custom input[type=radio]:checked + label {
  color: #0071f3;
  line-height: 19px;
  -webkit-box-shadow: 0px 1px 0px 0px #009bf4;
  -moz-box-shadow: 0px 1px 0px 0px #009bf4;
  box-shadow: 0px 1px 0px 0px #009bf4;
}

.radio-custom.no-border input[type=radio]:checked + label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.radio-custom.radio-no-styles input[type=radio]:checked + label {
  color: inherit;
  line-height: 1;
  box-shadow: none;
}

.radio-sm-custom input[type=radio]:checked + label {
  line-height: 1;
}

.radio-custom input[type=radio][disabled] + label {
  color: inherit;
  cursor: not-allowed;
}

.radio-custom input[type=radio][disabled] + label:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.radio-custom input[type=radio][disabled]:checked + label {
  color: inherit;
  -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
  -moz-box-shadow: 0px 1px 0px 0px #cccccc;
  box-shadow: 0px 1px 0px 0px #cccccc;
}

.radio-custom.no-border input[type=radio][disabled]:checked + label {
  color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.radio-custom input[type=radio][disabled]:checked + label::after {
  top: 4px;
  left: -23px;
  z-index: 2;
  width: 9px;
  height: 9px;
  background: #b6b6b6;
}

.radio-custom-with-toggable-input input[type=text] {
  display: none;
  margin: 10px 0 15px 27px;
}

.radio-custom-with-toggable-input input[type=radio]:checked ~ input[type=text] {
  display: block;
}

.radio-custom-with-toggable-textarea textarea {
  display: none;
  margin: 10px 0 15px 27px;
}

.radio-custom-with-toggable-textarea input[type=radio]:checked ~ textarea {
  display: block;
}

/* ==========================================================================
	#Grid
========================================================================== */
.row-dib {
  font-size: 0;
}

.row-dib > [class^=col-] {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.row-dib-vam > [class^=col-] {
  vertical-align: middle;
}

.row-dib-vab > [class^=col-] {
  vertical-align: bottom;
}

.col-sm-7_5,
.col-sm-4_5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-flex.align-items-end {
  align-items: flex-end;
}

.row-flex.align-items-center {
  align-items: center;
}

.row-flex.justify-content-end {
  justify-content: flex-end;
}

.row-flex.justify-content-center {
  justify-content: center;
}

.row-flex > .col,
.row-flex > .col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row-flex > .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.row-flex > .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-flex > .col-auto.pl_0 {
  padding-left: 0;
}

.row-flex .col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
}

.row-sm-gutters {
  margin-right: -10px;
  margin-left: -10px;
}

.row-sm-gutters > .col,
.row-sm-gutters > [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.row-sm-gutters .col-sm-7_5,
.row-sm-gutters .col-sm-4_5,
.row-flex.row-sm-gutters > .col,
.row-flex.row-sm-gutters > .col-auto,
.row-flex.row-sm-gutters .col-sm-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.row-xs-gutters {
  margin-right: -6px;
  margin-left: -6px;
}

.row-xs-gutters > .col,
.row-xs-gutters > [class^=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

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

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

/* Responsive */
@media only screen and (min-width: 768px) {
  .row-flex .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .row-flex .col-lg-7 {
    flex: 0 0 58.33333333%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .row-dib > [class*=col-lg] {
    display: block;
  }

  .row-dib > [class*=col-md] {
    display: inline-block;
  }

  .row-dib > [class*=col-sm] {
    display: inline-block;
  }

  .row-dib > [class*=col-xs] {
    display: inline-block;
  }
}
@media only screen and (max-width: 991.98px) {
  .row-dib > [class*=col-md] {
    display: block;
  }

  .row-dib > [class*=col-sm] {
    display: inline-block;
  }

  .row-dib > [class*=col-xs] {
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-dib > [class*=col-sm] {
    display: block;
  }

  .row-dib > [class*=col-xs] {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
/* ==========================================================================
	#Captcha
========================================================================== */
.capcha_box img {
  width: auto;
  height: 37px;
}

.capcha_box .form-control {
  width: calc( 100% - 123px );
  display: inline-block;
  float: right;
}

.big_grey_text {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
}

.tooltip {
  font-weight: 400;
}

.tooltip.show {
  opacity: 0.9;
}

.info-icon-tooltip {
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  color: #707070;
  font-size: 11px;
  vertical-align: middle;
}

.info-line-wrapper {
  visibility: hidden !important;
  opacity: 0 !important;
}

.wrapper-legal .header-access {
  min-height: 56px;
}

.wrapper-legal .header-utilities {
  min-height: 58px;
}

.wrapper-legal {
  padding-top: 175px;
}

.legal-wrapper table {
  margin-bottom: 20px;
}

.legal-wrapper table.w_a {
  width: auto;
}

.legal-wrapper table.border td {
  padding: 10px 15px;
  border: 1px solid #ececec;
  background: #fff;
}

.list-campaign-logos {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.list-campaign-logos > li {
  padding-right: 10px;
}

.list-campaign-logos > li:last-child {
  padding-right: 0;
}

.list-campaign-logos > li + li {
  position: relative;
  padding-left: 11px;
}

.list-campaign-logos > li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 27px;
  background-color: #fff;
}

.list-campaign-logos .campaign-logo-visa {
  display: block;
  width: 57px;
  height: 18px;
}

.section-title-secondary {
  margin: 0 0 30px;
  font-size: 36px;
  line-height: 1.2;
  color: #606060;
  font-weight: 300;
}

.form-control.alerted + label {
  color: #eb001b;
}

video {
  clip-path: inset(1px 1px);
  filter: grayscale(0);
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
  .wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    padding: 0 20px;
  }

  .main-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.4;
  }

  .fix_el .main-title {
    font-size: 28px;
  }

  .sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-height: 680px) {
  .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-lg {
    min-width: inherit;
  }
}
/* ==========================================================================
	#Online shop landing page
========================================================================== */
/* Animations - start */
@keyframes line-progress-step-two {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes line-progress-step-three {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animate-step-dot {
  0% {
    width: 13px;
    height: 13px;
    background-color: #a8d9ff;
  }
  50% {
    width: 25px;
    height: 25px;
  }
  100% {
    width: 21px;
    height: 21px;
    background-color: #0071f3;
  }
}
@keyframes carts-animation {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Animations - end */
/* General styles - start */
body {
  color: #181818;
}

/* ==========================================================================
	#Grid
========================================================================== */
.row-dib {
  font-size: 0;
}

.row-dib > [class^=col-] {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.row-dib-vam > [class^=col-] {
  vertical-align: middle;
}

.row-dib-vab > [class^=col-] {
  vertical-align: bottom;
}

.col-sm-7_5,
.col-sm-4_5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-flex.align-items-end {
  align-items: flex-end;
}

.row-flex.align-items-center {
  align-items: center;
}

.row-flex.justify-content-end {
  justify-content: flex-end;
}

.row-flex.justify-content-center {
  justify-content: center;
}

.row-flex > .col,
.row-flex > .col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row-flex > .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.row-flex > .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-flex > .col-auto.pl_0 {
  padding-left: 0;
}

.row-flex .col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
}

.row-sm-gutters {
  margin-right: -10px;
  margin-left: -10px;
}

.row-sm-gutters > .col,
.row-sm-gutters > [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.row-sm-gutters .col-sm-7_5,
.row-sm-gutters .col-sm-4_5,
.row-flex.row-sm-gutters > .col,
.row-flex.row-sm-gutters > .col-auto,
.row-flex.row-sm-gutters .col-sm-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.row-xs-gutters {
  margin-right: -6px;
  margin-left: -6px;
}

.row-xs-gutters > .col,
.row-xs-gutters > [class^=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

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

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

/* Responsive */
@media only screen and (min-width: 768px) {
  .row-flex .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .row-flex .col-lg-7 {
    flex: 0 0 58.33333333%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .row-dib > [class*=col-lg] {
    display: block;
  }

  .row-dib > [class*=col-md] {
    display: inline-block;
  }

  .row-dib > [class*=col-sm] {
    display: inline-block;
  }

  .row-dib > [class*=col-xs] {
    display: inline-block;
  }
}
@media only screen and (max-width: 991.98px) {
  .row-dib > [class*=col-md] {
    display: block;
  }

  .row-dib > [class*=col-sm] {
    display: inline-block;
  }

  .row-dib > [class*=col-xs] {
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-dib > [class*=col-sm] {
    display: block;
  }

  .row-dib > [class*=col-xs] {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
/* ==========================================================================
	#Ratio images
========================================================================== */
.ratio-img-wrapper picture,
.ratio-video-wrapper .video-wrap {
  position: relative;
  display: block;
}

.ratio-img-wrapper picture:after,
.ratio-video-wrapper .video-wrap:after {
  content: "";
  display: block;
}

.ratio-img-wrapper picture img,
.ratio-video-wrapper .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-img-wrapper .terminal-feature-thumb-image picture {
  margin-left: auto;
  margin-right: auto;
}

.ratio-img-wrapper .testimonials-box-images picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100%;
}

.ratio-img-wrapper .testimonials-box-images picture img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
}

.ratio-img-wrapper picture.ar-1x1 {
  max-width: 100%;
  flex-basis: 100%;
}

.ratio-img-wrapper picture.ar-1x1::after {
  padding-bottom: 100%;
}

.blur-up {
  filter: blur(5px);
  will-change: filter;
  transition: filter 0.2s;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

/* General styles - end */
/* Aspect ratio classes - start */
.ratio-img-wrapper picture.ar-2401x900 {
  max-width: 2401px;
}

.ratio-img-wrapper picture.ar-2401x900-fixed-width {
  width: 2401px;
}

.ratio-img-wrapper picture.ar-2401x900::after {
  padding-bottom: calc(900 / 2401 * 100%);
}

.ratio-img-wrapper picture.ar-771x362 {
  max-width: 771px;
}

.ratio-img-wrapper picture.ar-771x362-fixed-width {
  width: 771px;
}

.ratio-img-wrapper picture.ar-771x362::after {
  padding-bottom: calc(362 / 771 * 100%);
}

.ratio-img-wrapper picture.ar-868x469 {
  max-width: 868px;
}

.ratio-img-wrapper picture.ar-868x469-fixed-width {
  width: 868px;
}

.ratio-img-wrapper picture.ar-868x469::after {
  padding-bottom: calc(469 / 868 * 100%);
}

.ratio-img-wrapper picture.ar-526x472 {
  max-width: 526px;
}

.ratio-img-wrapper picture.ar-526x472-fixed-width {
  width: 526px;
}

.ratio-img-wrapper picture.ar-526x472::after {
  padding-bottom: calc(472 / 526 * 100%);
}

.ratio-img-wrapper picture.ar-585x465 {
  max-width: 585px;
}

.ratio-img-wrapper picture.ar-585x465:after {
  padding-bottom: calc(40 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-585x465.picture-lazyloaded::after {
  padding-bottom: calc(465 / 585 * 100%);
}

.ratio-img-wrapper picture.ar-954x727 {
  max-width: 954px;
}

.ratio-img-wrapper picture.ar-954x727-fixed-width {
  width: 954px;
}

.ratio-img-wrapper picture.ar-954x727:after {
  padding-bottom: calc(38 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-954x727.picture-lazyloaded::after {
  padding-bottom: calc(727 / 954 * 100%);
}

.ratio-img-wrapper picture.ar-954x727.ar-954x727-adjustment {
  margin-left: -42px;
}

.ratio-img-wrapper picture.ar-585x499 {
  max-width: 585px;
}

.ratio-img-wrapper picture.ar-585x499:after {
  padding-bottom: calc(43 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-585x499.picture-lazyloaded::after {
  padding-bottom: calc(499 / 585 * 100%);
}

/* Aspect ratio classes - end */
/* Section checkout intro - start */
.section-checkout-intro {
  position: relative;
  padding-top: 60px;
  padding-bottom: 130px;
  color: #fff;
}

.section-checkout-intro .section-body {
  position: relative;
  z-index: 4;
}

.section-checkout-intro .main-title {
  margin-bottom: 30px;
  font-size: 58px;
  line-height: 1.11;
}

.section-checkout-intro p {
  margin-bottom: 30px;
  font-size: 24px;
  margin-right: 100px;
  font-weight: bold;
  line-height: 1.25;
}

.section-checkout-intro .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
}

.section-checkout-intro .section-image {
  position: absolute;
  user-select: none;
  left: 0;
  top: -150px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #0b150d;
}

.section-checkout-intro .section-image .checkout-intro-background {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.section-checkout-intro .section-image .checkout-intro-plants-left {
  position: absolute;
  bottom: 0;
  left: calc(50% - 460px);
  transform: translateX(-50%);
  z-index: 2;
}

.section-checkout-intro .section-image .checkout-intro-plants-right {
  position: absolute;
  bottom: -100px;
  left: calc(50% + 900px);
  transform: translateX(-50%);
  z-index: 2;
}

.section-checkout-intro .section-image .checkout-intro-laptop {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
}

.section-checkout-intro .section-bg-image {
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #0c170f;
}

/* Section checkout intro - end */
/* Section checkout card payments - start */
.section-checkout-card-payments .payment-card-types [class^=payment-card-type-] {
  display: none;
}

.section-checkout-card-payments .payment-card-types [class^=payment-card-type-] > svg {
  height: 34px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-visa > svg,
.section-checkout-card-payments .payment-card-types .payment-card-type-mastercard > svg {
  margin-top: 0;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-visa,
.section-checkout-card-payments .payment-card-types .payment-card-type-mastercard,
.section-checkout-card-payments .payment-card-types .payment-card-type-american-express,
.section-checkout-card-payments .payment-card-types .payment-card-type-satispay,
.section-checkout-card-payments .payment-card-types .payment-card-type-jcb,
.section-checkout-card-payments .payment-card-types .payment-card-type-union-pay,
.section-checkout-card-payments .payment-card-types .payment-card-type-bancontact,
.section-checkout-card-payments .payment-card-types .payment-card-type-ideal,
.section-checkout-card-payments .payment-card-types .payment-card-type-ios-pay-bordered,
.section-checkout-card-payments .payment-card-types .payment-card-type-google-pay-bordered,
.section-checkout-card-payments .payment-card-types .payment-card-type-twint,
.section-checkout-card-payments .payment-card-types .payment-card-type-android-pay {
  display: inline-block;
}

.section-checkout-card-payments .payment-card-types ul {
  justify-content: center;
}

.section-checkout-card-payments .payment-card-types ul li {
  padding: 0 25px 8px 0;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-visa > svg {
  width: 49px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-mastercard > svg {
  width: 37px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-american-express > svg {
  width: 30px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-jcb > svg {
  width: 44px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-union-pay > svg {
  width: 46px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-bancontact > svg {
  width: 47px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-ideal > svg {
  width: 37px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-ios-pay > svg {
  width: 55px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-android-pay > svg {
  width: 59px;
}

.section-checkout-card-payments .payment-card-types .payment-card-type-google-pay-bordered > svg {
  width: 64px;
}

.section-checkout-card-payments .payment-card-types li > svg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.1s;
}

.section-checkout-card-payments .payment-card-types li > svg:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Section checkout card payments - end */
/* Section checkout articles - start */
.section-checkout-articles {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #fff;
  padding: 35px 0 10px;
}

.section-checkout-articles .section-head {
  margin-bottom: 80px;
  text-align: center;
}

.section-checkout-articles .section-head h2, .section-checkout-articles .section-head .h2 {
  line-height: 1.33334;
  margin-bottom: 10px;
}

.section-checkout-articles .section-head p {
  font-size: 20px;
}

.section-checkout-articles .checkout-article {
  margin-bottom: 120px;
}

.section-checkout-articles .checkout-article h3, .section-checkout-articles .checkout-article .h3 {
  margin: 0 0 25px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
}

.section-checkout-articles .checkout-article p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.section-checkout-articles .checkout-article p + p {
  margin-top: 24px;
}

.section-checkout-articles .checkout-article ul.list-circled-ticks li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.22222222;
  font-weight: bold;
  margin-bottom: 25px;
}

.section-checkout-articles .checkout-article ul.list-circled-ticks li .ico-font {
  margin-right: 20px;
}

.section-checkout-articles .checkout-article .checkout-article-image {
  position: relative;
}

.section-checkout-articles .checkout-article .checkout-article-image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-checkout-articles .checkout-ecommerce-carts-list-wrapper {
  position: absolute;
  left: 38px;
  top: 188px;
}

.section-checkout-articles .checkout-ecommerce-carts-list {
  display: flex;
  flex-direction: column;
}

.section-checkout-articles .checkout-ecommerce-carts-list li {
  padding: 30px 35px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 13px 26px 0 rgba(0, 0, 0, 0.07);
  display: none;
  width: 228px;
}

.section-checkout-articles .checkout-ecommerce-carts-list li.active {
  animation-name: carts-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  display: block;
}

.section-checkout-articles .checkout-ecommerce-carts-list li img {
  max-height: 44px;
  max-width: 100%;
}

/* Section checkout articles - end */
/* Section online shop fees - start */
.section-online-shop-fees {
  padding: 72px 0 77px;
  background-color: #f8f9f9;
}
.section-online-shop-fees .table {
  --bs-table-bg: #fff;
}

.section-online-shop-fees .section-header {
  max-width: 650px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-online-shop-fees .main-title {
  margin-bottom: 17px;
  line-height: 1.31;
}

.section-online-shop-fees .section-header p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.section-online-shop-fees .online-shop-fee-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 30px 20px;
  margin-bottom: 40px;
  background-color: #fff;
}

.section-online-shop-fees .online-shop-fee-box p.online-shop-fee-title {
  margin-bottom: 2px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.section-online-shop-fees .online-shop-fee-box span.transaction-fee-text {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
}

.section-online-shop-fees .online-shop-fee-box span.transaction-fee-text.transaction-fee-text-red {
  color: #ef1a1a;
}

.section-online-shop-fees .online-shop-fee-box span.transaction-fee-old-text {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #ef1a1a;
  text-decoration: line-through;
  text-align: center;
}

.section-online-shop-fees .online-shop-fee-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
}

.section-online-shop-fees #collapseFees .section-body {
  margin-bottom: 30px;
}

.section-online-shop-fees .section-actions {
  text-align: center;
}

.section-online-shop-fees .section-actions a span {
  display: none;
}

.section-online-shop-fees .section-actions a span.active {
  display: inline-block;
}

.section-online-shop-fees .pricing-method .pricing-method-fee-box,
.section-online-shop-fees .pricing-method.pricing-method-row {
  background-color: #fff;
}

.section-online-shop-fees .pricing-method .pricing-method-fee-price {
  color: #181818;
}

.section-online-shop-fees .list-pricing-methods {
  margin-top: 30px;
}

.online-shop-page .table .table {
  background-color: transparent;
}

/* ==========================================================================
	#Pricing table
========================================================================== */
.pricing-table {
  border: none;
  margin-bottom: 25px;
}

.pricing-table > thead > tr > th {
  padding: 20px 15px 20px 0;
  border: none;
  background: transparent;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #444;
}

.pricing-table > thead > tr > th:last-child {
  padding-right: 0;
}

.pricing-table tr {
  border-bottom: 1px solid #e4e4e4;
}

.pricing-table > tbody > tr > td {
  padding: 20px 0px;
  border: none;
  vertical-align: middle;
  letter-spacing: 0.025em;
}

.pricing-table .pricing-table-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  min-height: 54px;
  padding: 10px 7px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  border-radius: 7px;
  color: #cfcfcf;
}

.pricing-table .pricing-table-logo svg {
  display: block;
}

.pricing-table .pricing-table-logo .pricing-table-logo-mastercard {
  width: 38px;
  height: 22px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-visa {
  width: 38px;
  height: 15px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-amex {
  width: 26px;
  height: 26px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-union-pay {
  width: 34px;
  height: 24px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-jcb {
  width: 32px;
  height: 25px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-bancontact {
  width: 38px;
  height: 25px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-vpay {
  width: 31px;
  height: 31px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-ideal {
  width: 33px;
  height: 29px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-maestro {
  width: 35px;
  height: 29px;
}

.pricing-table h3, .pricing-table .h3 {
  padding-right: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42;
}

.pricing-table p {
  padding-right: 10px;
  margin: 0;
  line-height: 1.875;
}

.pricing-table td.pricing-table-value {
  font-size: 21px;
  line-height: 1.42;
  font-weight: bold;
  color: #444;
  text-align: right;
  letter-spacing: 0;
}

.pricing-table td.pricing-table-value .pricing-table-promo-wrap {
  position: relative;
  display: inline-block;
}

.pricing-table td.pricing-table-value .pricing-table-plus-sign {
  margin: 0 15px;
  color: #9f9f9f;
}

.pricing-table td.pricing-table-value .old-value {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  vertical-align: text-bottom;
}

.section-pricing-table-home-buy .section-head .main-title {
  font-size: 48px;
  font-weight: 300;
}

.section-pricing-table-home-buy .pricing-table > thead > tr > th {
  font-weight: 400;
}

/* Inner table rows */
.pricing-table .pricing-table tr {
  border: none;
}

.pricing-table .pricing-table-inner-table {
  padding: 10px 0;
}

.pricing-table-info-text {
  font-size: 13px;
  color: #3a3a3a;
}

/* Section Table v2 */
.pricing-table-v2 {
  border: none;
  margin-bottom: 25px;
}

.pricing-table-v2 > thead > tr > th {
  padding: 20px 15px 20px 0;
  border: none;
  background: transparent;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #444;
}

.pricing-table-v2 > thead > tr > th:last-child {
  padding-right: 0;
}

.pricing-table-v2 tr {
  border-bottom: 1px solid #e4e4e4;
}

.pricing-table-v2 > tbody > tr > td {
  padding: 10px 0px;
  border: none;
  vertical-align: middle;
  letter-spacing: 0.025em;
}

.pricing-table-v2 .pricing-table-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  min-height: 54px;
  padding: 10px 7px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  border-radius: 7px;
  color: #cfcfcf;
}

.pricing-table-v2 .pricing-table-logo svg {
  display: block;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-mastercard {
  width: 38px;
  height: 22px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-visa {
  width: 38px;
  height: 15px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-amex {
  width: 26px;
  height: 26px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-union-pay {
  width: 34px;
  height: 24px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-jcb {
  width: 32px;
  height: 25px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-bancontact {
  width: 38px;
  height: 25px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-vpay {
  width: 31px;
  height: 31px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-ideal {
  width: 33px;
  height: 29px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-maestro {
  width: 35px;
  height: 29px;
}

.pricing-table-v2 h3, .pricing-table-v2 .h3,
.pricing-table-v2 h5,
.pricing-table-v2 .h5 {
  padding-right: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42;
  text-align: left;
}

.pricing-table-v2 td > div + h3, .pricing-table-v2 td > div + .h3,
.pricing-table-v2 td > div + h5,
.pricing-table-v2 td > div + .h5 {
  margin-top: 15px;
}

.pricing-table-v2 h3 .ico-info-gray, .pricing-table-v2 .h3 .ico-info-gray,
.pricing-table-v2 h5 .ico-info-gray,
.pricing-table-v2 .h5 .ico-info-gray {
  display: inline;
  width: auto;
  height: auto;
  line-height: 17px;
  padding-left: 17px;
  margin-left: 7px;
  background-position: 0px 0px;
}

.table.pricing-table-v2 h3 a, .table.pricing-table-v2 .h3 a,
.table.pricing-table-v2 h5 a,
.table.pricing-table-v2 .h5 a {
  color: #0071f3;
  text-decoration: none;
}

.table.pricing-table-v2 h3 a:hover, .table.pricing-table-v2 .h3 a:hover,
.table.pricing-table-v2 h5 a:hover,
.table.pricing-table-v2 .h5 a:hover {
  color: #0e60c9;
}

.pricing-table-v2 p {
  padding-right: 10px;
  margin: 0;
  line-height: 1.875;
}

.pricing-table-v2 td.pricing-table-value {
  font-size: 21px;
  line-height: 1.42;
  font-weight: bold;
  color: #444;
  text-align: right;
  letter-spacing: 0;
}

.pricing-table-v2 td.pricing-table-value .pricing-table-promo-wrap {
  position: relative;
  display: inline-block;
}

.pricing-table-v2 td.pricing-table-value .pricing-table-plus-sign {
  margin: 0 15px;
  color: #9f9f9f;
}

.pricing-table-v2 td.pricing-table-value .old-value {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  vertical-align: text-bottom;
}

/* Inner table rows */
.pricing-table-v2 .pricing-table-v2 tr {
  border: none;
}

.pricing-table-v2 .pricing-table-v2 > tbody > tr > td {
  padding: 10px 0;
}

.pricing-table-v2 .pricing-table-inner-table {
  padding: 0;
}

.pricing-table-info-text {
  font-size: 13px;
  color: #3a3a3a;
}

.pricing-table-v2 {
  border-top: 1px solid #e4e4e4;
}

.pricing-table-v2 .pricing-table-v2 {
  border-top: none;
}

.pricing-table-v2 td {
  height: 80px;
}

.pricing-table-v2 .pricing-table-logo {
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  margin-right: 15px;
}

.pricing-table-v2 .pricing-table-v2 tr:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.pricing-table-v2 .pricing-table-value .pricing-table-cost {
  font-size: 20px;
  color: #0071f3;
}

.pricing-table-v2 .pricing-table-value .old-value {
  color: #444;
}

.pricing-table-v2 .pricing-table-value .pricing-table-notice {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-right: 0;
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
  /* Pricing table */
  .pricing-table td.pricing-table-value .pricing-table-plus-sign {
    margin: 0 5px;
  }

  .pricing-table td.pricing-table-value .old-value {
    margin-right: 5px;
  }

  /* Section Table v2 */
  .pricing-table-v2 td.pricing-table-value .old-value {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-table > thead > tr > th {
    font-size: 16px;
  }

  /* Table reset */
  .pricing-table,
.pricing-table thead,
.pricing-table tbody,
.pricing-table th,
.pricing-table td,
.pricing-table tr {
    display: block;
  }

  .pricing-table thead tr {
    display: flex;
  }

  .pricing-table thead tr th:first-child {
    display: none;
  }

  .pricing-table thead tr th {
    flex: 0 0 50%;
    min-width: auto;
    max-width: 50%;
  }

  .pricing-table tbody tr {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0px 0 0;
  }

  div:not(.pricing-table-inner-table) > .pricing-table > tbody > tr > td:first-child:not([colspan]) {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0;
  }

  .pricing-table tbody tr td:not(:first-child):not(.pricing-table-inner-table) {
    flex: 0 0 64%;
    min-width: auto;
    max-width: 64%;
    padding: 7px 0 15px;
  }

  .pricing-table tbody tr td[colspan]:not(.pricing-table-inner-table) {
    flex: 0 0 64%;
    max-width: 64%;
  }

  .pricing-table tbody tr td[colspan]:not(.pricing-table-inner-table) .pricing-table-logo {
    position: absolute;
    top: 15px;
    left: 0;
  }

  .pricing-table tbody tr.pricing-table-single-row {
    flex-wrap: nowrap;
    padding: 55px 0 0;
  }

  .pricing-table tbody tr td.pricing-table-value:not(:first-child) {
    flex: 0 0 36%;
    max-width: 36%;
  }

  .pricing-table .pricing-table-logo {
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    margin-right: 10px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-mastercard {
    width: 28px;
    height: 17px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-visa {
    width: 30px;
    height: 12px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-amex {
    width: 22px;
    height: 22px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-union-pay {
    width: 25px;
    height: 16px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-jcb {
    width: 27px;
    height: 21px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-bancontact {
    width: 36px;
    height: 17px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-vpay {
    width: 20px;
    height: 23px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-ideal {
    width: 27px;
    height: 25px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-maestro {
    width: 28px;
    height: 23px;
  }

  .pricing-table td.pricing-table-value {
    font-size: 14px;
  }

  .pricing-table td.pricing-table-value .pricing-table-promo-wrap .old-value {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 2px);
    transform: translateX(-50%);
    margin: 0;
    font-size: 11px;
    vertical-align: middle;
  }

  .pricing-table p {
    font-size: 14px;
  }

  /* Inner table */
  .pricing-table .pricing-table-inner-table {
    flex: 0 0 100%;
    padding: 0;
  }

  .pricing-table-inner-table .pricing-table tbody tr {
    flex-wrap: nowrap;
    padding: 0;
  }

  .pricing-table-inner-table .pricing-table tbody tr td {
    flex: 0 0 64%;
    max-width: 64%;
    padding: 7px 0 15px;
  }

  .pricing-table-v2 .pricing-table-logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 420px) {
  .pricing-table tbody tr td:not(:first-child):not(.pricing-table-inner-table),
.pricing-table tbody tr td[colspan]:not(.pricing-table-inner-table),
.pricing-table-inner-table .pricing-table tbody tr td {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .pricing-table tbody tr td.pricing-table-value:not(:first-child) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 380px) {
  .pricing-table-v2 h3, .pricing-table-v2 .h3 {
    font-size: 14px;
  }

  .pricing-table-v2 .pricing-table-value .pricing-table-cost {
    font-size: 16px;
  }

  .section-pricing-outro.section-pricing-outro-bg-gray .btn {
    min-width: 100%;
  }
}
/* ==========================================================================
	#Pricing boxes
========================================================================== */
.section-pricing-boxes {
  background-color: #f8f9f9;
  padding-top: 20px;
  text-align: center;
}

.section-pricing-boxes ~ .section-pricing-boxes {
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.section-pricing-boxes .main-title {
  padding-top: 15px;
}

.pricing-boxes {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.pricing-box {
  flex-basis: 33.3334%;
  max-width: 33.3334%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  padding: 60px 30px;
  background-color: #fff;
}

.pricing-box-small {
  padding: 60px 10px;
}

.pricing_page_v1 .pricing-box {
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-box h3, .pricing-box .h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42;
  margin-top: 10px;
  margin-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-box h3.pricing-title-small, .pricing-box .pricing-title-small.h3 {
  font-size: 15px;
}

.pricing-box h3 .ico-info-gray, .pricing-box .h3 .ico-info-gray {
  display: inline;
  width: auto;
  height: auto;
  line-height: 17px;
  padding-left: 17px;
  margin-left: 7px;
  background-position: 0px 2px;
}

.pricing-box .pricing-boxes-value {
  font-size: 36px;
  line-height: 1.27778;
  font-weight: bold;
  color: #0071f3;
  margin-bottom: 2px;
}

.pricing-box .pricing-boxes-value small, .pricing-box .pricing-boxes-value .small {
  display: block;
  font-size: 66.66667%;
}

.pricing_page_v1 .pricing-box .pricing-boxes-value {
  font-size: 24px;
}

.pricing-box .pricing-table-notice {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

.pricing-boxes-blue-values .pricing-box .pricing-boxes-value {
  color: #0071f3;
}

.pricing-boxes-blue-values .pricing-box h3 a, .pricing-boxes-blue-values .pricing-box .h3 a {
  color: #0071f3;
  text-decoration: none;
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
  .pricing-box h3, .pricing-box .h3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-box .pricing-boxes-value {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .box-pricing-and-fees li {
    padding: 0 15px;
  }

  .pricing-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-box h3, .pricing-box .h3 {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-box h3 .ico-info-gray, .pricing-box .h3 .ico-info-gray {
    background-position: 0 0;
  }

  .pricing-box .pricing-boxes-value,
.pricing_page_v1 .pricing-box .pricing-boxes-value {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-boxes {
    flex-wrap: wrap;
  }

  .pricing-box {
    padding: 30px 20px;
    flex-basis: 250px;
    max-width: 250px;
  }
}
/* ==========================================================================
	#Appmarket redesign 2021
========================================================================== */
/* Generic styles - start */
.ratio-img-wrapper picture.ar-487x645 {
  max-width: 487px;
}

.ratio-img-wrapper picture.ar-487x645::after {
  padding-bottom: calc(50 / 38 * 100%);
}

.ratio-img-wrapper picture.ar-487x645.picture-lazyloaded::after {
  padding-bottom: calc(645 / 487 * 100%);
}

.ratio-img-wrapper picture.ar-555x481 {
  max-width: 555px;
}

.ratio-img-wrapper picture.ar-555x481::after {
  padding-bottom: calc(44 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-555x481.picture-lazyloaded::after {
  padding-bottom: calc(481 / 555 * 100%);
}

.ratio-img-wrapper picture.ar-487x395 {
  max-width: 487px;
}

.ratio-img-wrapper picture.ar-487x395::after {
  padding-bottom: calc(41 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-487x395.picture-lazyloaded::after {
  padding-bottom: calc(395 / 487 * 100%);
}

.formatted-amount sup {
  font-size: 75%;
}

.table {
  --bs-table-bg: #f8f9f9;
}

/* Generic styles - end */
/* Section inner gray - start */
.section-inner-gray {
  background-color: #f8f9f9;
}

/* Section inner gray - end */
/* Section pricing intro - start */
.section-pricing-intro {
  margin-bottom: 95px;
}

.section-pricing-intro .section-head {
  padding: 100px 0 110px;
}

.section-pricing-intro .main-title {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 1;
}

.section-pricing-intro .section-head p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
}

/* Section pricing intro - end */
/* Section pricing features - start */
.section-pricing-features {
  margin-bottom: 90px;
}

.section-pricing-features .row {
  display: flex;
  flex-flow: row wrap;
}

.section-pricing-features .pricing-feature {
  margin-bottom: 35px;
}

.section-pricing-features .pricing-feature .pricing-feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 35px;
  border: 3px solid #0071f3;
  border-radius: 50%;
  color: #0071f3;
}

/* Section pricing features - end */
/* Section pricing articles - start */
.section-pricing-articles {
  margin-bottom: 120px;
}

.section-pricing-articles .section-head {
  margin-bottom: 75px;
}

.section-pricing-articles .main-title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #444;
  text-align: center;
}

.pricing-article {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.pricing-article + .pricing-article {
  margin-top: 75px;
}

.pricing-article .pricing-article-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: auto;
}

.pricing-article .pricing-article-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 0 15px;
}

.pricing-article .pricing-article-content-inner {
  padding: 40px 90px 40px 0;
}

.pricing-article .pricing-article-title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.31;
}

.pricing-article .pricing-article-text {
  margin-bottom: 26px;
}

.pricing-article p:last-child {
  margin-bottom: 0;
}

.pricing-article .pricing-article-subtitle {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.25;
}

.pricing-article.pricing-article-reversed {
  flex-flow: row-reverse;
}

.pricing-article.pricing-article-reversed .pricing-article-image {
  margin-top: auto;
  margin-bottom: 0;
}

.pricing-article.pricing-article-reversed .pricing-article-image picture {
  margin-left: auto;
}

.pricing-article.pricing-article-reversed .pricing-article-content-inner {
  max-width: 390px;
  padding: 40px 0;
  margin-left: 65px;
}

/* Section pricing articles - end */
/* List article features - start */
.list-article-features {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 -20px;
}

.list-article-features li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  margin-bottom: 20px;
}

.list-article-features .list-article-feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: #0071f3;
}

.list-article-features p {
  max-width: 200px;
}

/* List article features - end */
/* Section pricing card logos - start */
.section-pricing-card-logos {
  margin-bottom: 50px;
}

.section-pricing-card-logos .section-head {
  max-width: 600px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-pricing-card-logos .main-title {
  margin-bottom: 25px;
  line-height: 1.31;
}

.section-pricing-card-logos .payment-card-types li {
  display: block;
}

.section-pricing-card-logos .payment-card-types [class^=payment-card-type-] > svg {
  height: 33px;
  vertical-align: middle;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-visa > svg {
  width: 42px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-vpay > svg {
  width: 24px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-mastercard > svg,
.section-pricing-card-logos .payment-card-types .payment-card-type-maestro > svg {
  width: 32px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-american-express > svg {
  width: 26px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-jcb > svg {
  width: 38px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-union-pay > svg,
.section-pricing-card-logos .payment-card-types .payment-card-type-bancontact > svg {
  width: 40px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-ideal > svg {
  width: 30px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-ios-pay-bordered {
  display: block;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-ios-pay-bordered > svg {
  width: 52px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-google-pay-bordered > svg {
  width: 62px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-samsung-pay > svg {
  width: 45px;
}

.section-pricing-card-logos .payment-card-types .payment-card-type-nfc-tag > svg {
  width: 35px;
}

/* Section pricing card logos - end */
/* Section pricing options - start */
.section-pricing-options {
  margin-bottom: 120px;
  counter-reset: pricing-option-counter;
}

.section-pricing-options .section-head {
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}

.section-pricing-options .main-title {
  font-size: 24px;
  line-height: 1.25;
}

.section-pricing-options .pricing-option {
  background-color: #f8f9f9;
  padding: 35px 68px 68px;
  counter-increment: pricing-option-counter;
}

.section-pricing-options .pricing-option + .pricing-option {
  margin-top: 45px;
}

.section-pricing-options .pricing-option .pricing-option-head {
  position: relative;
  padding-left: calc(33.33% + 6px);
  padding-right: 127px;
  margin-bottom: 50px;
}

.section-pricing-options .pricing-option .pricing-option-head:before {
  content: counter(pricing-option-counter);
  position: absolute;
  top: -19px;
  left: -4px;
  font-size: 85px;
  font-weight: bold;
  line-height: 1.32;
  color: #0071f3;
}

.section-pricing-options .pricing-option .pricing-option-head p:not(:last-child) {
  margin-bottom: 26px;
}

.section-pricing-options .pricing-option .pricing-option-plans {
  display: flex;
  margin: 0 -10px;
}
.section-pricing-options .pricing-option .pricing-option-plan {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
.section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 44px 20px;
  background-color: #fff;
  text-align: center;
}
.section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-inner .pricing-option-plan-tariff {
  margin-top: auto;
}
.section-pricing-options .pricing-option .pricing-option-plan-nld {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.section-pricing-options .pricing-option .pricing-option-plan-nld .pricing-option-plan-inner-nld {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 44px;
  background-color: #fff;
  text-align: center;
}
.section-pricing-options .pricing-option .single-option {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-pricing-options .pricing-option .pricing-option-plan-title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.34;
  color: #181818;
}
.section-pricing-options .pricing-option .pricing-option-plan-price {
  margin-top: auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.31;
  color: #0071f3;
}
.section-pricing-options .pricing-option .pricing-option-plan-text {
  margin-bottom: 35px;
  color: #181818;
}
.section-pricing-options .pricing-option .pricing-option-plan-icons {
  margin-top: auto;
  margin-bottom: 20px;
  text-align: center;
  color: #0071f3;
}
.section-pricing-options .pricing-option .pricing-option-plan-icons .ico-font {
  position: relative;
  top: -5px;
}
.section-pricing-options .pricing-option .pricing-option-plan-icons-info {
  vertical-align: bottom;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos {
  display: flex;
  justify-content: center;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos li {
  margin: 0 10px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos [class^=pricing-option-plan-logo] svg {
  display: block;
  height: 30px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-visa svg {
  width: 50px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-visa-debit svg {
  width: 54px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-mastercard svg {
  width: 38px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-mastercard-debit svg {
  width: 46px;
  height: 37px;
  margin-top: -2px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-maestro svg {
  width: 38px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-vpay svg {
  width: 28px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-bancontact svg {
  width: 55px;
  height: 34px;
}
.section-pricing-options .pricing-option .pricing-option-plan-logos .pricing-option-plan-logo-nld {
  overflow: hidden;
  border-radius: 50%;
}

/* Section pricing options - end */
/* Section pricing ideal info - start */
.section-pricing-ideal-info {
  margin-bottom: 125px;
  text-align: center;
}

.section-pricing-ideal-info .main-title {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.31;
}

.section-pricing-ideal-info p {
  margin-bottom: 0;
}

.section-pricing-ideal-info p + p {
  margin-top: 26px;
}

/* Section pricing ideal info - end */
/* Section pricing payment methods - start */
.section-pricing-payment-methods {
  margin-bottom: 85px;
}

.section-pricing-payment-methods .section-head {
  margin-bottom: 65px;
  text-align: center;
}

.section-pricing-payment-methods .main-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

/* Section pricing payment methods - end */
/* Section pricing outro articles - start */
.section-pricing-outro-articles {
  margin-bottom: 125px;
}

.pricing-outro-article {
  display: flex;
  padding-top: 65px;
  margin: 0 -15px;
}

.pricing-outro-article-center {
  align-items: center;
}

.pricing-outro-article .pricing-outro-article-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.pricing-outro-article .pricing-outro-article-content-inner {
  padding-left: 68px;
}

.pricing-outro-article .pricing-outro-article-aside {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 0 83px 0 15px;
}

.pricing-outro-article .pricing-outro-article-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.pricing-outro-article .pricing-outro-article-image + .pricing-outro-article-content .pricing-outro-article-content-inner {
  padding-left: 0;
  padding-right: 68px;
}

.pricing-outro-article .pricing-outro-article-main-title {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1.25;
}

.pricing-outro-article .pricing-outro-article-subtitle {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.25;
}

.pricing-outro-article p {
  margin-bottom: 26px;
}

.pricing-outro-article p:last-child {
  margin-bottom: 0;
}

.pricing-outro-article-box {
  max-width: 320px;
  padding: 45px;
  margin-left: auto;
  background-color: #fff;
}

.pricing-outro-article-box .pricing-outro-article-box-content {
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
}

.pricing-outro-article-box .pricing-outro-article-box-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.34;
  color: #181818;
}

.pricing-outro-article-box .pricing-outro-article-box-price {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.34;
  color: #0071f3;
}

.pricing-outro-article-box .pricing-outro-article-box-text {
  color: #181818;
}

/* Section pricing outro articles - end */
.list-categories-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.list-categories-boxes .category-box {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 15px;
}

.list-categories-boxes .category-box .category-box-inner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 435px;
  padding: 30px 35px;
  background-color: #f8f9f9;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.list-categories-boxes .category-box .category-box-inner:hover {
  background-color: #f0f0f0;
}

.list-categories-boxes .category-box .category-box-content {
  position: relative;
  z-index: 2;
}

.list-categories-boxes .category-box .category-box-title {
  position: relative;
  padding-right: 70px;
  font-size: 24px;
  line-height: 1.25;
  color: #0071f3;
  font-weight: bold;
}

.list-categories-boxes .category-box .category-box-title::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: none;
  font-family: "Font Icons";
  font-size: 28px;
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateX(0);
  transition: all 0.15s ease-in-out;
}

.list-categories-boxes.nl-de-fix .category-box .category-box-inner {
  padding: 30px 26px;
}
.list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title {
  font-size: 22px;
}
.list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title::after {
  top: 3px;
  font-size: 22px;
}

.list-categories-boxes .category-box .category-box-inner:hover .category-box-title::after {
  transform: translateX(10px);
}

.list-categories-boxes .category-box .category-box-image {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 40px;
}

.list-categories-boxes .category-box .category-box-image .ico-font {
  color: #444;
}

/* ==========================================================================
	#payment-card-types
========================================================================== */
.payment-card-types ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.payment-card-types li {
  padding: 0 16px 8px 0;
}

.payment-card-types li:last-of-type {
  padding-right: 0;
}

.payment-card-types [class^=payment-card-type-] > svg {
  height: 50px;
}

.payment-card-types .payment-card-type-visa > svg,
.payment-card-types .payment-card-type-visa-electron > svg {
  width: 82px;
}

.payment-card-types .payment-card-type-mastercard > svg,
.payment-card-types .payment-card-type-maestro > svg {
  width: 55px;
}

.payment-card-types .payment-card-type-visa > svg {
  margin-top: -10px;
}

.payment-card-types .payment-card-type-vpay > svg {
  width: 35px;
}

.payment-card-types .payment-card-type-mastercard > svg {
  margin-top: -9px;
}

.payment-card-types .payment-card-type-american-express > svg {
  width: 40px;
}

.payment-card-types .payment-card-type-union-pay > svg {
  width: 61px;
}

.payment-card-types .payment-card-type-jcb > svg {
  width: 57px;
  vertical-align: baseline;
}

.payment-card-types .payment-card-type-bancontact > svg {
  width: 60px;
}

.payment-card-types .payment-card-type-ideal > svg {
  width: 50px;
}

.payment-card-types .payment-card-twint > svg,
.payment-card-types .payment-card-type-twint > svg {
  width: 34px;
  height: 37px;
}

.payment-card-types .payment-card-twint > img {
  width: 39px;
  padding-bottom: 8px;
}

.payment-card-types .payment-card-type-ios-pay > svg {
  width: 77px;
}

.payment-card-types .payment-card-type-ios-pay-bordered > svg {
  width: 77px;
}

.payment-card-types .payment-card-type-android-pay > svg {
  width: 82px;
}

.payment-card-types .payment-card-type-samsung-pay > svg {
  width: 72px;
}

.payment-card-types .payment-card-type-google-pay-bordered > svg {
  width: 77px;
}

.payment-card-types .payment-card-type-szep {
  display: none;
}

.payment-card-types .payment-card-type-szep-small > svg {
  width: 30px;
}

.payment-card-types .payment-card-type-szep > svg {
  width: 42px;
}

.payment-card-types .payment-card-type-satispay > svg {
  width: 26px;
}

.payment-card-types .payment-card-type-cartes-bancaires > svg {
  width: 58px;
}
.payment-card-types .payment-card-type-edenred > svg {
  width: 66px;
}
.payment-card-types .payment-card-type-swile > svg {
  width: 60px;
}
.payment-card-types .payment-card-type-pluxee > svg {
  width: 60px;
}
.payment-card-types .payment-card-type-up-tombou > svg {
  width: 40px;
}

.payment-card-types-wrapper-no-pr {
  margin-top: 20px;
  margin-bottom: 25px;
}

.payment-card-types-wrapper-no-pr .list-inline {
  flex-flow: unset;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}

/* hide/show not needed schemes for devices or online */
.payment-card-types-online .payment-card-type-ios-pay,
.payment-card-types-online .payment-card-type-android-pay,
.payment-card-types-online .payment-card-type-samsung-pay,
.payment-card-types-online .payment-card-type-union-pay {
  display: none;
}

/*
   по искане на Илия логото на apple pay на Online payments страниците
   е различно от останалите, изрично е коментирано да бъде сменено само там
   https://jira.icard.com/browse/MYPOSDEV-4630
*/
.payment-card-types-online .payment-card-type-ios-pay-bordered {
  display: inline-block;
}

.payment-card-types-online .payment-card-type-ios-pay-bordered > svg {
  width: 60px;
}

/* Payment card types reorders */
/* Custom order */
.payment-card-types-order-op-nl .payment-card-type-ideal {
  order: -1;
}

/* Gray logos */
.payment-card-types.payment-card-types-gray li > svg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.1s;
}

.payment-card-types.payment-card-types-gray li > svg:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.payment-card-types.payment-card-types-gray li > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.1s;
}

.payment-card-types.payment-card-types-gray li > img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Payment card types small */
.payment-card-types.payment-card-types-small .payment-card-type-visa > svg {
  display: block;
  width: 42px;
  height: 14px;
  margin-top: -13px;
}

.payment-card-types.payment-card-types-small .payment-card-type-mastercard > svg {
  display: block;
  width: 32px;
  height: 20px;
  margin-top: -13px;
}

.payment-card-types.payment-card-types-small .payment-card-type-maestro > svg {
  width: 32px;
  height: 25px;
}

.payment-card-types.payment-card-types-small .payment-card-type-american-express > svg {
  width: 26px;
  height: 26px;
}

.payment-card-types.payment-card-types-small .payment-card-type-jcb > svg {
  width: 38px;
  height: 29px;
}

.payment-card-types.payment-card-types-small .payment-card-type-union-pay > svg {
  width: 40px;
  height: 26px;
}

.payment-card-types.payment-card-types-small .payment-card-type-bancontact > svg {
  width: 40px;
  height: 25px;
}

.payment-card-types.payment-card-types-small .payment-card-type-ideal > svg {
  width: 30px;
  height: 27px;
}

.payment-card-types.payment-card-types-small .payment-card-type-twint > svg {
  width: 28px;
  height: 32px;
}

.payment-card-types.payment-card-types-small .payment-card-type-twint-white > svg {
  width: 28px;
  height: 32px;
}

.payment-card-types.payment-card-types-small .payment-card-type-szep > svg {
  width: 30px;
}

.payment-card-types.payment-card-types-small .payment-card-type-ios-pay-bordered {
  display: block;
}

.payment-card-types.payment-card-types-small .payment-card-type-ios-pay > svg {
  width: 52px;
  height: 22px;
}

.payment-card-types.payment-card-types-small .payment-card-type-ios-pay-bordered > svg {
  width: 52px;
  height: 33px;
}

.payment-card-types.payment-card-types-small .payment-card-type-android-pay > svg {
  width: 58px;
  height: 23px;
}

.payment-card-types.payment-card-types-small .payment-card-type-google-pay-bordered > svg {
  width: 62px;
  height: 33px;
}

.payment-card-types.payment-card-types-small .payment-card-type-satispay > svg {
  width: 22px;
  height: 29px;
}

.payment-card-types.payment-card-types-small .payment-card-type-cartes-bancaires > svg {
  width: 41px;
  height: 29px;
}
.payment-card-types.payment-card-types-small .payment-card-type-edenred > svg {
  width: 49px;
  height: 30px;
}
.payment-card-types.payment-card-types-small .payment-card-type-swile > svg {
  width: 53px;
  height: 18px;
}
.payment-card-types.payment-card-types-small .payment-card-type-pluxee > svg {
  width: 55px;
  height: 15px;
}
.payment-card-types.payment-card-types-small .payment-card-type-up-tombou > svg {
  width: 30px;
  height: 30px;
}

/* have to show these on new Category page(homepage) at that time nowhere else were used these icons - 31 Jan 2023
.payment-card-types.payment-card-types-small .payment-card-type-samsung-pay {
    display: none;
} */
.payment-card-types.payment-card-types-small .payment-card-type-samsung-pay > svg {
  width: 45px;
  height: 20px;
}

.section-card-types.section-card-types-dark {
  background-color: #181818;
}

.section-card-types.section-card-types-black {
  background-color: #0a0b19;
}

.section-card-types.section-card-types-dark-black {
  background-color: #000;
}

.section-payment-card-types {
  padding: 35px 0 20px;
  border-bottom: 1px solid #d9d9d9;
}

.home .section-payment-card-types {
  padding: 32px 0 8px;
  border-bottom: 0;
}

.section-payment-card-types-no-border {
  border: 0;
}

.section-payment-card-types-grey-bg {
  background-color: #f8f9fa;
}

@media only screen and (max-width: 991.98px) {
  .payment-card-types ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .payment-card-types {
    margin: 0 -15px;
  }

  .payment-card-types li {
    padding: 0 5px 0 5px;
  }

  .payment-card-types [class^=payment-card-type-] > svg {
    height: 44px;
  }

  .payment-card-types .payment-card-type-visa > svg, .payment-card-types .payment-card-type-visa-electron > svg {
    width: 35px;
  }

  .payment-card-types .payment-card-type-visa-electron > svg {
    margin-top: -7px;
  }

  .payment-card-types .payment-card-type-mastercard > svg, .payment-card-types .payment-card-type-maestro > svg {
    width: 35px;
  }

  .payment-card-types .payment-card-type-american-express > svg {
    width: 30px;
  }

  .payment-card-types .payment-card-type-vpay > svg {
    width: 25px;
  }

  .payment-card-types .payment-card-type-union-pay > svg {
    width: 40px;
  }

  .payment-card-types .payment-card-type-jcb > svg {
    width: 35px;
  }

  .payment-card-types .payment-card-type-bancontact > svg {
    width: 30px;
  }

  .payment-card-types .payment-card-type-ideal > svg {
    width: 32px;
  }

  .payment-card-types .payment-card-type-ios-pay > svg {
    width: 40px;
  }

  .payment-card-types .payment-card-type-ios-pay-bordered > svg {
    width: 40px;
  }

  .payment-card-types .payment-card-type-android-pay > svg {
    width: 40px;
  }

  .payment-card-types .payment-card-type-samsung-pay > svg {
    width: 37px;
  }

  .payment-card-types .payment-card-type-google-pay-bordered > svg {
    width: 50px;
  }

  .payment-card-types .payment-card-type-satispay > svg {
    width: 22px;
  }

  .payment-card-types .payment-card-type-cartes-bancaires > svg {
    width: 41px;
  }
  .payment-card-types .payment-card-type-edenred > svg {
    width: 49px;
  }
  .payment-card-types .payment-card-type-swile > svg {
    width: 53px;
  }
  .payment-card-types .payment-card-type-pluxee > svg {
    width: 55px;
  }
  .payment-card-types .payment-card-type-up-tombou > svg {
    width: 30px;
  }
}
/* ==========================================================================
	#Pricing method
========================================================================== */
.pricing-method {
  position: relative;
}

.pricing-method .pricing-method-head .pricing-method-logo {
  position: absolute;
  bottom: 100%;
  left: 43px;
  transform: translateY(50%);
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

.pricing-method .pricing-method-head .pricing-method-logo.pricing-method-logo-visa {
  left: 33px;
}

.pricing-method .pricing-method-head .pricing-method-logo.pricing-method-logo-ideal {
  left: 25px;
}

.pricing-method .pricing-method-head .pricing-method-logo.pricing-method-logo-phone {
  left: 20px;
}

.pricing-method .pricing-method-head .info-icon,
.pricing-method .pricing-method-head .tooltip-icon {
  position: absolute;
  bottom: calc(100% - 25px);
  left: 11px;
  z-index: 2;
  margin-left: 0;
}

.pricing-method .pricing-method-logo svg {
  display: block;
}

.pricing-method .pricing-method-logo-mastercard svg {
  width: 82px;
  height: 50px;
}

.pricing-method .pricing-method-logo-visa svg {
  width: 102px;
  height: 33px;
}

.pricing-method .pricing-method-logo-american-express svg {
  width: 49px;
  height: 49px;
}

.pricing-method .pricing-method-logo-jcb svg {
  width: 63px;
  height: 49px;
}

.pricing-method .pricing-method-logo-bancontact svg {
  width: 73px;
  height: 45px;
}

.pricing-method .pricing-method-logo-union-pay svg {
  width: 63px;
  height: 40px;
}

.pricing-method .pricing-method-logo-ideal svg {
  width: 51px;
  height: 45px;
}

.pricing-method .pricing-method-logo-apple-google-pay svg:first-child {
  width: 63px;
  height: 40px;
}

.pricing-method .pricing-method-logo-apple-google-pay svg:last-child {
  width: 75px;
  height: 40px;
}

.pricing-method .pricing-method-logo-apple-google-pay svg + svg {
  margin-left: 20px;
}

.pricing-method .pricing-method-logo-phone {
  color: #e4e4e4;
}

.pricing-method .pricing-method-body {
  display: flex;
}

.pricing-method .pricing-method-fee-box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 310px;
  padding: 25px 20px;
  background-color: #f8f9f9;
  text-align: center;
}

.pricing-method-row.br-20 {
  border-radius: 20px;
}

.pricing-method-fee-box.br-20:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-method-fee-box.br-20:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pricing-method .pricing-method-fee-box + .pricing-method-fee-box {
  position: relative;
}

.pricing-method .pricing-method-fee-box + .pricing-method-fee-box:before {
  content: "";
  position: absolute;
  top: calc(50% - 39px);
  left: 0;
  width: 1px;
  height: 108px;
  background-color: #707070;
}

.pricing-method .pricing-method-fee-box.pricing-method-fee-box-small {
  min-height: 276px;
}

.pricing-method .pricing-method-fee-logo {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 50%;
}

.pricing-method .pricing-method-fee-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-method .pricing-method-fee-logo-circle {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin-right: -11px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 50%;
}

.pricing-method .pricing-method-fee-logo-circle .ico-svg-flag {
  margin: 0 -8px 0;
}

.pricing-method .pricing-method-fee-logo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.34;
  color: #fff;
}

.pricing-method .pricing-method-fee-icon {
  margin-bottom: 20px;
  color: #0071f3;
}

.pricing-method .pricing-method-fee-title {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #181818;
}

.pricing-method .pricing-method-fee-price {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.31;
  color: #0071f3;
}

.pricing-method .pricing-method-fee-text {
  margin-bottom: 0;
  color: #181818;
}

.pricing-method.pricing-method-logos-out .pricing-method-fee-box {
  position: relative;
}

.pricing-method.pricing-method-logos-out .pricing-method-logo,
.pricing-method.pricing-method-logos-out .pricing-method-icon {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
}

/* Pricing method row */
.pricing-method.pricing-method-row {
  padding: 0 50px;
  background-color: #f8f9f9;
}

.pricing-method.pricing-method-row .pricing-method-fee-logo,
.pricing-method.pricing-method-row .pricing-method-fee-icon {
  margin-bottom: 0;
}

.pricing-method.pricing-method-row .pricing-table-v2 {
  margin-bottom: 0;
  border: none;
}

.pricing-method.pricing-method-row .pricing-table-v2 tr {
  border: none;
}

.pricing-method.pricing-method-row .pricing-table-v2 h3, .pricing-method.pricing-method-row .pricing-table-v2 .h3,
.pricing-method.pricing-method-row .pricing-table-v2 h5,
.pricing-method.pricing-method-row .pricing-table-v2 .h5 {
  font-weight: 400;
}

.pricing-method.pricing-method-row .pricing-table-v2 h3 br, .pricing-method.pricing-method-row .pricing-table-v2 .h3 br,
.pricing-method.pricing-method-row .pricing-table-v2 h5 br,
.pricing-method.pricing-method-row .pricing-table-v2 .h5 br {
  display: none;
}

.pricing-method.pricing-method-row .pricing-table-v2 h3 a, .pricing-method.pricing-method-row .pricing-table-v2 .h3 a,
.pricing-method.pricing-method-row .pricing-table-v2 h5 a,
.pricing-method.pricing-method-row .pricing-table-v2 .h5 a {
  color: #0071f3;
  text-decoration: none;
}

.pricing-method.pricing-method-row .pricing-table-v2 h3 a:hover, .pricing-method.pricing-method-row .pricing-table-v2 .h3 a:hover,
.pricing-method.pricing-method-row .pricing-table-v2 h5 a:hover,
.pricing-method.pricing-method-row .pricing-table-v2 .h5 a:hover {
  color: #0e60c9;
}

.list-pricing-methods {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
}

.list-pricing-methods li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  margin-bottom: 45px;
}

.list-pricing-methods li.list-pricing-method-full {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 75px;
}

.list-pricing-methods li.list-pricing-method-half {
  flex: 0 0 50%;
  max-width: 50%;
}

.list-pricing-methods-small {
  margin: 0 -10px;
}

.list-pricing-methods-small li {
  padding: 0 10px;
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
  .pricing-method .pricing-method-fee-price {
    font-size: 28px;
  }

  .pricing-method .pricing-method-fee-title {
    font-size: 14px;
  }

  .pricing-method .pricing-method-fee-box {
    padding: 25px 10px;
  }

  .pricing-method .pricing-method-fee-box.pricing-method-fee-box-small {
    min-height: 225px;
  }

  .pricing-method .pricing-method-logo-apple-google-pay svg + svg {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-method .pricing-method-fee-logo,
.pricing-method .pricing-method-fee-icon {
    margin-bottom: 10px;
  }

  .pricing-method .pricing-method-body {
    flex-direction: column;
  }

  .pricing-method .pricing-method-body {
    flex-direction: column;
  }

  .pricing-method .pricing-method-fee-box {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 230px;
  }

  .pricing-method .pricing-method-fee-price {
    font-size: 20px;
  }

  .pricing-method .pricing-method-fee-box.pricing-method-fee-box-small {
    min-height: 200px;
  }

  .pricing-method .pricing-method-fee-box + .pricing-method-fee-box:before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 108px;
    height: 1px;
  }

  .pricing-method.pricing-method-logos-out .pricing-method-logo,
.pricing-method.pricing-method-logos-out .pricing-method-icon {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }

  /* Pricing method row */
  .pricing-method.pricing-method-row {
    padding: 20px 15px;
  }

  .pricing-method.pricing-method-row .pricing-table-v2 > tbody > tr > td {
    display: block;
    height: auto;
    text-align: center;
  }

  .pricing-method.pricing-method-row .pricing-method-fee-logo,
.pricing-method.pricing-method-row .pricing-method-fee-icon {
    margin-bottom: 10px;
  }

  .pricing-method.pricing-method-row .pricing-method-row-title {
    display: block;
  }

  .pricing-method.pricing-method-row .pricing-table-v2 h3, .pricing-method.pricing-method-row .pricing-table-v2 .h3 {
    padding-right: 0;
    text-align: center;
  }

  .pricing-method.pricing-method-row .pricing-table-v2 .pricing-table-value .pricing-table-cost {
    font-size: 20px;
  }

  .pricing-method.pricing-method-row .pricing-table-v2 .pricing-table-value .pricing-table-notice {
    font-size: 16px;
  }

  .pricing-method.pricing-method-row .pricing-table-v2 h3, .pricing-method.pricing-method-row .pricing-table-v2 .h3,
.pricing-method.pricing-method-row .pricing-table-v2 h5,
.pricing-method.pricing-method-row .pricing-table-v2 .h5 {
    padding-right: 0;
    text-align: center;
  }

  .pricing-method-fee-box.br-20:first-child:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .pricing-method-fee-box.br-20:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .list-pricing-methods li.list-pricing-method-half {
    max-width: 50%;
    flex: 0 0 50%;
  }

  /* ==========================================================================
  	#List pricing methods
  ========================================================================== */
  .list-pricing-methods li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .list-pricing-methods li.list-pricing-method-half {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 420px) {
  /* ==========================================================================
  	#List pricing methods
  ========================================================================== */
  .list-pricing-methods li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 421px) and (max-width: 767.98px) {
  .pricing-method .pricing-method-logo-apple-google-pay svg:first-child {
    width: 47px;
    height: 30px;
  }

  .pricing-method .pricing-method-logo-apple-google-pay svg:last-child {
    width: 57px;
    height: 30px;
  }
}
.pricing-method .pricing-method-head .tooltip-icon {
  margin-bottom: -5px;
}

/* ==========================================================================
	#Pricing table
========================================================================== */
.pricing-table {
  border: none;
  margin-bottom: 25px;
}

.pricing-table > thead > tr > th {
  padding: 20px 15px 20px 0;
  border: none;
  background: transparent;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #444;
}

.pricing-table > thead > tr > th:last-child {
  padding-right: 0;
}

.pricing-table tr {
  border-bottom: 1px solid #e4e4e4;
}

.pricing-table > tbody > tr > td {
  padding: 20px 0px;
  border: none;
  vertical-align: middle;
  letter-spacing: 0.025em;
}

.pricing-table .pricing-table-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  min-height: 54px;
  padding: 10px 7px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  border-radius: 7px;
  color: #cfcfcf;
}

.pricing-table .pricing-table-logo svg {
  display: block;
}

.pricing-table .pricing-table-logo .pricing-table-logo-mastercard {
  width: 38px;
  height: 22px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-visa {
  width: 38px;
  height: 15px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-amex {
  width: 26px;
  height: 26px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-union-pay {
  width: 34px;
  height: 24px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-jcb {
  width: 32px;
  height: 25px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-bancontact {
  width: 38px;
  height: 25px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-vpay {
  width: 31px;
  height: 31px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-ideal {
  width: 33px;
  height: 29px;
}

.pricing-table .pricing-table-logo .pricing-table-logo-maestro {
  width: 35px;
  height: 29px;
}

.pricing-table h3, .pricing-table .h3 {
  padding-right: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42;
}

.pricing-table p {
  padding-right: 10px;
  margin: 0;
  line-height: 1.875;
}

.pricing-table td.pricing-table-value {
  font-size: 21px;
  line-height: 1.42;
  font-weight: bold;
  color: #444;
  text-align: right;
  letter-spacing: 0;
}

.pricing-table td.pricing-table-value .pricing-table-promo-wrap {
  position: relative;
  display: inline-block;
}

.pricing-table td.pricing-table-value .pricing-table-plus-sign {
  margin: 0 15px;
  color: #9f9f9f;
}

.pricing-table td.pricing-table-value .old-value {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  vertical-align: text-bottom;
}

.section-pricing-table-home-buy .section-head .main-title {
  font-size: 48px;
  font-weight: 300;
}

.section-pricing-table-home-buy .pricing-table > thead > tr > th {
  font-weight: 400;
}

/* Inner table rows */
.pricing-table .pricing-table tr {
  border: none;
}

.pricing-table .pricing-table-inner-table {
  padding: 10px 0;
}

.pricing-table-info-text {
  font-size: 13px;
  color: #3a3a3a;
}

/* Section Table v2 */
.pricing-table-v2 {
  border: none;
  margin-bottom: 25px;
}

.pricing-table-v2 > thead > tr > th {
  padding: 20px 15px 20px 0;
  border: none;
  background: transparent;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #444;
}

.pricing-table-v2 > thead > tr > th:last-child {
  padding-right: 0;
}

.pricing-table-v2 tr {
  border-bottom: 1px solid #e4e4e4;
}

.pricing-table-v2 > tbody > tr > td {
  padding: 10px 0px;
  border: none;
  vertical-align: middle;
  letter-spacing: 0.025em;
}

.pricing-table-v2 .pricing-table-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  min-height: 54px;
  padding: 10px 7px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  border-radius: 7px;
  color: #cfcfcf;
}

.pricing-table-v2 .pricing-table-logo svg {
  display: block;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-mastercard {
  width: 38px;
  height: 22px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-visa {
  width: 38px;
  height: 15px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-amex {
  width: 26px;
  height: 26px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-union-pay {
  width: 34px;
  height: 24px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-jcb {
  width: 32px;
  height: 25px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-bancontact {
  width: 38px;
  height: 25px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-vpay {
  width: 31px;
  height: 31px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-ideal {
  width: 33px;
  height: 29px;
}

.pricing-table-v2 .pricing-table-logo .pricing-table-logo-maestro {
  width: 35px;
  height: 29px;
}

.pricing-table-v2 h3, .pricing-table-v2 .h3,
.pricing-table-v2 h5,
.pricing-table-v2 .h5 {
  padding-right: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42;
  text-align: left;
}

.pricing-table-v2 td > div + h3, .pricing-table-v2 td > div + .h3,
.pricing-table-v2 td > div + h5,
.pricing-table-v2 td > div + .h5 {
  margin-top: 15px;
}

.pricing-table-v2 h3 .ico-info-gray, .pricing-table-v2 .h3 .ico-info-gray,
.pricing-table-v2 h5 .ico-info-gray,
.pricing-table-v2 .h5 .ico-info-gray {
  display: inline;
  width: auto;
  height: auto;
  line-height: 17px;
  padding-left: 17px;
  margin-left: 7px;
  background-position: 0px 0px;
}

.table.pricing-table-v2 h3 a, .table.pricing-table-v2 .h3 a,
.table.pricing-table-v2 h5 a,
.table.pricing-table-v2 .h5 a {
  color: #0071f3;
  text-decoration: none;
}

.table.pricing-table-v2 h3 a:hover, .table.pricing-table-v2 .h3 a:hover,
.table.pricing-table-v2 h5 a:hover,
.table.pricing-table-v2 .h5 a:hover {
  color: #0e60c9;
}

.pricing-table-v2 p {
  padding-right: 10px;
  margin: 0;
  line-height: 1.875;
}

.pricing-table-v2 td.pricing-table-value {
  font-size: 21px;
  line-height: 1.42;
  font-weight: bold;
  color: #444;
  text-align: right;
  letter-spacing: 0;
}

.pricing-table-v2 td.pricing-table-value .pricing-table-promo-wrap {
  position: relative;
  display: inline-block;
}

.pricing-table-v2 td.pricing-table-value .pricing-table-plus-sign {
  margin: 0 15px;
  color: #9f9f9f;
}

.pricing-table-v2 td.pricing-table-value .old-value {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  vertical-align: text-bottom;
}

/* Inner table rows */
.pricing-table-v2 .pricing-table-v2 tr {
  border: none;
}

.pricing-table-v2 .pricing-table-v2 > tbody > tr > td {
  padding: 10px 0;
}

.pricing-table-v2 .pricing-table-inner-table {
  padding: 0;
}

.pricing-table-info-text {
  font-size: 13px;
  color: #3a3a3a;
}

.pricing-table-v2 {
  border-top: 1px solid #e4e4e4;
}

.pricing-table-v2 .pricing-table-v2 {
  border-top: none;
}

.pricing-table-v2 td {
  height: 80px;
}

.pricing-table-v2 .pricing-table-logo {
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  margin-right: 15px;
}

.pricing-table-v2 .pricing-table-v2 tr:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.pricing-table-v2 .pricing-table-value .pricing-table-cost {
  font-size: 20px;
  color: #0071f3;
}

.pricing-table-v2 .pricing-table-value .old-value {
  color: #444;
}

.pricing-table-v2 .pricing-table-value .pricing-table-notice {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding-right: 0;
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
  /* Pricing table */
  .pricing-table td.pricing-table-value .pricing-table-plus-sign {
    margin: 0 5px;
  }

  .pricing-table td.pricing-table-value .old-value {
    margin-right: 5px;
  }

  /* Section Table v2 */
  .pricing-table-v2 td.pricing-table-value .old-value {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pricing-table > thead > tr > th {
    font-size: 16px;
  }

  /* Table reset */
  .pricing-table,
.pricing-table thead,
.pricing-table tbody,
.pricing-table th,
.pricing-table td,
.pricing-table tr {
    display: block;
  }

  .pricing-table thead tr {
    display: flex;
  }

  .pricing-table thead tr th:first-child {
    display: none;
  }

  .pricing-table thead tr th {
    flex: 0 0 50%;
    min-width: auto;
    max-width: 50%;
  }

  .pricing-table tbody tr {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0px 0 0;
  }

  div:not(.pricing-table-inner-table) > .pricing-table > tbody > tr > td:first-child:not([colspan]) {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0;
  }

  .pricing-table tbody tr td:not(:first-child):not(.pricing-table-inner-table) {
    flex: 0 0 64%;
    min-width: auto;
    max-width: 64%;
    padding: 7px 0 15px;
  }

  .pricing-table tbody tr td[colspan]:not(.pricing-table-inner-table) {
    flex: 0 0 64%;
    max-width: 64%;
  }

  .pricing-table tbody tr td[colspan]:not(.pricing-table-inner-table) .pricing-table-logo {
    position: absolute;
    top: 15px;
    left: 0;
  }

  .pricing-table tbody tr.pricing-table-single-row {
    flex-wrap: nowrap;
    padding: 55px 0 0;
  }

  .pricing-table tbody tr td.pricing-table-value:not(:first-child) {
    flex: 0 0 36%;
    max-width: 36%;
  }

  .pricing-table .pricing-table-logo {
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    margin-right: 10px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-mastercard {
    width: 28px;
    height: 17px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-visa {
    width: 30px;
    height: 12px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-amex {
    width: 22px;
    height: 22px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-union-pay {
    width: 25px;
    height: 16px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-jcb {
    width: 27px;
    height: 21px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-bancontact {
    width: 36px;
    height: 17px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-vpay {
    width: 20px;
    height: 23px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-ideal {
    width: 27px;
    height: 25px;
  }

  .pricing-table .pricing-table-logo .pricing-table-logo-maestro {
    width: 28px;
    height: 23px;
  }

  .pricing-table td.pricing-table-value {
    font-size: 14px;
  }

  .pricing-table td.pricing-table-value .pricing-table-promo-wrap .old-value {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 2px);
    transform: translateX(-50%);
    margin: 0;
    font-size: 11px;
    vertical-align: middle;
  }

  .pricing-table p {
    font-size: 14px;
  }

  /* Inner table */
  .pricing-table .pricing-table-inner-table {
    flex: 0 0 100%;
    padding: 0;
  }

  .pricing-table-inner-table .pricing-table tbody tr {
    flex-wrap: nowrap;
    padding: 0;
  }

  .pricing-table-inner-table .pricing-table tbody tr td {
    flex: 0 0 64%;
    max-width: 64%;
    padding: 7px 0 15px;
  }

  .pricing-table-v2 .pricing-table-logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 420px) {
  .pricing-table tbody tr td:not(:first-child):not(.pricing-table-inner-table),
.pricing-table tbody tr td[colspan]:not(.pricing-table-inner-table),
.pricing-table-inner-table .pricing-table tbody tr td {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .pricing-table tbody tr td.pricing-table-value:not(:first-child) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 380px) {
  .pricing-table-v2 h3, .pricing-table-v2 .h3 {
    font-size: 14px;
  }

  .pricing-table-v2 .pricing-table-value .pricing-table-cost {
    font-size: 16px;
  }

  .section-pricing-outro.section-pricing-outro-bg-gray .btn {
    min-width: 100%;
  }
}
/*==================================================
=              Media Queries                       =
==================================================*/
@media only screen and (max-width: 1199.98px) {
  .list-categories-boxes .category-box .category-box-title {
    font-size: 18px;
  }

  .pricing-outro-article .pricing-outro-article-main-title {
    font-size: 40px;
  }

  .list-categories-boxes.nl-de-fix .category-box .category-box-inner {
    padding: 30px 18px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title {
    font-size: 18px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title::after {
    top: 2px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .list-categories-boxes .category-box .category-box-title {
    font-size: 16px;
  }

  .list-categories-boxes .category-box .category-box-title::after {
    top: 1px;
    font-size: 18px;
  }

  .list-categories-boxes .category-box .category-box-inner {
    height: 350px;
    padding: 30px 15px;
  }

  .list-categories-boxes.nl-de-fix .category-box .category-box-inner {
    padding: 20px 12px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title {
    font-size: 14px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title::after {
    top: 2px;
    font-size: 14px;
  }

  .payment-card-types ul {
    justify-content: center;
  }

  .pricing-article + .pricing-article {
    margin-top: 50px;
  }

  .pricing-article .pricing-article-title {
    font-size: 28px;
  }

  .pricing-article .pricing-article-content-inner {
    padding: 25px 25px 0 0;
  }

  .pricing-article.pricing-article-reversed .pricing-article-content-inner {
    margin-left: 0;
    padding: 25px 0 25px 25px;
  }

  .section-pricing-options .pricing-option {
    padding: 35px 25px 25px;
  }

  .section-pricing-options .pricing-option .pricing-option-head {
    padding-right: 0;
  }

  .pricing-outro-article .pricing-outro-article-content-inner {
    padding-left: 25px;
    margin-right: 0;
  }

  .pricing-outro-article .pricing-outro-article-aside {
    padding-right: 40px;
  }

  .pricing-outro-article .pricing-outro-article-main-title {
    font-size: 32px;
  }

  .pricing-outro-article .pricing-outro-article-image + .pricing-outro-article-content .pricing-outro-article-content-inner {
    padding-right: 40px;
    padding-bottom: 25px;
  }

  .pricing-outro-article .pricing-outro-article-image {
    align-self: flex-end;
  }

  .section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-logos {
    flex-wrap: wrap;
  }

  .section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-logos li {
    margin: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-pricing-intro .main-title {
    font-size: 28px;
    line-height: 1.4;
  }

  .section-pricing-intro .section-head {
    padding: 50px 0;
  }

  .section-pricing-intro .section-head p {
    font-size: 20px;
  }

  .list-categories-boxes .category-box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list-categories-boxes .category-box .category-box-inner {
    height: 285px;
    padding: 30px 25px;
  }

  .list-categories-boxes .category-box .category-box-title {
    font-size: 24px;
  }

  .list-categories-boxes.nl-de-fix .category-box .category-box-inner {
    padding: 30px 25px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title {
    font-size: 24px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title::after {
    top: 0;
    font-size: 28px;
  }

  .list-categories-boxes .category-box .category-box-title:after {
    top: 0;
    font-size: 28px;
  }

  .list-categories-boxes .category-box .category-box-image {
    left: 0;
    right: 0;
    text-align: center;
  }

  .section-pricing-intro {
    margin-bottom: 50px;
  }

  .section-pricing-features {
    margin-bottom: 50px;
  }

  .section-pricing-features .pricing-feature .pricing-feature-icon {
    margin-bottom: 20px;
  }

  .section-pricing-articles {
    margin-bottom: 50px;
  }

  .section-pricing-articles .section-head {
    margin-bottom: 30px;
  }

  .pricing-article {
    display: block;
  }

  .pricing-article .pricing-article-image {
    max-width: 100%;
  }

  .pricing-article .pricing-article-image picture {
    margin: 0 auto;
    max-width: 390px;
  }

  .pricing-article .pricing-article-content-inner,
.pricing-article.pricing-article-reversed .pricing-article-content-inner {
    max-width: 525px;
    padding: 25px 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-pricing-card-logos .section-head {
    margin-bottom: 40px;
  }

  .section-pricing-card-logos .payment-card-types li {
    padding-bottom: 8px;
  }

  .section-pricing-options {
    margin-bottom: 50px;
  }

  .section-pricing-options .pricing-option + .pricing-option {
    margin-top: 30px;
  }

  .section-pricing-options .pricing-option .pricing-option-head {
    padding-top: 40px;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .section-pricing-options .pricing-option .pricing-option-head:before {
    top: -24px;
    font-size: 48px;
  }

  .section-pricing-options .pricing-option .pricing-option-plans {
    display: block;
    margin-bottom: -25px;
  }

  .section-pricing-options .pricing-option .pricing-option-plan {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-text {
    margin-bottom: 15px;
  }

  .section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-subtitle {
    margin-bottom: 5px;
  }

  .section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-price {
    margin-bottom: 5px;
  }

  .section-pricing-ideal-info {
    margin-bottom: 50px;
  }

  .section-pricing-ideal-info .main-title {
    font-size: 28px;
  }

  .section-pricing-payment-methods {
    margin-bottom: 10px;
  }

  .section-pricing-payment-methods .main-title {
    font-size: 28px;
  }

  .section-pricing-outro-articles {
    margin-bottom: 50px;
  }

  .pricing-outro-article {
    display: block;
    padding-top: 25px;
  }

  .pricing-outro-article .pricing-outro-article-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .pricing-outro-article .pricing-outro-article-content-inner {
    padding-right: 25px;
  }

  .pricing-outro-article .pricing-outro-article-aside {
    padding-left: 40px;
  }

  .pricing-outro-article-box {
    padding: 45px 20px;
    margin-right: auto;
  }

  .pricing-outro-article .pricing-outro-article-main-title {
    font-size: 24px;
  }

  .pricing-outro-article-box .pricing-outro-article-box-price {
    font-size: 24px;
  }

  .pricing-outro-article .pricing-outro-article-image {
    max-width: 100%;
  }

  .pricing-outro-article .pricing-outro-article-image picture {
    margin: 0 auto;
    max-width: 390px;
  }

  .pricing-outro-article .pricing-outro-article-image + .pricing-outro-article-content .pricing-outro-article-content-inner {
    padding: 25px;
  }

  .pricing-outro-article .pricing-outro-article-image + .pricing-outro-article-content {
    margin-bottom: 0;
  }

  .section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-logos {
    flex-wrap: nowrap;
  }

  .section-pricing-options .pricing-option .pricing-option-plan .pricing-option-plan-logos li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 440px) {
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner {
    padding: 20px 20px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title {
    font-size: 16px;
  }
  .list-categories-boxes.nl-de-fix .category-box .category-box-inner .category-box-title::after {
    top: 2px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 424px) {
  .list-article-features {
    display: block;
  }

  .list-article-features li {
    display: flex;
    max-width: 100%;
  }

  .list-article-features .list-article-feature-icon {
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 10px;
  }

  .list-article-features p {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 374px) {
  .list-categories-boxes .category-box .category-box-title {
    font-size: 18px;
  }

  .list-categories-boxes .category-box .category-box-title:after {
    font-size: 22px;
  }

  .fix_nl .pricing-outro-article .pricing-outro-article-main-title {
    font-size: 23px;
  }
}
/* Section online shop fees - end */
/* Section online shop steps - start */
.section-online-shop-steps {
  margin: 75px 0 95px;
}

.section-online-shop-steps .section-head {
  margin-bottom: 45px;
  text-align: center;
}

.section-online-shop-steps .main-title {
  margin-bottom: 8px;
  line-height: 1.31;
}

.section-online-shop-steps .section-head p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.section-online-shop-steps .section-body {
  padding-bottom: 45px;
}

.section-online-shop-steps .section-actions {
  text-align: center;
}

.section-online-shop-steps .online-shop-steps {
  position: relative;
  padding-top: 123px;
}

.section-online-shop-steps .online-shop-steps .online-shop-steps-line {
  position: absolute;
  top: 80px;
  left: 16.5%;
  right: 16.5%;
  z-index: 1;
  height: 3px;
  background-color: #a8d9ff;
}

.section-online-shop-steps .online-shop-steps .online-shop-steps-line-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #0071f3;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.ie-browser .section-online-shop-steps .online-shop-steps .online-shop-steps-line-progress {
  width: 100%;
}

.section-online-shop-steps .online-shop-steps .online-shop-steps-line-progress.animate-step-two {
  animation-name: line-progress-step-two;
}

.section-online-shop-steps .online-shop-steps .online-shop-steps-line-progress.animate-step-three {
  animation-name: line-progress-step-three;
}

.section-online-shop-steps .list-online-shop-steps {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: online-shop-step-counter;
}

.section-online-shop-steps .list-online-shop-steps li {
  position: relative;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  counter-increment: online-shop-step-counter;
}

.section-online-shop-steps .list-online-shop-steps li:before {
  content: counter(online-shop-step-counter);
  position: absolute;
  bottom: calc(100% + 75px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #a8d9ff;
  transition: color 0.5s;
}

.section-online-shop-steps .list-online-shop-steps li.active:before {
  color: #0071f3;
}

.ie-browser .section-online-shop-steps .list-online-shop-steps li:before {
  color: #0071f3;
}

.section-online-shop-steps .list-online-shop-steps li .list-online-shop-steps-dot {
  position: absolute;
  bottom: calc(100% + 31px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 21px;
  height: 21px;
}

.section-online-shop-steps .list-online-shop-steps li .list-online-shop-steps-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #a8d9ff;
}

.section-online-shop-steps .list-online-shop-steps li.active:first-child .list-online-shop-steps-dot:before {
  width: 21px;
  height: 21px;
  background-color: #0071f3;
}

.ie-browser .section-online-shop-steps .list-online-shop-steps li .list-online-shop-steps-dot:before {
  width: 21px;
  height: 21px;
  background-color: #0071f3;
}

.section-online-shop-steps .list-online-shop-steps li.active:not(:first-child) .list-online-shop-steps-dot:before {
  animation-name: animate-step-dot;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.section-online-shop-steps .list-online-shop-steps li p.step-title {
  max-width: 285px;
  margin: 0 auto 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
}

.section-online-shop-steps .list-online-shop-steps li p {
  max-width: 285px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
}

/* Section online shop steps - end */
/* Section online shop outro - start */
.section-online-shop-outro {
  padding: 100px 0;
  background-color: #f8f9f9;
  text-align: center;
}

.section-online-shop-outro .main-title {
  margin-bottom: 10px;
  line-height: 1.31;
  color: #444444;
}

.section-online-shop-outro p {
  font-size: 20px;
}

.section-online-shop-outro .btn {
  margin-left: 15px;
  margin-right: 15px;
}

/* Section online shop outro - end */
/* Formatted amount - start */
.formatted-amount sup {
  font-size: 75%;
}

/* Formatted amount - end */
/*==================================================
=              Media Queries                       =
==================================================*/
@media only screen and (min-width: 992px) {
  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }
}
@media only screen and (max-width: 1199.98px) {
  /* Section checkout articles - start */
  .section-checkout-articles .checkout-ecommerce-carts-list-wrapper {
    top: 110px;
  }

  /* Section checkout articles - end */
}
@media only screen and (max-width: 991.98px) {
  /* Section checkout intro - start */
  .section-checkout-intro {
    padding-bottom: 280px;
    text-align: center;
    padding-top: 10px;
  }

  .section-checkout-intro .main-title {
    font-size: 52px;
  }

  .section-checkout-intro p {
    margin-right: 0;
  }

  .section-checkout-intro .section-image {
    background-color: #194939;
  }

  .section-checkout-intro .section-image .checkout-intro-background {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: auto;
    display: inline-block;
  }

  .section-checkout-intro .section-image .ar-2401x900-fixed-width {
    width: 991px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-checkout-intro .section-image .ar-2401x900::after {
    padding-bottom: calc(788 / 991 * 100%);
  }

  .section-checkout-intro .section-image .checkout-intro-plants-left,
.section-checkout-intro .section-image .checkout-intro-plants-right {
    display: none;
  }

  .section-checkout-intro .section-image .checkout-intro-laptop {
    position: absolute;
    top: calc(100% - 260px);
    bottom: auto;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    display: inline-block;
  }

  .section-checkout-intro .section-image .ar-526x472-fixed-width {
    width: 300px;
  }

  /* Section checkout intro - end */
  /* Section checkout articles - start */
  .section-checkout-articles .checkout-article {
    margin-bottom: 40px;
  }

  .section-checkout-articles .section-head {
    margin-bottom: 40px;
  }

  .section-checkout-articles .checkout-article h3, .section-checkout-articles .checkout-article .h3 {
    font-size: 28px;
  }

  .section-checkout-articles picture {
    margin: 0 auto 20px;
  }

  .section-checkout-articles .checkout-article ul.list-circled-ticks {
    margin-bottom: 0;
  }

  .section-checkout-articles .checkout-article ul.list-circled-ticks li:last-of-type {
    margin-bottom: 0;
  }

  .ratio-img-wrapper picture.ar-954x727-fixed-width {
    width: 122%;
  }

  .ratio-img-wrapper picture.ar-954x727.ar-954x727-adjustment {
    margin-left: -9.5%;
    margin-top: -9%;
    margin-bottom: -5%;
  }

  /* Section checkout articles - end */
  /* Section checkout fees - start */
  .section-online-shop-fees .online-shop-fee-box p.online-shop-fee-title {
    font-size: 36px;
  }

  .section-online-shop-fees .online-shop-fee-box span.transaction-fee-text {
    font-size: 36px;
  }

  /* Section checkout fees - end */
}
@media only screen and (max-width: 767.98px) {
  /* Section checkout intro - start */
  .section-checkout-intro .section-image .ar-2401x900-fixed-width {
    width: 767px;
  }

  .section-checkout-intro .section-image .ar-2401x900::after {
    padding-bottom: calc(610 / 767 * 100%);
  }

  .section-checkout-intro .main-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .section-checkout-intro p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /* Section checkout intro - end */
  /* Section online shop fees - start */
  .section-online-shop-fees {
    padding: 50px 0;
  }

  .section-online-shop-fees .section-header p {
    font-size: 22px;
  }

  .section-online-shop-fees .online-shop-fee-box {
    height: 200px;
    margin-bottom: 20px;
  }

  .section-online-shop-fees .online-shop-fee-box p.online-shop-fee-title {
    font-size: 28px;
  }

  .section-online-shop-fees .online-shop-fee-box span.transaction-fee-text {
    font-size: 28px;
  }

  /* Section online shop fees - end */
  /* Section online shop steps - start */
  .section-online-shop-steps {
    padding: 10px 0 50px;
    margin: 0;
  }

  .section-online-shop-steps .section-head p {
    font-size: 22px;
  }

  .section-online-shop-steps .section-body {
    padding-bottom: 50px;
  }

  .section-online-shop-steps .online-shop-steps {
    max-width: 550px;
    padding-top: 0;
    padding-left: 60px;
    margin: 0 auto;
  }

  .section-online-shop-steps .list-online-shop-steps {
    display: block;
  }

  .section-online-shop-steps .list-online-shop-steps li {
    max-width: 100%;
    padding: 0;
  }

  .section-online-shop-steps .list-online-shop-steps li + li {
    margin-top: 50px;
  }

  .section-online-shop-steps .list-online-shop-steps li:before {
    top: calc(50% - 26px);
    left: -63px;
    transform: none;
    font-size: 32px;
    color: #0071f3;
  }

  .section-online-shop-steps .list-online-shop-steps li .list-online-shop-steps-dot {
    top: calc(50% - 13px);
    left: -37px;
    transform: none;
  }

  .section-online-shop-steps .list-online-shop-steps li .list-online-shop-steps-dot:before {
    width: 21px;
    height: 21px;
    background-color: #0071f3;
  }

  .section-online-shop-steps .online-shop-steps .online-shop-steps-line {
    left: 32px;
    right: auto;
    width: 3px;
    height: auto;
    background-color: #0071f3;
  }

  .section-online-shop-steps .list-online-shop-steps li p {
    max-width: 100%;
    text-align: left;
  }

  /* Section online shop steps - end */
  /* Section online shop outro - start */
  .section-online-shop-outro {
    padding: 50px 0;
  }

  .section-online-shop-outro .section-actions {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .section-online-shop-outro .section-actions .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* Section online shop outro - end */
}
@media only screen and (max-width: 575px) {
  /* Section checkout intro - start */
  .section-checkout-intro .section-image {
    padding-top: 30px;
  }

  /* Section checkout intro - end */
  /* Section checkout articles - start */
  .section-checkout-articles .checkout-ecommerce-carts-list-wrapper {
    top: 50px;
  }

  /* Section checkout articles - end */
}
@media only screen and (max-width: 480px) {
  /* Section checkout articles - start */
  .section-checkout-articles .checkout-ecommerce-carts-list-wrapper {
    top: 50px;
  }

  .section-checkout-articles .checkout-ecommerce-carts-list li {
    width: 160px;
    padding: 20px 25px;
  }

  .section-checkout-articles .checkout-ecommerce-carts-list li img {
    max-height: 35px;
  }

  /* Section checkout articles - end */
}
@media only screen and (max-width: 374px) {
  /* Section checkout intro - start */
  .section-checkout-intro .main-title {
    font-size: 26px;
  }

  /* Section checkout intro - end */
  /* Section checkout articles - start */
  .section-checkout-articles .checkout-ecommerce-carts-list-wrapper {
    left: 20px;
  }

  .section-checkout-articles .checkout-ecommerce-carts-list li {
    width: 140px;
    padding: 10px 15px;
  }

  .section-checkout-articles .checkout-ecommerce-carts-list li img {
    max-height: 30px;
  }

  /* Section checkout articles - end */
}
@media only screen and (max-width: 360px) {
  /* Section checkout intro - start */
  .section-checkout-intro .section-image .ar-2401x900-fixed-width {
    width: 360px;
  }

  .section-checkout-intro .section-image .ar-2401x900::after {
    padding-bottom: calc(665 / 360 * 100%);
  }

  /* Section checkout intro - end */
}
/* ==========================================================================
	#Tooltip icon
========================================================================== */
.tooltip-icon {
  --campaign-tooltip-size: 18px;
  --campaign-tooltip-icon-bg-color: #e3ebf3;
  --campaign-tooltip-icon-color: #4a505d;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.tooltip-icon::before {
  content: "i";
  display: inline-block;
  position: relative;
  top: -1px;
  width: var(--campaign-tooltip-size);
  height: var(--campaign-tooltip-size);
  font-size: 14px;
  line-height: var(--campaign-tooltip-size);
  font-style: normal;
  text-align: center;
  background: var(--campaign-tooltip-icon-bg-color);
  color: var(--campaign-tooltip-icon-color);
  border: none;
  border-radius: 50%;
}

/*========================================================*\
    Margins
\*========================================================*/
.m_x_a,
.m_0_auto {
  margin: 0 auto;
}

.m_0 {
  margin: 0;
}

.m_10 {
  margin: 10px;
}

.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Margin top
========================================*/
.mt_0 {
  margin-top: 0px;
}

.mt_1 {
  margin-top: 1px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_9 {
  margin-top: 9px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_22 {
  margin-top: 22px;
}

.mt_23 {
  margin-top: 23px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_26 {
  margin-top: 26px;
}

.mt_29 {
  margin-top: 29px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_37 {
  margin-top: 37px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_38 {
  margin-top: 38px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_42 {
  margin-top: 42px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_51 {
  margin-top: 51px;
}

.mt_52 {
  margin-top: 52px;
}

.mt_54 {
  margin-top: 54px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_74 {
  margin-top: 74px;
}

.mt_77 {
  margin-top: 77px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_82 {
  margin-top: 82px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_105 {
  margin-top: 105px;
}

.mt_125 {
  margin-top: 125px;
}

.mt_120 {
  margin-top: 120px;
}

.mt_155 {
  margin-top: 155px;
}

.mt_165 {
  margin-top: 165px;
}

.mt-1 {
  margin-top: -1px;
}

.mt-2 {
  margin-top: -2px;
}

.mt-3 {
  margin-top: -3px;
}

.mt_-1 {
  margin-top: -1px;
}

.mt_-3 {
  margin-top: -3px;
}

.mt-4 {
  margin-top: -4px;
}

.mt_-4 {
  margin-top: -4px;
}

.mt-5 {
  margin-top: -5px;
}

.mt_-5 {
  margin-top: -5px;
}

.mt-6 {
  margin-top: -6px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-12 {
  margin-top: -12px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-16 {
  margin-top: -16px;
}

.mt-17 {
  margin-top: -17px;
}

.mt-19 {
  margin-top: -19px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-22 {
  margin-top: -22px;
}

.mt-25 {
  margin-top: -25px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-35 {
  margin-top: -35px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-47 {
  margin-top: -47px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-55 {
  margin-top: -55px;
}

.mt-70 {
  margin-top: -70px;
}

.mt-77 {
  margin-top: -77px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-87 {
  margin-top: -87px;
}

.mt-90 {
  margin-top: -90px;
}

.mt_180 {
  margin-top: 180px;
}

.mt_190 {
  margin-top: 190px;
}

.mt-198 {
  margin-top: -198px;
}

.mt-255 {
  margin-top: -255px;
}

.mt-340 {
  margin-top: -340px;
}

.mt-355 {
  margin-top: -355px;
}

/* Margin bottom
========================================*/
.mb_a {
  margin-bottom: auto;
}

.mb_0_imp {
  margin-bottom: 0px !important;
}

.mb_0 {
  margin-bottom: 0px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_20_imp {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_83 {
  margin-bottom: 83px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_120 {
  margin-bottom: 120px;
}

.mb_130 {
  margin-bottom: 130px;
}

.mb_135 {
  margin-bottom: 135px;
}

.mb_150 {
  margin-bottom: 150px;
}

.mb_250 {
  margin-bottom: 250px;
}

.mb-2 {
  margin-bottom: -2px;
}

.mb-3 {
  margin-bottom: -3px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-23 {
  margin-bottom: -23px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb-37 {
  margin-bottom: -37px;
}

.mb-50 {
  margin-bottom: -50px;
}

.mb-68 {
  margin-bottom: -68px;
}

.mb-80 {
  margin-bottom: -80px;
}

.mb-94 {
  margin-bottom: -94px;
}

.mb-100 {
  margin-bottom: -100px;
}

/* Margin left
========================================*/
.ml_a {
  margin-left: auto;
}

.ml_0 {
  margin-left: 0px;
}

.ml_1 {
  margin-left: 1px;
}

.ml_2 {
  margin-left: 2px;
}

.ml_3 {
  margin-left: 3px;
}

.ml_4 {
  margin-left: 4px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_8 {
  margin-left: 8px;
}

.ml_9 {
  margin-left: 9px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_28 {
  margin-left: 28px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_56 {
  margin-left: 56px;
}

.ml_72 {
  margin-left: 72px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_80 {
  margin-left: 80px;
}

.ml-1 {
  margin-left: -1px;
}

.ml-5 {
  margin-left: -5px;
}

.ml-6 {
  margin-left: -6px;
}

.ml-7 {
  margin-left: -7px;
}

.ml-10 {
  margin-left: -10px;
}

.ml-15 {
  margin-left: -15px;
}

.ml-25 {
  margin-left: -25px;
}

.ml-28 {
  margin-left: -28px;
}

.ml-30 {
  margin-left: -30px;
}

.ml-40 {
  margin-left: -40px;
}

.ml-90 {
  margin-left: -90px;
}

.ml-105 {
  margin-left: -105px;
}

.ml-145 {
  margin-left: -145px;
}

.ml-250 {
  margin-left: -250px;
}

/* Margin Right
========================================*/
.mr_a {
  margin-right: auto;
}

.mr_0 {
  margin-right: 0;
}

.mr_3 {
  margin-right: 3px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_7 {
  margin-right: 7px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_10_imp {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_21 {
  margin-right: 21px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_27 {
  margin-right: 27px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_50 {
  margin-right: 50px;
}

.mr-30 {
  margin-right: -30px;
}

.mr-72 {
  margin-right: -72px;
}

/*========================================================*\
    Paddings
\*========================================================*/
.p_0 {
  padding: 0 !important;
}

.p_10 {
  padding: 10px;
}

.p_20 {
  padding: 20px;
}

.p_10_0 {
  padding: 10px 0;
}

.p_12_0 {
  padding: 12px 0;
}

.p_15_0 {
  padding: 15px 0;
}

.p_20_0 {
  padding: 20px 0;
}

/* Padding top
========================================*/
.pt_0 {
  padding-top: 0px;
}

.pt_2 {
  padding-top: 2px;
}

.pt_3 {
  padding-top: 3px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_7 {
  padding-top: 7px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_55 {
  padding-top: 55px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_100 {
  padding-top: 100px;
}

.pt_120 {
  padding-top: 120px;
}

/* Padding bottom
========================================*/
.pb_0 {
  padding-bottom: 0px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_120 {
  padding-bottom: 120px;
}

/* Padding left
========================================*/
.pl_0 {
  padding-left: 0px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_16 {
  padding-left: 16px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_26 {
  padding-left: 26px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_45 {
  padding-left: 45px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_60 {
  padding-left: 60px;
}

.pl_80 {
  padding-left: 80px;
}

.pl_96 {
  padding-left: 96px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_105 {
  padding-left: 105px;
}

.pl_176 {
  padding-left: 176px;
}

.pl_300 {
  padding-left: 300px;
}

/* Padding Right
========================================*/
.pr_0 {
  padding-right: 0px;
}

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

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_60 {
  padding-right: 60px;
}

.pr_80 {
  padding-right: 80px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_105 {
  padding-right: 105px;
}

.pr_220 {
  padding-right: 220px;
}

.left_0 {
  left: 0 !important;
}

.b_7 {
  bottom: 7px !important;
}

/*========================================================*\
    Widths and Heights
\*========================================================*/
.wi_auto {
  width: auto;
}

.w_10 {
  width: 10px;
}

.w_17 {
  width: 17px;
}

.w_19 {
  width: 19px;
}

.wi_30 {
  width: 30px;
}

.wi_40 {
  width: 40px;
}

.wi_50 {
  width: 50px;
}

.wi_63 {
  width: 63px;
}

.wi_70 {
  width: 70px;
}

.wi_80 {
  width: 80px;
}

.wi_90 {
  width: 90px;
}

.wi_100 {
  width: 100px;
}

.wi_110 {
  width: 110px;
}

.wi_120 {
  width: 120px;
}

.wi_130 {
  width: 130px;
}

.wi_131 {
  width: 131px;
}

.wi_150 {
  width: 150px;
}

.wi_160 {
  width: 160px;
}

.wi_185 {
  width: 185px;
}

.wi_200 {
  width: 200px;
}

.wi_250 {
  width: 250px;
}

.wi_400 {
  width: 400px;
}

.wi_510 {
  width: 510px;
}

.wi_20pr {
  width: 20%;
}

.wi_25pr {
  width: 25%;
}

.wi_30pr {
  width: 30%;
}

.wi_50pr {
  width: 50%;
}

.wi_100pr {
  width: 100%;
}

.width_80 {
  width: 80px;
}

.min_wi_auto_imp {
  min-width: auto !important;
}

.min_wi_100pr {
  min-width: 100%;
}

.min_wi_1 {
  min-width: 1px;
}

.min_wi_32 {
  min-width: 32px;
}

.min_wi_95 {
  min-width: 95px;
}

.min_wi_130 {
  min-width: 130px;
}

.min_wi_140 {
  min-width: 140px;
}

.min_wi_155 {
  min-width: 155px;
}

.min_wi_160 {
  min-width: 160px;
}

.min_wi_170 {
  min-width: 170px;
}

.min_wi_180 {
  min-width: 180px;
}

.min_wi_185 {
  min-width: 185px;
}

.min_wi_200 {
  min-width: 200px;
}

.min_wi_210 {
  min-width: 210px;
}

.min_wi_215 {
  min-width: 215px;
}

.min_wi_220 {
  min-width: 220px;
}

.min_wi_225 {
  min-width: 225px;
}

.min_wi_230 {
  min-width: 230px;
}

.min_wi_250 {
  min-width: 250px;
}

.min_wi_260 {
  min-width: 260px;
}

.min_wi_267 {
  min-width: 267px;
}

.min_wi_270 {
  min-width: 270px;
}

.min_wi_275 {
  min-width: 275px;
}

.min_wi_280 {
  min-width: 280px;
}

.min_wi_300 {
  min-width: 300px;
}

.min_wi_340 {
  min-width: 340px;
}

.min_wi_351 {
  min-width: 351px;
}

.min_wi_360 {
  min-width: 360px;
}

.max_wi_145 {
  max-width: 145px;
}

.max_wi_160 {
  max-width: 160px;
}

.max_wi_220 {
  max-width: 220px;
}

.max_wi_222_imp {
  max-width: 222px !important;
}

.max_wi_230 {
  max-width: 230px;
}

.max_wi_260 {
  max-width: 260px;
}

.max_wi_320 {
  max-width: 320px;
}

.max-wi_400 {
  max-width: 400px;
}

.max-wi_350 {
  max-width: 350px;
}

.max-wi_450 {
  max-width: 450px;
}

.max-wi_460 {
  max-width: 460px;
}

.max_wi_600 {
  max-width: 600px;
}

.max_wi_660 {
  max-width: 660px;
}

.max_wi_790 {
  max-width: 790px;
}

.max_wi_1000 {
  max-width: 1000px;
}

.max_wi_100pr {
  max-width: 100%;
}

.hi_a {
  height: auto;
}

.hi_17 {
  height: 17px;
}

.hi_40 {
  height: 40px;
}

.hi_50 {
  height: 50px;
}

.hi_55 {
  height: 55px;
}

.hi_62 {
  height: 62px;
}

.hi_100 {
  height: 100px;
}

.hi_120 {
  height: 120px;
}

.hi_130 {
  height: 130px;
}

.hi_146 {
  height: 146px;
}

.hi_150 {
  height: 150px;
}

.hi_200 {
  height: 200px;
}

.hi_280 {
  height: 280px;
}

.hi_300 {
  height: 300px;
}

.hi_100pr {
  height: 100%;
}

.min_h_1 {
  min-height: 1px;
}

.min_h_25 {
  min-height: 25px;
}

.min_h_56 {
  min-height: 56px;
}

.min_h_56 {
  min-height: 56px;
}

.min_h_58 {
  min-height: 58px;
}

.min_h_63 {
  min-height: 63px;
}

.min_h_71 {
  min-height: 71px;
}

.min_hi_100 {
  min-height: 100px;
}

.min_hi_400 {
  min-height: 400px;
}

.min_hi_625 {
  min-height: 625px;
}

.max_hi_450 {
  max-height: 450px;
}

/* ==========================================================================
	#Backgrounds
========================================================================== */
.bg_light_gray {
  background: #f9f9f9;
}

.bg_white {
  background: #fff;
}

.bg_purple {
  background-color: #353168 !important;
}

.bg_transparent {
  background-color: transparent;
}

/*========================================================*\
    Font-sizes
\*========================================================*/
.fs_0 {
  font-size: 0;
}

.fs_9 {
  font-size: 9px;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.fs_16_imp {
  font-size: 16px !important;
}

.fs_17 {
  font-size: 17px;
}

.fs_18 {
  font-size: 18px;
}

.fs_19 {
  font-size: 19px;
}

.fs_20 {
  font-size: 20px;
}

.fs_21 {
  font-size: 21px;
}

.fs_22 {
  font-size: 22px;
}

.fs_23 {
  font-size: 23px;
}

.fs_24 {
  font-size: 24px;
}

.fs_25 {
  font-size: 25px;
}

.fs_26 {
  font-size: 26px;
}

.fs_27 {
  font-size: 27px;
}

.fs_28 {
  font-size: 28px;
}

.fs_29 {
  font-size: 29px;
}

.fs_30 {
  font-size: 30px;
}

.fs_31 {
  font-size: 31px;
}

.fs_32 {
  font-size: 32px;
}

.fs_33 {
  font-size: 33px;
}

.fs_34 {
  font-size: 34px;
}

.fs_35 {
  font-size: 35px;
}

.fs_36 {
  font-size: 36px;
}

.fs_37 {
  font-size: 37px;
}

.fs_38 {
  font-size: 38px;
}

.fs_39 {
  font-size: 39px;
}

.fs_40 {
  font-size: 40px;
}

.fs_41 {
  font-size: 41px;
}

.fs_42 {
  font-size: 42px;
}

.fs_43 {
  font-size: 43px;
}

.fs_44 {
  font-size: 44px;
}

.fs_45 {
  font-size: 45px;
}

.fs_46 {
  font-size: 46px;
}

.fs_47 {
  font-size: 47px;
}

.fs_48 {
  font-size: 48px;
}

.fs_50 {
  font-size: 50px;
}

.fs_51 {
  font-size: 51px;
}

.fs_52 {
  font-size: 52px;
}

.fs_54 {
  font-size: 54px;
}

.fs_55 {
  font-size: 55px;
}

.fs_57 {
  font-size: 57px;
}

.fs_58 {
  font-size: 58px;
}

.fs_60 {
  font-size: 60px;
}

.fs_63 {
  font-size: 63px;
}

.fs_66 {
  font-size: 66px;
}

.fs_68 {
  font-size: 68px;
}

.fs_70 {
  font-size: 70px;
}

.fs_71 {
  font-size: 71px;
}

.fs_72 {
  font-size: 72px;
}

.fs_74 {
  font-size: 74px;
}

.fs_75 {
  font-size: 75px;
}

.fs_77 {
  font-size: 77px;
}

.fs_78 {
  font-size: 78px;
}

.fs_80 {
  font-size: 80px;
}

.fs_85 {
  font-size: 85px;
}

.fs_86 {
  font-size: 86px;
}

.fs_87 {
  font-size: 87px;
}

.fs_90 {
  font-size: 90px;
}

.fs_94 {
  font-size: 94px;
}

.fs_100 {
  font-size: 100px;
}

.fs_110 {
  font-size: 110px;
}

.fs_144 {
  font-size: 144px;
}

.fs_188 {
  font-size: 188px;
}

.fs_190 {
  font-size: 190px;
}

.fs_220 {
  font-size: 220px;
}

.fs_327 {
  font-size: 327px;
}

.fs_1em {
  font-size: 1em;
}

.fs_1_14em {
  font-size: 1.14285em;
}

.fs_1_42em {
  font-size: 1.4285em;
}

/* Line height
========================================*/
.lh_12 {
  line-height: 12px;
}

.lh_16 {
  line-height: 16px;
}

.lh_18 {
  line-height: 18px;
}

.lh_20 {
  line-height: 20px;
}

.lh_22 {
  line-height: 22px;
}

.lh_23 {
  line-height: 23px;
}

.lh_24 {
  line-height: 24px;
}

.lh_26 {
  line-height: 26px;
}

.lh_30 {
  line-height: 30px;
}

.lh_32 {
  line-height: 32px;
}

.lh_40 {
  line-height: 40px;
}

.lh_130 {
  line-height: 1.3em;
}

.lh_150 {
  line-height: 1.5em;
}

.lh_206 {
  line-height: 2.06;
}

.lh_167 {
  line-height: 1.67;
}

.lh_175 {
  line-height: 1.75;
}

.line_h_21 {
  line-height: 21px;
}

/* Colors
========================================*/
.c_gray_text {
  color: #283953;
}

.c_gray_light {
  color: #7e8593;
}

.c_gray_f9f9f9 {
  color: #f9f9f9;
}

.c_gray_888888 {
  color: #888888;
}

.c_gray_acc {
  color: #555;
}

.c_green {
  color: #96b938;
}

.c_blue {
  color: #0077c1;
}

.c_red {
  color: #ff4c4c;
}

.c_text {
  color: #444;
}

.c_white {
  color: #fff;
}

.c_red {
  color: #ff0000;
}

.c_red_2 {
  color: #ef1a1a;
}

.c_606060 {
  color: #606060;
}

.c_1434cb {
  color: #1434cb;
}

.c_yellow {
  color: #F8B604;
}

.c_alert {
  color: #e74f76;
}

.c_888 {
  color: #888;
}

.c_181818 {
  color: #181818 !important;
}

.c_2DEFAA {
  color: #2DEFAA !important;
}

.c_14C500 {
  color: #14C500;
}

.c_666666 {
  color: #666666;
}

/* new design */
.color-blue {
  color: #0071f3;
}

.color-blue-light {
  color: #b7b8b9;
}

.c_gray_light {
  color: #606060;
}

.c_gray_lighter {
  color: #c5c5c5;
}

.c_gray_medium {
  color: #626263;
}

.c_gray_dark {
  color: #373838;
}

/* Text styles
========================================*/
.text-center, .a_center {
  text-align: center;
}

.text-right, .a_right {
  text-align: right;
}

.text-left, .a_left {
  text-align: left;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-dec-none {
  text-decoration: none;
}

.text-dec-line-through, .text-line-through {
  text-decoration: line-through;
}

.text-bold, .strong, a.strong:focus, a.strong:active, a.strong:visited {
  font-weight: bold;
}

.text-nowrap, .nowrap, .nowrap-text {
  white-space: nowrap;
}

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

.text-uppercase, .upper, .uppercase {
  text-transform: uppercase;
}

.text-lowercase, .lower, .lowercase {
  text-transform: lowercase;
}

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

.text-transform-none {
  text-transform: none;
}

.wrap {
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.wrap-break-word {
  word-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.ws_pre-line {
  white-space: pre-line;
}

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

.fw_bold {
  font-weight: bold;
}

.fw_100 {
  font-weight: 100;
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.fw_800 {
  font-weight: 800;
}

.pointer {
  cursor: pointer;
}

.cur_d {
  cursor: default;
}

/* Content
========================================*/
.content_box_all * {
  box-sizing: content-box;
}

/* Alignment
========================================*/
.va_baseline {
  vertical-align: baseline;
}

.va_top {
  vertical-align: top;
}

.va_middle {
  vertical-align: middle;
}

.va_bottom {
  vertical-align: bottom;
}

.va_middle th, .va_middle td {
  vertical-align: middle !important;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* Display and Visibility
========================================*/
.inline-block {
  display: inline-block;
}

.display_none {
  display: none;
}

.hidden {
  display: none !important;
}

.display_block {
  display: block;
}

.display_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

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

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

.v_hidden {
  visibility: hidden;
}

.visible-xs-flex {
  display: none;
}

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

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

.overflow_hidden {
  overflow: hidden;
}

.overflow_visible {
  overflow: visible;
}

.overflow_auto {
  overflow: auto;
}

.overflow_x_auto {
  overflow-x: auto;
}

.pos_rel {
  position: relative;
}

.r-1 {
  right: -1px;
}

.pos_abs {
  position: absolute;
}

.pos_fix {
  position: fixed;
}

.t-6 {
  top: -6px;
}

/* Border
========================================*/
.border_none {
  border: none;
}

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

.border_right_radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.border_left_radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.border_right_none {
  border-right: none !important;
}

.bdw_4 {
  border-width: 4px;
}

.underline {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

a.underline {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*  Center .img-responsive 
========================================*/
.img-center {
  margin: 0 auto;
}

.z_2 {
  z-index: 2;
}

.z_600 {
  z-index: 600;
}

.z-100 {
  z-index: -100;
}

/*========================================================*\
    Transform
\*========================================================*/
.rotate_90deg {
  transform: rotate(90deg);
}

.rotate_180deg {
  transform: rotate(180deg);
}

/*========================================================*\
    Modal
\*========================================================*/
.modal-body {
  padding: 40px;
}

.resize_v {
  resize: vertical;
}

textarea.resize_no {
  resize: none;
}

/* ==========================================================================
	#popup-commercial-glass-joint-campaign-2022
========================================================================== */
/* .popup-commercial-glass-joint-campaign-2022 .modal-content {
	background: black;
} */
/* ==========================================================================
	#Opacity
========================================================================== */
.op_0 {
  opacity: 0;
}

.op_1 {
  opacity: 1;
}

/* ==========================================================================
	#Animation
========================================================================== */
.delay_01 {
  animation-delay: 0.1s;
}

.delay_02 {
  animation-delay: 0.2s;
}

.delay_03 {
  animation-delay: 0.3s;
}

.delay_04 {
  animation-delay: 0.4s;
}

.delay_05 {
  animation-delay: 0.5s;
}

.delay_06 {
  animation-delay: 0.6s;
}

.delay_07 {
  animation-delay: 0.7s;
}

.delay_08 {
  animation-delay: 0.8s;
}

.delay_09 {
  animation-delay: 0.9s;
}

.delay_10 {
  animation-delay: 1s;
}

.delay_11 {
  animation-delay: 1.1s;
}

.delay_12 {
  animation-delay: 1.2s;
}

.delay_13 {
  animation-delay: 1.3s;
}

.delay_14 {
  animation-delay: 1.4s;
}

.delay_15 {
  animation-delay: 1.5s;
}

.delay_16 {
  animation-delay: 1.6s;
}

.delay_17 {
  animation-delay: 1.7s;
}

.delay_18 {
  animation-delay: 1.8s;
}

.delay_19 {
  animation-delay: 1.9s;
}

.delay_20 {
  animation-delay: 2s;
}

.delay_21 {
  animation-delay: 2.1s;
}

.delay_22 {
  animation-delay: 2.2s;
}

.delay_23 {
  animation-delay: 2.3s;
}

.delay_24 {
  animation-delay: 2.4s;
}

.delay_25 {
  animation-delay: 2.5s;
}

.delay_26 {
  animation-delay: 2.6s;
}

.delay_27 {
  animation-delay: 2.7s;
}

.delay_28 {
  animation-delay: 2.8s;
}

.delay_29 {
  animation-delay: 2.9s;
}

.duration_01 {
  animation-duration: 0.1s;
}

.duration_02 {
  animation-duration: 0.2s;
}

.duration_03 {
  animation-duration: 0.3s;
}

.duration_04 {
  animation-duration: 0.4s;
}

.duration_05 {
  animation-duration: 0.5s;
}

.duration_06 {
  animation-duration: 0.6s;
}

.duration_07 {
  animation-duration: 0.7s;
}

.duration_08 {
  animation-duration: 0.8s;
}

.duration_09 {
  animation-duration: 0.9s;
}

.duration_10 {
  animation-duration: 1s;
}

.duration_11 {
  animation-duration: 1.1s;
}

.duration_12 {
  animation-duration: 1.2s;
}

.duration_13 {
  animation-duration: 1.3s;
}

.duration_14 {
  animation-duration: 1.4s;
}

.duration_15 {
  animation-duration: 1.5s;
}

.duration_16 {
  animation-duration: 1.6s;
}

.duration_17 {
  animation-duration: 1.7s;
}

.duration_18 {
  animation-duration: 1.8s;
}

.duration_19 {
  animation-duration: 1.9s;
}

.duration_2 {
  animation-duration: 2s;
}

/*  These styles are used by Info and Account 
---------------------------------------------------------------------------------------------*/
/* LCP-то в гугъл теста намаля точките, като най-големия елемент за рисуване е изображение */
/* лъжъм тула с афтър елемент, който съдържа само интервали и нови редове като идеята е да го направим по-голям по размер отколкото е изображението */
.lcp-empty-element {
  position: relative;
}

.lcp-empty-element::after {
  content: "          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a          \a";
  position: absolute;
  top: 0;
  z-index: -3;
  display: block;
  max-width: 1500px;
  font-size: 130px;
  user-select: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .lcp-empty-element::after {
    font-size: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .lcp-empty-element::after {
    font-size: 100px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767.98px) {
  .lcp-empty-element::after {
    font-size: 90px;
  }
}
@media only screen and (min-width: 421px) and (max-width: 480px) {
  .lcp-empty-element::after {
    font-size: 80px;
  }
}
@media only screen and (max-width: 420px) {
  .lcp-empty-element::after {
    font-size: 60px;
  }
}
/*========================================================*\
    legal-wrapper
\*========================================================*/
.legal-wrapper a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  /*
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  */
}

.legal-wrapper {
  text-align: justify;
}

/* USA Legal docs - start */
.usa-legal-doc h1, .usa-legal-doc .h1,
.usa-legal-doc h2,
.usa-legal-doc .h2,
.usa-legal-doc h3,
.usa-legal-doc .h3,
.usa-legal-doc p {
  color: #181818;
}

.usa-legal-doc .row {
  margin-top: 90px;
}

.usa-legal-doc .nav {
  min-width: 200px;
  border-right: 1px solid #878787;
}

.usa-legal-doc .nav li {
  line-height: 30px;
  padding: 0 10px 5px 0;
}

.usa-legal-doc .nav li.active a {
  color: #0077ff;
}

.usa-legal-doc .nav li:hover a {
  color: #0077ff;
}

.usa-legal-doc .nav li:last-of-type {
  padding-bottom: 0;
}

.usa-legal-doc .nav a {
  padding: 0;
  color: #181818;
  font-weight: 600;
  transition: all 0.2s ease-in;
}

.usa-legal-doc .nav a:hover,
.usa-legal-doc .nav a:active,
.usa-legal-doc .nav a:focus {
  background: none;
}

.usa-legal-doc .legal-documents {
  padding-top: 30px;
  padding-bottom: 100px;
}

.usa-legal-doc .rates {
  font-size: 16px;
  line-height: 26px;
}

.usa-legal-doc .table-wrap {
  width: 300px;
  min-width: 100%;
  overflow: auto;
}

.usa-legal-doc .rates th,
.usa-legal-doc .rates td {
  /* overflow-wrap: anywhere; */
  color: #181818;
}

.usa-legal-doc .rates th {
  background: #d3e7ff;
  border: 1px solid #d9d9d9;
  padding: 16px 10px;
}

.usa-legal-doc .rates td {
  background: #fff;
  border: 1px solid #D9D9D9;
}

/* USA Legal docs - end */
.ico {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.ico-check-blue {
  width: 20px;
  height: 15px;
  background-image: url(/trunk/public/build/assets/ico-check-blue.08b05c98.png);
  background-position: 0 0;
}
@supports (background-image: url("../../../public/info/images/icons/ico-check-blue.webp")) {
  .ico-check-blue {
    background-image: url(/trunk/public/build/assets/ico-check-blue.4c563088.webp);
  }
}

.ico-mail-gray {
  width: 23px;
  height: 17px;
  background-image: url(/trunk/public/build/assets/ico-mail-gray.07092351.png);
  background-position: 0 -1px;
}

.ico-success-blue {
  width: 108px;
  height: 108px;
  background-image: url(/trunk/public/build/assets/ico-success-blue.b79759bf.png);
  background-position: 0 0;
}

.ico-info-light {
  width: 16px;
  height: 16px;
  background-image: url(/trunk/public/build/assets/ico_info_light.99c47039.png);
  background-position: 0 0;
}

.ico-info-gray {
  width: 17px;
  height: 17px;
  background-image: url(/trunk/public/build/assets/ico_info_gray.3bfbb765.png);
  background-position: 0 0;
}

.ico-contactless {
  width: 24px;
  height: 24px;
  background-image: url(/trunk/public/build/assets/ico-contactless.c7d0cb55.png);
  background-position: 0 0;
}

.info-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  background-color: #e3ebf3;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #4a505d;
  border-radius: 50%;
}

.info-icon:before {
  content: "i";
}

/*========================================================*\
    MEDIA QUERY
\*========================================================*/
@media only screen and (max-width: 1199.98px) {
  .w_md_100pr_imp {
    width: 100% !important;
  }

  .pl_md_50 {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text_xs_sm_center {
    text-align: center;
  }

  .mb_sm_30 {
    margin-bottom: 30px;
  }

  .display_sm_block {
    display: block;
  }

  .hidden_sm {
    display: none;
  }

  .ml_xs_sm_0 {
    margin-left: 0px;
  }

  .mr_xs_sm_0 {
    margin-right: 0px;
  }

  .usa-legal-doc .nav {
    min-width: auto;
  }

  .usa-legal-doc .row {
    margin-top: 50px;
  }

  .usa-legal-doc .nav {
    border-right: 0;
    border-bottom: 1px solid #878787;
  }

  .usa-legal-doc .nav li:last-of-type {
    padding-bottom: 5px;
  }

  .usa-legal-doc .rates {
    font-size: 12px;
    line-height: 1.5;
  }

  .fs_xs_sm_14 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .visible-xs-flex {
    display: flex;
  }

  .hidden_xs {
    display: none;
  }

  .visible_xs {
    display: block;
  }

  .visible_xs_imp {
    display: block !important;
  }

  .wi_xs_auto {
    width: auto;
  }

  .wi_xs_auto_imp {
    width: auto !important;
  }

  .wi_xs_25pr {
    width: 25%;
  }

  .min_h_xs_67 {
    min-height: 67px;
  }

  .mt-xs-80 {
    margin-top: -80px;
  }

  .mt_xs-20 {
    margin-top: -20px;
  }

  .mt_xs-10 {
    margin-top: -10px;
  }

  .mt_xs_0 {
    margin-top: 0px !important;
  }

  .mt_xs_5 {
    margin-top: 5px;
  }

  .mt_xs_10 {
    margin-top: 10px;
  }

  .mt_xs_20 {
    margin-top: 20px;
  }

  .mt_xs_30 {
    margin-top: 30px;
  }

  .mx_xs_a {
    margin-left: auto;
    margin-right: auto;
  }

  .my_xs_20 {
    margin: 20px 0;
  }

  .display_xs_block {
    display: block !important;
    visibility: visible !important;
  }

  .mb_xs_0 {
    margin-bottom: 0px !important;
  }

  .mb_xs_5 {
    margin-bottom: 5px;
  }

  .mb_xs_10 {
    margin-bottom: 10px;
  }

  .mb_xs_15 {
    margin-bottom: 15px;
  }

  .mb_xs_20 {
    margin-bottom: 20px;
  }

  .mb_xs_30 {
    margin-bottom: 30px;
  }

  .mb_xs_40 {
    margin-bottom: 40px;
  }

  .ml_xs_50 {
    margin-left: 70px;
  }

  .ml_xs_0 {
    margin-left: 0;
  }

  .mr_xs_a {
    margin-right: auto;
  }

  .pt_xs_15 {
    padding-top: 15px !important;
  }

  .pl_xs_0 {
    padding-left: 0px;
  }

  .pl_xs_10 {
    padding-left: 10px;
  }

  .pl_xs_15 {
    padding-left: 15px;
  }

  .pr_xs_0 {
    padding-right: 0px;
  }

  .pr_xs_15 {
    padding-right: 15px;
  }

  .pr_xs_10 {
    padding-right: 10px;
  }

  .text_xs_right {
    text-align: right;
  }

  .text_xs_left {
    text-align: left;
  }

  .text_xs_center {
    text-align: center;
  }

  .fs_xs_13 {
    font-size: 13px;
  }

  .fs_xs_14 {
    font-size: 14px;
  }

  .fs_xs_16 {
    font-size: 16px;
  }

  .fs_xs_18 {
    font-size: 18px;
  }

  .fs_xs_20 {
    font-size: 20px;
  }

  .fs_xs_28 {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 575px) {
  .text_xxs_left {
    text-align: left;
  }

  .text_xxs_center {
    text-align: center;
  }

  .mb_xxs_10 {
    margin-bottom: 10px;
  }

  .mb_xxs_20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .fs_420_14 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mt_sm-20 {
    margin-top: -20px;
  }

  .mt_sm-10 {
    margin-top: -10px;
  }

  .mt_sm_0 {
    margin-top: 0px !important;
  }

  .mt_sm_5 {
    margin-top: 5px;
  }

  .mt_sm_10 {
    margin-top: 10px;
  }

  .mt_sm_20 {
    margin-top: 20px;
  }

  .mt_sm_35 {
    margin-top: 35px;
  }

  .mt_sm_100 {
    margin-top: 100px;
  }

  .mt_sm_200 {
    margin-top: 200px;
  }

  .mb_sm_0 {
    margin-bottom: 0px !important;
  }

  .mb_sm_5 {
    margin-bottom: 5px;
  }

  .mb_sm_10 {
    margin-bottom: 10px;
  }

  .mb_sm_20 {
    margin-bottom: 20px;
  }

  .mb_sm_50 {
    margin-bottom: 50px;
  }

  .ml_sm_100 {
    margin-left: 100px;
  }

  .ml_sm_0 {
    margin-left: 0px;
  }

  .pl_sm_0 {
    padding-left: 0px;
  }

  .pl_sm_10 {
    padding-left: 10px;
  }

  .pl_sm_20 {
    padding-left: 20px;
  }

  .row-sm-dib-vat > [class^=col-] {
    vertical-align: top;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mt_md-20 {
    margin-top: -20px;
  }

  .mt_md-10 {
    margin-top: -10px;
  }

  .mt_md-5 {
    margin-top: -5px;
  }

  .mt_md_0 {
    margin-top: 0px !important;
  }

  .mt_md_5 {
    margin-top: 5px;
  }

  .mt_md_10 {
    margin-top: 10px;
  }

  .mt_md_20 {
    margin-top: 20px;
  }

  .mb_md_0 {
    margin-bottom: 0px !important;
  }

  .mb_md_5 {
    margin-bottom: 5px;
  }

  .mb_md_10 {
    margin-bottom: 10px;
  }

  .mb_md_20 {
    margin-bottom: 20px;
  }

  .mb_md_30 {
    margin-bottom: 30px;
  }

  .mb_md_55 {
    margin-bottom: 55px;
  }

  .ml_md_1 {
    margin-left: 1px;
  }

  .ml_md_68 {
    margin-left: 68px;
  }

  .pb_md_27 {
    padding-bottom: 27px;
  }

  .pl_md_0 {
    padding-left: 0;
  }

  .pl_md_20 {
    padding-left: 20px;
  }

  .pl_md_55 {
    padding-left: 55px;
  }

  .pr_md_0 {
    padding-right: 0;
  }

  .pr_md_55 {
    padding-right: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .min_wi_md_360 {
    min-width: 360px;
  }

  .min_h_sm_58 {
    min-height: 58px;
  }

  .mt_sm_20 {
    margin-top: 20px;
  }

  .mt_sm_35 {
    margin-top: 35px;
  }

  .mt_sm_190 {
    margin-top: 190px;
  }

  .mt_sm_200 {
    margin-top: 200px;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .mt_md_35 {
    margin-top: 35px;
  }

  .mt_md-55 {
    margin-top: -55px;
  }

  .pt_md_0imp {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt_lg-20 {
    margin-top: -20px;
  }

  .mt_lg-10 {
    margin-top: -10px;
  }

  .mt_lg_0 {
    margin-top: 0px !important;
  }

  .mt_lg_5 {
    margin-top: 5px;
  }

  .mt_lg_10 {
    margin-top: 10px;
  }

  .mt_lg_20 {
    margin-top: 20px;
  }

  .mb_lg_0 {
    margin-bottom: 0px !important;
  }

  .mb_lg_5 {
    margin-bottom: 5px;
  }

  .mb_lg_10 {
    margin-bottom: 10px;
  }

  .mb_lg_20 {
    margin-bottom: 20px;
  }

  .mb_lg_30 {
    margin-bottom: 30px;
  }

  .mb_lg_110 {
    margin-bottom: 110px;
  }

  .pb_lg_27 {
    padding-bottom: 27px;
  }

  .pl_lg_0 {
    padding-left: 0;
  }

  .pl_lg_20 {
    padding-left: 20px;
  }

  .pl_lg_30 {
    padding-left: 30px;
  }

  .pl_lg_50 {
    padding-left: 50px;
  }

  .pl_lg_55 {
    padding-left: 55px;
  }

  .pr_lg_0 {
    padding-right: 0;
  }

  .pr_lg_20 {
    padding-right: 20px;
  }

  .pr_lg_30 {
    padding-right: 30px;
  }

  .pr_lg_55 {
    padding-right: 55px;
  }

  .ml_lg_1 {
    margin-left: 1px;
  }

  .ml_lg_40 {
    margin-left: 40px;
  }

  .ml_lg_86 {
    margin-left: 86px;
  }
}
.f_left {
  float: left;
}

.clearfix {
  clear: both;
}

/*# sourceMappingURL=checkout.aee221c9.css.map*/