/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/info/styles/libraries/owl.carousel.min.css ***!
  \*****************************************************************************************************/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/trunk/public/build/assets/owl.video.play.7f01b071.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/info/styles/interchange_scheme_fees.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;
  }
}
/* ==========================================================================
	#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%;
  }
}
/* ==========================================================================
	#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);
}

.anchor {
  position: relative;
  top: -76px;
  visibility: hidden;
}

.labels_block label {
  display: block;
}

.data-sim-form p.issuing-visa,
.file_format_text {
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 0;
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  line-height: 1.42;
}

.data-sim-form p.issuing-visa {
  margin-left: 2px;
}

#topCarousel .vertical-align {
  display: block;
}

.vertical-align {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

a.img_link {
  display: inline-block;
}

a.img_link img {
  display: block;
  border: 1px solid #ccc;
}

a.img_link:hover img {
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(158, 158, 158, 0.4);
}

.large_lh {
  line-height: 1.5em;
}

.underline {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

a.underline {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.topline {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

span.tips {
  width: 12px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  background: url(/trunk/public/build/assets/ico_info.420c254a.png) left 2px no-repeat;
}

.tooltip {
  font-weight: normal;
}

.important {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(/trunk/public/build/assets/ico_important.c523af45.png) left top no-repeat;
}

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

/*Modal page*/
#toScroll {
  max-height: 400px;
  overflow: auto;
}

#selectWallet #toScroll {
  max-height: 320px;
}

.modal-title {
  color: #004388;
  font-weight: bold;
}

.margin_auto {
  margin: 0 auto;
}

.inline {
  display: inline-block;
}

.left_border {
  border-left: 1px solid #cdcdcd;
}

/* ----------------------   custom style for parts - elements   ---------------------- */
/* ==========================================================================
	#New CSS 2017
========================================================================== */
.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;
}

/* Transitions */
.business-inner,
.business-content-inner:after,
.business-content-inner,
.article-excerpt-inner,
.slider-testimonials .owl-prev,
.slider-testimonials .owl-next,
.slider-pos-terminals .owl-prev,
.slider-pos-terminals .owl-next,
.btn-video-play,
.slider-pos-terminals-thumbs .slide-thumb-inner,
.slider-pos-terminals-thumbs .slide-thumb-overlay,
.list-images a,
.popup-commercial .close,
.popup-commercial .close::before,
.popup-commercial .close::after,
.custom-gallery a::after,
.custom-rounded-image::after,
.custom-gallery-slider .owl-prev,
.custom-gallery-slider .owl-next,
.ghost-thumbnail a,
.cyber-monday-2019-actions .btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-pos-terminals-thumbs .slide-thumb-inner,
.slider-pos-terminals-thumbs .slide-thumb-overlay {
  -ms-transition: none\0 ;
}

/* Animations */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes neon-blink {
  1% {
    opacity: 1;
  }
  2% {
    opacity: 0.5;
  }
  3% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  15% {
    opacity: 0.7;
  }
  16% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  26% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  39% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showcaseBox {
  0% {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px rgba(4, 142, 248, 0);
  }
  50% {
    background-color: #f8f9f9;
    box-shadow: inset 0 0 0 2px #048ef8;
  }
  100% {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px rgba(4, 142, 248, 0);
  }
}
/*Fix*/
.no-bold-fix strong {
  font-weight: 300;
}

/* ==========================================================================
	#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%;
  }
}
/* ==========================================================================
	#Sliders redesign 2017
========================================================================== */
.slider-pos-terminals,
.slider-pos-terminals .slider-clip,
.slider-pos-terminals-thumbs,
.slider-pos-terminals-thumbs .slider-clip,
.slider-pos-terminals-thumbs,
.slider-pos-terminals-thumbs .slider-clip,
.slider-testimonials,
.slider-testimonials .slider-clip,
.slider-testimonials-alt,
.slider-testimonials-alt .slider-clip {
  position: relative;
  overflow: hidden;
}

.slider-pos-terminals .slides,
.slider-pos-terminals-thumbs .slides,
.slider-testimonials .slides,
.slider-testimonials-alt .slides {
  overflow: hidden;
  list-style: none outside none;
}

.slider-pos-terminals-thumbs,
.slider-pos-terminals-thumbs .slider-clip,
.slider-pos-terminals-thumbs .slides {
  overflow: visible;
}

.slider-bussinesses .owl-item,
.slider-pos-terminals .owl-item,
.slider-pos-terminals-thumbs .owl-item,
.slider-testimonials .owl-item,
.slider-testimonials-alt .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

/* ==========================================================================
	#Home page slider redesign 2018
========================================================================== */
.slider-blue-pos-terminals {
  min-height: 500px;
}

.slider-blue-pos-terminals .owl-item {
  overflow: hidden;
}

.slider-blue-pos-terminals .owl-item.active {
  overflow: visible;
}

.slider-blue-pos-terminals .slide {
  -webkit-transform: translate3d(0, 0, 0);
  padding-top: 100px;
  padding-bottom: 190px;
  position: relative;
}

.slider-blue-pos-terminals .slide .pos-background-text {
  position: absolute;
  z-index: 1;
  text-align: center;
  font-size: 591px;
  line-height: 1;
  color: #f8f9fb;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  letter-spacing: 15px;
  padding-top: 120px;
  animation-delay: 0.2s;
  animation-duration: 3s;
  animation-fill-mode: both;
}

.slider-blue-pos-terminals .slide.slide-n5 .pos-background-text {
  font-size: 500px;
}

.slider-blue-pos-terminals .slide .pos-background-text.bg-text-mini {
  font-size: 773px;
  padding-top: 0px;
}

.slider-blue-pos-terminals .slide .pos-background-text.bg-text-smart {
  padding-top: 140px;
}

.slider-blue-pos-terminals .pos-info-table {
  display: table;
  width: 1140px;
  margin: 0 auto;
  box-shadow: -16px 8px 65px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 2;
}

.slider-blue-pos-terminals .pos-info-row {
  display: table-row;
}

.slider-blue-pos-terminals .pos-description-box,
.slider-blue-pos-terminals .pos-price-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.slider-blue-pos-terminals .pos-description-box {
  background: #1771f7;
  background: -moz-linear-gradient(-45deg, #1771f7 0%, #51a3ff 100%);
  background: -webkit-linear-gradient(-45deg, #1771f7 0%, #51a3ff 100%);
  background: linear-gradient(135deg, #1771f7 0%, #51a3ff 100%);
  color: #fff;
}

.slider-blue-pos-terminals .pos-info-inner {
  position: relative;
}

.slider-blue-pos-terminals .pos-content {
  position: relative;
  z-index: 2;
  animation-delay: 1s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slider-blue-pos-terminals .pos-content.fadeInLeft {
  animation-delay: 0.2s;
  animation-duration: 1.3s;
}

.slider-blue-pos-terminals .pos-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slider-blue-pos-terminals .pos-image.fadeInLeft {
  animation-delay: 0.8s;
  animation-duration: 1s;
}

.slider-blue-pos-terminals .pos-info-inner img {
  position: absolute;
  top: 58%;
  left: calc(0px - 60px);
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.slider-blue-pos-terminals .slide-go .pos-info-inner img {
  left: -25px;
}

.slider-blue-pos-terminals .slide-mini-ice .pos-info-inner img {
  left: -55px;
}

.slider-blue-pos-terminals .slide-mini .pos-info-inner img {
  left: -45px;
}

.slider-blue-pos-terminals .slide-slim .pos-info-inner img {
  top: 53%;
  left: -45px;
  width: 480px;
}

.bestseller-sticker {
  position: absolute;
  top: 60%;
  right: 50%;
  z-index: 2;
  background: #0bc47c;
  padding: 5px 15px;
  font-size: 22px;
  transform: rotate(-10deg) skew(-10deg) translateY(-480%);
  transform-style: preserve-3d;
  white-space: nowrap;
  font-weight: bold;
}

.bestseller-sticker-background {
  position: relative;
  width: 100%;
  height: 100%;
}

.bestseller-sticker-background img {
  position: relative;
  z-index: 1;
}

.bestseller-sticker-background::before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #0bc47c;
  border-radius: 50%;
}

.slider-blue-pos-terminals .pos-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.9047619;
  margin-bottom: 15px;
}

.slider-blue-pos-terminals .pos-title .pos-name {
  display: block;
  font-size: 72px;
  line-height: 0.82;
}

.slider-blue-pos-terminals .slide-n5 .pos-title .pos-name,
.slider-blue-pos-terminals .slide-n5-fiscal .pos-title .pos-name {
  font-size: 68px;
}

.slider-blue-pos-terminals .pos-subtitle {
  font-size: 22px;
  line-height: 1.36363636;
  margin-bottom: 27px;
}

.slider-blue-pos-terminals .pos-description-heading {
  margin-bottom: 30px;
}

.slider-blue-pos-terminals .pos-description-heading::after {
  content: "";
  display: block;
  width: 79px;
  height: 5px;
  background-color: #fff;
}

.slider-blue-pos-terminals .pos-description-body p {
  font-size: 18px;
  margin-bottom: 9px;
  line-height: 1.3;
}

.slider-blue-pos-terminals .pos-description-body a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.slider-blue-pos-terminals .pos-description-body a:hover,
.slider-blue-pos-terminals .pos-description-body a:focus,
.slider-blue-pos-terminals .pos-description-body a:hover:focus {
  text-decoration: none;
}

.slider-blue-pos-terminals .pos-price-box,
.devices-price-table .pos-price-box {
  width: 390px;
  padding: 40px 15px;
  text-align: center;
  background-color: #fff;
}

.slider-blue-pos-terminals .pos-price-heading,
.devices-price-table .pos-price-heading {
  padding: 0 60px 25px;
  font-size: 30px;
  line-height: 1.33;
  color: #626262;
  font-weight: 300;
}

.devices-price-table .pos-price-heading {
  padding: 0 65px 25px;
}

.slider-blue-pos-terminals .pos-price-body,
.devices-price-table .pos-price-body {
  padding: 0 0 65px;
}

.home_buy .slider-blue-pos-terminals .pos-price-body {
  padding-bottom: 0;
}

.slider-blue-pos-terminals .pos-price-body .pos-regular-price,
.devices-price-table .pos-price-body .pos-regular-price {
  font-size: 22px;
  line-height: 1;
  color: #636363;
  font-weight: 300;
  margin-bottom: 0px;
}

.slider-blue-pos-terminals .pos-price-body .pos-regular-price span,
.devices-price-table .pos-price-body .pos-regular-price span {
  position: relative;
}

.slider-blue-pos-terminals .pos-price-body .pos-regular-price span::before,
.devices-price-table .pos-price-body .pos-regular-price span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  left: -4px;
  height: 1px;
  margin-top: -1px;
  background-color: #636363;
}

.slider-blue-pos-terminals .pos-price-body p,
.devices-price-table .pos-price-body p {
  font-size: 48px;
  line-height: 1.3;
  color: #0071f3;
  font-weight: 100;
  margin-bottom: 0px;
}

.home_buy .slider-blue-pos-terminals .pos-price-body p:not(.pos-regular-price) {
  color: #444;
}

.slider-blue-pos-terminals .pos-price-foot-info,
.devices-price-table .pos-price-foot-info {
  display: inline-block;
  padding: 0px 15px;
  color: #0071f3;
  position: relative;
  width: 50%;
  vertical-align: middle;
}

.slider-blue-pos-terminals .pos-price-foot-info:first-child,
.devices-price-table .pos-price-foot-info:first-child {
  padding-left: 0;
}

.slider-blue-pos-terminals .pos-price-foot-info:last-child,
.devices-price-table .pos-price-foot-info:last-child {
  padding-right: 0;
}

.slider-blue-pos-terminals .pos-price-foot-info:first-child::after,
.devices-price-table .pos-price-foot-info:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #d3d3d3;
}

.slider-blue-pos-terminals .pos-price-foot-info:last-child::after,
.devices-price-table .pos-price-foot-info:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-color: #d3d3d3;
}

.slider-blue-pos-terminals .pos-price-foot-title,
.devices-price-table .pos-price-foot-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 7px;
}

.slider-blue-pos-terminals .pos-price-foot-action {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  padding: 0 55px 0 25px;
  text-align: center;
  color: #0071f3;
}

.slider-blue-pos-terminals .pos-price-foot-content,
.slider-blue-pos-terminals .pos-price-body p.excl-vat,
.devices-price-table .pos-price-foot-content,
.devices-price-table .pos-price-body p.excl-vat {
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: normal;
  color: #8d8d8d;
  max-width: 76%;
  margin-left: 12%;
}

.slider-blue-pos-terminals .pos-price-body p.excl-vat,
.devices-price-table .pos-price-body p.excl-vat {
  margin-bottom: 15px;
}

.slider-blue-pos-terminals .pos-price-body p.excl-vat.mb_0,
.devices-price-table .pos-price-body p.excl-vat.mb_0 {
  margin-bottom: 0;
}

.fix_de .slider-blue-pos-terminals .pos-price-foot-content,
.fix_de .devices-price-table .pos-price-foot-content {
  max-width: 100%;
  margin-left: 0;
}

.fix_el .slider-blue-pos-terminals .pos-price-foot-content,
.fix_el .devices-price-table .pos-price-foot-content {
  max-width: 72%;
  margin-left: 14%;
}

.slider-blue-pos-terminals .owl-prev,
.slider-blue-pos-terminals .owl-next {
  position: absolute;
  top: calc(50% - 50px);
  z-index: 2;
  overflow: hidden;
  width: 42px;
  height: 42px;
  font-size: 0;
  white-space: nowrap;
  border-top: 5px solid #626262;
  border-left: 5px solid #626262;
  transform: rotate(-45deg);
  border-radius: 4px;
}

.slider-blue-pos-terminals .owl-prev {
  left: calc(50% - 647px);
}

.slider-blue-pos-terminals .owl-next {
  right: calc(50% - 647px);
  transform: rotate(-225deg);
}

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

/* ==========================================================================
	#Loading styles
========================================================================== */
.loading-xs {
  width: 18px;
  height: 18px;
  background-image: url(/trunk/public/build/assets/loading.e4884222.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

.loading-sm {
  width: 24px;
  height: 24px;
  background-image: url(/trunk/public/build/assets/loading.e4884222.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

.loading-md {
  width: 36px;
  height: 36px;
  background-image: url(/trunk/public/build/assets/loading.e4884222.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

.loading-lg {
  width: 58px;
  height: 58px;
  background-image: url(/trunk/public/build/assets/loading.e4884222.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

.loading-xs.absolute-center,
.loading-sm.absolute-center,
.loading-md.absolute-center,
.loading-lg.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inline-loading-xs,
.inline-loading-sm,
.inline-loading-md,
.inline-loading-lg {
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
	#Header Data SIM
========================================================================== */
.main_slider .slides .item.data-sim {
  min-height: 400px;
  color: #626262;
}

.main_slider .slides .item.data-sim.christmas-reminder {
  min-height: 329px;
  color: #626262;
}

.data-sim-header {
  width: 100%;
  margin-top: 50px;
}

.data-sim-header .data-sim-logo {
  margin-top: 0;
}

.data-sim-header a {
  margin-top: 20px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

/* ==========================================================================
	#Unsubscribe
========================================================================== */
.main_slider .slides .item.unsubscribe {
  min-height: 300px;
}

.slide_inner.unsubscribe {
  background-image: url(/trunk/public/build/assets/unsubscribe_banner.8b9d8e0d.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-position: bottom center;
  color: #fff;
}

/* ==========================================================================
	#Data SIM
========================================================================== */
.article-data-sim {
  padding: 60px 0;
}

.article_data_sim_title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 48px;
  font-weight: 300;
}

.article_data_sim_subtitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #777;
  font-size: 24px;
  font-weight: 300;
}

.article_data_info {
  font-size: 18px;
  margin-bottom: 40px;
}

.data-sim-succes-image {
  height: 144px;
  width: 144px;
  border-radius: 50%;
  font-size: 0;
  margin: 20px auto 40px;
  -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
}

.data-sim-succes-image::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
  width: 0;
}

/*Data Sim Form styles*/
.table-card-renewal.table-data-sim-preview {
  width: 100%;
  margin: 35px 0;
}

.table-card-renewal.table-data-sim-preview > thead > tr > th,
.table-card-renewal.table-data-sim-preview > tbody > tr > td {
  height: 60px;
}

.table-card-renewal.table-data-sim-preview > thead > tr > th,
.table-card-renewal.table-data-sim-preview > tbody > tr > td,
.table-card-renewal.table-data-sim-preview > tfoot > tr > td {
  padding: 10px 20px;
  vertical-align: middle;
}

.table-data-sim-preview .text-center {
  text-align: center;
}

.data-sim-form {
  color: #626262;
}

.data-sim-form label {
  font-size: 14px;
  font-weight: bold;
}

.data-sim-form input[type=radio] + label,
.data-sim-form input[type=checkbox] + label {
  font-size: 16px;
  font-weight: normal;
}

.data-sim-form p {
  margin-bottom: 5px;
  font-size: 16px;
  margin-left: 27px;
}

.data-sim-form button {
  padding-left: 50px;
  padding-right: 50px;
}

/* ==========================================================================
	#New device page
========================================================================== */
.table-new-devices {
  width: 100%;
  border: 0;
  border-bottom: 3px solid #e1e1e1;
  margin-top: 0;
  margin-bottom: 0;
}

.table-new-devices > thead > tr > th {
  background-color: #e1e1e1;
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid transparent;
  border-bottom: 2px solid #fff;
  color: #626262;
  text-transform: uppercase;
  text-align: left;
  height: 60px;
  white-space: normal;
}

.table-new-devices > tbody > tr > td {
  background-color: #f9f9f9;
  height: 117px;
  color: #626262;
  border-bottom: 1px solid #ffffff;
}

.table-new-devices > thead > tr > th,
.table-new-devices > tbody > tr > td,
.table-new-devices > tfoot > tr > td {
  padding: 10px 20px;
  vertical-align: middle;
}

.table-new-devices td.select-device-cell {
  border: 1px solid #fff;
  white-space: nowrap;
  background-color: #ebf2f8;
  width: 25%;
}

.table-new-devices td.select-device-cell:last-child {
  border-right: 0;
}

.table-new-devices td .radio-custom {
  display: block;
  margin: 0 auto;
}

.table-new-devices td .radio-custom input[type=radio]:checked + label {
  color: inherit;
  line-height: 19px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.table-new-devices td .radio-custom label {
  padding-bottom: 0;
  font-weight: bold;
}

.table-new-devices td .radio-custom label:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.table-new-devices td .radio-custom label::before {
  content: "";
  top: 21px;
}

.table-new-devices td .radio-custom label::after,
.table-new-devices td .radio-custom input[type=radio][disabled]:checked + label::after {
  content: "";
  top: 25px;
}

.table-new-devices td .radio-custom label img {
  margin-left: 5px;
  margin-right: 13px;
}

.new-device-section-title {
  font-size: 28px;
  line-height: 1.4;
  color: #3a3a3a;
  font-weight: 300;
  margin-top: 0;
  margin-top: 35px;
}

.new-device-article-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #626262;
  font-size: 18px;
  font-weight: 700;
}

.new-device-price-title,
.new-device-total-price-title {
  font-size: 16px;
  color: #626262;
}

.new-device-payment-info-text {
  font-size: 14px;
  font-style: italic;
  color: #444444;
  margin-bottom: 0;
}

.new-terminal-shipping-details-section {
  background-color: #f9f9f9;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.new-terminal-shipping-details-section .separate-cols-line:first-child {
  border-right: 1px solid #e0e0e0;
}

.new-terminal-shipping-details-section .separate-cols-line:last-child {
  border-left: 1px solid #e0e0e0;
  margin-left: -1px;
}

.new-terminal-shipping-details-box {
  padding-left: 25px;
  padding-right: 25px;
}

.new-terminal-shipping-details-box .radio-custom input[type=radio]:checked + label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.new-terminal-shipping-details-box .radio-custom label:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.new-terminal-shipping-details-box .checkbox-custom input[disabled] + label {
  background-color: transparent;
}

.new-terminal-shipping-details-box hr {
  border-top-color: #ddd;
}

.new-device-form {
  color: #626262;
}

.new-device-form label,
.new-device-form input[type=radio] + label,
.new-device-form input[type=checkbox] + label {
  font-size: 16px;
  font-weight: normal;
}

.new-device-form p {
  margin-bottom: 5px;
  font-size: 16px;
}

.new-terminal-payment-details-table {
  width: 100%;
  border: 0;
}

.new-terminal-payment-details-table tbody tr td,
.new-terminal-payment-details-table tfoot tr td {
  border: 0;
  border-right: 1px solid transparent;
  padding: 0;
  vertical-align: middle;
}

.new-terminal-payment-details-table tbody tr:last-child td {
  padding-bottom: 8px;
}

.new-terminal-payment-details-table tfoot tr:last-child td {
  padding-top: 8px;
  border-top: 1px solid #dddddd;
}

.new-terminal-payment-details-table td.new-device-total-price-title {
  font-size: 18px;
}

.new-terminal-payment-details-table td.new-device-price {
  color: #626262;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  line-height: 1.1;
}

.new-terminal-payment-details-table td.new-device-price.total-price {
  font-size: 24px;
}

.chosen-select-account-wrapper .chosen-container .chosen-results {
  max-height: 152px;
}

.chosen-select-account-wrapper .chosen-disabled .chosen-single {
  cursor: not-allowed;
}

/*--------------------------------------------------
				Slider CSS
-------------------------------------------------- */
.main_slider {
  position: relative;
  overflow: hidden;
}

.bx-wrapper .bx-controls-direction a {
  width: 35px;
  height: 60px;
  margin-top: -30px;
  background-image: url(/trunk/public/build/assets/slider_navs.1a774698.png);
  z-index: 999;
}

.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.7;
}

.bx-wrapper .bx-prev {
  background-position: left center;
}

.bx-wrapper .bx-next {
  background-position: right center;
}

.bx-wrapper {
  margin: 0 !important;
}

.slide_3 .bx-wrapper img {
  max-width: inherit;
  display: inherit;
  width: 100%;
}

.pos_img img {
  width: 100%;
  max-height: 810px;
}

.bx-wrapper .bx-viewport {
  background: #fff;
  border: none;
  box-shadow: none;
  left: 0;
  transform: translateZ(0px);
}

.main_slider .slides {
  width: 100%;
  margin: 0;
  padding: 0;
}

.main_slider .slides .item {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 655px;
  float: left;
  overflow: hidden;
}

.main_slider .thumbs-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 1000;
}

.main_slider .slider_thumbs {
  text-align: center;
  display: table;
}

.main_slider .slider_thumbs a:focus {
  outline: none;
}

.main_slider .slider_thumbs a {
  width: 20%;
  min-height: 80px;
  padding: 15px;
  display: table-cell;
  border: none;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  line-height: 100%;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease-in 0.2s;
  text-decoration: none;
}

.thumbs-holder-alt .slider_thumbs a {
  width: 30%;
  height: 80px;
}

.main_slider .slider_thumbs a:nth-child(1) {
  display: none;
}

.main_slider .slider_thumbs a:nth-child(2),
.main_slider .slider_thumbs a:nth-child(2)::before {
  background-color: rgba(141, 199, 63, 0.8);
}

.main_slider .slider_thumbs a:nth-child(3),
.main_slider .slider_thumbs a:nth-child(3)::before {
  background-color: rgba(102, 45, 145, 0.8);
}

.main_slider .slider_thumbs a:nth-child(4),
.main_slider .slider_thumbs a:nth-child(4)::before {
  background-color: rgba(0, 155, 244, 0.8);
}

.main_slider .slider_thumbs a:nth-child(5),
.main_slider .slider_thumbs a:nth-child(5)::before {
  background-color: rgba(255, 24, 71, 0.8);
}

.main_slider .slider_thumbs a:nth-child(6),
.main_slider .slider_thumbs a:nth-child(6)::before {
  background-color: rgba(255, 144, 0, 0.8);
}

.main_slider .slider_thumbs a {
  position: relative;
}

.main_slider .slider_thumbs a::before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}

.main_slider .slider_thumbs a.active::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  transition: all 0.2s ease;
}

.main_slider .slider_thumbs a:nth-child(2).active,
.main_slider .slider_thumbs a:nth-child(2):hover,
.main_slider .slider_thumbs a:nth-child(2).active::before {
  background-color: #8dc73f;
}

.main_slider .slider_thumbs a:nth-child(3).active,
.main_slider .slider_thumbs a:nth-child(3):hover,
.main_slider .slider_thumbs a:nth-child(3).active::before {
  background-color: #662d91;
}

.main_slider .slider_thumbs a:nth-child(4).active,
.main_slider .slider_thumbs a:nth-child(4):hover,
.main_slider .slider_thumbs a:nth-child(4).active::before {
  background-color: #009bf4;
}

.main_slider .slider_thumbs a:nth-child(5).active,
.main_slider .slider_thumbs a:nth-child(5):hover,
.main_slider .slider_thumbs a:nth-child(5).active::before {
  background-color: #ff1847;
}

.main_slider .slider_thumbs a:nth-child(6).active,
.main_slider .slider_thumbs a:nth-child(6):hover,
.main_slider .slider_thumbs a:nth-child(6).active::before {
  background-color: #ff9000;
}

/* SLIDE 3 NEW 
===================================*/
.main_slider .slides .item {
  max-height: 655px;
}

.fix_el .main_slider .slider_thumbs a {
  font-size: 20px;
}

@media only screen and (max-height: 900px) {
  .main_slider .slider_thumbs a {
    min-height: inherit;
    padding: 10px 15px;
  }
}
/* ---------------------- RESPONSIVE SLIDER -----------------------------*/
@media only screen and (max-height: 680px) {
  .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-height: 900px) {
  .main_slider .slides .item {
    min-height: 85vh;
    max-height: 85vh;
  }

  .main_slider .slides .item > .container {
    height: auto;
    max-height: none;
  }
}
@media only screen and (max-height: 740px) {
  .main_slider .slides .item {
    min-height: 640px;
    max-height: 640px;
  }
}
@media only screen and (max-width: 321px) {
  /* ==========================================================================
  	#Taxi page
  ========================================================================== */
  .section-taxi:first-of-type {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 992px) {
  .main_slider .slides .item {
    max-height: 100vh;
  }

  .container.slider_thumbs {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .main_slider .slider_thumbs a {
    font-size: 18px;
  }
}
/* SLIDE MASTERCARD */
.slide_inner .main-title {
  color: #fff;
  margin-top: 345px;
  font-size: 60px;
  font-weight: 300;
}

.slide_inner .sub-title {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 90px;
}

/* ==========================================================================
	#Merchant info page
========================================================================== */
.merchant-services {
  border: 0;
}

.merchant-services .main-title {
  margin-top: 185px;
  font-size: 48px;
  margin-bottom: 25px;
}

.merchant-services .sub-title {
  margin-top: 0;
  margin-bottom: 35px;
}

.mypos_platform_demonstrating {
  position: relative;
  height: 627px;
}

.mypos_platform_demonstrating img {
  position: absolute;
  right: 20px;
  top: -150px;
}

.merchant-bordered-boxes .box_icon .icon {
  margin-top: 70px;
  margin-bottom: 30px;
}

.merchant-bordered-boxes .box_icon .icon img {
  margin-bottom: 50px;
}

.merchant-bordered-boxes .box_icon .sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 1.5;
}

.merchant-bordered-boxes .box_icon p {
  font-weight: 300;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.5;
}

.merchant-bordered-boxes.icons_hi .box_icon {
  min-height: 460px;
}

.fix_de .merchant-bordered-boxes.icons_hi .box_icon,
.fix_el .merchant-bordered-boxes.icons_hi .box_icon,
.fix_fr .merchant-bordered-boxes.icons_hi .box_icon {
  min-height: 470px;
}

.section-merchant-profits {
  padding-top: 70px;
  padding-bottom: 60px;
}

.merchant-profits-article {
  margin-top: 60px;
}

.merchant-profits-list-ticks {
  margin-top: 35px;
  margin-left: 10px;
}

/*section white transparent boxes*/
.section-white-transparent-box {
  padding: 75px 0;
}

.white-transparent-box-body {
  position: relative;
  overflow: hidden;
  height: 360px;
  width: 555px;
  text-align: center;
  margin-bottom: 25px;
}

.white-transparent-box-body.left-box-body {
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: width 0.6s ease, filter 0.6s ease;
  -o-transition: width 0.6s ease, filter 0.6s ease;
  transition: width 0.6s ease, filter 0.6s ease;
  -ms-transition: width 0.6s ease, filter 0.6s ease;
}

.white-transparent-box-body.right-box-body {
  float: right;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: width 0.6s ease, filter 0.6s ease;
  -o-transition: width 0.6s ease, filter 0.6s ease;
  transition: width 0.6s ease, filter 0.6s ease;
  -ms-transition: width 0.6s ease, filter 0.6s ease;
}

.white-transparent-box-body:hover {
  width: 100%;
}

.white-transparent-box-row:hover .white-transparent-box-body:not(:hover) {
  width: 0;
  border-width: 0;
}

.white-transparent-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 6px solid #f3f3f3;
  overflow: hidden;
}

.white-transparent-box-body.left-box-body .white-transparent-box-inner {
  float: left;
}

.white-transparent-box-body.right-box-body .white-transparent-box-inner {
  float: right;
}

.white-transparent-box-content {
  position: absolute;
  top: 50%;
  left: 51.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 440px;
}

.right-box-body .white-transparent-box-content {
  left: auto;
  right: 51.5px;
}

.white-transparent-box-content > * {
  position: relative;
  z-index: 2;
}

.white-transparent-box-content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 70%;
  width: 0;
  height: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 0 230px 440px rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 230px 440px rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.right-box-body .white-transparent-box-content::before {
  content: "";
  left: 70%;
  right: auto;
}

.white-transparent-box-text {
  font-size: 28px;
  line-height: 1.4;
  color: #3a3a3a;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 35px;
  min-height: 78px;
}

.section-white-transparent-box-short-text .white-transparent-box-text {
  min-height: 1px;
  margin-bottom: 25px;
}

/* ==========================================================================
	#Section
========================================================================== */
.section {
  padding: 50px 0;
}

.section .section-head {
  padding-bottom: 50px;
}

.section .section-head .sub-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-secondary {
  margin: 0 0 30px;
  font-size: 36px;
  line-height: 1.2;
  color: #606060;
  font-weight: 300;
}

.section.section-light-gray-to-white {
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
}

.section-dark {
  background-color: #181818;
  color: #fff;
}

/* Responsive */
@media only screen and (max-width: 767.98px) {
  .section {
    padding: 30px 0;
  }

  .section .section-head {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .fix_de .section .section-actions .btn,
.fix_el .section .section-actions .btn {
    white-space: normal;
    border-radius: 39px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.25;
  }

  .fix_lt .section .section-actions .btn {
    display: inline-flex;
    min-height: 53px;
    justify-content: center;
    align-items: center;
    white-space: normal;
    border-radius: 39px;
    padding: 4px 15px;
    line-height: 1.25;
    height: 0\0 ;
  }
}
/* ==========================================================================
	#Section Dark
========================================================================== */
.section-dark {
  background-color: #181818;
  color: #fff;
}

/* ==========================================================================
	#Section Showcase Title
========================================================================== */
.section-showcase-title {
  padding: 450px 0;
}

.section-showcase-title .main-title {
  font-size: 150px;
  line-height: 1.08;
  text-align: center;
}

/* ==========================================================================
	#Home page Section Hero image
========================================================================== */
.section-main-banner {
  background-image: url(/trunk/public/build/assets/mypos-card-contactless-online-payments.1a1ffbd9.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-main-banner-virtual-terminal {
  background-image: url(/trunk/public/build/assets/myPOS_virtual_terminal_moto.447103b2.jpg);
  background-position: center bottom;
  background-color: #959494;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: -188px;
}
@supports (background-image: url("../../../public/info/images/banners/myPOS_virtual_terminal_moto.webp")) {
  .section-main-banner-virtual-terminal {
    background-image: url(/trunk/public/build/assets/myPOS_virtual_terminal_moto.0248e141.webp);
  }
}

.section-main-banner-forgotten-pass::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.section-main-banner-virtual-terminal .main-title {
  line-height: 1.5;
  padding-right: 16px;
  padding-left: 16px;
}

.main-banner-heading-wrapper {
  margin-top: 400px;
  margin-bottom: 90px;
}

.section-main-banner-reserve-domain .main-banner-heading-wrapper {
  margin: 80px 0;
}

.home .main-banner-heading-wrapper {
  margin-top: 353px;
  margin-bottom: 90px;
}

.section-main-banner-payment-request .main-banner-heading-wrapper {
  margin-top: 285px;
  margin-bottom: 235px;
}

.section-main-banner-enroll .main-banner-heading-wrapper,
.section-main-banner-enroll-email-confirmed .main-banner-heading-wrapper,
.section-main-banner-enroll-email-not-finished .main-banner-heading-wrapper,
.section-main-banner-forgotten-pass .main-banner-heading-wrapper {
  margin-top: 240px;
  margin-bottom: 120px;
}

.section-main-banner-virtual-terminal .main-banner-heading-wrapper {
  margin-top: 175px;
  margin-bottom: 205px;
  height: 310px;
}

.section-main-banner-payment-request .btn-border {
  min-width: 280px;
}

.section-main-banner-payment-request .btn-border:hover {
  color: #000;
}

.main-banner-heading {
  margin-bottom: 21px;
  line-height: 1.25;
  color: #ffffff;
  text-align: center;
}

.section-main-banner .sub-title {
  color: #ffffff;
  margin-bottom: 30px;
}

.section-main-banner .sub-title.mb_60 {
  margin-bottom: 60px;
}

.section-main-banner .sub-title.mb_0 {
  margin-bottom: 0px;
}

.section-main-banner a.btn-primary {
  margin-top: 6px;
  padding-left: 75px;
  padding-right: 75px;
  background-color: #0071f3;
}

.section-main-banner a.btn-primary:hover {
  background-color: #0076ba;
}

.section-main-banner a.btn-primary:active {
  background-color: #0071f3;
}

.section-main-banner a.btn-primary-main-banner-clean {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.section-main-banner a.btn-primary-main-banner-clean.mt_10,
.section-main-banner a.btn-primary-main-banner-clean.m_10 {
  margin-top: 10px;
}

.main-banner-info-caption {
  text-align: right;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  height: 144px;
}

.onload_opacity_animation {
  animation-name: fadeInLoader;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes fadeInLoader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-caption-box {
  display: table-cell;
  vertical-align: bottom;
  padding: 15px 30px;
  color: #ffffff;
  text-align: center;
}

.info-caption-box:first-child {
  padding-left: 0;
  text-align: left;
}

.info-caption-box:last-child {
  padding-right: 0;
  border-right: none;
  text-align: right;
}

.info-caption-box-inner {
  display: inline-block;
  text-align: center;
}

.info-caption-box a {
  display: inline-block;
  padding-bottom: 6px;
  vertical-align: middle;
}

/* BANNERS */
.banner_virtual {
  background: transparent url(/trunk/public/build/assets/banner_virtual.51a451d7.jpg) no-repeat top center;
  background-size: cover;
  min-height: 488px;
  padding-top: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.banner_virtual_mobile_app {
  min-height: 490px;
  padding-top: 0;
  font-size: 0;
  -webkit-box-shadow: 10px 15px 54px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 15px 54px rgba(0, 0, 0, 0.2);
}

.banner_virtual_mobile_app::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.banner_virtual_mobile_app .banner_virtual_mobile_app_inner {
  display: inline-block;
  padding: 50px 90px;
  vertical-align: middle;
}

.banner_virtual_mobile_app .main-title {
  color: #3a3a3a;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
}

.banner_virtual_data_card {
  padding-top: 0;
  font-size: 0;
  padding-top: 85px;
  padding-bottom: 85px;
  min-height: auto;
}

.banner_virtual_data_card.merchant-white-box-banner {
  background: url(/trunk/public/build/assets/merchant-white-box-bg.84af4129.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_virtual_data_card.banner_unsubscribe {
  background-color: #ccbcaf;
}

.banner_virtual_data_card.banner_unsubscribe .banner-inner {
  padding-top: 35px;
  padding-bottom: 20px;
}

.banner_virtual_data_card .banner-inner {
  width: 640px;
  max-width: 100%;
  margin-left: -35px;
  padding: 65px 95px 65px 65px;
  background: #fff;
  -webkit-box-shadow: 13px 28px 76px rgba(0, 0, 0, 0.22);
  box-shadow: 13px 28px 76px rgba(0, 0, 0, 0.22);
}

.banner_virtual_data_card .banner-inner .list-ticks-blue-gradient {
  padding-top: 35px;
}

.ul_checks li {
  padding-left: 50px;
  line-height: 31px;
  margin: 0 0 15px;
}

.banner_virtual_data_card_order {
  height: 360px;
  min-height: 360px;
  padding-top: 0;
  border: 6px solid #f3f3f3;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner_virtual_data_card_order_holder {
  position: absolute;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.banner_virtual_data_card_order:hover .banner_virtual_data_card_order_holder {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.banner_virtual_data_card_order::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.banner_virtual_data_card_order:hover::after {
  background: rgba(255, 255, 255, 0.7);
}

.banner_virtual_data_card_order .banner-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_virtual_data_card_order .banner-actions {
  padding-top: 30px;
}

.banner_virtual_bragging {
  position: relative;
  min-height: 490px;
  margin-left: 110px;
  -webkit-box-shadow: 0 18px 100px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 100px 0 rgba(0, 0, 0, 0.1);
}

.banner_virtual_bragging .banner-inners {
  position: absolute;
  top: -90px;
  left: -110px;
  width: 430px;
}

.banner_virtual_bragging .banner-inner {
  margin-bottom: 20px;
  padding: 25px 30px;
  background: #fff;
  font-size: 0;
  -webkit-box-shadow: 0 18px 100px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 100px 0 rgba(0, 0, 0, 0.1);
}

.banner_virtual_bragging .banner-inner-image,
.banner_virtual_bragging .banner-inner-content {
  display: inline-block;
  vertical-align: middle;
}

.banner_virtual_bragging .banner-inner-image {
  width: 100px;
  color: #0071f3;
}

.banner_virtual_bragging .banner-inner-content {
  width: calc(100% - 100px);
}

.banner_virtual_bragging .banner-inner-title,
.banner_virtual_bragging .banner-inner-subtitle {
  text-transform: uppercase;
}

.banner_virtual_bragging .banner-inner-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.25;
  color: #0071f3;
  font-weight: 400;
}

.banner_virtual_bragging .banner-inner-subtitle {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.44;
  color: #606161;
  font-weight: 300;
}

.ul_checks.green_checks li {
  background: url(/trunk/public/build/assets/green_check.fc5ac11c.png) no-repeat left center;
}

.ul_checks.white_checks li {
  background: url(/trunk/public/build/assets/white_check.0e2e8390.png) no-repeat left center;
}

.icons_hi .box_icon {
  min-height: 515px;
}

.icons_squares .box_icon {
  min-height: 500px;
}

.icons_squares .box_icon p {
  line-height: 30px;
  margin-left: 70px;
  margin-right: 70px;
}

.big-text {
  font-size: 24px;
  font-weight: 300;
}

/* Retail and Stores */
.section-main-banner-retail-stores .main-banner-heading-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-main-banner.section-main-banner-retail-stores .features-icons {
  margin-bottom: 40px;
}

.section-main-banner-retail-stores .sub-title {
  margin-bottom: 50px;
}

.section-main-banner-food:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: -1;
}

.section-main-banner-food .main-banner-heading-wrapper {
  margin-top: 75px;
  margin-bottom: 60px;
}

.section-main-banner-food .features-icons {
  margin-bottom: 40px;
}

.section-main-banner-food .sub-title {
  margin-bottom: 50px;
}

.section-main-banner-hotel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.section-main-banner-hotel .main-banner-heading-wrapper {
  margin-top: 75px;
  margin-bottom: 60px;
}

.section-main-banner-hotel .features-icons {
  margin-bottom: 40px;
}

.section-main-banner-hotel .sub-title {
  margin-bottom: 50px;
}

/* ==========================================================================
	#section-article-with-bg
========================================================================== */
.section-article-with-bg {
  padding: 70px 0 45px;
}

.section-article-with-bg-light {
  background-color: #f8f9fb;
}

.section-article-with-bg p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 300;
}

.section-article-with-bg p strong {
  font-weight: 700;
}

.section-article-with-bg .section-article-title {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 300;
}

.section-article-rertail-store-anim .section-image {
  position: relative;
}

.section-article-rertail-store-anim .section-image .animation-backup-image {
  position: relative;
  z-index: 1;
  visibility: hidden;
  margin-left: 50px;
  opacity: 0;
}

.section-article-rertail-store-anim .section-image .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-article-rertail-store-anim .section-image .animation-wrapper img {
  position: absolute;
}

.section-article-rertail-store-anim .section-image .animation-wrapper img:not(.animated) {
  opacity: 0;
}

.section-article-rertail-store-anim .section-image .animation-wrapper .animate-image-laptop {
  top: 0;
  left: 68px;
}

.section-article-rertail-store-anim .section-image .animation-wrapper .animate-image-card {
  top: 214px;
  left: 68px;
}

.section-article-rertail-store-anim .section-image .animation-wrapper .animate-image-terminal {
  right: -40px;
  bottom: -1px;
}

.section-article-food {
  padding: 0;
}

.section-article-food .section-image {
  position: relative;
  height: 496px;
}

.section-article-food .section-image .animation-backup-image {
  position: relative;
  z-index: 1;
  visibility: hidden;
  margin-left: 50px;
  opacity: 0;
}

.section-article-food .section-image .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-article-food .section-image .animation-wrapper img {
  position: absolute;
}

.section-article-food .section-image .animation-wrapper .animate-image-terminal {
  top: 0;
  left: 32px;
}

.section-article-food .section-image .animation-wrapper .animate-image-plate {
  top: -35px;
  left: 273px;
}

/* Hotel and Accommodation */
.section-article-hotel {
  padding: 0;
}

.section-article-hotel .section-image {
  position: relative;
  height: 496px;
}

.section-article-hotel .section-image img {
  position: absolute;
  left: 24.6%;
  bottom: 0;
}

/* ==========================================================================
	Hotel and Accommodation
========================================================================== */
.section-hotel-features {
  padding: 60px 0 250px;
}

.section-hotel-features .section-hotel-features-head {
  margin-bottom: 150px;
}

.section-hotel-features .section-hotel-features-head p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
}

.section-hotel-features .main-title {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 1.71;
  font-weight: 300;
  text-align: center;
}

.section-hotel-features .features-tabs {
  display: flex;
}

.section-hotel-features .features-tabs .features-tabs-aside {
  position: relative;
  flex: 0 0 43.3%;
  max-width: 43.3%;
  padding-left: 60px;
}

.section-hotel-features .features-tabs .features-tabs-aside:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 5px;
  width: 1px;
  background-color: #cbcbcb;
  z-index: 1;
}

.section-hotel-features .features-tabs .features-tabs-content {
  flex-grow: 1;
  padding-left: 84px;
}

.section-hotel-features .features-tabs .tabs-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.section-hotel-features .features-tabs .tabs-nav li.active {
  font-weight: bold;
}

.section-hotel-features .features-tabs .tabs-nav li + li {
  margin-top: 56px;
}

.section-hotel-features .features-tabs .tabs-nav li a,
.section-hotel-features .features-tabs .tab-content .feature-head {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #444;
}

.section-hotel-features .features-tabs .tabs-nav li.active a:hover {
  color: #444;
}

.section-hotel-features .features-tabs .tabs-nav li a:hover {
  text-decoration: none;
  color: #0071f3;
}

.section-hotel-features .features-tabs .tabs-nav .tabs-nav-icon,
.section-hotel-features .features-tabs .feature-head .feature-head-icon {
  flex: 0 0 55px;
  width: 55px;
  margin-right: 20px;
  text-align: center;
  color: #0071f3;
}

.section-hotel-features .features-tabs .tabs-nav li p,
.section-hotel-features .features-tabs .tab-content .feature-head p {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.47;
  font-weight: 300;
}

.section-hotel-features .features-tabs .tabs-nav li p {
  padding-right: 10px;
}

.section-hotel-features .features-tabs .tab-content .feature-head p {
  font-weight: bold;
}

.section-hotel-features .features-tabs .tabs-nav li.active p {
  font-weight: bold;
}

.fix_cs .section-hotel-features .features-tabs .tabs-nav li p,
.fix_sv .section-hotel-features .features-tabs .tabs-nav li p,
.fix_lt .section-hotel-features .features-tabs .tabs-nav li p {
  font-size: 26px;
}

.section-hotel-features .features-tabs .tabs-nav-slider {
  position: absolute;
  right: -1px;
  top: 0;
  width: 3px;
  height: 41px;
  z-index: 2;
  background-color: #0071f3;
  transition: top 0.3s, height 0.3s;
}

.section-hotel-features .features-tabs .tab-content {
  position: relative;
  height: 100%;
  z-index: 1;
}

.section-hotel-features .features-tabs .tab-content p {
  font-weight: 300;
  line-height: 1.75;
}

.section-hotel-features .features-tabs .tab-content .tab-pane .feature-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #f1f1f1;
  z-index: -1;
}

.section-hotel-features .features-tabs .tab-content .tab-pane.active .feature-icon {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.section-hotel-features .features-tabs .tab-content .feature-head {
  display: none;
}

.section-hotel-features .features-tabs .feature-body {
  display: block;
}

/* ==========================================================================
	#section-cards
========================================================================== */
.section-cards {
  padding-top: 60px;
  padding-bottom: 70px;
}

.cards-articles {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.card-article {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

.cards-articles-two-colls .card-article {
  flex: 0 0 50%;
  max-width: 50%;
}

.card-article .card-article-inner {
  min-height: 100%;
  padding: 25px 30px;
  border: 1px solid #f5f5f5;
  text-align: center;
  -webkit-box-shadow: 5px 6px 29px 8px rgba(0, 21, 101, 0.05);
  box-shadow: 5px 6px 29px 8px rgba(0, 21, 101, 0.05);
}

.card-article .card-article-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  height: 50px;
  font-size: 0;
  color: #0071f3;
}

.card-article p {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 300;
}

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

.card-article .card-article-title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.29;
  color: #3a3a3a;
}

/* ==========================================================================
	#section-custom-banner
========================================================================== */
.section-custom-banner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-custom-banner-data-card {
  height: 796px;
  text-align: center;
}

.section-custom-banner-mobile-app {
  height: 796px;
  text-align: center;
}

.section-custom-banner-location {
  height: 780px;
  text-align: center;
}

.section-custom-banner-giftcards {
  height: 985px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

.section-custom-banner-our-story {
  height: 1125px;
  text-align: center;
}

.section-custom-banner-leadership {
  height: 925px;
  text-align: center;
}

.section-custom-banner-devices {
  height: 1205px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.section-custom-banner-tax-relief {
  height: 894px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 130px;
}

.section-custom-banner-affiliate {
  height: 795px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.section-custom-banner-appmarket {
  height: 720px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.section-custom-banner-agent {
  height: 560px;
  text-align: center;
}

.section-custom-banner-lithuania {
  height: 930px;
  text-align: center;
}

.section-custom-banner-taxi {
  height: 590px;
  text-align: center;
}

.section-custom-banner-ecommerce {
  height: 590px;
  text-align: center;
}

.section-custom-banner-partner {
  height: 965px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.section-custom-banner-hippo {
  height: 600px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section-custom-banner.section-custom-banner-partner .section-vertical-centered .main-title {
  width: 100% !important;
}

.section-custom-banner-tax-relief .logo-alt {
  margin-bottom: 90px;
}

.section-custom-banner .section-bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-custom-banner-location .section-bg-image {
  left: 55%;
}

.section-custom-banner-tax-relief .section-bg-image {
  left: calc(50% - 220px);
}

.section-custom-banner-ppc-lithuania .section-bg-image {
  left: calc(50% + 405px);
}

.section-custom-banner-our-story .section-bg-image {
  margin-left: 210px;
}

.section-custom-banner-leadership .section-bg-image {
  margin-left: 180px;
}

.section-custom-banner-giftcards .section-bg-image {
  top: -115px;
}

.section-custom-banner-mobile-app .section-bg-image {
  top: -115px;
}

.section-custom-banner-data-card .section-bg-image {
  top: -115px;
}

.section-custom-banner-appmarket .section-bg-image {
  top: -115px;
}

.section-custom-banner-agent .section-bg-image {
  top: -115px;
}

.section-custom-banner-affiliate .section-bg-image {
  top: -115px;
}

.section-custom-banner-our-story .section-bg-image {
  top: -115px;
}

.section-custom-banner-leadership .section-bg-image {
  top: -115px;
}

.section-custom-banner .section-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  font-size: 0;
  vertical-align: middle;
}

.section-custom-banner .section-inner::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.section-custom-banner .section-vertical-centered {
  display: inline-block;
  max-width: calc(100% - 0.05em);
  padding-bottom: 160px;
  text-align: left;
  vertical-align: middle;
}

.section-custom-banner.section-custom-banner-our-story .section-vertical-centered {
  padding-bottom: 370px;
}

.section-custom-banner-location .section-vertical-centered {
  padding-top: 155px;
  vertical-align: top;
}

.section-custom-banner-affiliate .section-vertical-centered {
  padding-top: 0px;
  vertical-align: middle;
  padding-bottom: 270px;
}

.section-custom-banner-leadership .section-vertical-centered {
  margin-top: 100px;
  margin-bottom: 0;
  vertical-align: top;
}

.section-custom-banner .section-vertical-centered .main-title,
.section-custom-banner .section-vertical-centered .sub-title {
  width: 485px;
  color: #fff;
}

.section-custom-banner-agent .section-vertical-centered .main-title {
  width: 100%;
  text-align: center;
}

.section-custom-banner.section-custom-banner-our-story p {
  font-size: 18px;
  color: #fff;
  line-height: 1.66;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
  width: 720px;
}

.section-custom-banner .section-vertical-centered .main-title strong {
  font-weight: 500;
}

.section-custom-banner-location .section-vertical-centered .main-title {
  padding-bottom: 10px;
}

.fix_fr .section-custom-banner .section-vertical-centered .main-title {
  width: 500px;
}

.fix_ro .section-custom-banner .section-vertical-centered .main-title {
  width: 530px;
}

.fix_es .section-custom-banner .section-vertical-centered .main-title {
  width: 565px;
}

.fix_pt .section-custom-banner .section-vertical-centered .main-title {
  width: 560px;
}

.fix_fr .section-custom-banner-agent .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-agent .section-vertical-centered .main-title,
.fix_es .section-custom-banner-agent .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-agent .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-mobile-app .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-mobile-app .section-vertical-centered .main-title,
.fix_es .section-custom-banner-mobile-app .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-mobile-app .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-taxi .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-taxi .section-vertical-centered .main-title,
.fix_es .section-custom-banner-taxi .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-taxi .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-ecommerce .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-ecommerce .section-vertical-centered .main-title,
.fix_es .section-custom-banner-ecommerce .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-ecommerce .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-location-london .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-location-london .section-vertical-centered .main-title,
.fix_es .section-custom-banner-location-london .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-location-london .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-location-sofia .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-location-sofia .section-vertical-centered .main-title,
.fix_es .section-custom-banner-location-sofia .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-location-sofia .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-location-amsterdam .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-location-amsterdam .section-vertical-centered .main-title,
.fix_es .section-custom-banner-location-amsterdam .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-location-amsterdam .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-location-barcelona .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-location-barcelona .section-vertical-centered .main-title,
.fix_es .section-custom-banner-location-barcelona .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-location-barcelona .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-partner .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-partner .section-vertical-centered .main-title,
.fix_es .section-custom-banner-partner .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-partner .section-vertical-centered .main-title,
.fix_fr .section-custom-banner-affiliate .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-affiliate .section-vertical-centered .main-title,
.fix_es .section-custom-banner-affiliate .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-affiliate .section-vertical-centered .main-title {
  width: 100%;
}

.section-custom-banner.section-dark-text .section-vertical-centered .main-title,
.section-custom-banner.section-dark-text .section-vertical-centered .sub-title {
  color: #606060;
}

.section-custom-banner.section-custom-banner-giftcards .section-vertical-centered .main-title {
  width: 450px;
}

.section-custom-banner.section-custom-banner-giftcards .section-vertical-centered .sub-title {
  width: 375px;
}

.section-custom-banner.section-custom-banner-our-story .section-vertical-centered .main-title {
  width: 720px;
}

.section-custom-banner.section-custom-banner-tax-relief .section-vertical-centered .main-title {
  width: 520px;
}

.section-custom-banner-mobile-app .section-vertical-centered .main-title,
.section-custom-banner-mobile-app .section-vertical-centered .sub-title,
.section-custom-banner-location .section-vertical-centered .main-title,
.section-custom-banner-location .section-vertical-centered .sub-title,
.section-custom-banner-affiliate .section-vertical-centered .main-title,
.section-custom-banner-affiliate .section-vertical-centered .sub-title,
.section-custom-banner-lithuania .section-vertical-centered .main-title,
.section-custom-banner-lithuania .section-vertical-centered .sub-title,
.section-custom-banner-partner .section-vertical-centered .main-title,
.section-custom-banner-partner .section-vertical-centered .sub-title,
.section-custom-banner-ppc-lithuania .section-vertical-centered .main-title,
.section-custom-banner-ppc-lithuania .section-vertical-centered .sub-title,
.section-custom-banner-taxi .section-vertical-centered .main-title,
.section-custom-banner-taxi .section-vertical-centered .sub-title {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.section-custom-banner.section-custom-banner-appmarket .section-vertical-centered .main-title {
  width: 550px;
  font-size: 38px;
  font-weight: 500;
}

.section-custom-banner.section-custom-banner-appmarket .section-vertical-centered .sub-title {
  width: 420px;
  font-size: 22px;
  font-weight: 100;
}

.section-custom-banner-mobile-app .section-vertical-centered .main-title,
.section-custom-banner-mobile-app .section-vertical-centered .sub-title {
  padding-left: 20px;
  padding-right: 20px;
}

.fix_bg .section-custom-banner-mobile-app .section-vertical-centered .main-title,
.fix_bg .section-custom-banner-mobile-app .section-vertical-centered .sub-title {
  padding-right: 0;
  padding-left: 0;
}

.section-custom-banner-lithuania .section-vertical-centered .logo-alt {
  margin-bottom: 50px;
}

.section-custom-banner-lithuania .section-vertical-centered .main-title {
  margin-bottom: 50px;
}

.section-custom-banner-lithuania .section-vertical-centered .sub-title {
  font-size: 22px;
  margin-bottom: 30px;
}

.section-custom-banner-ppc-lithuania .section-vertical-centered .logo-alt {
  margin-bottom: 100px;
}

.section-custom-banner-ppc-lithuania .section-vertical-centered .main-title {
  margin-bottom: 20px;
}

.section-custom-banner-ppc-lithuania .section-vertical-centered .sub-title {
  margin-bottom: 50px;
}

.section-custom-banner-taxi .section-vertical-centered .main-title {
  margin-bottom: 50px;
}

.section-custom-banner-taxi .section-vertical-centered .sub-title {
  margin-bottom: 100px;
}

.section-custom-banner .section-vertical-centered .main-title {
  line-height: 1.25;
}

.section-custom-banner .section-inner-banner {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: -1;
}

.section-custom-banner-data-card .section-inner-banner {
  bottom: 40px;
}

.section-custom-banner .section-inner-banner-bg-image {
  position: absolute;
  top: 120px;
  left: 280px;
  z-index: 1;
}

.section-custom-banner .section-inner-banner-image {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  -webkit-box-shadow: 13px 28px 76px rgba(0, 0, 0, 0.22);
  box-shadow: 13px 28px 76px rgba(0, 0, 0, 0.22);
}

.section-custom-banner .section-inner-banner-image img {
  max-width: 100%;
}

.section-custom-banner-tax-relief .btn-white-bg {
  color: #606060;
}

.section-custom-banner-tax-relief .btn-white-bg:hover,
.section-custom-banner-tax-relief .btn-white-bg:active {
  color: #ffffff;
}

.section-custom-banner.section-custom-banner-appmarket .section-inner-banner {
  left: calc(50% - 140px);
  bottom: 45px;
}

.section-custom-banner-referral-landing {
  height: 671px;
  background-color: transparent;
  background-image: url(/trunk/public/build/assets/referral-landing-banner.7e419134.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-custom-banner-referral-landing .section-vertical-centered {
  padding-bottom: 0;
}

.section-custom-banner-referral-landing .section-vertical-centered .main-title,
.section-custom-banner-referral-landing .section-vertical-centered .sub-title {
  width: 100%;
}

.refferal-about-mypos {
  padding-top: 20px;
  padding-left: 80px;
}

.section-custom-banner-referral-commercial {
  height: 635px;
  background-color: transparent;
  background-image: url(/trunk/public/build/assets/referral-commercial-banner.276cc976.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
@supports (background-image: url("../../../public/info/images/banners/referral-commercial-banner.webp")) {
  .section-custom-banner-referral-commercial {
    background-image: url(/trunk/public/build/assets/referral-commercial-banner.3999c996.webp);
  }
}

.fix_de .section-custom-banner-referral-commercial {
  height: 665px;
}

.fix_fr .section-custom-banner-referral-commercial {
  height: 685px;
}

.section-custom-banner-referral-commercial .section-vertical-centered {
  padding-bottom: 0;
}

.section-custom-banner-info-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-style: italic;
}

.fix_hu .section-custom-banner.section-custom-banner-referral-commercial .section-vertical-centered .main-title,
.fix_hu .section-custom-banner.section-custom-banner-referral-commercial .section-vertical-centered .sub-title,
.fix_bg .section-custom-banner.section-custom-banner-referral-commercial .section-vertical-centered .main-title,
.fix_bg .section-custom-banner.section-custom-banner-referral-commercial .section-vertical-centered .sub-title {
  width: 570px;
}

.section-custom-banner-merchant .section-vertical-centered {
  display: block;
  padding-bottom: 0;
}

.section-custom-banner-merchant .section-vertical-centered .main-title {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.section-custom-banner-merchant .section-vertical-centered .sub-title {
  max-width: 460px;
  font-size: 28px;
  line-height: 1.29;
  letter-spacing: 0.025em;
}

.section-custom-banner-vibemarket {
  padding-bottom: 0 !important;
  background-color: #fcfdfe;
}

.section-custom-banner-vibemarket .section-image {
  position: relative;
}

.section-custom-banner-vibemarket .section-image-actions {
  position: absolute;
  top: 280px;
  left: 150px;
  z-index: 2;
}

.article-short-viber-community .section-image-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.article-short-sell-online .section-image-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.youtube-button-wrapper {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.youtube-button-wrapper .btn-play-with-text {
  padding: 15px 25px 15px 60px;
  text-transform: uppercase;
  font-weight: 500;
}

.youtube-button-wrapper .btn-play-with-text::before {
  left: 30px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
}

.btn-play {
  position: relative;
  overflow: hidden;
  width: 68px;
  height: 68px;
  margin: 0;
  padding: 0;
  background: #000;
  font-size: 0;
  white-space: nowrap;
  text-indent: 200%;
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-play:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

_:-ms-lang(x), .btn-play:hover {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.btn-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -9px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
  content: "";
}

.btn-play-with-text {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 25px 25px 25px 80px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(84, 84, 84, 0.64) 100%);
  box-shadow: 0px 8px 18px 0px rgba(82, 93, 114, 0.64);
  border: 0;
  border-radius: 37px;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-play-with-text:hover,
.btn-play-with-text:focus {
  color: #fff;
  border: 0;
  box-shadow: 0px 0px 0px 0px rgba(82, 93, 114, 0.64);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-play-with-text:active {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(84, 84, 84, 0.64) 100%);
  box-shadow: 0px 0px 0px 0px rgba(82, 93, 114, 0.64);
}

.btn-play-with-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
}

/* ==========================================================================
	#Home page property section
========================================================================== */
.section-product-services-box {
  padding-top: 20px;
  padding-bottom: 60px;
}

.product-services-box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.product-services-box {
  flex: 1 1 33.3334%;
  padding: 40px 40px 30px;
  text-align: center;
  color: #444;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin: 0 15px;
  transition: all 0.3s;
}

.product-services-box:hover,
.product-services-box:focus,
.product-services-box:focus:hover {
  text-decoration: none;
  color: #444;
}

.product-services-box:hover {
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

span.product-services-box:hover {
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.06);
}

.product-services-box .product-services-icon {
  color: #1093f8;
  font-size: 76px;
  line-height: 1px;
  margin-bottom: 35px;
}

.product-services-box .product-services-title {
  font-weight: 700;
  margin-bottom: 35px;
}

/* ==========================================================================
	#Home page Hero
========================================================================== */
.section-custom-banner-hero-grey .section-vertical-centered .main-title,
.section-custom-banner-hero-grey .section-vertical-centered .sub-title,
.fix_fr .section-custom-banner-hero-grey .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-hero-grey .section-vertical-centered .main-title,
.fix_es .section-custom-banner-hero-grey .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-hero-grey .section-vertical-centered .main-title {
  width: 90%;
  color: #444;
}

.section-custom-banner-hero-grey .section-vertical-centered .main-title {
  margin-bottom: 20px;
}

.section-custom-banner-hero-grey .section-vertical-centered .sub-title {
  margin-bottom: 65px;
}

.section-custom-banner.section-custom-banner-hero-grey .section-vertical-centered {
  padding-bottom: 70px;
  max-width: none;
  width: 100%;
}

.section-custom-banner-hero-grey .grey-hero-btn-actions {
  text-transform: uppercase;
}

.section-custom-banner-hero-grey .grey-hero-btn-actions .btn ~ .btn {
  margin-left: 35px;
}

.section-custom-banner-home-hero {
  height: 590px;
  padding-bottom: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: calc(50% + 245px) calc(50% + 70px);
  background-size: 1500px;
  background-color: #010101;
}

.section-custom-banner-home-hero .section-inner {
  padding-bottom: 60px;
}

.section-custom-banner-home-hero.banner-home-hero-n5fiscal .home-hero-animation-content .main-title,
.section-custom-banner-home-hero.banner-home-hero-n5fiscal .home-hero-animation-content .sub-title {
  color: #444;
}

.section-custom-banner-home-hero {
  position: relative;
}

.fix_fr .section-custom-banner-home-hero .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-home-hero .section-vertical-centered .main-title,
.fix_es .section-custom-banner-home-hero .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-home-hero .section-vertical-centered .main-title {
  width: 90%;
  color: #fff;
}

.section-custom-banner-home-hero .section-vertical-centered .main-title,
.section-custom-banner-home-hero .section-vertical-centered .sub-title {
  width: 100%;
  color: #fff;
}

.fix_en .section-custom-banner-home-hero .section-vertical-centered .main-title,
.fix_en .section-custom-banner-home-hero .section-vertical-centered .sub-title {
  width: 90%;
}

.section-custom-banner-home-hero .section-vertical-centered .main-title {
  margin-bottom: 20px;
}

.section-custom-banner-home-hero .section-vertical-centered .sub-title {
  margin-bottom: 65px;
}

.section-custom-banner.section-custom-banner-home-hero .section-vertical-centered {
  padding-bottom: 70px;
  max-width: none;
  width: 100%;
}

.section-custom-banner-home-hero .home-hero-btn-actions {
  text-transform: uppercase;
}

.section-custom-banner-home-hero .home-hero-btn-actions .btn ~ .btn {
  margin-left: 35px;
}

.section-custom-banner-home-hero .home-hero-info-caption {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.trustpilot-hero-widget {
  padding-right: 20px;
}

.preorder-popup .modal-body .quote-modal-body-success {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* ==========================================================================
	#Home page Blue background section
========================================================================== */
.section-blue-bg {
  background-color: #048ff8;
}

.section-blue-bg .blue-bg-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-blue-bg p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
}

.section-blue-bg .blue-bg-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.section-blue-bg .blue-bg-btn {
  float: right;
  padding-left: 60px;
  padding-right: 60px;
  text-transform: none;
  margin-top: 35px;
}

.section-blue-bg .blue-bg-btn:hover {
  color: #048ff8;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.section-blue-bg .blue-bg-btn:active {
  text-transform: none;
}

.section-blue-bg-alt .btn {
  float: none;
}

/* ==========================================================================
	#Home page Customer love us section
========================================================================== */
.section-customer-love p {
  font-size: 16px;
  line-height: 30px;
  color: #3a3a3a;
  text-align: center;
  padding: 0 30px;
}

.customer-love-image {
  margin-top: 50px;
  margin-bottom: 45px;
  text-align: center;
}

.customer-love-content {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.customer-love-content:hover,
.customer-love-content:active,
.customer-love-content:focus {
  text-decoration: none;
}

.customer-love-image img {
  max-width: 100%;
  height: auto;
}

.customer-love-quote {
  font-style: italic;
  font-weight: 300;
}

.customer-love-person {
  font-weight: bold;
}

.customer-love-person::before {
  content: "- ";
}

/* ==========================================================================
	#Technology partners page
========================================================================== */
.section-technology-integration {
  padding-top: 20px;
  padding-bottom: 115px;
}

.technology-integration-box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -15px;
}

.technology-integration-box-wrapper .technology-integration-box {
  flex: 0 1 25%;
  padding: 20px 40px 20px;
  text-align: center;
  color: #444;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 15px;
}

.technology-integration-box-wrapper .technology-integration-box .technology-integration-icon {
  font-size: 57px;
  color: #0071f3;
  margin-bottom: 30px;
}

.technology-integration-box-wrapper .technology-integration-box p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
}

.section-technology-benefits {
  padding-bottom: 140px;
}

.technology-benefits-box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -15px;
}

.technology-benefits-box {
  flex: 0 1 50%;
  padding: 50px 60px 20px;
  color: #444;
  background-color: #f1f8ff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 15px;
}

.technology-benefits-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

.technology-benefits-list {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.technology-benefits-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.875;
}

.technology-benefits-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  background-color: #d3dde5;
  position: absolute;
  top: 5px;
  left: 0;
}

.technology-benefits-list li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 9px;
  height: 5px;
  display: block;
  transform: rotate(-45deg);
  border-bottom: 2px solid #45525c;
  border-left: 2px solid #45525c;
}

.section-technology-opportunities {
  padding: 110px 0;
  background-color: #fbfbfd;
}

.section-technology-opportunities .sub-title {
  font-size: 28px;
}

.section-technology-opportunities .technology-title,
.section-technology-partner .technology-partner-box-content .technology-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}

.section-technology-opportunities p,
.section-technology-partner .technology-partner-box-content p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.875;
}

.tech-opportunity-img {
  max-width: 100%;
}

.section-technology-partner {
  padding-top: 90px;
  padding-bottom: 145px;
}

.technology-partner-box-wrapper {
  box-shadow: 6px 10px 57px 0px rgba(82, 93, 114, 0.09);
  border-radius: 8px;
  position: relative;
  padding-left: 50%;
  overflow: hidden;
}

.technology-partner-box-wrapper::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}

.technology-partner-box-content {
  padding: 50px 60px 25px;
}

.section_checkout_type {
  padding-top: 60px;
  padding-bottom: 45px;
}

.checkout_type_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

.checkout_type_list li {
  padding: 0 15px 15px 0;
}

.checkout_type_list li:last-child {
  padding-right: 0px;
}

/* ==========================================================================
	#About us page
========================================================================== */
.section-about-us h2, .section-about-us .h2 {
  margin-bottom: 40px;
  color: #626262;
}

.wrapper-legal .section-about-us h2, .wrapper-legal .section-about-us .h2 {
  margin-bottom: 20px;
}

.section-about-us .about-us-quote {
  font-size: 18px;
  line-height: 24px;
  color: #626262;
  font-weight: 300;
  margin-top: 23px;
  margin-bottom: 0;
  font-style: italic;
}

.section-about-us .author-quote {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 6px;
  font-weight: bold;
  text-align: right;
}

.section-about-us p {
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  font-weight: 300;
  margin-bottom: 20px;
}

/* Our story page */
.section-short-story {
  padding-bottom: 30px;
}

.section-short-story .section-title-secondary {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.25px;
}

.section-short-story p,
.section-blog-redirection p {
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}

.section-short-story p.mb_0 {
  margin-bottom: 0;
}

.our-story-discuss-image {
  height: 347px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 85px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.our-story-discuss-image::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
}

.our-story-discuss-quote {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 400px;
}

.our-story-discuss-quote p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 1.875;
  margin-bottom: 0;
}

.section-blog-redirection {
  padding-top: 30px;
  padding-bottom: 125px;
}

.section-blog-redirection .section-title-secondary {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.25px;
}

.section-blog-redirection .btn-primary {
  min-width: 280px;
}

.newspaper-column-2 {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}

/* ==========================================================================
	#Order terminals page
========================================================================== */
.order-pos-wrapper {
  padding: 25px;
  max-width: 440px;
  margin: 30px auto 0;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.order-pos-wrapper:hover {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.order-pos-wrapper h3, .order-pos-wrapper .h3 {
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  min-height: 55px;
  margin-bottom: 0;
}

.order-pos-wrapper img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.order-terminal-price {
  text-align: center;
}

.order-terminal-price .order-terminal-price-amount {
  font-size: 20px;
  font-weight: 500;
  color: #606060;
  margin-bottom: 0;
}

.order-terminal-price .order-terminal-vat-info {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 12px;
}

.order-terminal-details {
  min-height: 66px;
  text-align: center;
}

.fix_el .order-terminal-details {
  min-height: 110px;
}

.fix_sv .order-terminal-details {
  min-height: 120px;
}

.order-pos-wrapper p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.order-pos-wrapper a {
  color: #0071f3;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  line-height: 30px;
}

.order-pos-wrapper a:hover {
  text-decoration: none;
}

.fix_de .order-pos-wrapper a,
.fix_ro .order-pos-wrapper a,
.fix_el .order-pos-wrapper a,
.fix_cs .order-pos-wrapper a,
.fix_pl .order-pos-wrapper a {
  line-height: 15px;
}

/* ==========================================================================
	#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;
  }
}
/* ----------------------   custom style for every page ---------------------- */
/*--------------------------------------------------
				Index Page CSS
-------------------------------------------------- */
section.index > article {
  padding: 20px 0;
}

section.index > article img {
  margin: 0 auto;
  transform: scale(1);
}

section.index > article footer img:hover {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.zoomsection.index > article aside img {
  margin: 18px auto;
  z-index: 2;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

section.index > article:hover aside img {
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
}

/* LINK BOXES */
.box_link, .box_icon {
  text-align: center;
  border: 1px solid #e4e4e4;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all ease-in 0.1s;
}

.box_icon {
  cursor: auto;
}

.box_link:hover {
  border-color: #009bf4;
}

.box_link .img {
  position: relative;
  margin-bottom: 20px;
  min-height: 398px;
}

@-webkit-keyframes reveal-on-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes reveal-on-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes reveal-on-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-on-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.box_link .img img {
  -webkit-animation: reveal-on-load 2s ease-in-out 1;
  -o-animation: reveal-on-load 2s ease-in-out 1;
  animation: reveal-on-load 2s ease-in-out 1;
}

.box_link .img .h3 {
  color: #777;
  font-weight: 300;
  position: absolute;
  top: 20px;
  margin: 0;
  width: 100%;
}

.box_link .img img {
  width: 100%;
}

.box_link .h4 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 500;
  color: #777;
}

.box_icon .icon {
  margin-top: 40px;
  margin-bottom: 40px;
}

.box_icon .icon img {
  margin-bottom: 40px;
}

.box_icon p {
  margin-left: 20px;
  margin-right: 20px;
}

.merchant-bordered-boxes .box_icon p {
  margin-left: 30px;
  margin-right: 30px;
}

/*--------------------------------------------------
				Compare Page CSS
-------------------------------------------------- */
.compare article {
  margin-bottom: 10px;
}

.compare-link {
  padding: 10px 0;
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #9e9e9e;
  font-weight: bold;
  text-transform: uppercase;
}

.compare-link:hover {
  border-color: transparent;
  color: #fff;
  background: #424242;
}

/*--------------------------------------------------
				Order Page CSS
-------------------------------------------------- */
#sidebar {
  max-width: 460px;
}

.affix-top,
.affix {
  position: static;
  top: 0;
}

#sidebar.affix {
  position: fixed;
  top: 90px;
}

#sidebar.affix-bottom {
  position: absolute;
}

article.success {
  margin-top: 80px;
}

section.order H3 {
  color: #444;
  font: bold 16px/24px Arial, Helvetica, sans-serif;
}

.number {
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #444;
  border-radius: 5px;
  font: bold 16px/24px Arial, Helvetica, sans-serif;
}

.order ul li > a {
  width: 100%;
  height: 100%;
  padding: 16px 12px;
  display: block;
  float: left;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.order ul li:hover > a,
.order ul li:focus > a,
.order ul li.active > a {
  padding: 15px 11px;
  border: 2px solid #0077c0;
}

.order ul li p,
.order ul li a {
  margin: 0;
  color: #444;
}

.order ul li a {
  text-decoration: none;
}

#devices li a {
  min-height: 140px;
}

.order ul li img {
  margin: 5px 20px 5px 5px;
}

.order .currency_list li {
  margin-top: 10px;
}

.order label.control-label {
  line-height: 32px;
}

.order .payment ul li > a {
  height: 140px;
  padding: 10px;
  cursor: pointer;
}

.order .payment ul li:hover > a,
.order .payment ul li:focus > a,
.order .payment ul li.active > a {
  padding: 9px;
}

.order .payment ul li img {
  margin: 5px 0px 0px 0px;
  display: inline-block;
}

.order .payment ul li a > p {
  height: 20px;
  margin-bottom: -20px;
  position: relative;
  top: 140px;
}

.order .no-margin p {
  margin-bottom: 2px;
}

.order.review header hr {
  margin-bottom: 15px;
}

.success-links .list-group-item {
  display: inline-block;
}

a.compare {
  text-decoration: underline;
}

.contact-personal,
.grey_box {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px auto 0;
  background-color: #f2f2f2;
}

.grey_box h3, .grey_box .h3,
.registration .grey_box h3 {
  color: #444;
  font: bold 16px/24px "Inter", Arial, sans-serif;
}

.grey_box .underline {
  border-bottom: 1px solid #ccc;
}

.grey_box hr {
  height: 1px;
  margin: 20px 15px;
  display: block;
  clear: both;
  background: #ccc;
}

.circle {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.circle.grey {
  background: #303030;
}

.circle.blue {
  background: #47b2e3;
}

.circle.Red {
  background: #fd6e70;
}

.circle.green {
  background: #9ad439;
}

.circle.yewoll {
  background: #4679bd;
}

.circle.white {
  background: #fff;
  -webkit-box-shadow: inset 0 0 2px #000;
  -moz-box-shadow: inset 0 0 2px #000;
  box-shadow: inset 0 0 2px #000;
}

#devices a {
  cursor: pointer;
}

.tab-pane > img {
  margin: 0 15px;
}

a.cart {
  min-height: 14px;
  padding-left: 20px;
  display: inline-block;
  text-decoration: underline;
  background: url(/trunk/public/build/assets/cart_new.528e22ad.png) no-repeat left center;
}

/*--------------------------------------------------
				Activation Page CSS
-------------------------------------------------- */
/*  Activation
-------------------------------------------------- */
.content.activation {
  margin-top: 0;
}

#terminal_settings label {
  padding-top: 8px;
  margin-bottom: 0;
}

#terminal_settings .file_format_text {
  margin-top: 0;
}

#terminal_settings h2, #terminal_settings .h2 {
  margin-bottom: 5px;
}

#terminal_settings .h3 {
  margin-top: 0;
}

ul.tips li,
ul.instructions li {
  padding-left: 20px;
  margin-top: 20px;
  background: url(/trunk/public/build/assets/ico_info.420c254a.png) no-repeat left 5px;
}

ul.instructions li {
  background: url(/trunk/public/build/assets/ico_info.420c254a.png) no-repeat left 3px;
}

ul.tips strong {
  display: block;
  font-size: 16px;
}

.act_code {
  padding: 7px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  background: none repeat scroll 0 0 #818181;
}

.check li {
  padding-left: 20px;
  margin-top: 20px;
  background: url(/trunk/public/build/assets/tick.1a2d51ba.png) no-repeat left 5px;
}

.wallets li a {
  width: 100%;
  padding: 10px 10px 10px 70px;
  margin-bottom: 10px;
  display: block;
  border: 1px solid #e2e2e2;
  color: #444444;
  font-size: 12px;
  line-height: 17px;
  background: url(/trunk/public/build/assets/icon_user.872c0b57.png) no-repeat 10px center;
  background-size: 40px 40px;
}

.wallets li a span {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.wallets li a:hover {
  border: 1px solid #009bf4;
  text-decoration: none;
}

.wallets li a:hover span:before {
  content: "✔";
  position: relative;
  top: 5px;
  right: 10px;
  float: right;
  font-size: 22px;
}

#terminal_settings .hint_label {
  width: 100%;
}

#terminal_settings .hint_link {
  margin-right: -20px;
}

#terminal_settings .hint img {
  display: inline-block;
}

/*  registration
-------------------------------------------------- */
.registration h2, .registration .h2 {
  margin-bottom: 5px;
}

.registration h3, .registration .h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}

.registration .underline {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

/*  Steps
-------------------------------------------------- */
.steps {
  margin: -80px 0 50px;
  font: bold 14px "Inter", Arial, sans-serif;
  box-shadow: 2px 2px 2px 0px rgba(226, 226, 226, 0.85);
}

.steps p {
  font: 12px/1.4em "Inter", Arial, sans-serif;
}

.num_steps p {
  padding-top: 3px;
  color: #cccccc;
}

.num_steps {
  margin: 20px 0 5px;
  list-style: none;
}

.num_steps li {
  padding-right: 40px;
  min-height: 50px;
}

.num_steps li:last-child {
  padding-right: 0px;
}

.num_steps .num {
  width: 35px;
  height: 60px;
  margin-right: 5px;
  float: left;
  border-right: 1px solid #e2e2e2;
  color: #cccccc;
  font: bold 48px/55px "Inter", Arial, sans-serif;
}

.num_steps h3, .num_steps .h3 {
  padding: 0 0 5px;
  margin: 0 0 0 35px;
  border-bottom: 1px solid #e2e2e2;
  color: #cccccc;
  font: bold 14px "Inter", Arial, sans-serif;
}

/* done */
.num_steps li.done h3, .num_steps li.done .h3 {
  color: #444444;
}

.num_steps li.done .num {
  color: #444444;
}

.num_steps li.done p {
  color: #8dc73f;
}

.num_steps li.done p:before {
  content: "✔";
  margin-right: 4px;
  font-weight: bold;
}

/* active */
.num_steps li.active h3, .num_steps li.active .h3 {
  color: #444444;
}

.num_steps li.active .num {
  color: #009bf4;
}

.num_steps li.active p {
  color: #444444;
}

/*--------------------------------------------------
				Login Forms
-------------------------------------------------- */
.forgotten .move_up,
.password_create .move_up {
  margin-top: -10px;
}

.password_create h3, .password_create .h3 {
  margin-top: -15px;
  margin-bottom: 0;
}

.forgotten .file_format_text p,
.password_create .file_format_text p {
  margin-bottom: 0px;
}

/*--------------------------------------------------
				Exchange Rates CSS
-------------------------------------------------- */
.va_middle {
  vertical-align: middle;
}

.rates_corr .exchange_rates_new {
  width: 100% !important;
  margin-left: 0 !important;
}

/* ==========================================================================
	#currency-exchange-rates table fixes
========================================================================== */
.rates_corr .table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
}

/*--------------------------------------------------
				Login Page CSS
-------------------------------------------------- */
section.login {
  margin-top: 50px;
  margin-bottom: 50px;
}

.login_page {
  margin: 25px auto 50px;
  max-width: 470px;
}

.login_page .main-title {
  margin-bottom: 35px;
}

.login_page .alert {
  margin-top: -15px;
  margin-bottom: 15px;
}

.menu-login {
  padding-top: 11px;
}

.menu-login input {
  height: 26px;
  padding: 0 10px 0 10px;
  font-size: 12px;
}

.menu-login input[type=submit] {
  padding-bottom: 1px;
}

/*--------------------------------------------------
				Legal Page CSS
-------------------------------------------------- */
.legal {
  min-height: 640px;
  margin-top: 40px;
}

.legal.reset-mt {
  margin-top: 0;
}

.legal h1, .legal .h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Inter", Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 100;
}

.legal h2, .legal .h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.legal h3, .legal .h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 300;
}

.legal-country-selection {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.legal-country-selection select {
  width: 100%;
  height: 34px;
  padding-left: 15px;
  border-color: #cccccc;
  -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;
}

.legal-country-selection select:hover {
  cursor: pointer;
}

.legal-country-selection .file_format_text.legal-info-text {
  display: block;
  text-align: right;
  line-height: 16px;
  font-style: normal;
  margin-top: 0;
  color: #444444;
}

.strong {
  font-weight: bold;
}

.legal .fs_10, .legal .fs_11 {
  font-size: 14px;
}

/* това е заради форматирането в ipay - ако прецените, да го сменим */
.pdf_ico {
  height: 20px;
  padding-left: 25px;
  display: inline-block;
  background: url(/trunk/public/build/assets/pdf.e9d8b3a0.png) no-repeat left top;
}

.pdf_ico_right {
  height: 20px;
  padding-right: 27px;
  background: url(/trunk/public/build/assets/pdf.e9d8b3a0.png) no-repeat right top;
}

.legal-documents {
  padding-top: 110px;
}

.legal-documents .main-title {
  font-size: 42px;
  margin-bottom: 20px;
}

.legal-documents p {
  line-height: 24px;
  margin-bottom: 20px;
}

/*--------------------------------------------------
				FAQ Page CSS
-------------------------------------------------- */
.img-thumbnail {
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.table_light .blue_title {
  color: #004388;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
}

.qr {
  min-height: 145px;
  padding-top: 5px;
  padding-right: 250px;
}

.faq_video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.faq_video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Upper latin character list*/
.upper-latin-list {
  list-style: upper-latin;
  list-style-position: inside !important;
  padding-left: 20px;
}

/*--------------------------------------------------
				Fees Page CSS
-------------------------------------------------- */
section.fees {
  margin-top: 40px;
}

/*--------------------------------------------------
				Contacts Page CSS
-------------------------------------------------- */
.capcha_box img {
  height: 37px;
}

.capcha_box .form-control {
  width: calc( 100% - 115px );
  display: inline-block;
  float: right;
}

/*--------------------------------------------------
				Virtual myPOS
-------------------------------------------------- */
.virtual-mypos h1, .virtual-mypos .h1 {
  font-size: 44px;
}

.virtual-mypos h2, .virtual-mypos .h2 {
  color: #444;
  font-size: 18px;
  font-weight: bold;
}

.virtual-mypos .blue-bg h2, .virtual-mypos .blue-bg .h2 {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 600;
}

.virtual-mypos h2 hr, .virtual-mypos .h2 hr {
  margin: 5px auto 0;
}

.virtual-mypos h3, .virtual-mypos .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
}

.virtual-mypos h3 + p, .virtual-mypos .h3 + p {
  font-size: 14px;
  line-height: 22px;
}

.pt_10 {
  padding-top: 10px;
}

.description .blue-bg {
  background: #004388;
}

.description .blue-bg h2, .description .blue-bg .h2,
.description .blue-bg p {
  color: #fff;
}

.description .list-group-item {
  padding: 10px 0;
  clear: both;
  border: none;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
}

.description .list-group-item P + p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.description .list-group-item .badge {
  margin-top: 6px;
  float: left;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
}

.description .list-group-item-heading {
  color: #004388;
  font-size: 14px;
  font-weight: bold;
}

.description .list-group-item-text {
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 1.2;
}

/*--------------------------------------------------
				TEMPORARILY
-------------------------------------------------- */
.login.container .btn {
  margin-right: 20px;
}

form.review label {
  display: block;
  clear: both;
}

.carousel.blue {
  border-bottom: 3px solid #2387b0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #2b91b9;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators {
  z-index: 10;
}

/* to add to order styles  */
.order_total {
  padding: 0 10px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

.order_total li {
  margin: 10px 0 0;
  border: none;
}

.price_total {
  font-weight: bold;
}

.grand_total {
  color: #004388;
  font-weight: bold;
}

.a_btn {
  height: 28px;
  padding: 0;
  padding-top: 0px;
  margin-top: 10px;
  color: #fff;
  line-height: 0px;
}

.navbar-inverse .navbar-nav > li.a_btn > a {
  padding-top: 13px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 0;
  text-shadow: 1px 1px 0 #333;
}

.navbar-inverse .navbar-nav > li.menu-login:hover,
.navbar-inverse .navbar-nav > li.menu-login:focus {
  background-color: transparent;
}

.tab-pane article .device-guide-title {
  padding-left: 24px;
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: 300;
  background: url(/trunk/public/build/assets/pdf.e9d8b3a0.png) center left no-repeat;
}

.tab-pane article h1.icon-exe, .tab-pane article .icon-exe.h1 {
  background: url(/trunk/public/build/assets/icon-exe.065f146f.png) center left no-repeat;
}

.tab-pane article h2, .tab-pane article .h2 {
  margin: 40px 0 10px;
}

.tab-pane header p {
  font-weight: 300;
  font-size: 24px;
  color: #000;
  font-family: "Inter", Arial, sans-serif;
}

/* DISCLAIMER */
.disclaimer {
  margin-bottom: 10px;
  color: #999;
  font-size: 10px;
}

.disclaimer a {
  color: #999;
  text-decoration: underline;
}

/*--------------------------------------------------
				IE fix for IE9 and UP
-------------------------------------------------- */
figcaption {
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 0;
  transform: scale(1);
}

figcaption.img_instant_tex {
  bottom: 24%;
  color: #0077c5;
  font-size: 1.8em;
}

figcaption.img_fee_text {
  width: 42%;
  bottom: 18%;
  left: 16%;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4em;
  line-height: 120%;
  text-align: left;
}

section.index > article:hover aside figcaption.img_fee_text {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

section.index > article:hover aside figcaption {
  z-index: 2;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  text-shadow: none;
  background-color: #9e9e9e;
}

@media (min-width: 767px) {
  .row.row-table {
    display: table;
  }

  .row.row-table > [class*=col-] {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
.box_list {
  padding-left: 0;
  overflow: hidden;
}

.box_list li {
  min-width: 190px;
  padding: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  list-style: none;
}

.box_list.resource-info-platforms-wrapper li {
  min-width: 200px;
}

.box_list span {
  display: block;
}

.box_list a,
.box_list .resource-info-box {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.box_list.carts_platforms .resource-info-box .img {
  padding: 0;
}

.box_list a.wb {
  border: none;
}

.box_list.carts_platforms .img {
  width: 190px;
  height: 80px;
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}

.box_list.carts_platforms .img img {
  max-width: 130px;
}

.box_list .supplier {
  height: 30px;
  padding-top: 10px;
  line-height: 12px;
  background-color: #efefef;
}

/* OpenCart
-------------------------------------------------- */
.platforms.opencart table td p {
  margin-bottom: 0;
}

.zendcart img {
  max-width: 650px;
}

/*--------------------------------------------------
			Media-queries
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .vertical-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  figcaption.img_instant_tex {
    font-size: 1em;
  }

  figcaption.img_fee_text {
    bottom: 30%;
    left: 20%;
    color: #fff;
    font-size: 0.42em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
  }

  .navbar-nav {
    margin: 7.5px;
  }
}
.pos .img-responsive, .features .text-center .img-responsive {
  display: inline-block;
}

.pos-label {
  font-size: 48px;
  font-weight: 100;
  line-height: 110px;
  color: #fff;
}

.fa.fs_13 {
  font-size: 13px;
}

/*--------------------------------------------------
				DEVICES Page CSS
-------------------------------------------------- */
/* Features */
.features p:not(.h3),
.features ul {
  margin: 0;
}

.section-articles-excerpt {
  padding-bottom: 50px;
}

.article-excerpt {
  padding-bottom: 30px;
}

.article-excerpt-inner {
  overflow: hidden;
  display: block;
  height: 299px;
  color: #626262;
}

.article-excerpt-inner:hover {
  color: #626262;
}

.article-excerpt-inner:hover,
.article-excerpt-inner:focus {
  text-decoration: none;
}

.article-excerpt-inner:hover {
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.3);
}

.article-excerpt-small .article-excerpt-inner {
  height: 150px;
}

.article-excerpt-image {
  float: left;
  border: 1px solid #d9d9d9;
}

.article-excerpt:not(.article-excerpt-small) .article-excerpt-image {
  border-right: 0;
}

.article-excerpt-image,
.article-excerpt-image img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.article-excerpt-image {
  max-width: 570px\0 ;
}

_:-ms-lang(x), .article-excerpt-image {
  max-width: 570px;
}

.article-excerpt-small .article-excerpt-image {
  position: relative;
  overflow: hidden;
  width: 150px;
}

.article-excerpt-small .article-excerpt-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: auto;
  max-width: 9999px;
  min-width: 100%;
  height: 100%;
  margin: auto;
}

.article-excerpt-content {
  overflow: hidden;
  height: 100%;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 30px;
  border: 1px solid #d9d9d9;
  border-left: 0;
}

.article-excerpt-small .article-excerpt-content {
  padding-top: 20px;
}

.article-excerpt-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #626262;
  font-weight: 400;
}

.article-excerpt-content .article-excerpt-meta {
  margin-bottom: 5px;
  font-weight: 500;
}

.article-excerpt .article-excerpt-content .article-excerpt-meta {
  margin-bottom: 10px;
}

.article-excerpt-small .article-excerpt-content .article-excerpt-meta {
  margin-bottom: 5px;
}

.article-excerpt-content .article-excerpt-title {
  margin-bottom: 0;
  min-height: 3.75em;
  font-size: 24px;
  line-height: 1.25;
  color: #626262;
  font-weight: 700;
}

.article-excerpt:not(.article-excerpt-small) .article-excerpt-content .article-excerpt-title {
  min-height: 2em;
  margin-bottom: 5px;
}

.article-excerpt-small .article-excerpt-content .article-excerpt-title {
  font-size: 16px;
}

.article-excerpt-actions {
  padding-top: 20px;
}

.article-excerpt:not(.article-excerpt-small) .article-excerpt-actions {
  padding-top: 15px;
}

.article-excerpt-title + .article-excerpt-actions {
  padding-top: 0;
}

.article-excerpt-actions .article-excerpt-link-more {
  font-size: 16px;
  line-height: 1.4;
  color: #0072ba;
  font-weight: 700;
  text-decoration: underline;
}

.article-excerpt-inner:hover .article-excerpt-actions .article-excerpt-link-more {
  text-decoration: none;
}

.articles-excerpt-extendable {
  position: relative;
  margin: 0 -15px;
  font-size: 0;
}

.articles-excerpt-extendable .article-excerpt {
  overflow: hidden;
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
  width: 180px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.articles-excerpt-extendable .article-excerpt-open {
  width: 50.1%;
}

.articles-excerpt-extendable .article-excerpt-small .article-excerpt-inner {
  width: 555px;
}

.articles-excerpt-extendable .article-excerpt .article-excerpt-content {
  width: 405px;
  border-color: transparent;
  white-space: normal;
}

.articles-excerpt-extendable .article-excerpt-open .article-excerpt-content,
.articles-excerpt-extendable .article-excerpt-open .article-excerpt-image {
  border-color: #d9d9d9;
}

.article-excerpt-open .article-excerpt-image {
  border-right: 0;
}

.article-excerpt-open .article-excerpt-image img {
  padding-right: 1px;
}

.articles-excerpt-extendable .article-excerpt:hover .article-excerpt-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.articles-excerpt-extendable .article-excerpt-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
}

.articles-excerpt-extendable .article-excerpt-more .article-excerpt-inner {
  position: relative;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.articles-excerpt-extendable .article-excerpt-more .article-excerpt-inner::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.articles-excerpt-extendable .article-excerpt-more .article-excerpt-inner::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #0072ba;
  border-right: 1px solid #0072ba;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.articles-excerpt-extendable .article-excerpt-more .article-excerpt-content {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 20px 40px;
  border: 0;
  font-size: 0;
  vertical-align: middle;
}

.articles-excerpt-extendable .article-excerpt-more .article-excerpt-actions {
  padding-top: 0;
}

/*========================================================*\
	.Language fixes
\*========================================================*/
.registration .ls_fr {
  letter-spacing: -0.7px;
}

/*  Cookies
==========================================*/
.cookies-container {
  background-color: rgba(4, 127, 198, 0.92);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  text-align: left;
  z-index: 999999;
}

.cookies-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.cookies-content {
  overflow: hidden;
  font-size: 0;
  color: #fff;
  font-weight: 300;
}

.cookies-content::before {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-right: 19px;
  background: url(/trunk/public/build/assets/wheel_icon.042ba61e.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
}

.cookies-content-inner {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}

.cookies-content h2, .cookies-content .h2,
.cookies-content .cookie-title {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}

.cookies-content p {
  font-size: 16px;
  margin-bottom: 0;
}

.cookies-content a {
  color: #fff;
  font-weight: 700;
}

.cookies-action {
  text-align: right;
}

.btn-close-cookies {
  position: absolute;
  top: 10px;
  right: 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 19px;
  color: #fff;
  opacity: 1;
  font-weight: normal;
}

.btn-close-cookies:hover,
.btn-close-cookies:focus {
  color: #fff;
}

.button_continue {
  display: inline-block;
  padding: 6px 25px 5px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border: 2px solid #fff;
  border-radius: 18px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button_continue:hover {
  color: #047fc6;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

/* ==========================================================================
	#Taxi page
========================================================================== */
.section-custom-banner.section-custom-banner-taxi .section-vertical-centered {
  padding-bottom: 0;
}

.section-custom-banner-taxi .section-vertical-centered .main-title,
.section-custom-banner-taxi .section-vertical-centered .sub-title {
  padding-left: 0;
  padding-right: 0;
}

.section-taxi.section-taxi-line,
.section-taxi.section-taxi-header-foot {
  background-image: url(/trunk/public/build/assets/taxi-line.921b7c2b.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f7f7f7;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: visible;
  position: relative;
}
@supports (background-image: url("../../../public/info/images/icons/taxi-line.webp")) {
  .section-taxi.section-taxi-line,
.section-taxi.section-taxi-header-foot {
    background-image: url(/trunk/public/build/assets/taxi-line.a7ea991b.webp);
  }
}

.section-taxi.section-taxi-header-foot {
  background-image: none;
}

.taxi-line-content {
  margin-top: -44px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 34px 185px 50px;
  box-shadow: 0px 8px 26.68px 2.32px rgba(0, 21, 101, 0.05);
}

.section-taxi-header-foot .taxi-line-content {
  padding: 34px 120px 50px;
}

/* main section styles */
.section-taxi {
  overflow: hidden;
  padding: 70px 0;
  border-bottom: 1px solid #dcdcdc;
}

.section-taxi.no-bottom-border {
  border-bottom: 0;
}

.section-taxi-ovv {
  overflow: visible;
}

.section-taxi-mobile-app {
  background-image: url(/trunk/public/build/assets/mypos_mobile_app_first_bg.f0b9c736.png), url(/trunk/public/build/assets/mypos_mobile_app_second_bg.e9767ce8.png);
  background-position: calc(50% + 860px) 0, calc(50% - 860px) calc(50% + 220px);
  background-repeat: no-repeat, no-repeat;
}

.section-taxi:last-of-type {
  border-bottom-width: 0;
}

.section-taxi-head {
  padding: 0 100px 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  font-weight: 300;
}

.section-taxi-foot {
  padding: 70px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  font-weight: 300;
}

.section-taxi-title {
  font-size: 28px;
  line-height: 1.4;
  color: #3a3a3a;
  font-weight: 300;
  margin-top: 0;
}

/* fix of old code */
p.section-taxi-title {
  line-height: 1.4;
}

.section-taxi-payment-request .btn-border {
  min-width: 360px;
}

.section-taxi-main {
  position: relative;
}

.section-taxi-main .section-taxi-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.section-taxi-main .section-taxi-image-pull {
  right: 50%;
}

.section-taxi-main-vam {
  font-size: 0;
}

.section-taxi-main-vam .section-taxi-image {
  position: relative;
}

.section-taxi-main-vam .section-taxi-image,
.section-taxi-main-vam .section-taxi-content {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.section-taxi-main-vam .section-taxi-content {
  padding-right: 50px;
}

.section-taxi-main-vam .section-taxi-content p:not(.section-taxi-title) {
  font-size: 16px;
}

.section-taxi-main .section-taxi-content.pull-right ~ .section-taxi-image {
  left: 0;
}

.section-taxi-article {
  padding: 30px 0 20px;
}

.section-taxi-main-vam .section-taxi-article {
  padding: 20px 0;
}

.section-taxi-article p {
  margin: 0;
  padding: 15px 0;
  color: #3a3a3a;
  line-height: 1.5;
  font-weight: 300;
}

.section-taxi-article .section-taxi-title {
  padding: 0 0 15px;
}

.section-taxi-article .section-taxi-article-image {
  padding-bottom: 30px;
}

.section-taxi-article .section-taxi-article-image img {
  max-width: 100%;
}

.section-taxi-article .section-taxi-article-image-inner {
  width: 76px;
  height: 76px;
  background: #fff;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}

.section-taxi-article .section-taxi-article-image-inner::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.section-taxi-article .section-taxi-article-image-inner img {
  display: inline-block;
  max-width: calc(100% - 0.25em);
  max-height: 100%;
  vertical-align: middle;
}

.section-taxi-dotted-bg-image-right {
  position: absolute;
  top: -520px;
  right: 50%;
  margin-right: -600px;
}

.section-taxi-article.c_white .section-taxi-title,
.section-taxi-article.c_white p,
.section-taxi.blue-bg .section-taxi-title {
  color: #fff;
}

.section-taxi-has-dotted-left-bg {
  background: url(/trunk/public/build/assets/dotted-bg-left.308a1efd.png) no-repeat 0 0;
}

/* section grouped images styles */
.section-taxi-gallery-box {
  overflow-y: auto;
  height: 263px;
  margin-bottom: 30px;
  padding: 15px 50px;
  border: 1px solid #d0d0d0;
  font-size: 0;
}

.section-taxi-gallery-box.under {
  margin-top: 30px;
  margin-bottom: 0;
}

.section-taxi-gallery-box:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.section-taxi-gallery-box .section-taxi-title {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #3a3a3a;
  font-style: italic;
  vertical-align: middle;
}

.section-taxi-gallery-article {
  min-height: 293px;
  padding-left: 35px;
  font-weight: 300;
}

/* .section-taxi-gallery-article. */
.section-taxi-gallery-reverted .section-taxi-gallery-article {
  padding-left: 0;
  padding-right: 35px;
}

.section-taxi-gallery-article p {
  margin: 0;
  padding-bottom: 10px;
}

.section-taxi-gallery-article .btn-bordered {
  min-width: 230px;
}

/* section features styles */
.section-taxi-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-taxi-features li {
  width: calc(50% - 30px);
  text-align: center;
  padding: 30px 35px 30px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  margin: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 0px 8px 26.68px 2.32px rgba(0, 21, 101, 0.05);
}

.section-taxi-features li b {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  color: #3a3a3a;
  font-weight: 300;
  margin-top: 0;
  padding: 0 0 15px;
}

.section-taxi-features li .taxi-features-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
  color: #0071f3;
}

.section-taxi-accept-payments {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.section-taxi-accept-payments .main-title {
  color: #fff;
  margin-bottom: 45px;
  margin-right: 32%;
}

.section-taxi-business-model p {
  margin: 0;
  padding: 15px 0;
  color: #3a3a3a;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
}

.section-taxi-business-model p.section-taxi-title {
  font-size: 28px;
}

/* ==========================================================================
	List ticks
========================================================================== */
.list-ticks li {
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
  color: #3a3a3a;
  font-weight: 300;
}

.list-ticks.fw_normal li {
  font-weight: normal;
}

.list-ticks-separated li + li {
  margin-top: 10px;
}

.list-ticks li:before,
.list-ticks.list-center li p::before {
  position: absolute;
  top: -1px;
  left: 4px;
  display: inline-block;
  width: 10px;
  height: 16px;
  border: 2px solid #000;
  border-top-width: 0;
  border-left-width: 0;
  vertical-align: middle;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.7\0 ;
}

.list-ticks.fs_18 li {
  font-size: 18px;
}
.list-ticks.fs_18 li:before {
  top: 4px;
}

_:-ms-lang(x), .list-ticks li:before {
  opacity: 0.7;
}

.list-ticks-blue li:before,
.list-ticks-blue.list-center li p::before {
  border-color: #0071f3;
}

.list-ticks-dark-blue li:before,
.list-ticks-dark-blue.list-center li p::before {
  border-color: #1960c5;
}

.list-ticks-blue-gradient {
  margin: 0;
  padding: 0;
}

.list-ticks-blue-gradient li {
  padding-bottom: 15px;
  padding-left: 35px;
  background: url(/trunk/public/build/assets/tick-gradient-small-icon.c6892bec.png) no-repeat 0 2px;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 300;
}

.list-ticks-orange-gradient li {
  padding-bottom: 15px;
  padding-left: 35px;
  background: url(/trunk/public/build/assets/orange-gradient-tick.e0bb0eb2.png) no-repeat 0 2px;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 300;
}

.list-ticks-purple-gradient-rounded {
  padding: 10px 0;
}

.list-ticks-purple-gradient-rounded li {
  position: relative;
  padding: 5px 0 5px 50px;
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
}

.list-ticks-purple-gradient-rounded li::before {
  position: absolute;
  top: 5px;
  left: 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff url(/trunk/public/build/assets/ico_check_gradient.584a7d0e.png) no-repeat center 6px;
  border-radius: 50%;
  content: "";
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.list-center {
  display: inline-block;
  text-align: center;
}

.list-ticks.list-center li::before {
  display: none;
}

.list-ticks.list-center li p {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  line-height: 1.88;
}

.list-ticks-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list-ticks-columns li {
  padding-right: 30px;
  margin-bottom: 10px;
}

.list-ticks-two-columns li {
  flex-basis: 50%;
  max-width: 50%;
}

.list-ticks-three-columns li {
  flex-basis: 33.3334%;
  max-width: 33.3334%;
}

@media only screen and (max-width: 767.98px) {
  .list-ticks li {
    padding-left: 25px;
    text-align: left;
  }
}
/* List dots */
.list-dots li {
  position: relative;
  padding-left: 30px;
  line-height: 1.88;
  color: #3a3a3a;
  font-weight: 300;
}

.list-dots.fw_500 li {
  font-weight: 500;
}

.list-dots-separated li + li {
  margin-top: 10px;
}

.list-dots li:before {
  position: absolute;
  top: 10px;
  left: 0px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  content: "";
  border-radius: 50%;
  background-color: #0071f3;
}

/* Subscribe form styles */
.form-taxi-content,
.form-taxi-actions {
  padding: 0 25px;
}

.form-taxi-subscribe .form-control {
  width: 345px;
  padding-left: 2px;
  border-color: #d1d1d1;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 300;
  font-style: italic;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-taxi-subscribe .form-control::-webkit-input-placeholder {
  color: #3a3a3a;
  opacity: 1;
}

.form-taxi-subscribe .form-control:-moz-placeholder {
  color: #3a3a3a;
  opacity: 1;
}

.form-taxi-subscribe .form-control::-moz-placeholder {
  color: #3a3a3a;
  opacity: 1;
}

.form-taxi-subscribe .form-control:-ms-input-placeholder {
  color: #3a3a3a;
  opacity: 1;
}

.form-taxi-subscribe .form-control:focus {
  border-bottom-color: #0076ba;
}

.form-taxi-actions .btn-primary {
  padding-right: 40px;
  padding-left: 40px;
}

.form-taxi-message {
  color: #3c3c3c;
  font-weight: 700;
}

.form-taxi-message span {
  display: inline-block;
  vertical-align: middle;
}

.form-taxi-message .form-taxi-message-icon {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
}

.form-taxi-message-success .form-taxi-message-icon {
  background: #6cce16;
}

.form-taxi-message .form-taxi-message-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  content: "";
}

.form-taxi-message-success .form-taxi-message-icon:before {
  height: 18px;
  margin: -11px 0 0 -6px;
  border: 4px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Moto page updates */
.arrowed-steps {
  margin: 0 0 20px;
  font-size: 0;
  text-align: center;
}

.arrowed-steps .arrowed-step {
  position: relative;
  display: inline-block;
  width: 33.33%;
  padding: 30px 75px;
  vertical-align: top;
}

.arrowed-steps .arrowed-step:after {
  position: absolute;
  top: 70px;
  right: -20px;
  width: 38px;
  height: 72px;
  background-image: url(/trunk/public/build/assets/arrowed-steps-arrow.0e5de88d.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
}
@supports (background-image: url("../../../public/info/images/icons/arrowed-steps-arrow.webp")) {
  .arrowed-steps .arrowed-step:after {
    background-image: url(/trunk/public/build/assets/arrowed-steps-arrow.a0bde774.webp);
  }
}

.arrowed-steps .arrowed-step:last-of-type:after {
  display: none;
}

.arrowed-step-image {
  height: 110px;
  font-size: 0;
  margin-bottom: 35px;
}

.arrowed-step-image:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.arrowed-step-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.arrowed-step-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 300;
}

.section-taxi-page-mobile-app {
  background-color: #1960c5;
  position: relative;
}

.section-taxi-page-mobile-app::before,
.section-taxi-page-mobile-app::after {
  content: "";
  display: block;
  width: 1100px;
  height: 940px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 90px;
  position: absolute;
  bottom: 0px;
  transform: rotate(-60deg);
}

.section-taxi-page-mobile-app::before {
  right: 60%;
}

.section-taxi-page-mobile-app::after {
  left: 60%;
}

.section-taxi-page-mobile-app .container {
  position: relative;
  z-index: 1;
}

.section-taxi-page-mobile-app,
.section-taxi-page-mobile-app .section-taxi-title,
.section-taxi-page-mobile-app .section-taxi-article p {
  color: #ffffff;
}

.list-two-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -15px;
}

.list-two-columns li {
  width: 50%;
  padding-right: 30px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-weight: 300;
}

.list-two-columns li .ico-font {
  display: inline-block;
  flex: 1 0 70px;
  text-align: center;
}

.list-two-columns li span {
  flex-basis: calc(100% - 60px);
}

/* ==========================================================================
	#eCommerce page
========================================================================== */
.ratio-img-wrapper picture.ar-537x537 {
  max-width: 537px;
  margin: 0 auto;
}

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

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

.ratio-img-wrapper picture.ar-555x516 {
  max-width: 555px;
  margin: 0 auto;
}

.ratio-img-wrapper picture.ar-555x516::after {
  padding-bottom: calc(46 / 50 * 100%);
}

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

.section-custom-banner.section-custom-banner-ecommerce .section-vertical-centered {
  padding-bottom: 0;
}

.section-custom-banner-ecommerce .section-vertical-centered .main-title {
  margin-bottom: 80px;
}

.section-custom-banner-ecommerce .section-vertical-centered .main-title,
.section-custom-banner-ecommerce .section-vertical-centered .sub-title {
  width: 100%;
  text-align: center;
}

.list-commerce {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 35px 0 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.list-commerce li {
  padding: 0 15px 15px;
}

.section-ecommerce-business-model {
  background-color: #1960c5;
  position: relative;
}

.section-ecommerce-business-model::before,
.section-ecommerce-business-model::after {
  content: "";
  display: block;
  width: 1100px;
  height: 940px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 90px;
  position: absolute;
  bottom: 0px;
  transform: rotate(-60deg);
}

.section-ecommerce-business-model::before {
  right: 80%;
  bottom: 240px;
}

.section-ecommerce-business-model::after {
  top: 240px;
  left: 80%;
}

.section-ecommerce-business-model p {
  margin: 0;
  padding: 15px 0;
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
}

.section-ecommerce-business-model p.pr_5 {
  padding-right: 5px;
}

.section-ecommerce-business-model p.section-taxi-title {
  font-size: 28px;
}

.section-ecommerce-business-model img {
  max-width: 100%;
}

.section-box-over-image {
  padding: 70px 0;
}

.box-over-image-banner-wrapper {
  padding: 0 165px 0 0;
}

.box-over-image-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px 0;
  position: relative;
}

.box-over-image-content {
  background-color: #fff;
  max-width: 680px;
  padding: 60px 80px;
  border-radius: 8px;
  box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.1);
  float: right;
  margin-right: -165px;
}

.box-over-image-content .box-over-image-title,
.box-over-image-content p {
  margin: 0;
  padding: 15px 0;
  color: #3a3a3a;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
}

.box-over-image-content .box-over-image-title {
  font-size: 28px;
}

.section-box-over-image-referral .box-over-image-content .box-over-image-title {
  font-size: 36px;
}

.section-ecommerce-get-started {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  border-bottom: 0;
}

.section-ecommerce-get-started .main-title {
  color: #fff;
  margin-bottom: 45px;
}

/* ==========================================================================
	#Industries
========================================================================== */
.main_slider .slides .item.tall {
  min-height: 815px;
}

.slide_inner.bottom_shadow {
  -webkit-box-shadow: inset 0 -324px 162px -162px rgba(28, 28, 28, 0.9);
  box-shadow: inset 0 -324px 162px -162px rgba(28, 28, 28, 0.9);
}

/* IE/Edge hacks */
.slide_inner.bottom_shadow {
  -webkit-box-shadow: inset 0 -324px 324px -162px rgba(28, 28, 28, 0.9) \0 ;
  box-shadow: inset 0 -324px 324px -162px rgba(28, 28, 28, 0.9) \0 ;
}

.slide_inner.tall .main-title {
  margin-top: 50px;
  font-size: 48px;
  line-height: 1.5;
}

.intro-industries .intro-industries-content {
  height: 505px;
  min-height: 505px;
  padding-bottom: 105px;
  font-size: 0;
  text-align: center;
}

.intro-industries .intro-industries-content:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.intro-industries .intro-industries-content-inner {
  display: inline-block;
  vertical-align: bottom;
}

/* Food and Beverage page */
.slide_inner.food_beverage {
  -webkit-background-size: cover;
  background-size: cover;
}

.slide_inner.food_beverage .main-title {
  padding-right: 15px;
  padding-left: 15px;
}

/* Hotel and Accomodation page */
.slide_inner.hotel_accomodation {
  -webkit-background-size: cover;
  background-size: cover;
}

.section-industries-info .section-subsection-features-alt {
  min-height: 700px;
}

.section-industries-info .section-subsection-features-alt .section-subsection-head {
  padding-bottom: 150px;
}

.section-subsection-features {
  padding-top: 10px;
  padding-bottom: 30px;
}

.industry-features-wrapper {
  display: table;
  width: 100%;
}

.industry-features {
  display: table-row;
}

.industry-features .industry-feature {
  display: table-cell;
  width: 25%;
  padding: 0 35px;
  border-right: 1px solid #d5d5d5;
}

.industry-features .industry-feature:first-of-type {
  padding-left: 0;
}

.industry-features .industry-feature:last-of-type {
  padding-right: 0;
  border-right-width: 0;
}

.industry-features .industry-feature .industry-feature-image {
  height: 130px;
  font-size: 0;
}

.industry-features .industry-feature .industry-feature-image:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.industry-features .industry-feature .industry-feature-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.industry-features .industry-feature .industry-feature-content p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 300;
}

.industry-features .industry-feature .industry-feature-content .industry-feature-title {
  min-height: 2.4em;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.2;
  color: #3a3a3a;
  font-weight: 500;
  margin-top: 0;
}

@-webkit-keyframes pulse {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    -webkit-box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    border-width: 1px;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
  }
}
@-o-keyframes pulse {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    -webkit-box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    border-width: 1px;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
  }
}
@-moz-keyframes pulse {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    -webkit-box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    border-width: 1px;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
  }
}
@keyframes pulse {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    -webkit-box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    border-width: 1px;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
  }
}
.industry-round-features {
  margin: 0;
  padding-top: 40px;
  font-size: 0;
  text-align: center;
}

.industry-round-features li {
  display: inline-block;
  padding: 15px;
  vertical-align: top;
}

.industry-round-features-3cols li {
  width: 33.33%;
}

.industry-round-features-4cols li {
  width: 25%;
}

.industry-round-feature-image {
  padding-bottom: 30px;
}

.industry-round-feature .industry-round-feature-image-inner,
.industry-round-feature .industry-round-feature-image-inner:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.industry-round-feature-image-inner {
  position: relative;
  display: inline-block;
  width: 126px;
  height: 126px;
  border: 2px solid #fff;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.industry-round-feature:hover .industry-round-feature-image-inner {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.7), inset 0 0 10px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7), inset 0 0 10px rgba(255, 255, 255, 0.7);
}

.industry-round-feature .industry-round-feature-image-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  border: 0 solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  content: "";
}

.industry-round-feature:hover .industry-round-feature-image-inner:after {
  -webkit-box-shadow: 0 0 0 0 white, 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 white, 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.industry-round-feature-image-inner:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.industry-round-feature-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.industry-round-feature-content p {
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  font-weight: 300;
}

.section-industry-highlights {
  overflow: hidden;
}

.industry-highlights-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.industry-highlights-cube {
  position: absolute;
  top: -5px;
  left: -44px;
  z-index: -2;
  transform: translateX(0) scale(0) rotate(0deg);
  opacity: 0;
  transition: all 0.5s;
}

.industry-highlights-device {
  width: 50%;
  padding: 100px 30px 130px 230px;
  position: relative;
}

.industry-highlights-device:hover:nth-child(1) ~ .industry-highlights-cube {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(180deg);
  transition: all 0.5s;
}

.industry-highlights-device:hover:nth-child(2) ~ .industry-highlights-cube {
  opacity: 1;
  transform: translateX(570px) scale(1) rotate(270deg);
  transition: all 0.5s;
}

.industry-highlights-device:last-child {
  padding: 100px 0px 130px 230px;
}

.industry-highlights-device .industry-highlights-device-img {
  position: absolute;
  left: -43px;
  bottom: 125px;
  transition: all 0.4s;
}

.industry-highlights-device:hover .industry-highlights-device-img {
  bottom: 145px;
  transition: all 0.4s;
}

.industry-highlights-device .industry-highlights-device-img .industry-highlights-device-shadow {
  opacity: 1;
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  z-index: -1;
  transform: translateY(0px);
  transition: all 0.4s;
}

.industry-highlights-device .industry-highlights-device-img .industry-highlights-device-shadow[src*=combo-shadow],
.industry-highlights-device .industry-highlights-device-img .industry-highlights-device-shadow[src*=smart-shadow],
.industry-highlights-device .industry-highlights-device-img .industry-highlights-device-shadow[src*=smart-n5-shadow] {
  top: calc(100% - 10px);
}

.industry-highlights-device .industry-highlights-device-img .industry-highlights-device-shadow[src*=mini-ice-shadow] {
  top: calc(100% - 20px);
}

.industry-highlights-device:hover .industry-highlights-device-img .industry-highlights-device-shadow {
  opacity: 0.4;
  transform: translateY(40px);
  transition: all 0.4s;
}

.industry-highlights-desc {
  min-height: 100px;
  margin-bottom: 20px;
}

/* section-taxi-gallery for industries */
.section-taxi-gallery-food .section-taxi-gallery-article {
  min-height: 310px;
}

.section-taxi-gallery-professional .section-taxi-gallery-article {
  min-height: 314px;
}

.fix_el .section-taxi-gallery-retail .change-image-height {
  height: 588px;
}

.fix_el .section-taxi-gallery-hotel .change-image-height {
  height: 587px;
}

.fix_el .section-taxi-gallery-leisure .change-image-height {
  height: 580px;
}

.fix_el .section-taxi-gallery-professional .change-image-height {
  height: 588px;
}

.fix_de .section-taxi-gallery-retail .change-image-height {
  height: 564px;
}

.fix_de .section-taxi-gallery-hotel .change-image-height {
  height: 564px;
}

.fix_de .section-taxi-gallery-professional .change-image-height {
  height: 587px;
}

.fix_it .section-taxi-gallery-hotel .change-image-height {
  height: 563px;
}

.fix_fr .section-taxi-gallery-retail .change-image-height {
  height: 564px;
}

.fix_es .section-taxi-gallery-hotel .change-image-height {
  height: 564px;
}

.fix_es .section-taxi-gallery-retail .change-image-height {
  height: 565px;
}

.fix_pt .section-taxi-gallery-professional .change-image-height {
  height: 588px;
}

.fix_pt .section-taxi-gallery-hotel .change-image-height,
.fix_cs .section-taxi-gallery-hotel .change-image-height {
  height: 563px;
}

.fix_pt .section-taxi-gallery-retail .change-image-height {
  height: 565px;
}

.fix_cs .section-taxi-gallery-retail .change-image-height {
  height: 565px;
}

/* languages fixes */
.fix_es .section-taxi-feature-inner {
  min-height: 232px;
}

.fix_el .section-taxi-head .section-taxi-title,
.fix_el .section-taxi.blue-bg .section-taxi-title,
.fix_el .section-taxi-gallery-article .section-taxi-title,
.fix_el .section-taxi-gallery-box .section-taxi-title {
  font-size: 28px;
}

.fix_el .section-taxi-feature-inner {
  min-height: 257px;
}

.fix_ro .section-taxi-feature-inner {
  min-height: 233px;
}

.fix_is .section-taxi-feature-inner,
.fix_cs .section-taxi-feature-inner {
  min-height: 230px;
}

.fix_nl .section-taxi-feature-inner {
  min-height: 233px;
}

.fix_nl .section-taxi-feature-content {
  word-wrap: break-word;
}

/* ==========================================================================
	#Section Imaged
========================================================================== */
.section-imaged {
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-imaged-cupcakes {
  background-position: 0 center;
}

.section-imaged-spa {
  background-position: 0 center;
}

.section-imaged-retail-stores {
  background-position: center center;
}

.section-imaged .section-imaged-inner {
  padding: 90px 0 100px;
}

.section-imaged .main-title {
  line-height: 1.25;
  color: #fff;
}

.section-imaged .section-actions {
  padding-top: 55px;
}

.section-imaged .section-actions .btn {
  min-width: 280px;
}

.section-imaged-food {
  background-position: center center;
}

.section-imaged-hotel {
  position: relative;
  z-index: 1;
  background-position: center center;
}

.section-imaged-hotel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.section-imaged-hotel .main-title {
  line-height: 1.5;
}

.section-imaged-hotel .section-actions .btn {
  min-width: 260px;
}

.section-imaged-hotel .section-imaged-inner {
  padding: 70px 0 85px;
}

/* ==========================================================================
	#section-blue-gradient
========================================================================== */
.section-blue-gradient {
  position: relative;
  padding: 75px 0;
  background: #00467b;
  background: -moz-linear-gradient(top, #00467b 0%, #006fc4 100%);
  background: -webkit-linear-gradient(top, #00467b 0%, #006fc4 100%);
  background: linear-gradient(to bottom, #00467b 0%, #006fc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00467b", endColorstr="#006fc4",GradientType=0 );
}

.section-blue-gradient:after {
  position: absolute;
  bottom: -100px;
  left: 50%;
  z-index: 1;
  width: 750px;
  height: 1px;
  margin-left: -375px;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: 0 0 750px 170px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 750px 170px rgba(255, 255, 255, 0.2);
}

.section-blue-gradient:not(*:root):after {
  -webkit-box-shadow: 0 0 750px 70px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 750px 70px rgba(255, 255, 255, 0.2);
}

.section-blue-gradient-inner {
  position: relative;
  z-index: 3;
}

.section-blue-gradient .section-title {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
}

.section-blue-gradient .section-actions {
  margin-top: 30px;
}

.section-blue-gradient .section-actions .btn {
  min-width: 260px;
  padding-right: 20px;
  padding-left: 20px;
}

.section-blue-gradient .section-image {
  position: absolute;
  top: 0;
  left: calc(50% + 120px);
}

.invert.section-blue-gradient .section-image {
  position: absolute;
  top: 0;
  right: calc(50% + 120px);
  left: auto;
}

/* ==========================================================================
	#Mobile app page
========================================================================== */
/* page slider updates */
.slide_inner.mobile-app .main-title {
  font-size: 48px;
}

.section-mobile-app {
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
}

.mobile-app-container {
  margin-top: -255px;
}

.section-mobile-app:nth-child(odd) {
  background: #ffffff;
}

.section-mobile-app:nth-child(even) {
  background: #f7f7f7;
}

.section-download-app {
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
}

.mobile-app-main-title {
  border-bottom: 1px solid #dcdcdc;
}

.section-mobile-app-head {
  padding: 0 40px 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  font-weight: 300;
}

.section-mobile-app-title {
  font-size: 28px;
  line-height: 1.4;
  color: #3a3a3a;
  font-weight: 300;
}

.section-mobile-app-main {
  position: relative;
  min-height: 520px;
}

.section-mobile-app-main .section-mobile-app-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.section-mobile-app-main {
  position: relative;
}

.section-mobile-app-main .section-mobile-app-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.section-mobile-app-main .section-mobile-app-content.pull-right ~ .section-mobile-app-image {
  left: 0;
}

.section-mobile-app-article p {
  margin: 0;
  padding: 15px 0;
  color: #3a3a3a;
  line-height: 1.5;
  font-weight: 300;
}

.section-mobile-app-article p.text-bold {
  font-weight: bold;
}

/* list-ticks */
.list-ticks.text-bold li {
  font-weight: bold;
}

/* Phone slider */
.section-mobile-app-article-text-right {
  padding-left: 30px;
}

.slider-phone {
  position: relative;
  width: 100%;
}

.slider-phone,
.slider-phone .slider-clip {
  overflow: hidden;
}

.slider-phone .slider-clip {
  position: absolute;
  top: 75px;
  right: 30px;
  width: 100%;
}

.slider-phone-alt .slider-clip {
  right: 49px;
  top: 76px;
}

.slider-phone .slides {
  list-style: none outside none;
}

.slider-phone .slide {
  float: left;
}

.slider-phone .bx-viewport {
  background: none;
}

/* Download app section */
.section-mobile-app-mypos-quote {
  font-size: 48px;
  line-height: 1.4;
  color: #3a3a3a;
  font-weight: 300;
}

.section-download-app .mobile_app_download_icons {
  width: 225px;
  height: 67px;
  display: inline-block;
  margin: 5px 15px;
}

/*Mobile popup*/
.mobile_popup {
  width: 100%;
  background-color: #0580c4;
  color: #fff;
  display: block;
  position: absolute;
  top: -180px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile_popup .close_btn a {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 19px;
  opacity: 1;
  font-weight: normal;
}

.mobile_popup .logo_holder {
  float: left;
  width: 60px;
  height: 60px;
  padding: 8px 12px;
  margin-left: 15px;
  margin-right: 15px;
  background: #f9f9f9;
  background: -moz-linear-gradient(180deg, #f9f9f9 0%, #dddddd 100%);
  background: -webkit-linear-gradient(180deg, #f9f9f9 0%, #dddddd 100%);
  background: linear-gradient(180deg, #f9f9f9 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#dddddd",GradientType=1);
  border-radius: 12px;
}

.mobile_popup .logo_holder img {
  width: 100%;
  height: auto;
}

.content_holder {
  overflow: hidden;
  padding-top: 0;
  padding-right: 40px;
}

.mobile_popup .text_holder .title {
  margin-top: -2px;
  margin-bottom: 0;
  font-size: 18px;
}

.mobile_popup .text_holder .sub_title {
  margin-bottom: 0;
  font-size: 18px;
}

.mobile_popup .holder_btn .btn {
  margin-top: 3px;
  padding: 4px 15px 6px;
  background-color: #7cac3e;
  color: #fff;
  font-size: 14px;
  white-space: normal;
}

/* S920 disabled start*/
img.pos-not-available {
  opacity: 0.5;
}

/* S920 disabled end*/
/* ==========================================================================
	#Giftcards landing page
========================================================================== */
/* SLIDE GIFTCARDS */
.slide_giftcards_inner .main-title {
  margin-top: 290px;
  color: #fff;
  font-weight: 300;
}

.slide_giftcards_inner .sub-title {
  color: #fff;
  margin-top: 25px;
}

.slide_giftcards_inner p {
  margin-top: 30px;
}

.slide_giftcards_inner .btn-primary {
  margin-top: 55px;
  padding-right: 60px;
  padding-left: 60px;
}

.slide_giftcards .main-title {
  margin-top: 260px;
  padding: 0 80px;
  line-height: 1.6;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
}

.slide_giftcards .btn-border {
  margin-top: 45px;
  padding-right: 60px;
  padding-left: 60px;
}

/*Giftcards langing page redesign 19/10/17*/
.section-tablet-image {
  position: relative;
}

.tablet-visible-area {
  position: absolute;
  top: -130px;
  left: 0;
  bottom: -100px;
  right: 0;
}

.section-tablet-image img {
  position: absolute;
  left: 42px;
  top: -295px;
}

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

.giftcards-tablet-cards {
  display: none;
}

.giftcards-tablet-cards.animated {
  display: block;
}

.giftcards-easy-steps-columns + .giftcards-easy-steps-columns {
  margin-top: 95px;
}

.giftcards-easy-steps-columns + .giftcards-easy-steps-columns + .giftcards-easy-steps-columns {
  margin-top: 190px;
}

.giftcards-easy-steps-columns:nth-child(3n+1) .section-taxi-article {
  padding-bottom: 140px;
}

.giftcards-easy-steps-columns:nth-child(3n+2) .section-taxi-article {
  padding-bottom: 60px;
}

.giftcards-easy-steps-columns .section-taxi-article .section-taxi-article-image {
  padding-bottom: 40px;
}

.giftcard_landing_page .section-taxi-article .section-taxi-article-image-inner {
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.1);
}

.giftcard_landing_page .section-title-secondary {
  font-size: 48px;
  color: #606060;
  margin-bottom: 50px;
}

.section-giftcards-easy-steps .section-taxi-article p {
  font-weight: normal;
  color: #606060;
}

.ie-negative-margin-top-fix {
  float: left;
  width: 100%;
}

.section-giftcards-of-choice {
  background-repeat: no-repeat;
  background-position: calc(50% - 596px) 0;
  height: 1255px;
  margin-top: -277px;
}

.section-giftcards-of-choice .section-body {
  margin-top: 320px;
}

.section-giftcards-of-choice .section-taxi-title,
.section-giftcards-of-choice p {
  color: #ffffff;
}

.cards-of-choice-list {
  min-height: 300px;
  position: relative;
  list-style: none;
  margin: 0;
}

.cards-of-choice-list li .cards-of-choice-img {
  display: none;
  position: absolute;
  top: -3px;
}

.cards-of-choice-list li .cards-of-choice-img.animated {
  display: block;
}

.first-chosen-giftcard {
  left: -582px;
}

.second-chosen-giftcard {
  left: -169px;
}

.third-chosen-giftcard {
  left: 244px;
}

.fourth-chosen-giftcard {
  left: 657px;
}

.cards-of-choice-static img {
  margin-top: 55px;
  display: none;
}

@keyframes slideFirstGiftcard {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideSecondGiftcard {
  from {
    opacity: 0;
    transform: translate3d(-200%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideThirdGiftcard {
  from {
    opacity: 0;
    transform: translate3d(-300%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideFourthGiftcard {
  from {
    opacity: 0;
    transform: translate3d(-400%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.customSlideInLeft {
  animation-delay: 0.2s;
  animation-duration: 1.9s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.12, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.12, 1);
}

.customSlideInLeft.first-chosen-giftcard {
  animation-name: slideFirstGiftcard;
}

.customSlideInLeft.second-chosen-giftcard {
  animation-name: slideSecondGiftcard;
}

.customSlideInLeft.third-chosen-giftcard {
  animation-name: slideThirdGiftcard;
}

.customSlideInLeft.fourth-chosen-giftcard {
  animation-name: slideFourthGiftcard;
}

.section-giftcards-benefits {
  background-image: url(/trunk/public/build/assets/giftcards-benefits-bg.ee378409.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 602px) 140px;
  margin-top: -80px;
}
@supports (background-image: url("../../../public/info/images/giftcards-benefits-bg.webp")) {
  .section-giftcards-benefits {
    background-image: url(/trunk/public/build/assets/giftcards-benefits-bg.2343e96f.webp);
  }
}

.displaced-white-boxes-wrapper {
  padding-bottom: 142px;
}

.displaced-white-boxes-wrapper .displaced-white-box:nth-child(3n+1) {
  margin-top: 60px;
  margin-bottom: 60px;
}

.displaced-white-boxes-wrapper .displaced-white-box:nth-child(3n+3) {
  margin-top: 175px;
}

.displaced-white-boxes-wrapper .displaced-white-box-inner {
  min-height: 450px;
  padding: 60px 40px;
  background-color: #ffffff;
  box-shadow: 28px 22px 103px 0px rgba(0, 0, 0, 0.14);
}

.displaced-white-boxes-wrapper .displaced-white-box-image {
  padding-bottom: 35px;
}

.displaced-white-box-content .displaced-white-box-title,
.giftcard-ribbon-box-inner .giftcard-ribbon-box-title {
  color: #606060;
  font-size: 28px;
  line-height: 1.285em;
  font-weight: 300;
  margin-bottom: 30px;
}

.displaced-white-box-content p,
.giftcard-ribbon-box-inner p {
  color: #606060;
  line-height: 1.5em;
}

.giftcard-ribbon-box {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  height: 492px;
  box-shadow: 28px 22px 103px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 145px;
  position: relative;
  padding-top: 25px;
  padding-left: 135px;
}

.giftcard-ribbon-box::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.25em;
  content: "";
  width: 0;
}

.giftcard-ribbon-box::after {
  content: "";
  background: transparent url(/trunk/public/build/assets/giftcard-red-ribbon.9c32aca9.png) no-repeat center center;
  width: 367px;
  height: 723px;
  display: block;
  position: absolute;
  top: -169px;
  left: -114px;
}
@supports (background-image: url("../../../public/info/images/giftcard-red-ribbon.webp")) {
  .giftcard-ribbon-box::after {
    background-image: url(/trunk/public/build/assets/giftcard-red-ribbon.589cf183.webp);
  }
}

.giftcard-ribbon-box-overlay {
  display: none;
}

.giftcard-ribbon-box .giftcard-ribbon-box-inner {
  margin-left: 0.25em;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  overflow: hidden;
}

.giftcard-ribbon-box-content .btn {
  min-width: 325px;
}

/* ==========================================================================
	#Mobile topup landing page
========================================================================== */
/* Transitions */
.feature-box > a,
.feature-box-image img,
.feature-box-content p,
.feature-box-content .feature-box-title,
.service-box-head,
.service-box-body,
.service-box-image:after,
.socials a,
.slider-pos-terminals-thumbs .owl-dot,
.slider-pos-terminals-thumbs .slider-pagination a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pos_descr {
  height: 50px;
}

/* page slider updates */
.slide_inner.topup {
  background: transparent url(/trunk/public/build/assets/slide_topup.295a49b3.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
@supports (background-image: url("../../../public/info/images/slider/slide_topup.webp")) {
  .slide_inner.topup {
    background-image: url(/trunk/public/build/assets/slide_topup.7910c08f.webp);
  }
}

.slide_inner.topup .main-title {
  margin-top: 185px;
  font-size: 48px;
}

.slide_inner.topup .sub-title {
  margin-top: 20px;
  margin-bottom: 0;
}

/* How it works section steps. Counter increment setting the step numbers in title */
body {
  counter-reset: topup-steps-counter;
}

.topup-steps {
  font-size: 0;
}

.topup-step {
  display: inline-block;
  float: none;
  vertical-align: top;
  counter-increment: topup-steps-counter;
}

.topup-step .topup-step-title:before {
  content: counter(topup-steps-counter) ". ";
}

.topup-steps-reversed .topup-step .topup-step-title:before {
  display: none;
}

.topup-steps-reversed .topup-step .topup-step-title:after {
  content: " " counter(topup-steps-counter);
}

.topup-step .topup-step-image img {
  max-width: 100%;
}

.topup-step .topup-step-content {
  padding: 35px 17px;
}

.topup-step p,
.topup-step .topup-step-title {
  font-size: 16px;
}

.topup-step p {
  margin: 0;
  color: #3a3a3a;
  font-weight: 300;
}

.topup-step .topup-step-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #3a3a3a;
  font-weight: 700;
}

.topup-stylish-text {
  padding: 25px 100px 0;
  color: #3a3a3a;
  font-weight: 300;
  text-align: center;
}

.topup-stylish-text.text-justify {
  text-align: justify;
}

.topup-how-it-works-text {
  padding: 25px 30px 0 0;
  color: #3a3a3a;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}

.topup-pos-provider-logos {
  margin-top: 40px;
  margin-bottom: 70px;
}

.topup-how-it-works-pos-img {
  margin: 20px auto 40px;
}

.section-mypos-topup-map {
  padding-top: 70px;
}

.section-taxi-map {
  height: 630px;
}

.custom-section-map {
  position: relative;
}

.custom-section-map:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  content: "";
}

.custom-section-map-disabled:after {
  display: block;
}

.custom-section-map iframe {
  position: relative;
  z-index: 1;
}

/* Home page Features section */
.feature-box > a {
  display: inline-block;
  width: 100%;
  border: 1px solid #ebebeb;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.fix_es .feature-box > a {
  min-height: 542px;
}

.fix_hr .feature-box > a {
  min-height: 545px;
}

.fix_el .feature-box > a {
  min-height: 590px;
}

.fix_sv .feature-box > a {
  min-height: 545px;
}

.fix_pt .feature-box > a {
  min-height: 570px;
}

.fix_nl .feature-box > a {
  min-height: 545px;
}

.feature-box-image {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.feature-box-image img {
  width: 100%;
  height: auto;
}

.feature-box-image .feature-box-image-colored {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.feature-box > a:hover .feature-box-image .feature-box-image-colored {
  opacity: 1;
}

.feature-box-image .feature-box-image-gray {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}

.feature-box-content {
  padding: 20px 10px;
  font-weight: 300;
}

.feature-box-content p,
.feature-box-content .feature-box-title {
  color: #666;
}

.feature-box-content .feature-box-title {
  font-size: 24px;
  line-height: 1.2;
}

.feature-box-title {
  font-weight: 500;
}

/* Legal modal in activation steps */
#menu > .nav > li > a:hover,
#menu > .nav > li > a:focus {
  background-color: transparent;
}

/* Home page business card section */
.section-home-business-card {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section-home-business-card .list-ticks {
  margin-bottom: 40px;
}

.section-home-business-card .list-ticks li {
  margin-bottom: 20px;
  padding-left: 46px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
}

.section-home-business-card .list-ticks li::before {
  width: 13px;
  height: 23px;
  border-right-width: 4px;
  border-bottom-width: 4px;
}

.card-example-holder {
  margin-top: 100px;
}

.business-card-title {
  margin-right: 30px;
  margin-bottom: 45px;
}

.business-card-list-ticks {
  margin-bottom: 60px;
}

.fix_bg .section-main-banner-business-card .main-title {
  font-size: 44px;
}

.fix_el .section-main-banner-business-card .main-title {
  font-size: 43px;
}

.business-card-content {
  text-align: left;
  padding: 130px 0;
  position: relative;
}

.section-main-banner-business-card .business-card-content {
  padding-top: 95px;
  padding-bottom: 95px;
}

.business-card-content .main-banner-heading {
  text-align: left;
  color: #000;
}

.business-card-content .sub-title {
  line-height: 1.5;
}

.brand-cards-example {
  position: absolute;
  bottom: -180px;
  right: -40px;
  max-width: 485px;
}

.brand-cards-example-picture {
  position: absolute;
  bottom: -180px;
  right: -40px;
}

.brand-cards-example-picture img {
  display: block;
  max-width: 100%;
  height: auto;
}

.industry-features.business-card-features .industry-feature .industry-feature-image {
  height: 70px;
  margin-bottom: 35px;
}

.industry-features.business-card-features .industry-feature {
  border-right-width: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.industry-features.business-card-features .industry-feature:first-of-type {
  padding-left: 0;
}

.industry-features.business-card-features .industry-feature:last-of-type {
  padding-right: 0;
}

.industry-features.business-card-features .industry-feature .industry-feature-content .industry-feature-title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #000;
}

.fix_de .industry-features.business-card-features .industry-feature .industry-feature-content .industry-feature-title {
  font-size: 22px;
}

.section-business-card-benefits {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}

.business-card-body-title {
  margin-bottom: 40px;
}

.business-card-security {
  margin-top: 130px;
  margin-bottom: 40px;
}

/*Home page data card section*/
.section-data-card {
  background-size: cover;
}

.data-card-article .main-title,
.data-card-article .sub-title {
  color: #fff;
}

.data-card-btn {
  margin-bottom: 30px;
}

.data-card-article {
  position: relative;
  padding-bottom: 50px;
}

.data-sim-card-wrapper {
  width: 490px;
  position: absolute;
  bottom: -70px;
  right: -580px;
}

.sim-card-monthly-fee {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
  margin-left: 20px;
}

.data-sim-card-wrapper .data-card-image {
  width: auto;
  max-width: 100%;
}

/* Home page redesign How to get started section */
.section-get-started {
  padding-top: 25px;
  padding-bottom: 60px;
  background-color: #f8f9f9;
}

.white-box-steps-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.white-box-step {
  display: block;
  flex-basis: calc(33.3334% - 30px);
  max-width: calc(33.3334% - 30px);
  background-color: #fff;
  margin: 0 15px 20px;
  counter-increment: white-box-step;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.white-box-step:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 65px;
  right: -10px;
}

.white-box-step-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 40px 35px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.white-box-step-inner::before {
  content: counter(white-box-step);
  font-size: 305px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: -30px;
  bottom: -85px;
  color: #f8f9fb;
  font-weight: bold;
  z-index: -1;
}

.white-box-step .white-box-step-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.66667;
  margin-top: 0;
  margin-bottom: 20px;
}

.white-box-step p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  margin-bottom: 40px;
}

.white-box-step p.mb_0 {
  margin-bottom: 0;
}

.white-box-step-merchant .white-box-step-icon {
  margin-bottom: 15px;
  color: #0071f3;
}

.white-box-step-merchant p {
  margin-bottom: 100px;
  font-size: 24px;
  line-height: 1.5;
  color: #3a3a3a;
  letter-spacing: 0.025em;
}

/* White Box Step Alternative */
.white-box-step.white-box-step-alt .white-box-step-inner {
  padding: 35px 20px;
}

.white-box-step.white-box-step-alt p.step {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #0071f3;
}

.white-box-step.white-box-step-alt .white-box-step-title {
  line-height: 1.5;
  color: #181818;
}

.white-box-step.white-box-step-alt p {
  max-width: 243px;
  line-height: 1.5;
  color: #181818;
}

/* Home page redesign trustpilot reviews section */
.section-trustpilot-reviews {
  padding-top: 80px;
  padding-bottom: 105px;
  background-color: #f1f3f6;
}

.trustpilot-reviews-widget {
  overflow: hidden;
  position: relative;
  margin-right: -17px;
}

.trustpilot-reviews-widget::before {
  content: "";
  position: absolute;
  height: 400px;
  right: 0;
  bottom: 0;
  width: 18px;
  background-color: #f1f3f6;
  z-index: 2;
}

.trustpilot-reviews-widget > * {
  padding-right: 1px;
}

/* Home page redesign business section */
.section-businesses {
  padding-bottom: 55px;
  background-color: #f8f9f9;
}

.business {
  padding-bottom: 30px;
}

.business-boxes-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.business-inner {
  flex: 1 1 260px;
  margin: 0 15px 30px;
  background: #fff;
  width: 260px;
  max-width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}

.business-inner:hover,
.business-inner:focus {
  color: #009bf4;
  text-decoration: none;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s;
}

.business-content {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}

.business-title {
  font-size: 18px;
  line-height: 1.25;
  color: #444;
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.3s;
}

.business-inner:hover .business-title,
.business-inner:focus .business-title {
  color: #009bf4;
  transition: all 0.3s;
}

.fix_de .business-title {
  word-break: break-word;
}

.fix_ro .ro_fix_label {
  width: 165px;
  line-height: 12px;
  margin-top: -5px;
}

span.business-inner .ico-font {
  color: #009bf4;
}

span.business-inner:hover,
span.business-inner:focus {
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.05);
}

span.business-inner:hover .business-title,
span.business-inner:focus .business-title {
  color: #444;
}

/* ==========================================================================
	#Testimonials slider
========================================================================== */
.section-slider-testimonials {
  position: relative;
}

.section-slider-testimonials .section-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 60px 0 40px;
}

.section-slider-testimonials .section-head .main-title,
.section-slider-testimonials .section-head .sub-title {
  color: #fff;
}

.section-slider-testimonials .section-head .main-title {
  padding-bottom: 20px;
}

.section-slider-testimonials .slider-testimonials {
  z-index: 1;
}

.slider-testimonials,
.slider-testimonials .slider-clip,
.slider-testimonials .slides,
.slider-testimonials .slide {
  height: 690px;
}

.slider-testimonials .slide {
  position: relative;
  overflow: hidden;
}

.slider-testimonials .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slider-testimonials .slide-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.slider-testimonials .slide-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  z-index: 1;
  margin: auto;
}

.slider-testimonials .slide-image img.change-height {
  width: auto;
  height: 100%;
}

.slider-testimonials .slide-image img.change-width {
  width: 100%;
  height: auto;
}

.slider-testimonials .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-top: 240px;
}

.slider-testimonials .slide-testimonial {
  width: 610px;
  margin: 0 auto;
  text-align: center;
}

.slider-testimonials .slide-testimonial:before {
  display: inline-block;
  width: 44px;
  height: 36px;
  background: url(/trunk/public/build/assets/slider-testimonials-quote.97052157.png) no-repeat 0 0;
  content: "";
}

.slider-testimonials .slide-testimonial-body {
  padding-top: 40px;
  padding-bottom: 25px;
}

.slider-testimonials .slide-testimonial-body p,
.slider-testimonials .slide-testimonial-foot p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.88;
  color: #fff;
}

.slider-testimonials .slide-testimonial-body p {
  font-weight: 300;
}

.slider-testimonials .slide-testimonial-author {
  font-weight: 700;
}

.slider-testimonials .slide-testimonial-author-meta {
  font-weight: 300;
}

.slider-testimonials .slide-testimonial-actions {
  padding-top: 70px;
}

.slider-testimonials .slide-testimonial-actions .btn-inner {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.slider-testimonials .slide-testimonial-actions .btn {
  min-width: 275px;
}

.slider-testimonials .owl-prev,
.slider-testimonials .owl-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  overflow: hidden;
  width: 12px;
  height: 46px;
  background: url(/trunk/public/build/assets/slider-testimonials-controls.d5c927f5.png) no-repeat;
  font-size: 0;
  white-space: nowrap;
  text-indent: 200%;
  opacity: 0;
}

.section-slider-testimonials:hover .owl-prev,
.section-slider-testimonials:hover .owl-next {
  opacity: 1;
}

.slider-testimonials .owl-prev,
.slider-testimonials .owl-next .slider-testimonials .controls-hidden .owl-prev,
.slider-testimonials .controls-hidden .owl-next {
  opacity: 0;
}

.slider-testimonials .owl-prev:hover,
.slider-testimonials .owl-next:hover {
  opacity: 0.7;
}

.slider-testimonials .owl-prev.hidden,
.slider-testimonials .owl-next.hidden {
  display: none;
}

.slider-testimonials .owl-prev,
.cusumer_review_slide .owl-prev {
  margin-left: -550px;
  background-position: left 0;
}

.slider-testimonials .owl-next,
.cusumer_review_slide .owl-next {
  margin-left: 550px;
  background-position: right 0;
}

/*==============================================
Cusumer review slide
==============================================*/
.cusumer_review_slide.owl-carousel .owl-item img {
  width: inherit;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 30px;
}

.cusumer_review_slide .owl-prev,
.cusumer_review_slide .owl-next {
  position: absolute;
  top: 34%;
  left: 50%;
  z-index: 3;
  overflow: hidden;
  width: 12px;
  height: 46px;
  background: url(/trunk/public/build/assets/slider-testimonials-alt-nav.bd4b16ae.png) no-repeat;
  font-size: 0;
  white-space: nowrap;
  text-indent: 200%;
  opacity: 0;
  transition: opacity 0.3s;
}

.section-customer-love:hover .cusumer_review_slide .owl-prev,
.section-customer-love:hover .cusumer_review_slide .owl-next {
  opacity: 1;
  transition: opacity 0.5s;
}

.cusumer_review_slide .owl-prev {
  margin-left: -570px;
  background-position: left -15px;
}

.cusumer_review_slide .owl-next {
  margin-left: 570px;
  background-position: right -15px;
}

/*==============================================
    #Customer slide
==============================================*/
.link-arrow-left {
  position: relative;
  padding-left: 17px;
}

.link-arrow-right {
  position: relative;
  padding-right: 17px;
}

.link-arrow-left::before,
.link-arrow-right::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  width: 7px;
  height: 7px;
  border: 2px solid #0071f3;
  border-bottom-width: 0;
  border-left-width: 0;
  transform: rotate(45deg);
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.link-arrow-left::before {
  left: 0;
}

.link-arrow-right::before {
  top: calc(100% - 14px);
  right: 0;
}

.link-arrow-left:hover::before {
  animation-name: LeftArrowPointingRight;
}

.link-arrow-right:hover::before {
  animation-name: RightArrowPointingRight;
}

@keyframes LeftArrowPointingRight {
  0% {
    left: 0px;
  }
  50% {
    left: 8px;
  }
  100% {
    left: 0px;
  }
}
@keyframes RightArrowPointingRight {
  0% {
    right: 0px;
  }
  50% {
    right: -8px;
  }
  100% {
    right: 0px;
  }
}
/* ==========================================================================
	#Home partnership section
========================================================================== */
.section-home-partnerships {
  padding-top: 60px;
  padding-bottom: 110px;
}

.home-partnerships-heading {
  margin-bottom: 90px;
}

.section-home-partnerships .main-title,
.section-home-partnerships .sub-title,
.section-home-partnerships p {
  color: #444;
}

.home-partnership-content .home-partnership-title {
  font-size: 36px;
  line-height: 1.41666667;
  margin-bottom: 40px;
}

.home-partnership-content p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 40px;
}

.home-partnership-img {
  box-shadow: 0px 2px 38px 0px rgba(82, 93, 114, 0.23);
}

.home-partnership-img img {
  width: 100%;
  display: block;
}

.list-home-partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list-home-partners li {
  flex: 1 1 50%;
  width: 50%;
  margin-bottom: 15px;
  position: relative;
}

.list-home-partners li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #0071f3;
  position: relative;
  padding-left: 17px;
}

.list-home-partners li a:hover {
  color: #0e60c9;
}

/* ==========================================================================
	#Home page Payment methods
========================================================================== */
.payment-methods {
  display: flex;
}

.payment-methods .payment-method {
  flex: 0 1 33.34%;
  max-width: 33.34%;
  padding: 0 15px;
  text-align: center;
}

.payment-methods .payment-method .payment-method-icon {
  text-align: center;
  color: #0990f8;
}

.payment-methods .payment-method ul {
  max-width: 269px;
  margin: 0 auto;
  text-align: left;
}

.payment-methods .payment-method p {
  font-size: 24px;
  color: #3a3a3a;
  letter-spacing: 0.025em;
}

.payment-methods .list-ticks li:before {
  top: 4px;
}

/* ==========================================================================
	#Home page Logos
========================================================================== */
.list-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.list-logos li {
  margin: 0 0 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.list-logos .logo-forbes {
  width: 107px;
  height: 30px;
}

.list-logos .logo-finextra {
  width: 116px;
  height: 23px;
}

.list-logos .logo-sun {
  width: 95px;
  height: 31px;
}

.list-logos .logo-talking-retail {
  width: 144px;
  height: 41px;
}

.list-logos .logo-mirror {
  width: 118px;
  height: 33px;
}

.list-logos .logo-365-retail {
  width: 170px;
  height: 23px;
}

.list-logos .logo-pymts {
  width: 127px;
  height: 22px;
}

/* ==========================================================================
	#Section Outro
========================================================================== */
.section-home-outro {
  padding-top: 45px;
  padding-bottom: 55px;
  color: #fff;
  background-color: #007ddd;
}

.section-home-outro .home-outro-title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

.section-home-outro .sub-title {
  font-weight: 300;
  color: #fff;
}

.section-home-outro a.white-link {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .section-home-outro .home-outro-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section-home-outro .sub-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 380px) {
  .fix_is .section-home-outro .btn {
    white-space: normal;
    border-radius: 39px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.25;
  }
}
/* ==========================================================================
	#popup-commercial
========================================================================== */
.popup-commercial .modal-dialog {
  width: calc(100% - 20px);
  max-width: 756px;
}

.popup-commercial-christmas .modal-dialog {
  max-width: 875px;
}

.popup-commercial-slider .modal-dialog {
  max-width: 1000px;
}

.popup-commercial .close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  -moz-transform-style: preserve-3d;
}

.popup-commercial .close:hover,
.popup-commercial .close:focus {
  background: #009bf4;
  outline: none;
  outline: 0;
}

.popup-commercial .close::before,
.popup-commercial .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  margin-top: -1px;
  background: #9b9b9b;
  content: "";
}

.popup-commercial .close:hover::before,
.popup-commercial .close:focus::before,
.popup-commercial .close:hover::after,
.popup-commercial .close:focus::after {
  background: #fff;
}

.popup-commercial .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-commercial .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-commercial .modal-content,
.popup-commercial .modal-body {
  border-radius: 3px;
}

.popup-commercial-slider .modal-content,
.popup-commercial-slider .modal-body {
  border-radius: 0;
}

.popup-commercial .modal-content {
  border: 0;
  background: #edf7ff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.popup-commercial-slider .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup-commercial .modal-body {
  padding: 70px 55px;
  background-repeat: no-repeat;
}

.popup-commercial-slider .modal-body {
  padding: 0;
}

.popup-commercial .main-title,
.popup-commercial .sub-title {
  color: #3a3a3a;
}

.popup-commercial .main-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.17;
  font-weight: 700;
}

.popup-commercial .modal-actions .btn {
  padding-right: 30px;
  padding-left: 30px;
}

.popup-commercial .sub-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.popup-commercial .sub-title-small {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 400;
}

/* ==========================================================================
	#popup-custom
========================================================================== */
.popup-custom .modal-dialog {
  width: calc(100% - 20px);
  max-width: 756px;
}

.popup-custom .close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.popup-custom .close:hover,
.popup-custom .close:focus {
  background: #009bf4;
  outline: none;
  outline: 0;
}

.popup-custom .close::before,
.popup-custom .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  margin-top: -1px;
  background: #9b9b9b;
  content: "";
}

.popup-custom .close:hover::before,
.popup-custom .close:focus::before,
.popup-custom .close:hover::after,
.popup-custom .close:focus::after {
  background: #fff;
}

.popup-custom .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-custom .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-custom .modal-content,
.popup-custom .modal-body {
  border-radius: 3px;
}

.popup-custom .modal-content {
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
	#popup-commercial-exit-buy
========================================================================== */
.popup-commercial-exit-buy .modal-dialog {
  max-width: 578px;
}

.popup-commercial-exit-buy .modal-content {
  background: #fff;
}

.popup-commercial-exit-buy .modal-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup-commercial.popup-commercial-exit-buy .close {
  color: #9b9b9b;
  background: #fff;
  font-size: 28px;
}

.popup-commercial.popup-commercial-exit-buy .close:before,
.popup-commercial.popup-commercial-exit-buy .close:after {
  display: none;
}

.popup-commercial-exit-buy .main-title {
  line-height: 1.33;
  color: #424242;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.popup-commercial-exit-buy p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  color: #424242;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.popup-commercial-exit-buy .modal-actions .btn {
  padding: 11px 30px;
  font-size: 16px;
  letter-spacing: 0.025em;
}

.popup-commercial-exit-buy .modal-actions .btn + .btn {
  margin-left: 14px;
}

.fix_bg .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 14px;
  padding-right: 14px;
}

.fix_it .popup-commercial-exit-buy .modal-actions .btn,
.fix_pl .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.fix_fr .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.fix_ro .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 13px;
  padding-right: 13px;
}

.fix_de .popup-commercial-exit-buy .modal-actions .btn + .btn,
.fix_es .popup-commercial-exit-buy .modal-actions .btn + .btn,
.fix_pt .popup-commercial-exit-buy .modal-actions .btn + .btn,
.fix_el .popup-commercial-exit-buy .modal-actions .btn + .btn,
.fix_lt .popup-commercial-exit-buy .modal-actions .btn + .btn {
  margin-left: 0;
  margin-top: 30px;
}

.fix_hr .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 19px;
  padding-right: 19px;
}

.fix_cs .popup-commercial-exit-buy .modal-actions .btn,
.fix_is .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 25px;
  padding-right: 25px;
}

.fix_hu .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 17px;
  padding-right: 17px;
}

.fix_sv .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 28px;
  padding-right: 28px;
}

.fix_nl .popup-commercial-exit-buy .modal-actions .btn + .btn {
  margin-left: 9px;
}

.fix_nl .popup-commercial-exit-buy .modal-actions .btn {
  padding-left: 8px;
  padding-right: 8px;
}

/* ==========================================================================
	#Section videos
========================================================================== */
.video-body {
  position: relative;
}

.video-body[data-toggle=modal] {
  cursor: pointer;
}

.video-container {
  position: relative;
  z-index: 1;
  min-height: 240px;
  max-width: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.video-container.first-cover {
  background-image: url(/trunk/public/build/assets/video-1.7c36af23.jpg);
}

.video-container.second-cover {
  background-image: url(/trunk/public/build/assets/video-2.0fe6e0e3.jpg);
}

.video-container.third-cover {
  background-image: url(/trunk/public/build/assets/video-3.2425de97.jpg);
}

.video-container.fourth-cover {
  background-image: url(/trunk/public/build/assets/video-4.b7c5e199.jpg);
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 0;
  text-align: center;
}

.video-overlay:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.video-overlay.no-background {
  background: transparent;
}

.btn-video-play {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 76px;
  border: 1px solid #d0d0d0;
  font-size: 0;
  vertical-align: middle;
  border-radius: 50%;
}

.btn-video-play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -8px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  content: "";
}

.video-body[data-toggle=modal]:hover .btn-video-play,
.btn-video-play:hover {
  border-color: #0071f3;
  background: #0071f3;
}

.video-title {
  height: 2.4em;
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.4em;
  color: #626262;
  font-weight: 300;
}

/* ==========================================================================
	#section-videos-alt
========================================================================== */
.section-videos-alt {
  padding-top: 110px;
  padding-bottom: 30px;
}

.section-videos-alt .main-title {
  margin-bottom: 35px;
  color: #3a3a3a;
}

.video-alt {
  overflow: hidden;
  height: 335px;
}

.video-alt .video-alt-image {
  position: relative;
  overflow: hidden;
  max-height: 202px;
  border: 1px solid #e3e3e3;
}

.video-alt .video-alt-image[data-toggle=modal] {
  cursor: pointer;
}

.video-alt .video-alt-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.video-alt .video-alt-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0;
  text-align: center;
}

.video-alt .video-alt-actions::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.btn-video-alt {
  position: relative;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  background: #0093f8;
  font-size: 0;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 200%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.video-alt .video-alt-image[data-toggle=modal]:hover .btn-video-alt,
.btn-video-alt:hover {
  -webkit-animation-name: hvr-pop;
  -o-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

_:-ms-lang(x), .video-alt .video-alt-image[data-toggle=modal]:hover .btn-video-alt _:-ms-lang(x),
.btn-video-alt:hover {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.btn-video-alt::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
  content: "";
}

.video-alt .video-alt-content {
  padding: 15px 0;
}

.video-alt .video-alt-content .video-alt-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.33;
  color: #626262;
  font-weight: 300;
}

/* Microsoft Edge and latest Explorer text color bug fix */
.feature-box > a,
.feature-box > a:hover,
.feature-box > a:hover,
.feature-box > a:hover .feature-box-content p,
.feature-box > a:hover .feature-box-content .feature-box-title {
  color: #666;
}

.service-box > a,
.service-box > a:hover,
.service-box > a:focus,
.service-box > a:hover .service-box-content p,
.service-box > a:focus .service-box-content p,
.service-box > a:hover .service-box-content .service-box-title,
.service-box > a:focus .service-box-content .service-box-title,
.service-box > a:hover .service-box-list-ticks li,
.service-box > a:focus .service-box-list-ticks li,
.service-box > a:hover .service-box-actions span,
.service-box > a:focus .service-box-actions span {
  color: #fff;
}

/* ==========================================================================
	#Intro
========================================================================== */
.intro {
  min-height: 370px;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  background-repeat: no-repeat;
}

.intro-unsubscribe {
  background-image: url(/trunk/public/build/assets/unsubscribe_banner.8b9d8e0d.jpg);
}

.intro .intro-content {
  height: 210px;
  font-size: 0;
}

.intro .intro-content::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.intro .intro-content-inner {
  display: inline-block;
  vertical-align: middle;
}

.intro .intro-content-inner .main-title,
.intro .intro-content-inner p {
  color: #606060;
  font-weight: 300;
}

.intro .intro-content-inner .main-title {
  padding-bottom: 30px;
}

.intro .intro-content-inner p {
  margin: 0;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 300;
}

.intro-faq .intro-content {
  padding: 0 90px;
}

.intro-faq .intro-content-inner {
  width: 100%;
}

.intro-faq .intro-content-inner .main-title {
  padding-bottom: 0;
  color: #fff;
}

/* ==========================================================================
	#Product - devices
========================================================================== */
.product {
  margin-top: -180px;
  padding-bottom: 20px;
}

.product .product-body {
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e4e4e4;
}

.product-head-left-side,
.product-head-right-side {
  float: left;
}

.product-head-right-side {
  position: relative;
  margin-top: -10px;
  padding-left: 30px;
}

.product-head-right-side .free-sim-card {
  position: relative;
  width: 100%;
}

.white-sim-card {
  display: inline;
}

.black-sim-card {
  display: none;
}

.sim-card-free-text,
.sim-card-cost-text {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.25px;
}

.sim-card-free-text {
  top: auto;
  bottom: 68%;
  left: 32%;
  width: 125px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.sim-card-cost-text {
  top: 62%;
  right: 0;
  left: 18%;
  text-align: center;
}

.product .product-head {
  margin-bottom: 38px;
  padding-top: 40px;
}

.product .main-title {
  margin-bottom: 12px;
}

.product .sub-title {
  font-weight: 300;
  min-height: 78px;
}

.product .sub-title,
.product .main-title {
  color: #fff;
}

.product-head-combo {
  width: 325px;
}

.product-head-mini-ice {
  width: 340px;
}

.product-head-mini {
  width: 370px;
}

.product-head-smart {
  width: 460px;
}

.product .product-features-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.product-regular-price {
  font-size: 16px;
  margin-bottom: 0;
  color: #777;
}

.product-regular-price span {
  position: relative;
}

.product-regular-price span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  left: -4px;
  height: 1px;
  background-color: #777;
}

.product .product-features-title.mb_0 {
  margin-bottom: 0;
}

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

.discount-sticker-current-price {
  font-size: 10px;
  text-transform: none;
}

.discount-sticker-current-price span > sup {
  position: relative;
  top: -13px;
  font-size: 12px;
}

.footer-lithuania .footer-map-image {
  margin-top: 0;
}

.footer-lithuania .footer-nav {
  padding-top: 0;
}

.footer-lithuania .footer-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 -5px;
}

.footer-lithuania .footer-nav ul li {
  padding: 0 5px;
}

.footer-lithuania .footer-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 23px;
  border-bottom: 1px solid #343434;
  margin-bottom: 14px;
}

.footer-lithuania .footer-logo {
  margin-right: 27px;
}

.footer-lithuania .footer-logo:hover {
  opacity: 0.25;
}

.footer-lithuania .footer-nav {
  padding-bottom: 0;
}

.footer-lithuania .socials {
  margin-top: 13px;
  margin-left: auto;
}

.footer-lithuania .footer-map-image img {
  max-width: 250px;
}

.list-contacts {
  color: #333;
  font-size: 24px;
  font-weight: 300;
}

.list-contacts li {
  margin-bottom: 8px;
}

.list-contacts a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: inherit;
}

.list-contacts a:hover {
  text-decoration: none;
}

.list-contacts span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 19px;
  line-height: 30px;
  color: #048df7;
}

.list-contacts .ico-font-mail {
  font-size: 21px;
}

.list-contacts .ico-font-phone {
  margin-left: 4px;
  transform: rotate(-18deg);
  font-size: 23px;
}

.section-outro-advice {
  padding: 100px 0 0;
  margin-bottom: -49px;
}

.section-outro-advice-image {
  width: 100%;
}

/* ==========================================================================
	#Partner page
========================================================================== */
.partner-background-circles {
  background-repeat: no-repeat;
  background-position: calc(50% + 800px) 400px;
}

.section-partner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
}

.section-custom-banner-partner.section-custom-banner .section-vertical-centered {
  padding-bottom: 170px;
}

.section-custom-banner-partner .section-vertical-centered .main-title {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}

.section-custom-banner-partner .section-vertical-centered .sub-title {
  font-size: 18px;
  margin-bottom: 35px;
  padding-right: 110px;
  padding-left: 110px;
  line-height: 1.6em;
}

.section-why-partner-with-mypos {
  padding: 20px 0 50px;
}

.section-why-partner-with-mypos .section-title-secondary {
  margin-top: 80px;
}

.partner-line-separator {
  width: 79px;
  height: 5px;
  background-color: #0071f3;
  margin-bottom: 30px;
}

.section-partner-blue {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #0071f3;
  color: #fff;
}

.section-partner-blue .section-title-secondary,
.section-partner-blue .sub-title {
  color: #fff;
}

.section-partner .row-dib > * {
  font-size: 16px;
}

.section-partner-outro {
  padding-top: 180px;
  position: relative;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 735px) -382px, calc(100% + 230px) calc(100% + 721px);
  overflow: hidden;
}

.partner-background-text {
  font-size: 300px;
  line-height: 1;
  font-weight: 900;
  color: rgba(1, 1, 1, 0.03);
  position: absolute;
  top: 20px;
  left: calc(50% - 300px);
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.partner-background-arrows {
  position: absolute;
  top: 200px;
  right: calc(50% + 20px);
  z-index: -1;
}

.section-partner-benefits {
  padding-top: 80px;
}

.partner-benefits-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 285px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner-benefits-content {
  width: 655px;
  padding: 35px 40px;
  margin-left: -285px;
  background-color: #fff;
  box-shadow: 0px 39px 99px 0px rgba(0, 0, 0, 0.14);
}

.section-become-partner {
  padding-top: 180px;
}

.list-become-partner li {
  width: 615px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 25px 60px 25px 0px;
  margin: 0 auto 30px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-basis: 190px;
  position: relative;
  counter-increment: step;
}

.list-become-partner li::before {
  content: counter(step);
  position: absolute;
  top: 50%;
  right: calc(100% - 20px);
  transform: translateY(-50%);
  z-index: -1;
  font-size: 125px;
  line-height: 1;
  font-weight: 900;
  color: rgba(4, 142, 249, 0.25);
}

.list-become-partner li .become-partner-icon {
  flex: 0 0 190px;
  text-align: center;
}

.section-partner-waves img {
  display: block;
  width: 100%;
  height: 147px;
}

/* ==========================================================================
	#List Checks
========================================================================== */
.list-checks li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 13px;
  line-height: 1.4;
}

.list-checks li span:not(.icon-holder) {
  display: inline-block;
  margin-top: 3px;
}

.list-checks .icon-holder {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
}

/* ==========================================================================
	#Section Products
========================================================================== */
.section-products {
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
}

.section-products .section-body {
  min-height: 460px;
  position: relative;
}

.section-products .section-image img {
  width: 775px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.section-products .section-image {
  position: absolute;
  top: 0;
  width: 50%;
  min-height: 460px;
  right: 0;
}

.section-products-reverd .section-image {
  left: 0;
  right: auto;
}

.section-products-reverd .section-image img {
  right: 0;
  top: 0;
  left: auto;
}

/* ==========================================================================
	#Bussinesses slider
========================================================================== */
.slider-bussinesses,
.slider-bussinesses .slider-clip,
.slider-bussinesses .slides,
.slider-bussinesses .slide {
  height: 625px;
}

.slider-bussinesses .slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 240px;
}

.slider-bussinesses .slide-payment-request-page {
  padding-top: 260px;
}

.slider-bussinesses .slides {
  list-style: none;
  padding-left: 0;
}

.slider-bussinesses .slide-content {
  color: #fff;
  max-width: 570px;
  position: relative;
  font-weight: 300;
  padding: 0 100px 0 45px;
}

.slide-payment-request-page .slide-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider-bussinesses .slide-content:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 3px;
  background: #fff;
}

.slider-bussinesses .slide-content h3, .slider-bussinesses .slide-content .h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 25px;
}

.slider-bussinesses .owl-prev,
.slider-bussinesses .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  display: inline-block;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider-bussinesses .owl-prev:hover,
.slider-bussinesses .owl-next:hover {
  opacity: 0.7;
}

.slider-bussinesses .owl-prev {
  left: 60px;
  background-image: url(/trunk/public/build/assets/slide-businesses-arrow-left.f294b227.png);
  width: 37px;
  height: 61px;
}

.slider-bussinesses .owl-next {
  right: 60px;
  background-image: url(/trunk/public/build/assets/slide-businesses-arrow-right.9f2e00ce.png);
  width: 35px;
  height: 61px;
}

.slider-bussinesses .controls-hidden .owl-prev,
.slider-bussinesses .controls-hidden .owl-next {
  opacity: 0;
}

/* ==========================================================================
	#Broshures
========================================================================== */
.brochure {
  margin-bottom: 20px;
}

.brochure .brochure-title {
  overflow: hidden;
  min-height: 53px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #626262;
  font-weight: 300;
}

.brochure .brochure-image {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  font-size: 0;
}

.brochure .brochure-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 141%;
}

.brochure .brochure-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 6px);
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brochure .brochure-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brochure:hover .brochure-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.brochure .brochure-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 0 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.brochure .brochure-actions .btn {
  font-size: 14px;
}

.brochure .brochure-actions .btn:hover {
  color: #626262;
}

.brochure .brochure-actions .btn + .btn {
  margin-top: 20px;
}

.form-control-test[disabled] {
  background: green !important;
}

iframe[name=google_conversion_frame] {
  float: left;
  width: 0 !important;
  height: 0 !important;
  margin-top: -13px;
  font-size: 0 !important;
  line-height: 0 !important;
}

.brochure-image {
  overflow: hidden;
  background: #fff;
}

.brochure-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #fcfcfc;
  text-align: center;
}

.brochure-loader::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

/* ==========================================================================
	#Enroll
========================================================================== */
.enroll hr {
  border-color: #dcdcdc;
}

/* ==========================================================================
    #Bullets list
========================================================================== */
.list-bullets li {
  margin: 3px 0;
  padding-left: 20px;
  background: url(/trunk/public/build/assets/list-bullets-bullet.cb520b82.png) no-repeat 8px 11px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

.enroll-article {
  margin-bottom: 30px;
}

.enroll-article-image {
  padding-top: 50px;
}

.enroll-article-image img {
  max-width: 100%;
}

.enroll-step-1 .enroll-article-image img {
  margin-left: -75px;
}

.enroll-article-content-inner {
  padding: 20px 0;
}

.enroll-article-title {
  margin: 15px 0 25px;
  font-size: 24px;
  line-height: 1.5;
  color: #444;
  font-weight: 300;
}

.enroll-article-content .list-checks {
  margin-top: 20px;
  padding-left: 10px;
}

.enroll-article-content .list-checks li {
  margin-bottom: 5px;
}

.enroll-article-actions {
  margin: 30px 0 20px;
}

.enroll-article-actions .btn-primary {
  padding-right: 40px;
  padding-left: 40px;
}

.enroll-article-head {
  padding-top: 30px;
  padding-bottom: 30px;
}

.enroll-article-head .enroll-article-title {
  font-size: 48px;
}

.enroll-article-subtitle {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #777;
  font-weight: 300;
}

.enroll-article-body .enroll-article-subtitle {
  margin-bottom: 30px;
  text-align: center;
}

.enroll-article-subtitle.blue-enroll-subtitle {
  color: #0071f3;
  font-weight: 400;
}

.enroll-btn-dropdown.open .dropdown-toggle {
  background: #0076ba;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.enroll-btn-dropdown .dropdown-toggle:active,
.enroll-btn-dropdown .dropdown-toggle:focus {
  background: #0076ba;
}

.enroll-btn-dropdown .dropdown-menu {
  left: 50%;
  width: 300px;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-top: 4px solid #009bf4;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.enroll-btn-dropdown-bgr .dropdown-menu {
  width: 370px;
}

.enroll-btn-dropdown-fra .dropdown-menu {
  width: 350px;
}

.enroll-btn-dropdown-ita .dropdown-menu {
  width: 440px;
}

.enroll-btn-dropdown-esp .dropdown-menu {
  width: 310px;
}

.enroll-btn-dropdown-hrv .dropdown-menu {
  width: 350px;
}

.enroll-btn-dropdown-prt .dropdown-menu {
  width: 390px;
}

.enroll-btn-dropdown-grc .dropdown-menu {
  width: 440px;
}

.enroll-btn-dropdown-cyp .dropdown-menu {
  width: 380px;
}

.enroll-btn-dropdown-bel .dropdown-menu {
  width: 370px;
}

.enroll-btn-dropdown-aut .dropdown-menu {
  width: 380px;
}

.enroll-btn-dropdown-isl .dropdown-menu {
  width: 380px;
}

.enroll-btn-dropdown-dnk .dropdown-menu {
  width: 390px;
}

.enroll-btn-dropdown-glp .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-reu .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-rom .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-pol .dropdown-menu {
  width: 400px;
}

.enroll-btn-dropdown-svn .dropdown-menu {
  width: 400px;
}

.enroll-btn-dropdown-svk .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-cze .dropdown-menu {
  width: 390px;
}

.enroll-btn-dropdown-est .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-guf .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-maf .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-mtq .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-hun .dropdown-menu {
  width: 410px;
}

.enroll-btn-dropdown-lva .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown-lie .dropdown-menu {
  width: 420px;
}

.enroll-btn-dropdown-ltu .dropdown-menu {
  width: 360px;
}

.enroll-btn-dropdown .dropdown-menu:before {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #009bf4;
  border-left: 10px solid transparent;
  content: "";
}

.enroll-btn-dropdown .dropdown-menu li {
  padding: 2px 0;
  font-size: 0;
}

.enroll-btn-dropdown .dropdown-menu li:first-of-type {
  padding-top: 0;
}

.enroll-btn-dropdown .dropdown-menu li:last-of-type {
  padding-bottom: 0;
}

.enroll-btn-dropdown .dropdown-menu li:first-of-type a {
  padding-top: 10px;
}

.enroll-btn-dropdown .dropdown-menu li:last-of-type a {
  padding-bottom: 10px;
}

.enroll-btn-dropdown .dropdown-menu a {
  padding: 6px 0 5px 15px;
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  white-space: normal;
}

.enroll-btn-dropdown .dropdown-menu .active a,
.enroll-btn-dropdown .dropdown-menu a:hover,
.enroll-btn-dropdown .dropdown-menu a:focus {
  background: #009bf4;
  color: #fff;
}

.enroll-btn-dropdown .dropdown-menu a span {
  display: inline-block;
  max-width: calc(100% - 15px);
  padding-left: 0;
  vertical-align: top;
}

.enroll-btn-dropdown .dropdown-menu a .dropdown-icon ~ span {
  max-width: calc(100% - 35px);
}

.enroll-btn-dropdown .dropdown-menu a .dropdown-icon {
  width: 30px;
  max-width: 30px;
  padding-top: 1px;
  text-align: left;
}

.enroll-btn-dropdown .dropdown-menu a .ico-font {
  font-size: 19px;
  color: #009bf4;
  vertical-align: top;
}

.enroll-btn-dropdown .dropdown-menu .active a .ico-font,
.enroll-btn-dropdown .dropdown-menu a:hover .ico-font,
.enroll-btn-dropdown .dropdown-menu a:focus .ico-font {
  color: #fff;
}

.enroll-btn-dropdown.dropup .dropdown-menu {
  bottom: calc(100% + 15px);
  border-top-width: 1px;
  border-top-color: #e8e8e8;
  border-bottom: 4px solid #009bf4;
}

.enroll-btn-dropdown.dropup .dropdown-menu:before {
  top: auto;
  bottom: -12px;
  border-bottom-width: 0;
  border-top: 9px solid #009bf4;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  border: none;
  background-color: #fff;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  cursor: default;
  box-shadow: none;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-choice {
  float: none;
  display: block;
  margin: 0 0 8px 0;
  border-color: #a7dfff;
  line-height: 1.3;
  background: white;
  position: relative;
  padding: 7px 21px 7px 15px;
  border-radius: 4px;
  background-color: rgba(0, 155, 244, 0.05);
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 10px;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-choice span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field {
  padding: 2px 15px 3px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto !important;
  border: 1px solid #ccc;
  background-color: #fff;
  -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);
  cursor: text;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field::before {
  content: "";
  background: transparent url(/trunk/public/build/assets/bg_custom_select.bbe0bac8.png) no-repeat center right;
  width: 18px;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  cursor: pointer;
}

@-moz-document url-prefix() {
  /* for all FF browsers */
  .enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field::before {
    top: 0;
    bottom: 0;
    background: transparent url(/trunk/public/build/assets/bg_custom_select_ff.1148638c.png) no-repeat center right;
  }
}
.enroll-chosen-multiple ~ .chosen-container-multi.chosen-container-active .chosen-choices li.search-field {
  border: 1px solid #5897fb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.3);
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
  color: #555;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #555;
}

.enroll-chosen-multiple ~ .chosen-container-multi .chosen-choices li.search-field input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}

.enroll-chosen-multiple.alerted ~ .chosen-container-multi .chosen-choices li.search-field {
  background-color: #f2dede !important;
  border: 1px solid #b94a48 !important;
}

.registration-step {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0;
}

.registration-step:last-of-type {
  padding-right: 0;
  padding-left: 0;
  border-color: #fff;
  text-align: center;
}

.registration-step:before {
  position: absolute;
  top: -31px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.registration-step:first-of-type:before {
  display: none;
}

.registration-step-aside,
.registration-step-content {
  display: inline-block;
  vertical-align: middle;
}

.registration-step-aside {
  width: 170px;
  padding-right: 48px;
  text-align: center;
}

.registration-step-aside img {
  max-width: 100%;
}

.list-registration-step-images {
  margin: 0;
  font-size: 0;
}

.list-registration-step-images li,
.list-registration-step-images a {
  display: inline-block;
}

.list-registration-step-images li {
  padding: 10px 15px;
}

.registration-step-content {
  width: calc(100% - 170px);
  padding-top: 10px;
  padding-bottom: 10px;
}

.registration-step-content p,
.registration-step:last-of-type p,
.registration-step-main p,
.list-registration-step-images-full .separator {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #373838;
}

.registration-step-inner {
  position: relative;
  overflow: hidden;
  padding: 10px 25px;
}

.registration-step .registration-step-inner .contact-information {
  margin-bottom: 20px;
}

.registration-step-image-right,
.registration-step-image-left {
  position: absolute;
  top: 20px;
}

.registration-step-image-left {
  left: 10px;
}

.registration-step-image-right {
  right: 10px;
}

.registration-step-main {
  padding: 0 0 15px;
  text-align: center;
}

.registration-step-main-top {
  padding: 0 0 5px;
}

.registration-step-main-center {
  padding: 10px 110px 10px;
}

.registration-step-main-center .registration-step-prepare-documents {
  min-height: 60px;
}

.registration-step-main-center .registration-step-prepare-documents-alt {
  height: 60px;
}

.registration-step-main-center .registration-step-prepare-documents-alt:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.registration-step-main-center .registration-step-prepare-documents-inner {
  display: inline-block;
  vertical-align: middle;
}

.list-registration-step-images-full {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 0;
  text-align: center;
}

.list-registration-step-images-full li {
  display: inline-block;
  padding: 0 0 10px;
  vertical-align: middle;
}

.list-registration-step-images-full a {
  display: block;
  vertical-align: middle;
}

.list-registration-step-images-full .separator {
  padding-right: 12px;
  padding-left: 12px;
}

.registration-step-main-dib-content {
  padding-top: 10px;
}

.registration-step-main-dib-content .registration-step-image-dib,
.registration-step-main-dib-content p {
  display: inline-block;
  vertical-align: middle;
}

.registration-step-main-dib-content .registration-step-image-dib {
  margin-right: 20px;
}

.registration-step-main-dib-content p {
  max-width: calc(100% - 200px);
  text-align: left;
}

.custom-radio-check label,
.custom-radio-check-image .ico-font-check-bold {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-radio-check,
.custom-radio-check label {
  position: relative;
  overflow: hidden;
  display: block;
}

.custom-radio-check ~ .custom-radio-check {
  margin-top: 20px;
}

.custom-radio-check input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.custom-radio-check label {
  z-index: 1;
  margin: 0;
  padding: 19px 20px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  font-size: 0;
  cursor: pointer;
}

.custom-form-group .custom-radio-check > label:not(.no-appearance-radio-box) {
  margin-top: 0;
}

.custom-radio-check label:hover,
.custom-radio-check input[type=radio]:checked ~ label,
.custom-radio-check input[type=radio]:focus ~ label {
  border-color: #0071f3;
  background: #e8f5ff;
}

.custom-radio-check input[type=radio]:disabled ~ label:hover,
.custom-radio-check input[type=radio]:disabled ~ label {
  border-color: #ccc;
  background: #f9f9f9;
  opacity: 0.7;
}

.custom-radio-check-image,
.custom-radio-check-content {
  display: inline-block;
  vertical-align: middle;
}

.custom-radio-check-image {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

.custom-radio-check-image:before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.custom-radio-check-image .ico-font-check-bold {
  font-size: 18px;
  color: #0dad4a;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.custom-radio-check input[type=radio]:checked ~ label .ico-font-check-bold {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.custom-radio-check-content {
  max-width: calc(100% - 45px);
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.custom-form-group,
.checkbox-list-group {
  position: relative;
}

.custom-form-group.alerted_group:before,
.checkbox-list-group.alerted_group:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 1px solid #b94a48;
  content: "";
}

.custom-form-group.alerted_group ~ .custom-form-group.alerted_group {
  margin-top: 45px;
}

.custom-form-group label:not(.no-appearance-radio-box) {
  display: block;
  margin-top: -4px;
}

.custom-form-group .no-appearance-radio-stylish-btn label {
  margin-top: 0;
}

.custom-form-group .no-appearance-radio-stylish-btn {
  overflow: visible;
}

.custom-form-group .no-appearance-radio-stylish-btn input {
  top: 0;
  left: 0;
}

/* Yani */
.enroll .main-title.with-side-info {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}

.enroll .side_info_text {
  display: inline-block;
  width: 29%;
  text-align: right;
  margin-bottom: 0;
}

.enroll .big_grey_text {
  font-size: 15px;
}

.no-titled-input {
  margin-top: 27px;
}

.enroll input:focus,
.enroll select:focus,
.enroll .chosen-container-active.chosen-with-drop .chosen-single,
.enroll-step-1 .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #0071f3;
}

.enroll input[readonly]:focus,
.enroll input[disabled]:focus {
  border-color: #ccc;
}

.section-icon h2, .section-icon .h2,
.section-icon p {
  padding-left: 35px;
}

.section-icon .section-title {
  position: relative;
}

.section-icon .section-title::before {
  font-family: "Font Icons";
  position: absolute;
  left: 0;
}

.section-legal-form::before {
  content: "";
  font-size: 30px;
  top: -5px;
}

.section-login-details::before {
  content: "";
  font-size: 30px;
  top: -5px;
}

.section-business-details::before {
  content: "";
  font-size: 20px;
  top: 0px;
}

.section-personal-details::before {
  content: "";
  font-size: 30px;
  top: -5px;
}

.section-partner-details::before {
  content: "";
  font-size: 24px;
  top: -2px;
}

.section-ownership::before {
  content: "";
  font-size: 23px;
  top: -2px;
}

.section-additional-details::before {
  content: "";
  font-size: 22px;
  top: -1px;
}

.form-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}

.form-title.fw_normal {
  font-weight: normal;
}

.section-enroll .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

.section-enroll .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

.section-enroll .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

.section-enroll .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

.section-enroll .placeholder-capitalize::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: capitalize;
}

.section-enroll .placeholder-capitalize::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: capitalize;
}

.section-enroll .placeholder-capitalize:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: capitalize;
}

.section-enroll .placeholder-capitalize:-moz-placeholder {
  /* Firefox 18- */
  text-transform: capitalize;
}

.finish-box-wrapper {
  padding: 30px 20px 30px 20px;
  margin-bottom: 35px;
  border: 1px solid #0071f3;
}

.finish-box-head {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8e6f1;
}

.finish-box-head .section-title {
  margin-bottom: 10px;
}

.finish-box-head .section-title + p {
  font-size: 15px;
}

.finish-box-head .section-icon .section-title,
.finish-box-head .section-icon .section-title + p {
  padding-left: 0;
}

.section-info-text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

a.section-link {
  font-size: 14px;
  color: #0071f3;
  text-decoration: underline;
}

a.section-link:hover {
  text-decoration: none;
}

.enroll-resend-links-wrapper {
  margin-top: 5px;
  font-size: 14px;
}

.enroll-resend-links-wrapper a {
  display: inline-block;
}

/*Finish box Tooltips */
.finish-box-wrapper .tooltip {
  z-index: 999;
}

.gtc_wrapper {
  position: relative;
}

.gtc_wrapper .tooltip {
  left: 0px !important;
}

.gtc_wrapper .tooltip .tooltip-arrow {
  left: 15px !important;
}

/*Checkbox*/
input[type=checkbox].green-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

input[type=checkbox].green-checkmark + label {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  position: relative;
  padding-left: 40px;
  padding-top: 7px;
}

input[type=checkbox].green-checkmark + label::before,
input[type=checkbox].green-checkmark + label::after {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
}

input[type=checkbox].green-checkmark + label::before {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  content: "";
}

input[type=checkbox].green-checkmark + label::after {
  font-family: "Font Icons";
  color: #0dad4a;
  background-image: none;
  font-size: 18px;
  content: "";
  text-align: center;
  padding-top: 3px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].green-checkmark:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

input[type=checkbox].green-checkmark:focus + label::before {
  border-color: #0071f3;
}

input[type=checkbox].green-checkmark.alerted + label::before,
input[type=checkbox].green-checkmark.alerted:checked + label::before {
  border-color: #b94a48;
  background-color: #f2dede;
}

/*Ownership boxes*/
.ownership-radio-group-wrapper.alerted_ownership {
  position: relative;
}

.ownership-radio-group-wrapper.alerted_ownership:before {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: 5px;
  left: -15px;
  border: 1px solid #b94a48;
  content: "";
}

.ownership-radio-group input[type=radio] {
  display: none;
}

.ownership-radio-group .ownership-radio {
  padding-left: 10px;
  padding-right: 10px;
}

.ownership-radio-group .ownership-radio:first-child {
  padding-left: 15px;
}

.ownership-radio-group .ownership-radio:last-child {
  padding-right: 15px;
}

.ownership-box {
  width: 100%;
  min-height: 173px;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 5px;
}

.ownership-box:hover {
  border-color: #0071f3;
  cursor: pointer;
}

.ownership-image {
  font-family: "Font Icons";
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}

.ownership-text {
  text-align: center;
  min-height: 60px;
  margin-bottom: 0;
}

.ownership-radio-group input[type=radio]:checked + .ownership-box {
  color: #0071f3;
  border-color: #0071f3;
}

.enroll-sms-code {
  padding-left: 5px;
}

.enroll-special-code {
  padding-right: 5px;
}

/*No appearance radio button*/
.no-appearance-radio-group input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.no-appearance-radio-box {
  width: 100%;
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
  height: 35px;
}

.no-appearance-radio-box:hover,
.no-appearance-radio-group input[type=radio]:focus + .no-appearance-radio-box {
  border-color: #0071f3;
  cursor: pointer;
}

.no-appearance-radio-group input[type=radio]:checked + .no-appearance-radio-box {
  background-color: #e8f5ff;
  border-color: #0071f3;
}

.enroll-controls-actions {
  display: flex;
  height: 34px;
  align-items: center;
}

/*Activation email, login cases*/
.activate_email_otp_hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border-color: #cccccc;
}

.activation_email_otp_info_text {
  font-size: 12px;
  font-style: italic;
  color: #444444;
}

.activation_email_otp_info_text a {
  color: #009bf4;
  text-decoration: underline;
}

.activation_email_otp_info_text a:hover,
.activation_email_otp_info_text a:focus {
  color: #009bf4;
  text-decoration: none;
}

.enroll-two-rows-form-title,
.fix_fr .enroll-two-rows-form-title-fr {
  margin-top: 22px;
}

.finish-box-btn-wrapper {
  width: 100%;
  text-align: center;
}

.enroll-create-account-btn {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/*Activate email succes and not_activated pages video section */
.video-container.identification-video-cover {
  background-image: url(/trunk/public/build/assets/identification_video_bg.38d9f1c3.jpg);
}

.full-width-video .video-container {
  min-height: 310px;
  max-width: none;
}

/* Rumi */
.section-enroll {
  padding-top: 35px;
  padding-bottom: 20px;
  border-top: 1px solid #dcdcdc;
}

.section-enroll:first-of-type {
  border-top: none;
}

/*Voice record animation*/
a.section-link.record {
  color: #0dad4a;
}

.record .ico-font-record-3.animation {
  min-width: 18px;
  text-align: left;
}

@-webkit-keyframes icon-1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  33.1% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
}
@-o-keyframes icon-1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  33.1% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
}
@-moz-keyframes icon-1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  33.1% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
}
@keyframes icon-1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  33.1% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
}
@-webkit-keyframes icon-2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  33.1% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  66.1% {
    opacity: 0;
  }
}
@-o-keyframes icon-2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  33.1% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  66.1% {
    opacity: 0;
  }
}
@-moz-keyframes icon-2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  33.1% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  66.1% {
    opacity: 0;
  }
}
@keyframes icon-2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  33.1% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  66.1% {
    opacity: 0;
  }
}
@-webkit-keyframes icon-3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  66.1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-o-keyframes icon-3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  66.1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-moz-keyframes icon-3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  66.1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes icon-3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  66.1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
.record-icons {
  position: relative;
  display: inline-block;
  margin-top: -6px;
  vertical-align: middle;
}

.record-icons .ico-font-record,
.record-icons .ico-font-record-1 {
  position: absolute;
  top: 5px;
  left: -2;
}

/* Google Chrome */
.record-icons .ico-font-record:not(*:root),
.record-icons .ico-font-record-1:not(*:root) {
  top: 4px;
}

/* IE/Edge */
/* _:-ms-lang(x), .record-icons .ico-font-record,
_:-ms-lang(x), .record-icons .ico-font-record-1 { top: 5px; } */
.record-icons .ico-font-record-3 {
  opacity: 1;
}

.record-icons .ico-font-record,
.record-icons .ico-font-record-1 {
  opacity: 0;
}

.record .ico-font-record,
.record .ico-font-record-1,
.record .ico-font-record-3 {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}

.record .ico-font-record {
  -webkit-animation-name: icon-1;
  -o-animation-name: icon-1;
  animation-name: icon-1;
}

.record .ico-font-record-1 {
  -webkit-animation-name: icon-2;
  -o-animation-name: icon-2;
  animation-name: icon-2;
}

.record .ico-font-record-3 {
  -webkit-animation-name: icon-3;
  -o-animation-name: icon-3;
  animation-name: icon-3;
}

.section-link.inactive,
.section-link.record,
.section-link.disabled {
  text-decoration: none;
}

.section-link.inactive {
  color: #333;
  cursor: default;
}

.disabled,
.disabled:hover,
.disabled:active,
.disabled:focus {
  color: #ccc;
  cursor: default;
  text-decoration: none;
}

.security_code_links a.disabled,
.otp_box a.disabled,
.activation_email_otp_info_text a.disabled,
.section-link.disabled {
  color: #a2a2a2;
}

.activation_email_otp_info_text a.disabled:hover,
.activation_email_otp_info_text a.disabled:focus {
  text-decoration: underline;
}

/* ==========================================================================
	#Card Renewal
========================================================================== */
.section-card-renewal {
  padding-top: 110px;
  padding-bottom: 60px;
}

.section-card-renewal .main-title {
  color: #626262;
  margin-bottom: 35px;
}

.table-card-renewal {
  margin: 35px 0 45px;
}

.table-card-renewal.with-info-text {
  margin: 15px 0;
}

.table-responsive-desktop {
  width: 100%;
  overflow-x: auto;
}

.table-responsive-desktop .table-card-renewal.with-info-text {
  margin-bottom: 0;
}

.table-responsive-chosen-fix {
  padding-bottom: 300px;
  margin-bottom: -285px;
  /*15px less than the padding-bottom, cuz we need 15px under the table*/
}

.table-card-renewal-info-text {
  font-style: italic;
  color: #626262;
  margin-bottom: 30px;
}

.table-card-renewal,
.table-card-renewal > tbody > tr,
.table-card-renewal > thead > tr > th,
.table-card-renewal > tbody > tr > td,
.table-card-renewal > tfoot > tr > td {
  border: 0;
}

.table-card-renewal > thead > tr > th,
.table-card-renewal > tbody > tr > td,
.table-card-renewal > tfoot > tr > td {
  padding: 10px;
  font-size: 14px;
  color: #626262;
}

.table-card-renewal > thead > tr > th {
  background: #e1e1e1;
  line-height: 1.2;
  vertical-align: middle;
  white-space: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-card-renewal > thead > tr > th:first-child {
  border-left: 8px solid #e1e1e1;
}

.table-card-renewal .select-emboss ~ .select2-container {
  min-width: 0px;
}

.table-card-renewal > tbody > tr > td {
  line-height: 1.6;
  vertical-align: middle;
  font-size: 14px;
}

.table-card-renewal > tbody > tr:nth-child(even) > td {
  background: #f9f9f9;
}

.table-with-dropdowns > tbody + tbody {
  border-top: 0;
}

.table-with-dropdowns .table-dropdown-caret-down {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(135deg);
  transition: all 0.3s;
}

.table-with-dropdowns tr.row-open .table-dropdown-caret-down {
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.table-with-dropdowns > tbody > tr:nth-child(even) > td {
  background-color: #ffffff;
  border-left: 8px solid #f9f9f9;
}

.table-with-dropdowns > tbody:nth-child(even) > tr:first-child > td {
  background-color: #f9f9f9;
}

.table-with-dropdowns > tbody:nth-child(even) > tr:first-child > td:first-child {
  border-left: 8px solid #f9f9f9;
}

.table-with-dropdowns > tbody:nth-child(odd) > tr:first-child > td:first-child {
  border-left: 8px solid #ffffff;
}

.table-with-dropdowns > tbody:nth-child(even) > tr.row-open:first-child > td:first-child {
  border-color: #e1e1e1;
}

.table-with-dropdowns > tbody:nth-child(odd) > tr.row-open:first-child > td:first-child {
  border-color: #e1e1e1;
}

.table-with-dropdowns > tbody:nth-child(even) > tr + tr > td {
  border-top: 2px solid #ffffff;
  background-color: #f9f9f9;
}

.table-with-dropdowns .table-dropdown {
  padding: 0;
  border-top: 1px solid #e1e1e1;
  border-left: 8px solid #e1e1e1 !important;
  border-bottom: 0;
}

.table-with-dropdowns .table-dropdown-inner {
  padding: 20px;
}

.btn-remove-table-row {
  position: relative;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.btn-remove-table-row:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-remove-table-row::before,
.btn-remove-table-row::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4px;
  height: 22px;
  margin: -12px 0 0 -2px;
  background: #f80404;
  content: "";
}

.btn-remove-table-row::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-remove-table-row::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==========================================================================
	#Return device page
========================================================================== */
.section-custom-banner.section-custom-banner-return-device .section-vertical-centered {
  padding-bottom: 115px;
}

.section-return-device-form {
  margin-top: -140px;
  margin-bottom: 125px;
  position: relative;
  z-index: 2;
}

.section-return-device-form .return-device-form-wrapper {
  background-color: #fff;
  box-shadow: 1px 1px 49px 0px rgba(0, 0, 0, 0.07);
}

.section-return-device-form .return-device-form-inner {
  padding: 40px 50px 40px;
}

.section-return-device-form .form-group {
  margin-bottom: 30px;
}

.section-return-device-form .current-date-day-field,
.section-return-device-form .expiry-date-day-field {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

.section-return-device-form .current-date-year-field,
.section-return-device-form .expiry-date-year-field {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

.table-return-device {
  border: 0;
  table-layout: fixed;
  margin-bottom: 0;
}

.table-return-device thead tr th {
  background-color: #f5f5f5;
  color: #3a3a3a;
  border-width: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  vertical-align: middle;
  white-space: normal;
}

.table-return-device tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 0;
  border-bottom: 1px solid #f1f1f1;
}

.table-return-device thead tr th:first-child,
.table-return-device tbody tr td:first-child {
  padding-left: 0px;
  width: 50px;
}

.table-return-device thead tr th:last-child,
.table-return-device tbody tr td:last-child {
  padding-right: 0px;
  width: 50px;
}

.table-return-device tbody tr:not(.return-device-table-action) td:nth-child(3) {
  padding-left: 0;
}

.table-return-device tbody tr:not(.return-device-table-action) td:nth-child(5) {
  padding-right: 0;
}

.table-return-device tbody tr td:first-child,
.table-return-device tbody tr:not(.return-device-table-action) td:nth-child(2),
.table-return-device tbody tr td:last-child {
  border-bottom: 0;
}

.table-return-device tbody tr td.return-more-devices {
  border-bottom-color: #cccccc;
}

.table-return-device .return-device-table-remove {
  color: #3a3a3a;
  font-size: 22px;
}

.table-return-device .return-device-table-remove:hover,
.table-return-device .return-device-table-remove:focus {
  text-decoration: none;
  color: #3a3a3a;
}

.table-return-device textarea {
  resize: vertical;
}

.return-device-form__container {
  padding: 0px 50px 30px;
  background-color: #f5f5f5;
}

.return-device-form {
  position: relative;
  display: flex;
  padding-top: 40px;
  border-bottom: 1px solid #ccc;
}

.return-device-form__num {
  margin-right: 25px;
}

.return-device-form__num p {
  margin-bottom: 12px;
}

.return-device-form__remove {
  position: absolute;
  display: block;
  top: 20px;
  right: -20px;
}

.company-address-device-return-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}

.company-address-device-return-form > * {
  flex: 1 0 calc(50% - 20px);
  margin: 0 10px 5px;
  line-height: 1.7;
}

.company-address-device-return-form > *:nth-child(odd) {
  text-align: right;
  font-weight: bold;
}

.company-address-device-return-form > *:nth-child(even) {
  text-align: left;
  font-weight: 300;
}

.return-device-success-actions .btn ~ .btn {
  margin-left: 20px;
}

/* ==========================================================================
	#Expiring mastercard -> Free VISA Card
========================================================================== */
.expiring-mastercard-section-img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 40px;
}

.vertical-visa-card {
  text-align: right;
}

.vertical-visa-card img {
  display: inline-block;
  max-width: 100%;
  margin-right: -40px;
}

.table-card-renewal.table-expiring-mastercard {
  width: 100%;
  margin: 35px 0;
}

.table-card-renewal.table-expiring-mastercard > thead > tr > th,
.table-card-renewal.table-expiring-mastercard > tbody > tr > td {
  padding: 10px 20px;
  vertical-align: middle;
}

.table-card-renewal.table-expiring-mastercard > thead > tr > th {
  height: 60px;
}

.table-card-renewal.table-expiring-mastercard > tbody > tr > td {
  height: 50px;
}

.table-card-renewal.table-expiring-mastercard > tbody > tr > td:first-child {
  min-width: 300px;
}

.table-card-renewal.table-expiring-mastercard > tfoot > tr > td {
  padding: 10px 0px;
  vertical-align: middle;
}

.expiring-mastercard-cardname-preview {
  line-height: 26px;
}

select.transparent-select {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

select.transparent-select:hover {
  cursor: pointer;
}

select.transparent-select:focus {
  outline: 0;
}

.table-expiring-mastercard .mastercard-expiring-cardname-input {
  padding: 1px 8px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #555;
  margin-right: 6px;
  border: 1px solid #ccc;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.table-expiring-mastercard dl {
  margin-bottom: 0;
}

.table-expiring-mastercard dl > dd a {
  color: #626262;
  text-decoration: none;
}

.table-expiring-mastercard a .mastercard_emboss_name_preview {
  display: inline-block;
  text-transform: uppercase;
}

.table-expiring-mastercard a .mastercard_emboss_name_preview::after {
  content: "";
  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;
  margin-left: 6px;
  transition: color 0.2s;
}

.table-expiring-mastercard a:hover .mastercard_emboss_name_preview::after {
  color: #009bf4;
  transition: color 0.2s;
}

.thin-checkmark,
.thin-cross {
  display: inline-block;
  position: relative;
  width: 18px;
  vertical-align: middle;
}

.thin-checkmark::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 8px;
  height: 16px;
  border-bottom: 3px solid #626262;
  border-right: 3px solid #626262;
  transform: rotate(45deg);
  transition: color 0.2s;
}

.thin-cross::before,
.thin-cross::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: 3px;
  height: 18px;
  background-color: #626262;
  transition: color 0.2s;
}

.thin-cross::before {
  transform: rotate(45deg);
}

.thin-cross::after {
  transform: rotate(-45deg);
}

.thin-checkmark:hover::before {
  border-bottom: 3px solid #009bf4;
  border-right: 3px solid #009bf4;
  transition: color 0.2s;
}

.thin-cross:hover::before,
.thin-cross:hover::after {
  background-color: #009bf4;
  transition: color 0.2s;
}

.thin-checkmark:active::before {
  transform: rotate(45deg) scale(0.8);
}

.thin-cross:active::before {
  transform: rotate(45deg) scale(0.8);
}

.thin-cross:active::after {
  transform: rotate(-45deg) scale(0.8);
}

/* ==========================================================================
	#boxes-equal-height
========================================================================== */
.boxes-equal-height {
  display: table;
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 30px 0;
}

.boxes-equal-height::before,
.boxes-equal-height::after {
  display: none;
}

.boxes-equal-height-wrapper {
  margin: 0 -30px;
}

.boxes-equal-height .box-equal-height {
  display: table-cell;
  float: none;
  padding: 0;
  vertical-align: top;
}

.boxes-equal-height-purple-gradient .box-equal-height {
  -webkit-box-shadow: 1px 1px 49px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 49px rgba(0, 0, 0, 0.2);
  background: #657eff;
  background: -moz-linear-gradient(top, #657eff 0%, #6a7ffe 20%, #707fff 30%, #6e80ff 32%, #7f80ff 63%, #8381ff 80%, #8681ff 81%, #8a81ff 100%);
  background: -webkit-linear-gradient(top, #657eff 0%, #6a7ffe 20%, #707fff 30%, #6e80ff 32%, #7f80ff 63%, #8381ff 80%, #8681ff 81%, #8a81ff 100%);
  background: linear-gradient(to bottom, #657eff 0%, #6a7ffe 20%, #707fff 30%, #6e80ff 32%, #7f80ff 63%, #8381ff 80%, #8681ff 81%, #8a81ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#657eff", endColorstr="#8a81ff",GradientType=0 );
}

.boxes-equal-height-white .box-equal-height {
  background-color: #fff;
  box-shadow: 1px 1px 49px 0px rgba(0, 0, 0, 0.06);
}

.boxes-equal-height .box-equal-height-inner {
  padding: 70px 45px 60px;
  text-align: center;
}

.fix_ro .boxes-equal-height .box-equal-height-inner {
  padding-right: 35px;
  padding-left: 35px;
}

.fix_de .boxes-equal-height .box-equal-height-inner,
.fix_bg .boxes-equal-height .box-equal-height-inner,
.fix_el .boxes-equal-height .box-equal-height-inner,
.fix_sv .boxes-equal-height .box-equal-height-inner,
.fix_pt .boxes-equal-height .box-equal-height-inner,
.fix_nl .boxes-equal-height .box-equal-height-inner {
  padding-right: 20px;
  padding-left: 20px;
}

.boxes-equal-height .box-equal-height-image {
  height: 120px;
  padding-bottom: 10px;
}

.boxes-equal-height .box-equal-height-image img {
  max-width: 100%;
  max-height: 100%;
}

.boxes-equal-height .box-equal-height p {
  margin-bottom: 5px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
}

.boxes-equal-height.boxes-equal-height-white .box-equal-height .box-equal-height-title,
.boxes-equal-height.boxes-equal-height-white .box-equal-height p {
  color: #606060;
}

.boxes-equal-height .box-equal-height .box-equal-height-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

.mobile_app_download a,
.mobile_app_download a:hover {
  transition: all 0.2s ease;
}

.mobile_app_download a {
  display: inline-block;
  border-radius: 11px;
}

.mobile_app_download a:hover {
  box-shadow: 0 0 25px -5px #0c3e63;
}

span.tips.tip_new_enrol {
  margin-left: 2px;
  height: 17px;
  background: url(/trunk/public/build/assets/ico_info.420c254a.png) left 3px no-repeat;
}

/* ==========================================================================
	#Pos landing page
========================================================================== */
.logo-alt {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
}

.logo-alt:hover {
  text-decoration: none;
}

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

.section-title-secondary {
  margin: 0 0 30px;
  font-size: 36px;
  line-height: 1.2;
  color: #606060;
  font-weight: 300;
}

.feature-alt-image {
  height: 140px;
  font-size: 0;
}

.feature-alt-image::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.feature-alt-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.feature-alt p {
  margin-bottom: 0;
  color: #606060;
  font-weight: 300;
}

.feature-alt .feature-alt-title {
  margin-bottom: 10px;
  min-height: 4.2em;
  color: #606060;
  font-weight: 500;
  line-height: 1.4;
}

.section-custom-banner-pos-landing {
  height: 934px;
  padding-top: 0;
}

.section-custom-banner-pos-landing .section-vertical-centered .main-title,
.section-custom-banner-pos-landing .section-vertical-centered .sub-title {
  width: 570px;
}

.section-custom-banner-pos-landing .section-inner-banner {
  bottom: 20px;
}

.section-custom-banner-pos-landing .section-bg-image {
  left: calc(50% - 1445px);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.section-custom-banner-pos-landing .section-inner-banner-image,
.section-custom-banner-tax-relief .section-inner-banner-image {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-pos-landing {
  padding-bottom: 120px;
}

.slider-testimonials-alt .slides {
  padding: 0 65px;
}

.slider-testimonials-alt .owl-prev,
.slider-testimonials-alt .owl-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  overflow: hidden;
  width: 16px;
  height: 78px;
  margin-top: -39px;
  background: url(/trunk/public/build/assets/slider-testimonials-alt-nav.bd4b16ae.png) no-repeat;
  font-size: 0;
  white-space: nowrap;
  text-indent: 200%;
  opacity: 1;
}

.slider-testimonials-alt .controls-hidden .owl-prev,
.slider-testimonials-alt .controls-hidden .owl-next {
  opacity: 0;
}

.slider-testimonials-alt .owl-prev:hover,
.slider-testimonials-alt .owl-next:hover {
  opacity: 0.7;
}

.slider-testimonials-alt .owl-prev.hidden,
.slider-testimonials-alt .owl-next.hidden {
  display: none;
}

.slider-testimonials-alt .owl-prev {
  margin-left: -570px;
  background-position: 0 0;
}

.slider-testimonials-alt .owl-next {
  margin-left: 550px;
  background-position: right 0;
}

.section-copyright {
  padding: 30px 0;
  background: #1c1c1c;
}

.section-copyright-image {
  float: left;
  margin-right: 25px;
}

.section-copyright-content {
  overflow: hidden;
}

.section-copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 1.33;
  color: #878787;
  font-weight: 300;
}

.section-copyright p.mt_7 {
  margin-top: 7px;
}

.logo-gray {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  text-decoration: none;
}

.logo-gray:hover {
  text-decoration: none;
}

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

/* ==========================================================================
	#accordions-custom
========================================================================== */
.accordions-custom .panel + .panel {
  margin-top: 10px;
}

.accordions-custom .panel-default,
.accordions-custom .panel-default > .panel-heading {
  background: #fbfbfb;
  border-radius: 0;
}

.accordions-custom .panel-default,
.accordions-custom .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordions-custom .panel-default > .panel-heading {
  border-bottom: 0;
}

.accordions-custom .panel-title {
  margin: 0;
  color: #0071f3;
  font-weight: 400;
}

.accordions-custom .panel-title a[data-toggle=collapse] {
  text-decoration: underline;
}

.accordions-custom .panel-title a {
  color: inherit;
}

.accordions-custom .panel-title a[data-toggle=collapse].collapsed {
  text-decoration: none;
}

.accordions-custom .panel-default .panel-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
}

.accordions-custom .panel-default .panel-body p:not(.mb_20):last-of-type {
  margin-bottom: 0;
}

.legal_ico {
  padding-left: 30px;
  min-height: 23px;
  background-image: url(/trunk/public/build/assets/legal-doc.28ea0779.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 23px;
  content: "";
}

.accordions-custom.legal {
  min-height: 1px;
  margin-top: 0;
}

.accordions-custom .panel-default > .panel-heading span {
  color: #a4a6a9;
}

.accordions-custom .panel-default > .panel-heading .pdf_ico_right:hover span {
  color: #6e6f71;
}

/* ==========================================================================
	#section-unsubscribe
========================================================================== */
.section-unsubscribe .info_error {
  width: 555px;
  margin-right: auto;
  margin-left: auto;
}

.section-unsubscribe .main-title,
.section-unsubscribe .sub-title {
  color: #606060;
  font-weight: 300;
}

.section-unsubscribe .sub-title small, .section-unsubscribe .sub-title .small {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

/* ==========================================================================
	#Cleaning fb_tracking_pixel dot at the end of body
========================================================================== */
.text-ad-links {
  display: none !important;
}

/* ==========================================================================
	#section-faq
========================================================================== */
.section-faq {
  padding-bottom: 40px;
}

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

.section-faq .breadcrumbs {
  padding-bottom: 20px;
}

.section-faq .breadcrumbs-search {
  padding-bottom: 5px;
}

.section-faq .clean-accordions .panel-body {
  padding: 20px 15px 10px 25px;
}

.section-faq-aside {
  padding-top: 15px;
}

.section-faq-aside-nav {
  margin: 0;
}

.section-faq-aside-nav li {
  padding: 5px 0;
}

.section-faq-aside-nav a {
  font-size: 16px;
  line-height: 1.3;
  color: #aaa;
  text-decoration: none;
}

.section-faq-aside-nav a:hover,
.section-faq-aside-nav .active a {
  color: #0071f3;
  text-decoration: none;
}

.section-faq .section-faq-content {
  padding-left: 60px;
}

.section-faq .section-faq-content .main-title {
  color: #626262;
}

.faq-articles {
  margin: 0;
}

.faq-article {
  padding: 25px 0 0;
}

.faq-article .faq-article-content {
  padding-bottom: 25px;
  border-bottom: 1px solid #d5d5d5;
}

.faq-article .faq-article-content.pb_5 {
  padding-bottom: 5px;
}

.faq-article p,
.faq-article .faq-article-content ul,
.faq-article .faq-article-content ol {
  font-size: 16px;
  line-height: 1.6;
  color: #626262;
  font-weight: 300;
}

.faq-article .faq-article-content ol.ol-bold {
  font-weight: 700;
}

.faq-article .faq-article-content ol.ol-bold li p {
  font-weight: 300;
}

.faq-article p,
.faq-article .connevtivity-collapse p:last-of-type {
  margin-bottom: 20px;
}

.faq-article p.mb_5 {
  margin-bottom: 5px;
}

.faq-article p.mb_20 {
  margin-bottom: 20px;
}

.faq-article .form-rate .form-rate-title-inline {
  margin-bottom: 5px;
}

.faq-article .faq-article-title,
.faq-article .faq-article-title:last-of-type {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
  color: #626262;
  font-weight: 500;
}

.faq-article .faq-article-title-search {
  display: block;
  text-decoration: none;
}

.faq-article .faq-article-title-search:hover,
.faq-article .faq-article-title-search:hover .faq-article-title {
  color: #0071f3;
  text-decoration: none;
}

.faq-article .faq-article-content ul,
.faq-article .faq-article-content ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-article .faq-article-content ul.mt_0,
.faq-article .faq-article-content ol.mt_0 {
  margin-top: 0;
}

.faq-article .faq-article-content .breadcrumb {
  margin-bottom: 0;
}

.faq-article .faq-article-content ul li + li,
.faq-article .faq-article-content ol li + li {
  padding-top: 5px;
}

.faq-article .faq-article-content .list-bullets li + li {
  background-position: 8px 15px;
}

.faq-article .faq-article-content .list-bullets ul,
.faq-article .faq-article-content .list-bullets ol,
.faq-article .faq-article-content .list-unstyled ul,
.faq-article .faq-article-content .list-unstyled ol {
  margin: 0;
}

.faq-article .faq-article-content .list-bullets ol > li {
  padding-left: 0;
  background: none;
}

.faq-article .faq-article-content > ul {
  padding-left: 10px;
}

.faq-article .faq-article-content > ol {
  padding-left: 35px;
}

.faq-article img:not(.ico-svg-flag) {
  max-width: 100%;
  margin-bottom: 20px;
}

.faq-article .faq-article-content hr {
  border-color: #d5d5d5;
}

.faq-article .video-alt {
  height: auto;
}

.faq-article .video-alt .video-alt-image {
  max-height: none;
}

.faq-article .video-alt .video-alt-image img {
  margin-bottom: 0;
}

.faq-article .video-alt .video-alt-content {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-article .payment-card-types img {
  margin-right: 36px;
}

.faq-article p > img,
.faq-article li > img {
  margin-bottom: 0;
}

.faq-article .payment-card-types ul,
.faq-article .payment-card-types img {
  margin-bottom: 0;
}

.faq-article .faq-article-price {
  color: #ff4c4c;
  font-weight: bold;
}

.section-faq-highlighted {
  background-color: #ffa;
}

.faq-fees .faq-fees-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.faq-fees .faq-fees-title .faq-fees-title-inner {
  padding-top: 7px;
}

.faq-fees-body {
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.1);
}

.faq-fees-head p:last-of-type {
  margin: 0 0 15px;
}

.faq-fees-table table {
  border: 0;
  table-layout: fixed;
}

.faq-fees .faq-fees-group:last-of-type table {
  margin-bottom: 0;
}

.faq-fees-table table td,
.faq-fees-table table > tbody > tr > td {
  padding-right: 20px;
  padding-left: 20px;
  border: 0;
}

.faq-fees-table table tr:nth-child(even) td {
  background: #f8f8f8;
}

.faq-fees-table table td:last-of-type {
  width: 200px;
}

.faq-fees-foot {
  padding-top: 20px;
}

.faq-fees-foot p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
  color: #626262;
}

.faq-fees-table .table > tbody + tbody {
  border-top: 0;
}

.faq-fees-table table .faq-fees-table-head,
.faq-fees-table table > tbody > tr > .faq-fees-table-head {
  overflow: hidden;
  padding: 20px 0 10px;
  font-weight: bold;
}

.faq-fees-table table > tbody > tr:first-of-type > .faq-fees-table-head {
  padding-top: 10px;
}

.faq-fees-table-compare table {
  table-layout: fixed;
  border: 1px solid #dedede;
}

.faq-fees-table-compare table th:first-of-type,
.faq-fees-table-compare table td:first-of-type {
  width: 180px;
}

.faq-fees-table-compare table th {
  font-size: 14px;
}

.faq-fees-table-compare table td {
  font-size: 13px;
}

.faq-fees-table-compare > table > thead > tr > th,
.faq-fees-table-compare > table > tbody > tr > td {
  border-color: #dedede;
  vertical-align: middle;
}

.faq-fees-table-compare > table > thead > tr > th {
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-fees-table-compare > table > tbody > tr > td:first-of-type {
  font-weight: bold;
}

.faq-article .faq-article-content a[data-toggle=collapse] {
  position: relative;
  padding-right: 20px;
}

.faq-fees-table-compare > table > tbody > tr > td.devices-compare {
  font-size: 14px;
  padding: 12px 12px 4px;
  vertical-align: bottom;
  text-align: center;
  border-top: 1px solid #fff;
  font-weight: bold;
  background-color: #ffffff;
}

.faq-fees-table-compare > table > tbody > tr > td.devices-compare img {
  margin-bottom: 0;
}

.faq-fees-table-compare > table > tbody > tr > td.devices-compare:first-child {
  border-left: 1px solid #ffffff;
}

.faq-fees-table-compare > table > tbody > tr > td.devices-compare:last-child {
  border-right: 1px solid #ffffff;
}

.compare-devices-inner-table {
  display: table;
  width: 100%;
}

.faq-fees-table-compare > table > tbody > tr > td .compare-device-title {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  color: #666666;
}

.faq-article .faq-article-content a[data-toggle=collapse]::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-top: 1px solid #0071f3;
  border-right: 1px solid #0071f3;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-article .faq-article-content a[data-toggle=collapse].collapsed::after {
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faq-article .faq-article-content .collapse > ul,
.faq-article .faq-article-content .collapse > ol,
.faq-article .faq-article-content .collapsing > ul,
.faq-article .faq-article-content .collapsing > ol {
  margin-top: 0;
}

.faq-fees-form-success {
  height: 560px;
  padding: 30px 140px;
  background: #fff;
  font-size: 0;
  text-align: center;
}

.faq-fees-form-success::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.faq-fees-form-success-inner {
  display: inline-block;
  vertical-align: middle;
}

.faq-fees-form-success-image {
  padding-bottom: 25px;
}

.faq-fees-form-success-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #515151;
}

.text-ad-links {
  display: none !important;
}

#request_offer_form:target:before {
  content: "";
  display: block;
  height: 100px;
  /* fixed header height*/
  margin: -100px 0 0;
  /* negative fixed header height */
}

.faq-article .faq-article-content .faq-devices-tabs {
  display: flex;
  align-items: flex-end;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 1px;
}

.faq-article .faq-article-content .faq-devices-tabs li {
  float: none;
  flex-basis: 33.3333334%;
  padding-top: 0;
  text-align: center;
}

.faq-article .faq-article-content .faq-devices-tabs li a {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: normal;
  color: #626262;
  border: 0;
}

.faq-article .faq-article-content .faq-devices-tabs li a:hover,
.faq-article .faq-article-content .faq-devices-tabs li a:focus {
  background-color: transparent;
  border: 0;
  color: #0071f3;
}

.faq-article .faq-article-content .faq-devices-tabs li.active a {
  box-shadow: 0 3px 0 -1px #0071f3;
  border: 0;
  color: #0071f3;
}

.faq-devices-tab-content .tab-pane-traditional-devices .faq-smart-device,
.faq-devices-tab-content .tab-pane-smart-devices .faq-traditional-device,
.faq-devices-tab-content .tab-pane-traditional-devices .faq-compare-add-btn,
.faq-devices-tab-content .tab-pane-smart-devices .faq-compare-add-btn,
.faq-devices-tab-content .tab-pane-traditional-devices .faq-compare-empty-cell,
.faq-devices-tab-content .tab-pane-smart-devices .faq-compare-empty-cell,
.faq-devices-tab-content .tab-pane-traditional-devices .faq-compare-terminal-remove,
.faq-devices-tab-content .tab-pane-smart-devices .faq-compare-terminal-remove,
.faq-devices-tab-content .tab-pane-traditional-devices table .traditional-device-row-hide {
  display: none;
}

.faq-devices-tab-content .faq-fees-table-compare table {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.faq-devices-tab-content .faq-fees-table-compare td {
  vertical-align: top;
}

.faq-devices-tab-content .faq-fees-table-compare td .faq-compare-img-wrapper a {
  display: inline-block;
}

.faq-devices-tab-content .faq-fees-table-compare td.faq-devices-table-img {
  border-top-width: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  vertical-align: middle;
}

.faq-devices-tab-content .faq-fees-table-compare td.faq-devices-table-img img {
  margin-bottom: 0;
}

.faq-devices-tab-content .faq-fees-table-compare td.faq-devices-table-model {
  border-top-width: 0;
  padding-bottom: 40px;
}

.faq-devices-tab-content .faq-fees-table-compare td.red .text-line-through.c_gray_light {
  color: inherit;
}

.tab-pane-compare .dropdown-pick-a-device {
  margin: 100px 0 75px;
  text-align: center;
}

.tab-pane-compare table .dropdown-pick-a-device {
  margin: 25px 0 0;
}

.tab-pane-compare .dropdown-pick-a-device .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 18px;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 9px 16px 0px rgba(137, 137, 137, 0.27);
  padding: 0;
  border-top: 2px solid #0071f3;
  min-width: 135px;
}

.tab-pane-compare .dropdown-pick-a-device .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #0071f3;
  border-left: 7px solid transparent;
}

.tab-pane-compare .dropdown-pick-a-device .dropdown-menu li {
  padding-top: 0;
}

.tab-pane-compare .dropdown-pick-a-device .dropdown-menu li.disabled a {
  background-color: #f6f6f6;
  color: #ccc;
}

.tab-pane-compare .dropdown-pick-a-device .dropdown-menu li a {
  color: #626262;
  padding: 5px 8px;
  font-size: 14px;
}

.tab-pane-compare .dropdown-pick-a-device .dropdown-menu li a:hover {
  background-color: #0071f3;
  color: #fff;
}

.tab-pane-compare .dropdown-toggle.btn-compare-dropdown {
  padding: 10px;
}

.tab-pane-compare .open > .dropdown-toggle.btn-compare-dropdown {
  background-color: #0071f3;
  border-color: #0071f3;
}

.tab-pane-compare .dropdown-toggle.btn-compare-dropdown .btn-pick-a-device {
  display: block;
}

.tab-pane-compare table .dropdown-toggle.btn-compare-dropdown .btn-pick-a-device {
  display: none;
}

.tab-pane-compare table .faq-compare-img-wrapper {
  position: relative;
}

.tab-pane-compare table .faq-compare-terminal-remove {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-80px);
  font-size: 24px;
  line-height: 1;
  color: #626262;
  cursor: pointer;
}

.tab-pane-compare table .btn-compare-dropdown {
  width: 40px;
  height: 40px;
  min-width: 0;
  position: relative;
}

.tab-pane-compare table .btn-compare-dropdown::before {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-nested-list-style li {
  padding: 0;
  background: none;
  list-style: circle;
}

/* ==========================================================================
	FAQ Browsers table
========================================================================== */
.faq-browsers .table td {
  border: 1px solid #dedede;
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
}

.faq-article .faq-browsers .table img {
  margin-bottom: 5px;
}

.faq-browsers .table td:first-child {
  background-color: #fbfbfb;
  font-weight: 600;
}

.faq-browsers .table td:last-child {
  min-width: 360px;
}

/* ==========================================================================
	#section-store-location
========================================================================== */
.location-page .main-title.main-title-small {
  font-size: 32px;
  text-align: center;
}

.location-page .main-title.main-title-small-aix {
  font-size: 32px;
  text-align: left;
}

.section-store-location {
  position: relative;
  z-index: 3;
}

.fix_el .section-store-location .main-title {
  font-size: 32px;
}

.store-location-contact {
  text-align: center;
}

.store-location-contact-image {
  display: inline-block;
  width: 92px;
  height: 92px;
  background: #fff;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 43px rgba(0, 0, 0, 0.1);
}

.store-location-contact-image::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.store-location-contact-content {
  padding-top: 30px;
}

.store-location-contact-content .store-location-contact-title {
  font-size: 22px;
  line-height: 1.36;
  color: #6a6969;
  font-weight: 300;
}

.store-location-map {
  padding-top: 50px;
}

.store-location-map-inner {
  position: relative;
  padding: 50px 0 50px 280px;
}

.store-location-map-content {
  position: absolute;
  top: 190px;
  left: 0;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  width: 460px;
  max-height: 100%;
  padding: 30px 40px;
  background: #fff;
  -webkit-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 43px rgba(0, 0, 0, 0.1);
}

.section-store-location-barcelona .store-location-map-content {
  top: 175px;
}

.store-location-map-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #626262;
  font-weight: 400;
}

.store-location-map-content .store-location-map-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.72;
  color: #606060;
  font-weight: 300;
}

.store-location-map-preview {
  height: 330px;
}

.store-location-gallery {
  padding-top: 140px;
}

.custom-gallery {
  margin: 0;
  font-size: 0;
}

.custom-gallery li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.custom-gallery-three-cols li {
  width: 33.33%;
}

.custom-gallery a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.custom-gallery a::before,
.custom-gallery a::after {
  content: "";
}

.custom-gallery a::before {
  display: block;
  width: 100%;
  padding-top: 68.42%;
}

.custom-gallery a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(73, 159, 225, 0.4);
  -moz-transform-style: preserve-3d;
}

.custom-gallery a:hover::after {
  opacity: 0;
}

.custom-gallery a img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
}

.custom-gallery a img.change-height {
  width: auto;
  height: 100%;
}

.custom-gallery a img.change-width {
  width: 100%;
  height: auto;
}

.custom-gallery-slider .owl-prev,
.custom-gallery-slider .owl-next,
.slider-popup .owl-prev,
.slider-popup .owl-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  width: 15px;
  height: 49px;
  margin-top: -25px;
  background-image: url(/trunk/public/build/assets/mail-slider-arrows.65ed5227.png);
  background-repeat: no-repeat;
  font-size: 0;
  white-space: nowrap;
  text-indent: 200%;
}

.custom-gallery-slider .owl-prev,
.slider-popup .owl-prev {
  background-position: 0 0;
}

.custom-gallery-slider .owl-prev {
  left: -50px;
}

.slider-popup .owl-prev {
  left: -130px;
}

.custom-gallery-slider .owl-next,
.slider-popup .owl-next {
  background-position: right 0;
}

.custom-gallery-slider .owl-next {
  right: -50px;
}

.slider-popup .owl-next {
  right: -115px;
}

.custom-gallery-slider .owl-prev:hover,
.custom-gallery-slider .owl-next:hover,
.slider-popup .owl-prev:hover,
.slider-popup .owl-next:hover {
  opacity: 0.7;
}

.custom-gallery-slider.controls-hidden .owl-prev,
.custom-gallery-slider.controls-hidden .owl-next {
  display: none;
}

.slider-popup .slide-image {
  text-align: center;
}

.slider-popup .slide-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 685px;
}

.store-location-alt-stores {
  padding: 70px 0;
  background-color: #f8f9f9;
}

.custom-rounded-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-right: -20px;
  margin-left: -20px;
}

.custom-rounded-image-wrapper {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 20px;
  padding-left: 20px;
}

.custom-rounded-image {
  position: relative;
  display: block;
  font-size: 0;
  padding-top: 100%;
  margin-bottom: 40px;
  backface-visibility: hidden;
  transition: 0.5s ease;
}

.custom-rounded-image[href="javascript:;"] {
  cursor: default;
}

.custom-rounded-image::after {
  content: "";
}

.custom-rounded-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(69, 98, 133, 0.9);
}

.custom-rounded-image-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: scale(0.99);
}

.custom-rounded-image:hover .custom-rounded-image-inner {
  transform: scale(1.05);
}

.custom-rounded-image:hover::after {
  opacity: 0.7;
  transform: scale(1.05);
}

.custom-rounded-image-inner,
.custom-rounded-image-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-rounded-image-inner,
.custom-rounded-image-inner img {
  overflow: hidden;
  z-index: 1;
}

.custom-rounded-image-inner img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
}

.custom-rounded-image-inner img.change-height {
  width: auto;
  height: 100%;
}

.custom-rounded-image-inner img.change-width {
  width: 100%;
  height: auto;
}

.custom-rounded-image-content {
  z-index: 3;
  font-size: 0;
  text-align: center;
  transition: 0.5s;
}

.custom-rounded-image-content::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.custom-rounded-image-entry-centered {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.custom-rounded-image-content p {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
}

.custom-rounded-image-content p strong {
  font-weight: 700;
}

.custom-rounded-image-badge {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 3;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.fix_hr .store-location-contact-content .store-location-contact-title,
.fix_nl .store-location-contact-content .store-location-contact-title {
  font-size: 21px;
}

.fix_el .store-location-contact-content .store-location-contact-title,
.fix_lt .store-location-contact-content .store-location-contact-title,
.fix_fi .store-location-contact-content .store-location-contact-title {
  font-size: 19px;
}

.fix_bg .store-location-contact-content .store-location-contact-title,
.fix_is .store-location-contact-content .store-location-contact-title {
  font-size: 18px;
}

.fix_pl .store-location-contact-content .store-location-contact-title {
  font-size: 20px;
}

.fix_pt .store-location-contact-content .store-location-contact-title {
  font-size: 17px;
}

/*--------------------------------------------------------
	Locations redesign 05.2019
--------------------------------------------------------*/
.custom-banner-locations {
  height: 550px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-custom-banner-background-aix {
  background-image: url(/trunk/public/build/assets/store_location_aix_banner.44cd0e41.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_aix_banner.webp")) {
  .section-custom-banner-background-aix {
    background-image: url(/trunk/public/build/assets/store_location_aix_banner.856a517c.webp);
  }
}

.section-custom-banner-background-antwerp {
  background-image: url(/trunk/public/build/assets/store_location_antwerp_banner.0af10b56.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_antwerp_banner.webp")) {
  .section-custom-banner-background-antwerp {
    background-image: url(/trunk/public/build/assets/store_location_antwerp_banner.1802cc53.webp);
  }
}

.section-custom-banner-background-amsterdam {
  background-image: url(/trunk/public/build/assets/store_location_amsterdam_banner.64b32729.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_amsterdam_banner.webp")) {
  .section-custom-banner-background-amsterdam {
    background-image: url(/trunk/public/build/assets/store_location_amsterdam_banner.90171992.webp);
  }
}

.section-custom-banner-background-barcelona {
  background-image: url(/trunk/public/build/assets/store_location_barcelona_banner.a346ae9f.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_barcelona_banner.webp")) {
  .section-custom-banner-background-barcelona {
    background-image: url(/trunk/public/build/assets/store_location_barcelona_banner.91446c34.webp);
  }
}

.section-custom-banner-background-london {
  background-image: url(/trunk/public/build/assets/store_location_london_banner.f6088efb.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_london_banner.webp")) {
  .section-custom-banner-background-london {
    background-image: url(/trunk/public/build/assets/store_location_london_banner.62794f0a.webp);
  }
}

.section-custom-banner-background-naples {
  background-image: url(/trunk/public/build/assets/store_location_naples_banner.2449732c.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_naples_banner.webp")) {
  .section-custom-banner-background-naples {
    background-image: url(/trunk/public/build/assets/store_location_naples_banner.fc36a8cf.webp);
  }
}

.section-custom-banner-background-dublin {
  background-image: url(/trunk/public/build/assets/store_location_dublin_banner.c51f28e6.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_dublin_banner.webp")) {
  .section-custom-banner-background-dublin {
    background-image: url(/trunk/public/build/assets/store_location_dublin_banner.a639f917.webp);
  }
}

.section-custom-banner-background-milan {
  background-image: url(/trunk/public/build/assets/store_location_milan_banner.afc3d195.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_milan_banner.webp")) {
  .section-custom-banner-background-milan {
    background-image: url(/trunk/public/build/assets/store_location_milan_banner.6727c6a5.webp);
  }
}

.section-custom-banner-background-sofia {
  background-image: url(/trunk/public/build/assets/store_location_sofia_banner.cf8ea53e.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_sofia_banner.webp")) {
  .section-custom-banner-background-sofia {
    background-image: url(/trunk/public/build/assets/store_location_sofia_banner.c7e20116.webp);
  }
}

.section-custom-banner-background-paris {
  background-image: url(/trunk/public/build/assets/store_location_paris_banner.259583bb.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_paris_banner.webp")) {
  .section-custom-banner-background-paris {
    background-image: url(/trunk/public/build/assets/store_location_paris_banner.75e3ccc4.webp);
  }
}

.section-custom-banner-background-vienna {
  background-image: url(/trunk/public/build/assets/store_location_vienna_banner.5d270ec0.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_vienna_banner.webp")) {
  .section-custom-banner-background-vienna {
    background-image: url(/trunk/public/build/assets/store_location_vienna_banner.847052cb.webp);
  }
}

.section-custom-banner-background-varna {
  background-image: url(/trunk/public/build/assets/location_varna_banner.e92fc711.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/location_varna_banner.webp")) {
  .section-custom-banner-background-varna {
    background-image: url(/trunk/public/build/assets/location_varna_banner.7d552a77.webp);
  }
}

.section-custom-banner-background-bucharest {
  background-image: url(/trunk/public/build/assets/location_bucharest_banner.3317319a.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/location_bucharest_banner.webp")) {
  .section-custom-banner-background-bucharest {
    background-image: url(/trunk/public/build/assets/location_bucharest_banner.f2881c21.webp);
  }
}

.section-custom-banner-background-lisbon {
  background-image: url(/trunk/public/build/assets/store_location_lisbon_main_banner.cd6e37b0.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_lisbon_main_banner.webp")) {
  .section-custom-banner-background-lisbon {
    background-image: url(/trunk/public/build/assets/store_location_lisbon_main_banner.091e0507.webp);
  }
}

.section-custom-banner-background-rome {
  background-image: url(/trunk/public/build/assets/store_location_rome_banner.98004af2.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_rome_banner.webp")) {
  .section-custom-banner-background-rome {
    background-image: url(/trunk/public/build/assets/store_location_rome_banner.e5c8ceaa.webp);
  }
}

.section-custom-banner-background-tilburg {
  background-image: url(/trunk/public/build/assets/store_location_tilburg_banner.e584f86d.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_tilburg_banner.webp")) {
  .section-custom-banner-background-tilburg {
    background-image: url(/trunk/public/build/assets/store_location_tilburg_banner.6dbabd99.webp);
  }
}

.section-custom-banner-background-brussels {
  background-image: url(/trunk/public/build/assets/store_location_brussels_banner.d1d2c87d.jpg);
}
@supports (background-image: url("../../../public/info/images/pages/locations/banners/store_location_brussels_banner.webp")) {
  .section-custom-banner-background-brussels {
    background-image: url(/trunk/public/build/assets/store_location_brussels_banner.0c237d00.webp);
  }
}

.section-custom-banner.custom-banner-locations .section-vertical-centered {
  padding-bottom: 140px;
}

.section-custom-banner.custom-banner-locations .section-vertical-centered .main-title {
  margin-bottom: 25px;
}

.section-custom-banner.custom-banner-locations .section-vertical-centered .main-title,
.section-custom-banner.custom-banner-locations .section-vertical-centered .sub-title {
  width: 100%;
  color: #fff;
}

.section-store-location-contacts {
  margin-top: -140px;
  margin-bottom: 155px;
  position: relative;
  z-index: 2;
}

.store-location-contacts-box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
}

.store-location-contacts-cell {
  flex-basis: 33.333%;
  border-left: 1px solid #d5d5d5;
  margin: 30px 0;
  padding: 0 30px;
  text-align: center;
}

.store-location-contacts-box-vienna .store-location-contacts-cell {
  flex-basis: 50%;
}

.store-location-contacts-cell.two-cell-only {
  flex-basis: 50%;
}

.store-location-contacts-cell.four-cell-only {
  flex-basis: 25%;
}

.store-location-contacts-cell.five-cell-only {
  flex-basis: 20%;
}

.store-location-contacts-cell.five-big-cell-only {
  flex-basis: 40%;
}

.store-location-contacts-cell:first-child {
  border-left: 0;
}

.store-location-contact-icon {
  margin: 25px 0;
  font-size: 63px;
  color: #444444;
}

.store-location-contacts-info {
  font-size: 18px;
  font-weight: 300;
  color: #444444;
}

.store-location-contacts-subbox-info {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 17px;
  background-image: url(/trunk/public/build/assets/ico_important.c523af45.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  font-size: 12px;
  line-height: 1.5;
  color: #626262;
}

.section-store-location-map {
  margin-bottom: 70px;
}

.section-store-location-map .store-location-map-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 28px;
}

.section-store-location-map p:not(.store-location-map-title) {
  font-size: 16px;
  line-height: 1.72;
}

.section-store-location-map .store-location-map-preview {
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
}

.section-store-location-gallery {
  margin-bottom: 155px;
}

.section-store-location-contact-form {
  padding-top: 70px;
  padding-bottom: 155px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-contact-form-wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
}

.location-contact-form-wrapper .location-contact-form-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 58.33333333%;
}

.location-contact-form-body {
  padding: 40px 45px 45px 30px;
}

.location-contact-form-body .form-group {
  margin-bottom: 30px;
}

.location-contact-form-body label {
  font-weight: 500;
  color: #3a3a3a;
}

.location-contact-form-body label.fw_300 {
  font-weight: 300;
}

.location-contact-form-body textarea {
  resize: vertical;
  min-height: 34px;
  max-height: 300px;
}

.location-contact-form-body .location-contact-pp-agree {
  font-size: 16px;
  font-weight: 300;
}

.location-contact-form-body.location-contact-form-success {
  padding: 100px 45px 100px 30px;
  text-align: center;
}

.location-contact-form-body.location-contact-form-success .section-title-secondary {
  font-size: 24px;
  margin-bottom: 0;
}

.section-store-location-teams {
  margin-top: 100px;
  margin-bottom: 70px;
}

.section-store-location-teams p {
  font-size: 16px;
  color: #626262;
  padding: 32px 26px 0 26px;
}

.section-store-location-teams .img-teams-wrap {
  display: block;
  height: 80px;
  position: relative;
}

.section-store-location-teams img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*--------------------------------------------------------
	Custom gallery first image 2x
--------------------------------------------------------*/
.custom-gallery-big-image .owl-height {
  transition: none !important;
}

.custom-gallery-big-image-table {
  font-size: 0;
}

.custom-gallery-big-image-table div:first-child {
  float: left;
  width: calc(66.66% - 10px);
  height: calc(66.66% - 10px);
  margin: 5px;
}

.custom-gallery-big-image-table div:not(:first-child) {
  display: inline-block;
  width: calc(33.33% - 10px);
  height: calc(33.33% - 10px);
  margin: 5px;
}

.custom-gallery-big-image-table div:nth-child(2) {
  margin-bottom: 3px;
}

.custom-gallery-big-image-table a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.custom-gallery-big-image-table a::before,
.custom-gallery-big-image-table a:hover::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 22px;
  line-height: 54px;
  text-align: center;
  color: #6f6f6f;
  background-color: #fff;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 50%;
  transition: opacity 0.3s linear;
}

.custom-gallery-big-image-table a::before {
  transition: opacity 0.3s linear;
  opacity: 0;
}

.custom-gallery-big-image-table a::after,
.custom-gallery-big-image-table a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(73, 159, 225, 0.4);
  transition: background-color 0.3s linear;
}

.custom-gallery-big-image-table a::after {
  background-color: transparent;
  transition: background-color 0.3s linear;
}

.custom-gallery-big-image .custom-gallery-big-image-table a img {
  display: inline;
  max-width: 100%;
  width: 100% \0 ;
}

.custom-gallery-big-image .owl-prev,
.custom-gallery-big-image .owl-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  width: 15px;
  height: 49px;
  margin-top: -25px;
  background-image: url(/trunk/public/build/assets/mail-slider-arrows.65ed5227.png);
  background-repeat: no-repeat;
  font-size: 0;
  white-space: nowrap;
  text-indent: 200%;
}

.custom-gallery-big-image .owl-prev,
.slider-popup .owl-prev {
  background-position: 0 0;
}

.custom-gallery-big-image .owl-prev {
  left: -50px;
}

.slider-popup .owl-prev {
  left: -130px;
}

.custom-gallery-big-image .owl-next,
.slider-popup .owl-next {
  background-position: right 0;
}

.custom-gallery-big-image .owl-next {
  right: -50px;
}

.slider-popup .owl-next {
  right: -115px;
}

.custom-gallery-big-image .owl-prev:hover,
.custom-gallery-big-image .owl-next:hover {
  opacity: 0.7;
}

.custom-gallery-big-image.controls-hidden .owl-prev,
.custom-gallery-big-image.controls-hidden .owl-next {
  display: none;
}

/* ==========================================================================
	#Blue column table
========================================================================== */
.blue-column-table-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.blue-column-table {
  flex: 1 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 31px -5px #cecece;
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.blue-column-table div {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  vertical-align: top;
}

.blue-column-table div:not(.blue-column) {
  background-color: #fff;
  color: #626262;
  padding: 20px 15px 0 40px;
  flex-basis: calc(100% - 130px);
  max-width: calc(100% - 130px);
}

.blue-column-table .blue-column {
  flex-basis: 130px;
  background-color: #3c8bff;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.blue-column-table div:nth-child(1),
.blue-column-table div:nth-child(2) {
  padding-top: 30px;
}

.blue-column-table div:nth-last-child(2),
.blue-column-table div:nth-last-child(1) {
  padding-bottom: 30px;
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
  .blue-column-table div {
    line-height: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  /* table redesign */
  .blue-column-table-wrapper {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 31px -5px #cecece;
  }

  .blue-column-table {
    flex: 1 0 100%;
    max-width: 100%;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }

  .blue-column-table-wrapper .blue-column-table:first-child div:nth-last-child(2),
.blue-column-table-wrapper .blue-column-table:first-child div:nth-last-child(1) {
    padding-bottom: 0px;
  }

  .blue-column-table-wrapper .blue-column-table:last-child div:nth-child(1),
.blue-column-table-wrapper .blue-column-table:last-child div:nth-child(2) {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .blue-column-table div {
    font-size: 16px;
    line-height: 26px;
  }

  .blue-column-table div:not(.blue-column) {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .blue-column-table div:not(.blue-column) {
    padding: 20px 15px 0 20px;
  }

  .blue-column-table div {
    font-size: 14px;
    line-height: 22px;
  }

  .blue-column-table div:nth-child(1),
.blue-column-table div:nth-child(2) {
    padding-top: 20px;
  }

  .blue-column-table div:nth-last-child(2),
.blue-column-table div:nth-last-child(1) {
    padding-bottom: 20px;
  }

  .blue-column-table .blue-column {
    flex-basis: 100px;
  }

  .blue-column-table div:not(.blue-column) {
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 380px) {
  .blue-column-table div:not(.blue-column) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* ==========================================================================
	#section-leadership
========================================================================== */
.section-leadership {
  margin-top: -295px;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 740px) 375px, calc(50% + 1010px) calc(100% - 145px);
}

.member {
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  text-align: center;
}

.member-image {
  margin-bottom: 35px;
  font-size: 0;
}

.member-image-inner {
  display: inline-block;
  border: 8px solid #dcdcdc;
  background-color: #dcdcdc;
  vertical-align: middle;
}

.member-image-inner,
.member-image-inner img {
  max-width: 100%;
  border-radius: 50%;
}

.member-image-inner img {
  height: auto;
}

.member-content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.75;
  color: #595959;
}

.member-content p.mb_5 {
  margin-bottom: 5px;
}

.member-content .member-title,
.member-content .member-meta {
  line-height: 1.4;
  font-weight: 500;
}

.member-content .member-title {
  margin-bottom: 5px;
  font-size: 22px;
}

/* ==========================================================================
	#Mobile app enroll pages
========================================================================== */
body.app .wrapper {
  padding-top: 30px;
}

body.app .enroll-btn-dropdown .dropdown-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  display: block;
  visibility: hidden;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  -o-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}

body.app .enroll-btn-dropdown.open .dropdown-menu {
  display: block;
  visibility: visible;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

body.app .popup-custom {
  overflow: hidden;
}

body.app .modal-dialog,
body.app .modal-content {
  max-height: calc(100vh - 200px);
}

body.app .modal-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

body.app .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 240px);
  padding-top: 20px;
  padding-bottom: 20px;
}

body.app .popup-custom .close {
  position: fixed;
  top: -20px;
  left: calc(50% + 360px);
}

/* ==========================================================================
	#Section Article
========================================================================== */
.section-article {
  position: relative;
}

.section-article-partner {
  padding-bottom: 140px;
}

.section-article-sales-skills {
  padding-top: 140px;
  padding-bottom: 150px;
}

.section-article-map {
  padding-bottom: 160px;
}

.section-article .list-checks li,
.section-article p {
  font-size: 16px;
}

.section-article p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.section-article p:not(.section-article-title):last-child {
  margin-bottom: 0;
}

.section-article .section-article-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.29;
  color: #606161;
  font-weight: 300;
}

.section-bg-article {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-article-partner .section-bg-article img {
  margin-top: -450px;
}

.section-article-sales-skills .section-bg-article {
  top: auto;
  bottom: 0;
}

.section-article-sales-skills .section-bg-article img {
  margin-bottom: -60px;
  margin-left: 790px;
}

.section-article-sales-skills .section-article-image img {
  margin-left: -80px;
}

.section-article-map .section-bg-article img {
  margin-top: 100px;
  margin-left: 100px;
}

.section-article-map .section-article-image img {
  margin-left: -90px;
}

.fix_hr .section-article-map .section-article-image img,
.fix_el .section-article-map .section-article-image img,
.fix_cs .section-article-map .section-article-image img,
.fix_is .section-article-map .section-article-image img,
.fix_fi .section-article-map .section-article-image img {
  margin-left: -90px;
}

.section-article-partner .section-article-content {
  padding-right: 80px;
}

.section-article-merchant {
  padding: 70px 0 60px;
}

.section-article-merchant .section-content .section-article-title {
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.025em;
}

.section-article-merchant p {
  color: #444;
}

.section-article-colored-section {
  margin-top: 150px;
  border: 1px solid #707070;
  background-color: #564882;
}

.section-article-section-image {
  margin-top: -35px;
}

.section-article-section-image img {
  max-width: 100%;
  height: auto;
}

.section-article-section-content {
  padding: 70px 0;
}

.section-new .section-article .section-article-section-content p,
.section-new .section-article .section-article-section-content .article-title {
  color: #fff;
}

/* ==========================================================================
	#Affiliate page
========================================================================== */
.section-affiliate-scheme {
  padding-bottom: 100px;
}

.section-affiliate-scheme .section-article-image img {
  max-width: 100%;
}

.section-affiliate-benefits {
  padding-bottom: 100px;
  min-height: 600px;
}

.section-affiliate-benefits .section-bg-article {
  left: calc(50% + 800px);
}

.section-affiliate-benefits .section-article-content {
  margin-top: 90px;
}

.section-affiliate-steps {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-affiliate-steps .section-article-title {
  margin-bottom: 50px;
}

.affiliate-steps-list {
  display: flex;
}

.affiliate-steps-list li {
  display: flex;
  align-items: center;
  width: 33.334%;
  position: relative;
  min-height: 203px;
}

.affiliate-steps-circles,
.affiliate-steps-circles::before,
.affiliate-steps-circles::after {
  width: 203px;
  height: 203px;
  display: block;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.affiliate-steps-circles::before {
  content: "";
  width: 167px;
  height: 167px;
}

.affiliate-steps-circles::after {
  content: "";
  width: 129px;
  height: 129px;
}

.affiliate-steps-icon {
  text-align: right;
}

.affiliate-steps-icon img {
  margin-right: 15px;
}

.affiliate-steps-icon,
.affiliate-steps-desc {
  display: inline-block;
  width: 50%;
}

.affiliate-steps-list li:nth-child(2) .affiliate-steps-icon {
  width: 47%;
}

.affiliate-steps-list li:nth-child(3) .affiliate-steps-icon {
  width: 46%;
}

.affiliate-step-counter {
  display: block;
  font-weight: 900;
  color: #0071f3;
  text-shadow: 0px 1px 9px rgba(4, 142, 248, 0.3);
  font-size: 28px;
  margin-top: 10px;
}

.section-affiliate-member .section-bg-article {
  top: auto;
  left: calc(50% + 260px);
  bottom: 0;
}

.section-affiliate-member {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section-affiliate-member .section-article-content {
  margin-bottom: 130px;
}

.section-affiliate-member .section-article-title {
  margin-bottom: 35px;
}

.traffic-list-checkboxes {
  font-size: 0;
  margin: 5px 0 25px 0;
}

.traffic-list-checkboxes li {
  display: block;
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

.traffic-list-checkboxes li:last-of-type {
  margin-bottom: 0;
}

.traffic-list-checkboxes .form-group {
  margin-bottom: 5px;
}

.traffic-list-checkboxes li .checkbox-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Old - used in modal form*/
.traffic-list-checkboxes li .checkbox-custom input[type=checkbox] {
  display: none;
}

.traffic-list-checkboxes li .checkbox-custom input[class*=_traffic] {
  visibility: hidden;
  width: calc(50% - 15px);
}

#traffic_website[type=checkbox]:checked ~ .website_traffic {
  visibility: visible;
}

#traffic_youtube[type=checkbox]:checked ~ .youtube_traffic {
  visibility: visible;
}

#traffic_social[type=checkbox]:checked ~ .social_traffic {
  visibility: visible;
}

#traffic_advertising[type=checkbox]:checked ~ .advertising_traffic {
  visibility: visible;
}

#traffic_email[type=checkbox]:checked ~ .email_traffic {
  visibility: visible;
}

#traffic_other[type=checkbox]:checked ~ .other_traffic {
  visibility: visible;
}

/* end Old - used in modal form*/
.traffic-list-checkboxes li .checkbox-custom div[class*=_traffic] {
  width: calc(50% - 15px);
  margin-bottom: 0;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

/* Virtual terminal page redesign */
.section-taxi .section-moto-main {
  max-width: 100%;
  padding: 47px 87px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 300;
  margin-bottom: 114px;
}

.moto-text-style {
  margin: 0;
  padding: 0;
  color: #3a3a3a;
  line-height: 1.5;
  font-weight: 300;
}

.section-taxi .section-moto-content .section-moto-title {
  font-size: 28px;
  color: #000;
}

.section-taxi .section-moto-content .section-moto-desc {
  font-size: 16px;
  color: #3a3a3a;
}

.list-ticks.moto-benefit li {
  line-height: 1.5;
}

.list-ticks-separated.moto-benefit li + li {
  margin-top: 20px;
}

.banner-secure-teminal {
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-top: 54px;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: auto;
}

.banner-secure-teminal .banner-inner {
  width: 640px;
  max-width: 100%;
  margin-left: 500px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 52px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

.banner-secure-teminal .banner-inner .moto-text-style:not(:last-child) {
  margin-bottom: 30px;
}

.moto-pay-methods-holder {
  padding-top: 42px;
  padding-bottom: 22px;
}

.arrowed-step-desc {
  padding-right: 176px;
  padding-left: 176px;
}

.section-blue-gradient .accepting-moto-desc {
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
	#Invoicing page
========================================================================== */
.section-custom-banner-invoicing.section-custom-banner {
  padding-bottom: 182px;
}

.section-custom-banner-invoicing.section-custom-banner .container {
  /* position: relative; */
}

.section-custom-banner-invoicing .banner-head {
  display: flex;
  max-width: 44%;
  padding-top: 50px;
}

.section-custom-banner-invoicing .banner-head-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.section-custom-banner-invoicing .main-title {
  color: #444;
  line-height: 1.3;
}

.section-custom-banner-invoicing .sub-title {
  color: #444;
  font-size: 24px;
}

.section-custom-banner-invoicing .banner-head-image .img-ellipse {
  position: absolute;
  top: -220px;
  right: -8%;
  z-index: 1;
}

.section-custom-banner-invoicing .banner-head-image .img-invoice {
  position: absolute;
  top: 17px;
  right: 1%;
  z-index: 2;
}

.section-custom-banner-invoicing .banner-head-image .img-method {
  position: absolute;
  top: 230px;
  right: 105px;
  z-index: 3;
}

.section-custom-banner-invoicing .banner-head-image .img-app {
  position: absolute;
  top: 100px;
  right: 245px;
  z-index: 4;
}

.section-custom-banner-invoicing .banner-head-content .img-method-mobile {
  display: none;
}

.section-invoice-help-business {
  position: relative;
}

.section-invoice-help-business .section-background {
  display: flex;
}

.section-invoice-help-business .section-background > div {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
}

.section-invoice-help-business .section-title-secondary.mobile {
  display: none;
}

.section-invoice-help-business .section-title-secondary {
  max-width: 380px;
  line-height: 1.3;
  margin: 60px 0 0 94px;
}

.fix_el .section-invoice-help-business .section-title-secondary {
  max-width: 60%;
}

.fix_hr .section-invoice-help-business .section-title-secondary {
  max-width: 55%;
}

.fix_de .section-invoice-help-business .section-title-secondary {
  max-width: 500px;
  font-size: 35px;
  margin: 60px 0 0 80px;
}

.section-invoice-help-business .section-background .first-col {
  overflow: hidden;
  height: 624px;
}

.section-invoice-help-business .section-background .first-col .shadow {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, #fff 10%, transparent 90%);
}

.section-invoice-help-business .first-col img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 0.6s;
}

.section-invoice-help-business .invoice-slider {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 85px;
  right: -25%;
  width: 100%;
}

.section-invoice-help-business .invoice-slider .slide {
  max-width: 290px;
  width: 290px;
  background: #fff;
  margin-left: 30px;
  box-shadow: 0 0 15px #E1E1E1;
}

.section-invoice-help-business .invoice-slider .slide img {
  width: 100%;
}

.section-invoice-help-business .invoice-slider-description {
  background: #fff;
  text-align: center;
  padding: 20px 25px;
}

.section-invoice-help-business .invoice-slider-description .title {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}

.section-invoice-steps {
  padding: 135px 0 70px 0;
  position: relative;
  overflow: hidden;
}

.section-invoice-steps .container {
  width: 80%;
  float: right;
  padding: 0;
  margin: 0;
}

.section-invoice-steps .section-title-secondary {
  max-width: 40%;
  position: relative;
  margin-bottom: 0;
  z-index: 5;
}

.section-invoice-steps .img-ellipse {
  position: absolute;
  right: -270px;
  bottom: -260px;
  opacity: 0;
}

.section-invoice-steps .invoice-steps-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 85px;
}

.section-invoice-steps .invoice-steps-slider .slide {
  opacity: 0;
}

.section-invoice-steps .invoice-steps-slider .invoice-steps-slider-title {
  max-width: 190px;
  display: inline-block;
  margin: 0;
}

.section-invoice-steps .owl-item.active .invoice-steps-slider-title {
  opacity: 1;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 1.2s;
  animation-fill-mode: backwards;
}

.section-invoice-steps .invoice-steps-slider .images-wrapper {
  position: relative;
}

.section-invoice-steps .owl-item.active .slide-number-image {
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: backwards;
}

.section-invoice-steps .invoice-steps-slider .slide-number-image {
  position: absolute;
  right: 50%;
  right: 760px;
  top: -104px;
  width: auto;
}

.section-invoice-steps .invoice-steps-slider .slide-step-image {
  position: absolute;
  right: 0;
  width: auto;
  top: -439px;
}

.section-invoice-steps .invoice-steps-slider.owl-carousel .owl-stage-outer {
  order: 2;
  margin-bottom: 62px;
  overflow: visible;
}

.section-invoice-steps .owl-dots {
  display: flex;
  position: relative;
  z-index: 5;
  height: 17px;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  order: 1;
  margin-bottom: 96px;
}

.section-invoice-steps .owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background: #0071f3;
  transition: all 0.3s ease-in-out;
}

.section-invoice-steps .owl-dot.active {
  width: 17px;
  height: 17px;
}

.section-invoice-steps .owl-nav,
.section-invoice-help-business .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65px;
  padding: 0 5px;
  order: 3;
}

.section-invoice-steps .owl-prev,
.section-invoice-steps .owl-next,
.section-invoice-help-business .owl-prev,
.section-invoice-help-business .owl-next {
  text-indent: -9999px;
  height: 24px;
  width: 24px;
}

.section-invoice-steps .owl-prev,
.section-invoice-help-business .owl-prev {
  border-bottom: 2px solid #0071f3;
  border-left: 2px solid #0071f3;
  transform: rotate(45deg);
}

.section-invoice-steps .owl-next,
.section-invoice-help-business .owl-next {
  border-bottom: 2px solid #0071f3;
  border-right: 2px solid #0071f3;
  transform: rotate(-45deg);
}

.section-invoice-pricing {
  background-color: #F9F9F9;
  padding: 120px 0 100px 0;
}

.section-invoice-pricing .main-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-invoice-pricing .price-plans {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.section-invoice-pricing .price-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.section-invoice-pricing .price-plan {
  position: relative;
  padding: 50px 20px 30px 20px;
  width: calc(33.33% - 12px);
  background-color: #fff;
  box-shadow: 0 10px 15px #D7D7D7;
}

.section-invoice-pricing .price-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 23px;
  font-size: 14px;
  background: #1CC385;
  color: #fff;
}

.section-invoice-pricing .price-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 30px solid transparent;
  border-left: 8px solid #05c583;
}

.section-invoice-pricing .regular-price,
.section-invoice-pricing .new-price,
.section-invoice-pricing .plan-type {
  text-align: center;
  display: block;
}

.section-invoice-pricing .price-plan .regular-price {
  height: 22px;
  font-size: 16px;
  color: #444;
  text-decoration: line-through;
  margin-bottom: 8px;
}

.section-invoice-pricing .new-price {
  font-size: 48px;
  line-height: 48px;
  color: #0071f3;
}

.section-invoice-pricing .new-price small, .section-invoice-pricing .new-price .small {
  font-size: 24px;
}

.section-invoice-pricing .annual-price {
  color: #0071f3;
}

.section-invoice-pricing .plan-type {
  font-size: 24px;
  color: #444;
  margin-bottom: 15px;
}

.section-invoice-pricing .price-body {
  text-align: center;
}

.section-invoice-pricing .price-body ul {
  max-width: 240px;
  margin: 0 auto;
}

.section-invoice-pricing .price-body li {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 20px;
}

.section-invoice-pricing .price-body li::before {
  width: 7px;
  height: 14px;
  top: 0px;
}

.section-invoice-pricing .price-body li:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
	#Hippo page
========================================================================== */
/* header */
.wrapper-hippo {
  background-color: #f0f7ff;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 800px) -35px, calc(50% - 60px) calc(50% - 270px);
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 22px;
  color: #58585a;
  position: relative;
  z-index: 0;
}

.header-hippo {
  padding: 60px 0;
}

.header-hippo li {
  padding: 0;
}

.header-hippo li + li {
  margin-left: 30px;
  position: relative;
}

.section-custom-banner-hippo {
  margin-bottom: 15px;
}

.section-custom-banner.section-custom-banner-hippo .section-vertical-centered {
  padding-bottom: 0;
}

.section-custom-banner.section-custom-banner-hippo .section-vertical-centered .main-title {
  font-size: 50px;
  line-height: 1.36;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  margin-top: 70px;
}

.section-custom-banner.section-custom-banner-hippo .section-vertical-centered .main-title,
.section-custom-banner.section-custom-banner-hippo .section-vertical-centered .sub-title {
  width: 550px;
  color: #444444;
  font-weight: 400;
}

/* hippo list rewards */
.list-hippo-rewards {
  display: flex;
  justify-content: space-around;
  margin-bottom: 175px;
}

.list-hippo-rewards li {
  width: 415px;
  position: relative;
  z-index: 1;
}

.list-hippo-rewards li::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 285px;
  height: 285px;
  background-color: #fffcd0;
  border-radius: 50%;
  z-index: -1;
}

.hippo-reward-type {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}

.hippo-reward-type .ico-font {
  font-size: 180px;
}

.hippo-reward-count {
  font-size: 86px;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #58585a;
  text-align: center;
}

.list-hippo-rewards li p {
  font-size: 30px;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  line-height: 1.2;
  color: #58585a;
  text-align: center;
  font-weight: 600;
}

.section-hippo-title {
  font-size: 50px;
  color: #58585a;
  line-height: 1.2;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 85px;
}

.hippo-how-to-win {
  display: flex;
  flex-direction: column;
  margin-bottom: 235px;
}

.hippo-how-to-win li {
  align-self: flex-start;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  line-height: 1.2;
  color: #444444;
  z-index: 1;
  padding-top: 50px;
  padding-left: 70px;
}

.hippo-how-to-win li:nth-child(even) {
  width: 50%;
  align-self: flex-end;
  padding-left: 30px;
}

.hippo-how-to-win li:nth-child(1) {
  margin-bottom: 140px;
}

.hippo-how-to-win li:nth-child(2) {
  padding-top: 80px;
}

.hippo-how-to-win li:nth-child(3) {
  padding-top: 150px;
}

.hippo-how-to-win li:not(:last-child)::after {
  content: "";
  font-family: "Font Icons";
  position: absolute;
  left: calc(100% + 190px);
  top: calc(80% - 90px);
  font-size: 180px;
  color: #58585a;
  transform: scaleX(-1.3) scaleY(1.3) rotate(16deg);
}

.hippo-how-to-win li:not(:last-child):nth-child(even)::after {
  top: 68%;
  left: auto;
  right: calc(100% + 70px);
  transform: scale(1.3) rotate(16deg);
}

.hippo-how-to-win li .hippo-how-to-win-steps {
  font-size: 210px;
  line-height: 1;
  color: #f0f7ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hippo-how-to-win li:nth-child(2) .hippo-how-to-win-steps {
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}

.hippo-how-to-win li:nth-child(3) .hippo-how-to-win-steps {
  font-size: 270px;
  color: #ffffff;
}

.hippo-how-to-win li .hippo-how-to-win-title {
  font-size: 72px;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  line-height: 1;
  color: #444444;
  font-weight: bold;
}

.hippo-how-to-win li p {
  max-width: 325px;
  position: relative;
  z-index: 3;
}

.hippo-how-to-win li img {
  position: absolute;
  left: calc(100% - 45px);
  top: calc(50% + 30px);
  z-index: 2;
}

.hippo-how-to-win li:nth-child(1) img {
  width: 250px;
}

.hippo-how-to-win li:nth-child(2) img {
  top: 50%;
  left: 42%;
  transform: translateY(-75%);
  width: 330px;
}

.hippo-how-to-win li:nth-child(3) img {
  width: 220px;
}

.hippo-actions {
  margin-bottom: 60px;
}

.hippo-actions-order {
  margin-bottom: 60px;
}

.btn.btn-hippo {
  min-width: 280px;
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  padding: 13px 70px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 25px;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  margin-left: 40px;
  transition: all 0.3s;
}

.btn-hippo.btn-hippo-messenger {
  border: 2px solid #0084ff;
  background-color: #0084ff;
  color: #ffffff;
  position: relative;
  padding: 13px 50px 13px 100px;
}

.btn-hippo.btn-hippo-messenger::before {
  font-family: "Font Icons";
  color: #ffffff;
  background-image: none;
  font-size: 18px;
  content: "";
  text-align: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-hippo.btn-hippo-bordered {
  color: #444444;
  border-color: #444444;
  background-color: #fff;
  border-width: 2px;
}

.btn-hippo.btn-hippo-viber {
  border: 2px solid #675da6;
  background-color: #675da6;
  color: #ffffff;
  position: relative;
  padding: 13px 50px 13px 80px;
}

.btn-hippo.btn-hippo-viber::before {
  font-family: "Font Icons";
  color: #ffffff;
  background-image: none;
  font-size: 28px;
  content: "";
  text-align: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-hippo-messenger:hover,
.btn-hippo-messenger:focus,
.btn-hippo-viber:hover,
.btn-hippo-viber:focus,
.btn-hippo-bordered:hover,
.btn-hippo-bordered:focus {
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-hippo-messenger:hover,
.btn-hippo-messenger:focus {
  background-color: #027ae9;
  border-color: #027ae9;
  color: #ffffff;
  transition: all 0.3s;
}

.btn-hippo-messenger:active,
.btn-hippo-messenger:focus:active {
  background-color: #0475de;
  border: 2px solid #0475de;
  color: #ffffff;
  transition: all 0.3s;
}

.btn-hippo-viber:hover,
.btn-hippo-viber:focus {
  background-color: #5c5399;
  border-color: #5c5399;
  color: #ffffff;
  transition: all 0.3s;
}

.btn-hippo-viber:active,
.btn-hippo-viber:focus:active {
  background-color: #534a90;
  border: 2px solid #534a90;
  color: #ffffff;
  transition: all 0.3s;
}

.btn-hippo-bordered:hover,
.btn-hippo-bordered:focus {
  background-color: #444444;
  border-color: #444444;
  color: #fff;
  transition: all 0.3s;
}

.btn-hippo-bordered:active {
  background-color: #3b3a3a;
  border-color: #3b3a3a;
  transition: all 0.3s;
}

/* footer */
.footer-hippo {
  padding: 0 0 70px;
  position: relative;
}

.footer-hippo::before {
  content: "";
  position: absolute;
  top: -560px;
  left: 50%;
  transform: translateX(-50%) rotate(-16deg);
  display: block;
  background-color: #fff;
  width: 2000px;
  height: 2000px;
  border-radius: 100px;
  z-index: -2;
}

.footer-hippo-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer-hippo-links > li {
  display: inline-block;
}

.footer-hippo-links > li > a {
  color: #777;
  font-family: "Inter", Arial, sans-serif;
}

.footer-hippo-links > li > a:hover {
  color: #777;
}

.hippo-bubble {
  position: absolute;
  z-index: -1;
}

.hippo-bubble::before {
  content: "";
  display: block;
  border: 2px solid #58585a;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.hippo-bubble-yellow:after {
  content: "";
  border-radius: 50%;
  background-color: #fffdd0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15%;
  bottom: -15%;
  z-index: -2;
}

.hippo-bubble-orange:after {
  content: "";
  border-radius: 50%;
  background-color: #f79e1b;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15%;
  bottom: -15%;
  z-index: -2;
}

/* referral pages */
.section-referral-steps {
  padding-top: 110px;
  padding-bottom: 130px;
}

body {
  counter-reset: steps-imaged-counter;
}

.list-steps-imaged {
  text-align: center;
}

.list-steps-imaged .list-item {
  position: relative;
  padding-bottom: 30px;
  counter-increment: steps-imaged-counter;
}

.list-steps-imaged .list-item::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  content: counter(steps-imaged-counter);
  font-size: 225px;
  line-height: 1;
  color: #ebf5ff;
  font-weight: bold;
}

.list-steps-imaged .list-item-image {
  position: relative;
  z-index: 2;
  height: 165px;
  font-size: 0;
  color: #0071f3;
}

.list-steps-imaged .list-item-image::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.list-steps-imaged .list-item-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.list-steps-imaged .list-item-title {
  font-size: 22px;
  line-height: 1.3;
  color: #3a3a3a;
  font-weight: bold;
}

.list-steps-imaged .list-item-content {
  position: relative;
  z-index: 2;
}

.list-steps-boxes-imaged .list-item {
  counter-increment: steps-imaged-counter;
}

.list-steps-boxes-imaged .list-item-inner {
  position: relative;
  min-height: 530px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
}

.list-steps-boxes-imaged .list-item-inner::after {
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 1;
  font-size: 225px;
  line-height: 1;
  color: #ebf5ff;
  font-weight: bold;
  content: counter(steps-imaged-counter);
}

.list-steps-boxes-imaged .list-item-image,
.list-steps-boxes-imaged .list-item-content {
  position: relative;
  z-index: 2;
}

.list-steps-boxes-imaged .list-item-image {
  height: 140px;
  font-size: 0;
  color: #0071f3;
  text-align: center;
}

.list-steps-boxes-imaged .list-item-image::before {
  display: inline-block;
  height: 100%;
  margin-left: -0.25em;
  vertical-align: middle;
  content: "";
}

.list-steps-boxes-imaged .list-item-image img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.list-steps-boxes-imaged .list-item-content *:last-child {
  margin-bottom: 0;
}

.list-steps-boxes-imaged .list-item-content p {
  margin-bottom: 20px;
}

.list-steps-boxes-imaged .list-item-content .list-item-title {
  min-height: 80px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}

/* ==========================================================================
	#COVID Notification Line
========================================================================== */
.covid-notification-line {
  background-color: #348ef8;
}

.covid-notification-content {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.covid-notification-content p {
  margin-bottom: 0;
}

.covid-notification-content a {
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

/* ==========================================================================
	#50% off campaign
========================================================================== */
.section-custom-banner-fifty-percent-off {
  position: relative;
  padding-top: 60px;
  background: linear-gradient(to bottom, #3d60c4 0%, #547cd4 100%);
  overflow: hidden;
}

.section-custom-banner-fifty-percent-off::before {
  content: "";
  display: block;
  width: 5000px;
  height: 5000px;
  transform: rotate(24deg) translateX(-8.4%);
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(to bottom, #184cac, #205ebb 100%);
}

.section-custom-banner-fifty-percent-off .section-inner {
  text-align: center;
}

.section-custom-banner-fifty-percent-off .section-vertical-centered {
  padding-bottom: 25px;
}

.section-custom-banner-fifty-percent-off .banner-sm-inner {
  text-align: center;
}

.section-custom-banner-fifty-percent-off .banner-sm-inner img {
  max-width: 100%;
  margin-top: -10%;
  margin-bottom: -10%;
}

.section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  line-height: 1.16666667;
  margin-bottom: 35px;
  width: 100%;
}

.fix_hu .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 55px;
}

.fix_it .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 58px;
}

.fix_cs .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 58px;
}

.fix_de .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 58px;
}

.fix_es .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 58px;
}

.fix_pt .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 58px;
}

.fix_el .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 58px;
}

.fix_fi .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 58px;
}

.fix_nl .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 60px;
}

.fix_lt .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 60px;
}

.fix_bg .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 66px;
}

.fix_fr .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 68px;
}

.fix_hr .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 68px;
}

.fix_cs .section-custom-banner.section-custom-banner-fifty-percent-off .section-vertical-centered .main-title {
  font-size: 68px;
}

.section-custom-banner-fifty-percent-off .tax-relief-actions {
  margin-bottom: 60px;
}

.section-custom-banner-fifty-percent-off .campaign-discount-info {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.38888889;
  color: #fff;
}

.section-custom-banner-fifty-percent-off .fifty-percent-off-header-terminal {
  position: absolute;
}

.section-custom-banner-fifty-percent-off .fifty-percent-off-mini-ice {
  top: 158px;
  left: 0;
  max-width: 80%;
}

.section-custom-banner-fifty-percent-off .fifty-percent-off-smart-n5 {
  top: -135px;
  right: 0;
  max-width: 80%;
}

.section-fifty-percent-off-list {
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-fifty-percent-off-list .main-title,
.section-fifty-percent-off-form .main-title {
  font-size: 36px;
  color: #606060;
  font-weight: 300;
  margin-bottom: 10px;
}

.section-fifty-percent-off-list .subtitle,
.section-fifty-percent-off-form .subtitle {
  font-size: 24px;
  color: #606060;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 60px;
}

.fifty-percent-off-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.fifty-percent-off-list li {
  flex: 0 1 calc(33.33334% - 30px);
  max-width: calc(33.33334% - 30px);
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 30px;
  margin: 200px 15px 105px;
}

.fifty-percent-off-box-img {
  height: 88px;
  margin-bottom: 35px;
  position: relative;
}

.fifty-percent-off-box-title {
  font-size: 24px;
  color: #606060;
  font-weight: 300;
  margin-bottom: 10px;
}

.fifty-percent-off-box-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71428571;
  min-height: 165px;
  margin-bottom: 10px;
}

.fifty-percent-off-box-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fifty-percent-off-line-through {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  position: relative;
  text-decoration: line-through;
}

.fifty-percent-off-box-price-old {
  color: #afafaf;
}

.fifty-percent-off-box-price-new {
  font-size: 24px;
  font-weight: bold;
  color: #606060;
  margin-bottom: 5px;
}

.fifty-percent-off-box-no-vat {
  font-size: 14px;
  font-style: italic;
  color: #606060;
  margin-bottom: 25px;
}

.section-fifty-percent-off-form {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #266fc7;
  position: relative;
}

.section-fifty-percent-off-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: radial-gradient(rgba(58, 170, 242, 0.8), transparent);
  z-index: 0;
}

.section-fifty-percent-off-form .main-title,
.section-fifty-percent-off-form .subtitle {
  color: #fff;
}

.fifty-percent-off-form {
  background-color: #fff;
  position: relative;
}

.fifty-percent-off-form-header {
  padding: 30px 35px 0px;
}

.fifty-percent-off-form-header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 30px;
}

.fifty-percent-off-form-avatar {
  margin-right: 15px;
  color: #606060;
}

.fifty-percent-off-form-avatar .ico-font {
  font-size: 45px;
}

.fifty-percent-off-form-header-inner p {
  margin-bottom: 0;
}

.fifty-percent-off-form-body .table-responsive {
  border-width: 0;
}

.table-fifty-percent-off {
  border: 0;
  color: #606060;
}

.table-fifty-percent-off thead tr th {
  color: #606060;
  font-weight: normal;
}

.table-fifty-percent-off thead tr th,
.table-fifty-percent-off tbody tr td {
  padding: 15px;
  background-color: #fff;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid #e3e3e3;
  border-left-width: 0;
}

.table-fifty-percent-off thead tr th:first-child,
.table-fifty-percent-off tbody tr td:first-child {
  padding-left: 30px;
}

.table-fifty-percent-off thead tr th:last-child,
.table-fifty-percent-off tbody tr td:last-child {
  padding-right: 30px;
}

.table-fifty-percent-off tbody tr td {
  vertical-align: middle;
}

.table-fifty-percent-off tbody tr td .fifty-percent-off-box-no-vat {
  margin-bottom: 0;
}

.table-fifty-percent-off tr td img {
  max-width: 60px;
}

.fifty-percent-off-remove-btn {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 1px solid #79afff;
  border-radius: 3px;
  font-size: 24px;
  line-height: 17px;
  color: #79afff;
  text-align: center;
}

.fifty-percent-off-remove-btn:hover,
.fifty-percent-off-remove-btn:focus,
.fifty-percent-off-remove-btn:hover:focus {
  text-decoration: none;
  color: #3078e2;
  border-color: #3078e2;
}

.fifty-percent-off-remove-btn:active {
  transform: scale(0.9);
  transform-origin: 14px 14px;
}

.table-fifty-percent-off .fifty-percent-off-line-through {
  font-size: 16px;
}

.table-fifty-percent-off .fifty-percent-off-box-price-new {
  font-size: 20px;
}

.table-fifty-percent-off .fifty-percent-off-box-no-vat {
  font-size: 12px;
}

.fifty-percent-off-form-footer {
  padding: 10px 35px 20px;
}

.fifty-percent-off-form-success {
  padding: 110px 50px;
  background-color: #fff;
  text-align: center;
}

.section-fifty-percent-off-form .fifty-percent-off-form-success .subtitle {
  color: #606060;
  margin-bottom: 40px;
}

.fifty-percent-off-form-success-icon {
  display: inline-block;
  height: 145px;
  width: 145px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -16px 8px 65px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  margin-bottom: 34px;
}

.fifty-percent-off-form-success-icon::before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
  margin-left: -0.25em;
}

.fifty-percent-off-form-success-icon img {
  display: inline-block;
  vertical-align: middle;
}

.fifty-percent-off-form-success-actions .btn ~ .btn {
  margin-left: 20px;
}

/* ==========================================================================
	#clock-page
========================================================================== */
.clock-header {
  background-color: #7f8897;
  color: #fff;
  background-image: url(/trunk/public/build/assets/clock-hero-banner.815f83a4.jpg);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}
@supports (background-image: url("../../../public/info/images/banners/clock-hero-banner.webp")) {
  .clock-header {
    background-image: url(/trunk/public/build/assets/clock-hero-banner.1e386a24.webp);
  }
}

.clock-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.clock-logo img {
  width: 40px;
}

.clock-lang .dropdown-toggle {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  outline: 0;
}

.clock-lang .dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  border: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  vertical-align: middle;
  transform: rotate(-45deg);
}

.clock-lang .open .dropdown-toggle::after {
  margin-top: 0;
  transform: rotate(135deg);
}

.clock-lang .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.clock-header-content {
  text-align: center;
  padding: 90px 0 175px;
}

.clock-main-title {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #3a3a3a;
}

.clock-subtitle {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.32142857;
  margin-bottom: 20px;
  color: #3a3a3a;
}

.clock-main-title span.brand_blue {
  color: #007ff5;
}

.clock-header-content .clock-main-title {
  color: #fff;
  margin: 0 auto 80px;
  max-width: 600px;
}

.clock-header-actions .btn + .btn {
  margin-left: 20px;
}

.clock-intro {
  margin: 110px 0 110px;
  text-align: center;
}

.clock-intro-info {
  margin-bottom: 100px;
}

.clock-intro-info p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  color: #3a3a3a;
}

.clock-payment-proccess {
  padding-top: 60px;
  background-image: url(/trunk/public/build/assets/clock-payment-proccess-bg.eb8a6099.png);
  background-position: 50% 30%;
  background-repeat: no-repeat;
}
@supports (background-image: url("../../../public/info/images/clock-payment-proccess-bg.webp")) {
  .clock-payment-proccess {
    background-image: url(/trunk/public/build/assets/clock-payment-proccess-bg.ac7259d2.webp);
  }
}

.clock-proccess-row {
  display: flex;
  justify-content: center;
}

.clock-proccess-row-end {
  justify-content: space-between;
}

.clock-proccess-item {
  max-width: 190px;
  margin: 0 70px 50px;
}

.clock-proccess-row-end .clock-proccess-item {
  margin: 0 130px 50px;
}

.clock-proccess-item .clock-proccess-icon {
  font-size: 0;
  margin-bottom: 20px;
}

.clock-proccess-item .clock-proccess-icon svg {
  max-width: 120px;
  max-height: 112px;
}

.clock-proccess-item .clock-proccess-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  margin-bottom: 10px;
  color: #283953;
}

.clock-proccess-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57142857;
  margin-bottom: 20px;
  color: #4D7198;
}

.clock-footer {
  background-color: #141414;
  padding: 15px 0;
}

.clock-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ==========================================================================
	#ghost-thumbnails
========================================================================== */
.ghost-thumbnails {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.ghost-thumbnail {
  padding: 25px;
}

.ghost-thumbnails-3-in-row .ghost-thumbnail {
  width: 33.33%;
}

.ghost-thumbnail a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 260px;
  padding: 20px;
  text-align: center;
}

.ghost-thumbnail-image,
.ghost-thumbnail-content {
  width: 100%;
}

.ghost-thumbnail-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 10px;
  color: #0990f8;
}

.ghost-thumbnail-image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.ghost-thumbnail-content p,
.ghost-thumbnail-content .ghost-thumbnail-title {
  font-size: 18px;
  line-height: 1.33;
  color: #3a3a3a;
  font-weight: 400;
}

.ghost-thumbnail-content .ghost-thumbnail-title {
  margin-top: 0;
}

.ghost-thumbnail a:hover,
.ghost-thumbnail a:focus,
.ghost-thumbnail a:active {
  text-decoration: none;
}

.ghost-thumbnail a:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.05);
}

.ghost-thumbnail a:hover .ghost-thumbnail-image {
  color: #0071f3;
}

.ghost-thumbnails-merchant .ghost-thumbnail-content p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.ghost-thumbnails-merchant .ghost-thumbnail a {
  padding-left: 50px;
  padding-right: 50px;
}

/* ==========================================================================
	#features-green-bg-icons
========================================================================== */
.features-green-bg-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.features-green-bg-icons li {
  padding: 15px 60px 15px 0;
}

.features-green-bg-icons-3-in-row li {
  width: 33.33%;
}

.features-green-bg-icons li .feature-image {
  padding-bottom: 15px;
}

.features-green-bg-icons li .feature-image-inner {
  width: 42px;
  height: 42px;
  background: #4fdbb3;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.features-green-bg-icons .feature-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.71;
  color: #3a3a3a;
  font-weight: 300;
}

.features-green-bg-icons .feature-content .feature-title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 2;
  color: #3a3a3a;
  font-weight: 700;
}

/* ==========================================================================
	#section-main-banner-online-payments
========================================================================== */
.section-main-banner-online-payments .main-banner-heading-wrapper {
  margin-top: 155px;
  margin-bottom: 160px;
}

.section-main-banner-online-payments .sub-title {
  line-height: 1.6;
}

/* ==========================================================================
	#section-online-payment-methods
========================================================================== */
.section-online-payment-methods {
  padding-bottom: 80px;
}

/* Animations */
.animation_online_payements_nl_intro:not(.animated),
.animation_hotel_industry_intro:not(.animated),
.animation_online_payements_line1:not(.animated),
.animation_online_payements_line2:not(.animated) {
  opacity: 0;
}

/* ==========================================================================
	#section-online-payment-features
========================================================================== */
.section-online-payment-features {
  position: relative;
  padding-top: 70px;
  padding-bottom: 35px;
  background: #f5f5f6;
}

.section-online-payment-features .section-image {
  position: absolute;
  top: -80px;
  left: calc(50% + 180px);
  z-index: 1;
}

.section-online-payment-features .container {
  position: relative;
  z-index: 2;
}

.section-online-payment-features .main-title {
  max-width: 66.66%;
  font-size: 36px;
}

.section-online-payment-features .section-image .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-online-payment-features .section-image .animation-backup-image {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.section-online-payment-features .section-image [class^=animate-image-] {
  position: absolute;
}

.section-online-payment-features .section-image .animate-image-phone {
  top: 26px;
  left: -1px;
}

.section-online-payment-features .section-image .animate-image-tablet {
  top: 0;
  left: 240px;
}

.section-online-payment-features .section-image .animate-image-pen {
  top: 488px;
  left: 295px;
}

.online-payment-features-line1-anim:not(.animated),
.online-payment-features-line2-anim:not(.animated),
.online-payment-features-anim:not(.animated),
.animate-image-phone-anim:not(.animated),
.animate-image-tablet-anim:not(.animated),
.animate-image-pen-anim:not(.animated) {
  opacity: 0;
}

.section-online-payment-features .animation-anchor {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  opacity: 0;
}

.section-online-payment-features .animation-anchor:not(.animated) ~ img {
  opacity: 0;
}

.section-online-payment-features .animation-anchor.animated ~ .animate-image-phone,
.section-online-payment-features .animation-anchor.animated ~ .animate-image-tablet,
.section-online-payment-features .animation-anchor.animated ~ .animate-image-pen {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.section-online-payment-features-dark {
  background-color: #282e39;
}

.section-online-payment-features-dark .section-image {
  top: -34px;
  left: calc(50% + 227px);
}

.section-online-payment-features-dark .section-image .section-image-mastercard {
  position: absolute;
  bottom: 147px;
  left: -23px;
}

.section-online-payment-features-dark .section-image .section-image-visa {
  position: absolute;
  bottom: 147px;
  left: -12px;
}

.section-online-payment-features-dark .main-title {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.025em;
}

.section-online-payment-features-dark .features-green-bg-icons li {
  padding-right: 50px;
}

.section-online-payment-features-dark .features-green-bg-icons li .feature-image {
  padding-bottom: 0;
}

.section-online-payment-features-dark .features-green-bg-icons .feature-content .feature-title {
  max-width: 269px;
  margin-bottom: 20px;
  line-height: 1.33;
  color: #fff;
  letter-spacing: 0.025em;
}

.section-online-payment-features-dark .features-green-bg-icons .feature-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.025em;
}

/* ==========================================================================
	#section-articles-short
========================================================================== */
.section-articles-short .section-title {
  font-size: 48px;
  line-height: 1.25;
  color: #3a3a3a;
  font-weight: 300;
}

.article-short {
  position: relative;
  background: #fff;
}

.article-short-colored::before,
.article-short-colored-alt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: #f5f5f6;
}

.article-short-colored::before {
  left: 0;
  right: calc(50% - 585px);
}

.article-short-colored-alt::before {
  left: calc(50% - 410px);
  right: 0;
}

.article-short .article-short-image,
.article-short .article-short-content {
  position: relative;
  z-index: 2;
}

.article-short .article-short-image {
  text-align: center;
}

.article-short .article-short-image img {
  max-width: 100%;
  height: auto;
}

.article-short .article-short-image .wi_auto {
  max-width: none;
}

.article-short .article-short-content {
  padding-top: 50px;
  padding-right: 90px;
  padding-bottom: 50px;
}

.article-short .article-short-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 300;
}

.article-short .article-short-content p:last-of-type {
  margin-bottom: 0;
}

.article-short .article-short-content .article-short-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1.33;
  color: #3a3a3a;
  font-weight: 300;
}

.article-short .article-short-content .article-short-subtitle {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.89;
  color: #3a3a3a;
  font-weight: 400;
}

.article-short .article-short-actions {
  margin-top: 25px;
}

.article-short .article-short-actions .btn-link,
.article-short .article-short-actions .link-arrow-left {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.article-short .article-short-actions .btn-link::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  margin-bottom: 2px;
  border-top: 2px solid #428bca;
  border-right: 2px solid #428bca;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.article-short .article-short-actions .link-arrow-left {
  padding-left: 17px;
}

.article-short .article-short-image {
  position: relative;
}

.article-short .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.article-short .animation-backup-image {
  position: relative;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.article-short [class^=animate-image-] {
  position: absolute;
}

.article-short-online-payments .animate-image-magento {
  top: 3px;
  left: 62px;
}

.article-short-online-payments .animate-image-prestashop {
  top: 43px;
  left: 222px;
}

.article-short-online-payments .animate-image-woocommerce {
  top: 116px;
  left: 89px;
  z-index: 2;
}

.article-short-online-payments .animate-image-oscommerce {
  top: 182px;
  left: 38px;
}

.article-short-online-payments .animate-image-xcart {
  top: 176px;
  left: 296px;
}

.article-short-online-payments .animate-image-opencart {
  top: 290px;
  left: 120px;
}

.article-short-online-payments .animate-image-zencart {
  top: 264px;
  left: 264px;
}

.article-short-paybutton .animate-image-screen {
  top: 0;
  left: 5px;
}

.article-short-paybutton .animate-image-preview {
  top: 124px;
  left: 305px;
}

.article-short-paybutton-bg .animate-image-screen {
  top: -1px;
  left: -1px;
}

.article-short-paybutton-bg .animate-image-preview {
  top: 121px;
  left: 301px;
}

.article-short-paylink .animate-image-screen {
  top: 0px;
  left: 13px;
}

.article-short-paylink .animate-image-preview {
  top: 105px;
  left: 290px;
}

.article-short-paylink-bg .animate-image-screen {
  top: 56px;
  left: 16px;
}

.article-short-paylink-bg .animate-image-preview {
  top: 155px;
  left: 278px;
}

.article-short-payment-request .animate-image-screen {
  top: 0;
  left: 0;
}

.article-short-payment-request .animate-image-preview {
  top: 95px;
  left: 318px;
}

.article-short-payment-request .article-short-image {
  margin-top: 70px;
  margin-bottom: 50px;
}

.article-short-online-payments .article-short-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-articles-short-online-payments .article-short .animation-wrapper img:not(.animated),
.article-short .animation-backup-image:not(.animated) {
  opacity: 0;
}

.article-short-paybutton .animation-wrapper img {
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.article-short-payment-request .animation-wrapper img.animate-image-preview {
  -webkit-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.article-short-box {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 80px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 11px 29px rgba(82, 93, 114, 0.2);
  box-shadow: 0 11px 29px rgba(82, 93, 114, 0.2);
}

.animation_online_payements_nl_box:not(.animated) {
  opacity: 0;
}

.article-short-box .article-short-box-image,
.article-short-box .article-short-box-content {
  max-width: 100%;
}

.article-short-box .article-short-box-image,
.article-short-box .article-short-box-image img {
  overflow: hidden;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.article-short-box .article-short-box-image {
  flex-basis: 530px;
  min-width: 530px;
  text-align: right;
}

.article-short-box .article-short-box-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  flex-basis: auto;
  padding: 20px 50px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

_:-ms-fullscreen, :root .article-short-box .article-short-box-content {
  max-width: calc(100% - 530px);
}

.article-short-box .article-short-box-content > * {
  min-width: 100%;
  max-width: 100%;
}

.article-short-box .article-short-box-content p {
  margin-bottom: 20px;
  font-weight: 300;
}

.article-short-box .article-short-box-content p:last-of-type {
  margin-bottom: 0;
}

.article-short-box .article-short-box-content .article-short-box-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.33;
  color: #3c3c3c;
  font-weight: 300;
}

.article-short-moto .article-short-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* section-articles-short-online-payments */
.online_payments_payment_gateway_anim:not(.animated),
.online_payments_virtual_terminal_anim:not(.animated) {
  opacity: 0;
}

/* section-articles-short-counted */
body {
  counter-reset: articles-short-counter;
}

.section-articles-short-counted .article-short {
  counter-increment: articles-short-counter;
  padding-top: 60px;
  padding-bottom: 30px;
}

.section-articles-short-counted .article-short .article-short-content::before {
  content: counter(articles-short-counter);
  display: inline-block;
  width: 92px;
  height: 92px;
  margin-bottom: 45px;
  background: #fff;
  font-size: 78px;
  line-height: 92px;
  color: #e9ebed;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
  -webkit-box-shadow: 16px 15px 54px rgba(92, 102, 123, 0.13);
  box-shadow: 16px 15px 54px rgba(92, 102, 123, 0.13);
}

.section-articles-short-viber .article-short-actions {
  margin-top: 45px;
}

.article-short-bg-light {
  background: #f6f9fa;
}

.list-links-with-image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.list-links-with-image li {
  margin: 0;
  padding: 0 10px 0 0 !important;
}

.list-links-with-image a,
.list-links-with-image span {
  display: block;
  font-size: 0;
  text-decoration: none !important;
}

.list-links-with-image a {
  color: #168df3;
}

.list-links-with-image span {
  color: #3a3a3a;
}

.list-links-with-image img,
.list-links-with-image strong {
  display: inline-block;
  vertical-align: middle;
}

.list-links-with-image img {
  margin-right: 30px;
}

.list-links-with-image strong {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

/* ==========================================================================
	#List links horizontal
========================================================================== */
.list-links-horizontal {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.list-links-horizontal li {
  padding: 0 17px;
}

.list-links-horizontal li a {
  font-size: 14px;
  line-height: 1.3572;
  color: #283953;
  text-decoration: none;
  transition: color 0.3s;
}

.list-links-horizontal li a:hover {
  color: #0e60c9;
}

.list-links-horizontal.list-links-horizontal-small li a {
  font-size: 12px;
}

/* ==========================================================================
	#table-exchange-rates-alt
========================================================================== */
.section-exchange-rates-alt {
  padding-top: 110px;
  background-image: url(/trunk/public/build/assets/exchange-rates-table-bg-icons.63f412dc.png);
  background-repeat: no-repeat;
  background-position: center 315px;
}
@supports (background-image: url("../../../public/info/images/exchange-rates-table-bg-icons.webp")) {
  .section-exchange-rates-alt {
    background-image: url(/trunk/public/build/assets/exchange-rates-table-bg-icons.2d94f57e.webp);
  }
}

.table-exchange-rates-alt {
  margin-bottom: 50px;
}

.table-exchange-rates-alt table {
  width: 560px;
  max-width: 100%;
  table-layout: fixed;
}

.table-exchange-rates-alt tbody {
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.1);
}

.table-exchange-rates-alt table th,
.table-exchange-rates-alt table td {
  padding: 15px;
  width: 33.33%;
  border: 0;
  background-color: transparent;
  text-align: center;
}

.table-exchange-rates-alt table thead tr th:first-of-type {
  padding-left: 40px;
}

.table-exchange-rates-alt table thead tr th {
  font-size: 22px;
  line-height: 1.64;
  color: #0071f3;
  font-weight: 300;
}

.table-exchange-rates-alt table td {
  background: #fff;
  font-size: 16px;
  line-height: 1.13;
  color: #444;
}

.table-exchange-rates-alt table tr:first-of-type th,
.table-exchange-rates-alt table tr:first-of-type td {
  padding-top: 30px;
}

.table-exchange-rates-alt table tr:first-of-type td:first-of-type {
  border-radius: 5px 0 0 0;
}

.table-exchange-rates-alt table tr:first-of-type td:last-of-type {
  border-radius: 0 5px 0 0;
}

.table-exchange-rates-alt table .table-actions {
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px;
}

.table-exchange-rates-alt table .table-actions .btn-link {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 2.25;
  color: #0071f3;
  font-weight: 500;
}

.table-exchange-rates-alt table .table-actions .btn-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
  border-bottom: 2px solid #0071f3;
  border-right: 2px solid #0071f3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-exchange-rates-alt table td .ico-svg-flag {
  margin-top: -3px;
  margin-right: 5px;
  font-size: 25px;
}

.online_payments_virtual_terminal_anim:not(.animated) {
  opacity: 0;
}

/* ==========================================================================
	#section-pulled
========================================================================== */
.section-pulled {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
}

.section-pulled-inner {
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 8px 8px 29px rgba(0, 21, 101, 0.1);
  box-shadow: 8px 8px 29px rgba(0, 21, 101, 0.1);
}

.section-pulled-inner p {
  margin-bottom: 20px;
}

.section-pulled-inner p:last-of-type {
  margin-bottom: 0;
}

.section-pulled-inner .main-title {
  margin-bottom: 25px;
}

.section-pulled-up .section-pulled-inner {
  margin-top: -50px;
  margin-bottom: 50px;
}

.section-pulled-up-online-payments-it .section-pulled-inner {
  margin-bottom: 0;
}

/* ==========================================================================
	#features-icons
========================================================================== */
.features-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}

.features-icons li {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.features-icons .feature-icon {
  height: 60px;
  padding-bottom: 15px;
}

.features-icons .feature-icon.feature-icon-bottom {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
}

.features-icons p {
  font-weight: 300;
}

.section-main-banner .features-icons {
  margin-bottom: 30px;
  color: #fff;
}

/* ==========================================================================
	#section-costs-and-fees
========================================================================== */
.section-costs-and-fees {
  position: relative;
  z-index: 2;
  text-align: center;
}

.section-costs-and-fees-inner {
  display: inline-block;
  min-width: 380px;
  max-width: 100%;
  margin: 0 auto;
  color: #8d8d8d;
}

.section-costs-and-fees-inner-nl {
  min-width: 570px;
}

.box-costs-and-fees {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 35px 0;
  background: #fff;
  -webkit-box-shadow: -16px 8px 54px rgba(0, 0, 0, 0.06);
  box-shadow: -16px 8px 54px rgba(0, 0, 0, 0.06);
}

.box-costs-and-fees li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 50px;
}

.box-costs-and-fees.box-costs-and-fees-with-promo li {
  justify-content: center;
}

.box-costs-and-fees li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 1px;
  background: #d3d3d3;
}

.box-costs-and-fees li:last-of-type::after {
  display: none;
}

.box-costs-and-fees li p {
  margin-bottom: 5px;
  width: 100%;
  font-size: 14px;
  line-height: 1.29;
  color: #8d8d8d;
}

.box-costs-and-fees li .box-costs-and-fees-title {
  font-size: 30px;
  line-height: 1.2;
  color: #0071f3;
  font-weight: 300;
  white-space: nowrap;
}

.box-costs-and-fees li .box-costs-and-fees-promo {
  margin-bottom: 5px;
}

.box-costs-and-fees li .box-costs-and-fees-promo .box-costs-and-fees-promo-old {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #707070;
  text-decoration: line-through;
}

.box-costs-and-fees li .box-costs-and-fees-promo .box-costs-and-fees-promo-value {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  color: #ef1a1a;
}

.slider-blue-pos-terminals .pos-price-foot-title.old-fee,
.devices-price-table .pos-price-foot-title.old-fee {
  color: #ef1a1a;
}

.slider-blue-pos-terminals .pos-price-foot-title.old-fee span,
.devices-price-table .pos-price-foot-title.old-fee span {
  display: block;
  font-size: 18px;
  text-decoration: line-through;
  margin-top: -22px;
  margin-bottom: 2px;
  color: #626262;
}

/* ==========================================================================
	Payment Methods Page
========================================================================== */
.section-main-banner-payment-methods {
  background-image: url(/trunk/public/build/assets/payment-methods-background.7c2931e0.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 200px 0 230px 0;
}
@supports (background-image: url("../../../public/info/images/payment-methods-background.webp")) {
  .section-main-banner-payment-methods {
    background-image: url(/trunk/public/build/assets/payment-methods-background.1a448aa3.webp);
  }
}

.section-main-banner-payment-methods .main-banner-heading {
  margin-bottom: 32px;
}

.section-main-banner-payment-methods .sub-title {
  line-height: 1.5;
  margin: 0;
}

.section-payment-methods-list {
  padding: 70px 0 55px 0;
}

.section-payment-methods-list .sub-title {
  font-size: 24px;
  margin-bottom: 65px;
}

.section-payment-methods-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
}

.section-payment-methods-list .list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 48.7%;
  min-height: 305px;
  margin-bottom: 30px;
  border: 1px solid #e7eaf0;
  padding: 46px 50px 45px 50px;
}

.section-payment-methods-list .list li svg {
  max-height: 90px;
  width: 120px;
  margin-top: 35px;
}

.section-payment-methods-list .list li img {
  width: 100px;
  margin-top: 35px;
}

.section-payment-methods-list .list li img.payment-method-twint-big {
  width: 120px;
  padding-top: 20px;
}

.section-payment-methods-list .list .last,
.section-payment-methods-list .list .before-last {
  margin-bottom: 0;
}

.section-payment-methods-list .list li .title {
  margin: 0 0 18px 0;
}

.section-payment-methods-list .list li .description {
  margin: 0;
  line-height: 1.5;
  padding-right: 50px;
  color: #5e5e5e;
}

/* ==========================================================================
	Pricing and fees page
========================================================================== */
.section-main-banner-pricing-and-fees .main-banner-heading-wrapper {
  margin-top: 75px;
  margin-bottom: 56px;
}

.section-main-banner-pricing-and-fees .main-title {
  margin-bottom: 40px;
}

.section-pricing-and-fees {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
}

.section-pricing-and-fees-inner {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}

.box-pricing-and-fees {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 20px 0;
  background: transparent;
}

.box-pricing-and-fees li {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  max-width: 100%;
  padding: 0 60px;
  text-align: center;
}

.box-pricing-and-fees li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 1px;
  background: #fff;
  opacity: 0.18;
}

.box-pricing-and-fees li:last-of-type::after {
  display: none;
}

.box-pricing-and-fees li p {
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 1.69;
}

.box-pricing-and-fees li .box-pricing-and-fees-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 12px;
}

.section-payments-acceptance-fees .main-title,
.section-payments-acceptance-fees-on-place .main-title {
  font-size: 36px;
  font-weight: 300;
  color: #606060;
}

.pricing-and-fees-table {
  box-shadow: 0px 5px 40px 0px rgba(7, 55, 127, 0.06);
}

.pricing-and-fees-table > tbody > tr {
  color: #606060;
}

.pricing-and-fees-table > tbody > tr > td {
  border: 0;
}

.pricing-and-fees-table,
.pricing-and-fees-table > tbody > tr.bordered > td {
  border: 1px solid #dee3ed;
}

.pricing-and-fees-table > tbody > tr.th-row {
  font-size: 24px;
  font-weight: 300;
}

.fix_el .pricing-and-fees-table > tbody > tr.th-row,
.fix_fr .pricing-and-fees-table > tbody > tr.th-row,
.fix_de .pricing-and-fees-table > tbody > tr.th-row {
  font-size: 22px;
}

.fix_sv .pricing-and-fees-table > tbody > tr.th-row {
  font-size: 21px;
}

.fix_pl .pricing-and-fees-table > tbody > tr.th-row {
  font-size: 19px;
}

.pricing-and-fees-table > tbody > tr.th-row > td {
  padding: 22px;
}

.pricing-and-fees-table > tbody > tr.th-row span {
  font-size: 36px;
  line-height: 1.4;
}

.pricing-and-fees-table > tbody > tr.th-row span.fs_28 {
  font-size: 28px;
}

.pricing-and-fees-table > tbody > tr.th-row span.old_price {
  display: inline-block;
  padding-right: 10px;
  font-size: 24px;
  font-weight: normal;
  text-decoration: line-through;
}

.pricing-and-fees-table > tbody > tr .green {
  color: #00c98e;
}

.pricing-and-fees-table > tbody > tr .blue {
  color: #0e60c9;
}

.pricing-and-fees-table > tbody > tr.bg-green {
  background: #00c98e;
  color: #fff;
}

.pricing-and-fees-table > tbody > tr.bg-blue {
  background: #0e60c9;
  color: #fff;
}

.pricing-and-fees-table > tbody > tr > .td-cell-colored {
  height: 112px;
  vertical-align: middle;
}

.pricing-and-fees-table > tbody > tr.striped:nth-child(even) {
  background-color: #f8f9fb;
}

.pricing-and-fees-table > tbody > tr.striped .desc {
  width: 52%;
  vertical-align: middle;
  padding: 20px 20px 20px 49px;
  line-height: 1.6;
}

.col-md-6 .pricing-and-fees-table > tbody > tr.striped .desc {
  width: 60%;
}

.pricing-and-fees-table > tbody > tr.striped .value {
  width: 48%;
  text-align: center;
  vertical-align: middle;
  padding: 20px 49px 20px 20px;
  line-height: 1.6;
}

.col-md-6 .pricing-and-fees-table > tbody > tr.striped .value {
  width: 40%;
}

.pricing-and-fees-table ~ .info-text {
  font-size: 13px;
  color: #606060;
}

/* ==========================================================================
	#list-fees
========================================================================== */
.list-fees {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}

.list-fees-justified {
  justify-content: space-between;
}

.list-fees > li {
  max-width: 25%;
  padding: 0 10px 20px;
  text-align: center;
}

.list-fees > li dl {
  margin: 0;
}

.list-fees > li dt {
  font-size: 18px;
  line-height: 1.33;
  color: #606060;
  font-weight: 400;
}

.list-fees > li dd {
  margin-bottom: 25px;
  font-size: 36px;
  color: #007ddd;
  font-weight: 300;
}

/* ==========================================================================
	#Accordions
========================================================================== */
[data-toggle=collapse][aria-expanded=false] .collapse-trigger-text-more {
  display: inline;
}

[data-toggle=collapse][aria-expanded=true] .collapse-trigger-text-more {
  display: none;
}

[data-toggle=collapse][aria-expanded=false] .collapse-trigger-text-less {
  display: none;
}

[data-toggle=collapse][aria-expanded=true] .collapse-trigger-text-less {
  display: inline;
}

/* ==========================================================================
	#section-new
========================================================================== */
.section-new {
  background-color: #fff;
}

.mastercard-sonic-campaign .section-new,
.mastercard-sonic-campaign .header-campaign,
.mastercard-sonic-campaign-success {
  font-family: "Montserrat", "Inter", Arial, sans-serif;
}

.mastercard-sonic-campaign .section-new .btn {
  font-weight: 600;
}

.mastercard-sonic-campaign .header-campaign-alt .mypos-logo-white {
  display: inline-block;
}

.mastercard-sonic-campaign .header-fixed .header-campaign-alt .mypos-logo-white {
  display: none;
}

.mastercard-sonic-campaign .header-campaign-alt .mypos-logo-colored {
  display: none;
}

.mastercard-sonic-campaign .header-fixed .header-campaign-alt .mypos-logo-colored {
  display: inline-block;
}

.header-fixed .header-campaign {
  background: #fff;
}

.section-new-bg-alt {
  background-color: #f5f5f5;
}

.section-new-centered-y {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}

.section-new-bg-img-mastercard-pay-contactless .section-inner {
  margin-bottom: 55px;
}

.section-new .section-inner {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-new-terms .section-inner {
  padding-top: 40px;
}

.section-new p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
  font-weight: 600;
}

.section-new p.mb_0 {
  margin-bottom: 0;
}

.section-new p.small,
.section-new .section-article p.small {
  font-size: 10px;
  color: #515151;
  line-height: 1.3;
}

.section-new .section-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.36;
  color: #515151;
  font-weight: 800;
}

.section-new .section-actions {
  padding-top: 15px;
}

.section-new .section-article + .section-article {
  padding-top: 50px;
}

.section-new .section-article p {
  font-size: 16px;
}

.section-article p.notice {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}

.section-new-terms .section-article p,
.section-new-terms .section-article li {
  font-weight: 500;
}

.section-new-terms-viber .section-article p,
.section-new-terms-viber .section-article li {
  font-weight: 400;
}

.section-new-terms .section-article ul {
  margin-bottom: 20px;
}

.section-new-terms .section-article li {
  font-size: 16px;
  color: #707070;
  line-height: 1.3;
}

.section-new .section-article .article-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  color: #515151;
  font-weight: 800;
}

.section-new .section-article .article-subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: #515151;
  font-weight: 500;
}

.section-new-dark-bg p,
.section-new-dark-bg p.small,
.section-new-dark-bg .section-article p.small,
.section-new-dark-bg .section-title,
.section-new-dark-bg .section-article .article-title {
  color: #fff;
}

.section-new .section-article .article-image img {
  width: auto;
  height: auto;
}

.section-new-mypos-love .section-article .article-image img {
  margin-top: 10px;
  margin-left: -75px;
}

.section-new-mastercard-campaign-features .section-article .article-image [data-svg-lottie] {
  margin-left: 20px;
}

.section-new .section-article .section-article-form {
  padding-top: 120px;
}

.features-rounded {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}

.feature-rounded {
  padding: 10px;
  text-align: center;
}

.feature-rounded-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 25px;
  background-color: #fff;
  color: #0090ff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.feature-rounded-content {
  width: 105px;
  margin: 0 auto;
}

.feature-rounded-title,
.section-new .feature-rounded-title {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.67;
  color: #515151;
  font-weight: 700;
}

/* OLD - it doesn't used anywhere */
.form-group-floated-label {
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 10px;
}

.form-group-floated-label .form-control,
.form-group-floated-label label {
  font-size: 16px;
  font-weight: 500;
}

.form-group-floated-label .form-control {
  height: 40px;
  padding-right: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #707070;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-group-floated-label .form-control:focus {
  border-color: #0090ff;
}

.form-group-floated-label .form-control[readonly],
.form-group-floated-label .form-control:disabled {
  background-color: transparent;
  color: #555;
}

.form-group-floated-label .form-control:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.form-group-floated-label .form-control:disabled {
  opacity: 0.3;
}

.form-group-floated-label .form-control.jsDatePicker[readonly] {
  cursor: text;
}

.form-group-floated-label label {
  margin-bottom: 0;
  color: #0090ff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-group-floated-label .form-control + label,
.form-group-floated-label .form-control:focus + label,
.form-group-floated-label .form-control:focus:placeholder-shown + label,
.form-group-floated-label .form-control + .bootstrap-datetimepicker-widget + label,
.form-group-floated-label .form-control:focus + .bootstrap-datetimepicker-widget + label,
.form-group-floated-label .form-control:focus:placeholder-shown + .bootstrap-datetimepicker-widget + label {
  color: #0090ff;
  cursor: pointer;
  -webkit-transform: translate(0, 0) scale(0.8);
  -moz-transform: translate(0, 0) scale(0.8);
  -ms-transform: translate(0, 0) scale(0.8);
  -o-transform: translate(0, 0) scale(0.8);
  transform: translate(0, 0) scale(0.8);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

.form-group-floated-label .form-control:-webkit-autofill + label {
  -webkit-transform: translate(0, 0) scale(0.8);
  -moz-transform: translate(0, 0) scale(0.8);
  -ms-transform: translate(0, 0) scale(0.8);
  -o-transform: translate(0, 0) scale(0.8);
  transform: translate(0, 0) scale(0.8);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

.form-group-floated-label .form-control:-ms-input-placeholder + label {
  color: #515151;
  cursor: text;
  -webkit-transform: translate(0, 2rem) scale(1);
  -moz-transform: translate(0, 2rem) scale(1);
  -ms-transform: translate(0, 2rem) scale(1);
  -o-transform: translate(0, 2rem) scale(1);
  transform: translate(0, 2rem) scale(1);
}

.form-group-floated-label .form-control:placeholder-shown + label,
.form-group-floated-label .form-control.jsDatePicker[readonly] + label {
  color: #515151;
  cursor: text;
  opacity: 1;
  -webkit-transform: translate(0, 2rem) scale(1);
  -moz-transform: translate(0, 2rem) scale(1);
  -ms-transform: translate(0, 2rem) scale(1);
  -o-transform: translate(0, 2rem) scale(1);
  transform: translate(0, 2rem) scale(1);
}

.form-group-floated-label .form-control[readonly] + label,
.form-group-floated-label .form-control:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
}

.form-group-floated-label .form-control.alerted {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-color: #eb001b !important;
  background-color: transparent;
}

.form-group-floated-label .form-control.alerted + label {
  color: #eb001b;
}

.form-control.alerted + label {
  color: #eb001b;
}

/* Floating labels input - variant 2 */
.form-group-float-label {
  position: relative;
  margin-bottom: 25px;
}

.form-group-float-label > .form-control-label,
.form-group-float-label .form-group-number-with-flag .form-control-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  color: #888;
  transform: translate(15px, 18px);
  transition: all 0.1s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  pointer-events: none;
}

.form-group-float-label .form-group-number-with-flag .form-control-label {
  position: absolute;
  top: 50%;
  transform: translate(115px, -50%);
  width: calc(100% - 130px);
  z-index: 4;
}

.form-group-float-label .form-group-number-with-flag .form-control.jsSearchSelect {
  min-width: 100px;
  padding: 0 0 0 15px;
}

.form-group-float-label textarea {
  padding-top: 25px;
}

.form-group-float-label textarea + .form-control-label {
  line-height: 20px;
  white-space: normal;
}

.captcha-group .capcha_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.captcha-group .capcha_box img {
  height: auto;
  margin-right: 15px;
}

.captcha-group .capcha_box .form-group-float-label {
  height: 50px;
}

.captcha-group .capcha_box .form-group-float-label input {
  width: 100%;
}

.form-group-float-label > input,
.form-group-float-label .capcha_box > input,
.form-group-float-label > select.form-control,
.form-group-float-label > .form-control-select,
.form-group-float-label .form-group-number-with-flag .form-control {
  height: 50px;
  padding: 20px 15px 0;
  font-size: 14px;
  color: #444;
  border-color: #d8d8d8;
  border-radius: 5px;
}

.form-group-float-label > select.form-control {
  padding: 20px 15px 0 10px;
}

.form-group-float-label > input[disabled],
.form-group-float-label > input[readonly],
.checkbox-custom .form-group-float-label input[disabled] + label,
.form-group-float-label .capcha_box > input[disabled],
.form-group-float-label .capcha_box > input[readonly],
.form-group-float-label > select.form-control[disabled],
.form-group-float-label > select.form-control[readonly],
.form-group-float-label > .form-control-select[disabled],
.form-group-float-label > .form-control-select[readonly],
.form-group-float-label .form-group-number-with-flag .form-control[disabled],
.form-group-float-label .form-group-number-with-flag .form-control[readonly],
.form-group-float-label .form-group-number-with-flag .chosen-container-single.chosen-disabled .chosen-single {
  border-color: #d8d8d8 !important;
  background-color: #eee !important;
}

.form-group-float-label > input:focus,
.form-group-float-label .capcha_box > input:focus,
.form-group-float-label > textarea:focus,
.form-group-float-label > select.form-control:focus,
.form-group-float-label .form-group-number-with-flag .form-control:focus,
.form-group-float-label .chosen-container-single.chosen-container-active .chosen-single {
  border-color: #0071f3;
}

.form-group-float-label.has-error > input,
.form-group-float-label.has-error > textarea,
.form-group-float-label.has-error > select.form-control,
.form-group-float-label.form-group-multiselect.has-error .chosen-container-multi,
.form-group-float-label.has-error .form-group-number-with-flag .form-control {
  border-color: #ef1a1a;
}

.form-group-float-label.has-error .form-group-number-with-flag .chosen-container-single .chosen-single {
  border-color: #ef1a1a;
}

.form-group-float-label > input:focus ~ .form-control-label,
.form-group-float-label > input:not(:placeholder-shown) ~ .form-control-label,
.form-group-float-label > textarea:focus ~ .form-control-label,
.form-group-float-label > textarea:not(:placeholder-shown) ~ .form-control-label,
.form-group-float-label .capcha_box > input:focus ~ .form-control-label,
.form-group-float-label > select.form-control ~ .form-control-label {
  font-size: 12px;
  transform: translate(15px, 8px);
}

.form-group-float-label .form-group-number-with-flag input:focus ~ .form-control-label,
.form-group-float-label .form-group-number-with-flag input:not(:placeholder-shown) ~ .form-control-label {
  font-size: 12px;
  transform: translate(115px, -18px);
}

.form-group-float-label > textarea:focus ~ .form-control-label,
.form-group-float-label > textarea:not(:placeholder-shown) ~ .form-control-label {
  line-height: 16px;
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single,
.form-group-float-label .form-group-number-with-flag .form-control,
.form-group-float-label .chosen-container-single .chosen-single {
  height: 50px;
  border-color: #d8d8d8;
  color: #444;
}

.form-group-float-label > input:not(:placeholder-shown),
.form-group-float-label > textarea:not(:placeholder-shown) {
  border-color: #888 !important;
}

.form-group-select select option:checked ~ .chosen-container-single .chosen-single {
  border-color: #888 !important;
}

.form-group-float-label .form-group-number-with-flag input.form-control {
  margin-left: -1px;
  border-radius: 0px 5px 5px 0px !important;
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single {
  display: flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single span,
.form-group-float-label .chosen-container-single .chosen-single span {
  font-size: 14px;
  color: #888;
}

.form-group-float-label .chosen-container-single .chosen-single b {
  display: none;
}

.form-group-float-label.form-group-select .chosen-container-single .chosen-single span,
.form-group-float-label.form-group-multiselect .chosen-container-single .chosen-single span {
  padding: 23px 14px 0;
  color: #444;
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single span {
  width: 100px;
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single .ico-svg-flag {
  margin-right: 5px;
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single div,
.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single span.no-flag + div {
  right: 5px;
  left: auto;
}

.form-group-float-label .chosen-container-single .chosen-single {
  line-height: 1.5;
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single span.no-flag {
  margin-right: 0 !important;
}

.form-group-float-label .radio-inline,
.form-group-float-label .checkbox-inline {
  padding-left: 0;
}

.form-group-float-label .radio-inline + .radio-inline,
.form-group-float-label .checkbox-inline + .checkbox-inline {
  margin-left: 90px;
}

.form-group-number-with-flag .chosen-container-single .chosen-single > span .ico-svg-flag,
.form-group-number-with-flag .chosen-container .chosen-results .ico-svg-flag {
  margin-top: -2px;
  width: 22px;
  border-color: #ccc;
  font-size: 15px;
  border-radius: 0;
  margin-right: 1px;
}

.form-group-number-with-flag .chosen-container-single .chosen-single > span .ico-svg-flag {
  margin-right: 15px;
}

.form-group-float-label.form-group-multiselect .chosen-container {
  width: 100%;
  min-height: 60px;
  padding: 20px 15px 0;
  background: #fff;
  border: 1px solid #888;
  border-radius: 5px;
}

.form-group-float-label.form-group-multiselect .chosen-container .chosen-choices {
  border: none;
  background-image: none;
  margin-top: 7px;
  padding: 0;
}

.form-group-float-label.form-group-multiselect .chosen-container .chosen-choices .search-choice {
  background: none;
  border-color: #d8d8d8;
  padding: 5px 20px 5px 5px;
  margin: 0 5px 5px 0;
  border-radius: 6px;
}

.form-group-float-label.form-group-multiselect .chosen-container .chosen-choices {
  box-shadow: none;
}

.form-group-float-label.form-group-multiselect .chosen-container .chosen-choices li.search-choice .search-choice-close {
  top: 6px;
}

.form-group-float-label > input::placeholder {
  color: transparent;
}

.form-group-float-label .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-group-float-label .form-control::-moz-placeholder {
  color: transparent;
}

.form-group-float-label .form-control:-ms-input-placeholder {
  color: transparent;
  cursor: text;
}

.form-group-float-label .form-control:-moz-placeholder {
  color: transparent;
}

.form-group-float-label .chosen-container-single .chosen-single > div,
.form-group-float-label .chosen-container-single.chosen-container-active .chosen-single > div {
  background: #fff;
}

.form-group-float-label .chosen-container-single .chosen-single > div::before,
.form-group-float-label .chosen-container-single .chosen-single > div::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 7px !important;
  background: #888;
  transition: all 0.2s ease-in-out;
}

.form-group-float-label .chosen-container-single .chosen-single > div::before {
  -webkit-transform: translate(-3.5px, -50%) rotate(-45deg);
  transform: translate(-3.5px, -50%) rotate(-45deg);
}

.form-group-float-label .chosen-container-single .chosen-single > div::after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.form-group-float-label .form-group-number-with-flag .chosen-container-single .chosen-single div b,
.form-group-float-label .chosen-container-single .chosen-container-single .chosen-single div b {
  display: none;
}

.form-group-float-label .chosen-with-drop.chosen-container-single .chosen-single > div::before {
  -webkit-transform: translate(-3.5px, -50%) rotate(-135deg);
  transform: translate(-3.5px, -50%) rotate(-135deg);
}

.form-group-float-label .chosen-with-drop.chosen-container-single .chosen-single > div::after {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-group-float-label.form-group-select > select.form-control ~ .form-control-label {
    font-size: 12px;
    transform: translate(15px, 8px);
  }
}
.form-group-float-label input:-ms-input-placeholder + .form-control-label,
.form-group-float-label textarea:-ms-input-placeholder + .form-control-label {
  transform: translate(15px, 18px);
}

.form-group-float-label input:not(:-ms-input-placeholder) + .form-control-label,
.form-group-float-label textarea:not(:-ms-input-placeholder) + .form-control-label {
  font-size: 12px;
  transform: translate(15px, 8px);
}

.form-group-float-label .form-group-number-with-flag input:-ms-input-placeholder + .form-control-label {
  transform: translate(113px, -6px);
}

.form-group-float-label .form-group-number-with-flag input:not(:-ms-input-placeholder) + .form-control-label {
  transform: translate(113px, -18px);
}

.form-group-float-label .form-group-number-with-flag select.form-control {
  border-radius: 5px 0 0 5px !important;
}

/* end IE */
.custom-checkbox {
  position: relative;
  overflow: hidden;
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox label {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 20px;
  margin: 0;
  padding-left: 35px;
  font-size: 12px;
  line-height: 1.83;
  font-weight: 500;
  text-align: left;
}

.custom-checkbox label::before,
.custom-checkbox label::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-checkbox label::before {
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
}

.custom-checkbox label::after {
  top: 6px;
  left: 6px;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid #0090ff;
  border-left: 2px solid #0090ff;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.custom-checkbox input[type=checkbox]:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
}

.form-infos-no-border-bg .alert {
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  font-size: 16px;
  color: #eb001b;
  font-weight: 500;
}

.form-infos-no-border-bg .alert .close {
  display: none;
}

.form-infos-no-border-bg .info_error {
  position: relative;
  padding-left: 30px;
}

.form-infos-no-border-bg .info_error:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  background: none;
  font-family: "Font Icons";
  font-size: 21px;
  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;
}

.mastercard-sonic-campaign .form-infos-no-border-bg .info_error {
  margin-top: 20px;
}

.receipt-highlight-preview {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

.mastercard-sonic-campaign .receipt-highlight-preview {
  width: 285px;
  max-width: 100%;
  margin-top: 40px;
}

.receipt-highlight-preview img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.receipt-highlight-preview .image-shown {
  opacity: 1;
}

.receipt-highlight-preview .main-image {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.receipt-highlight-preview .image-shown + .main-image {
  opacity: 0;
}

.mastercard-sonic-campaign-success .modal-dialog {
  width: 380px;
}

.mastercard-sonic-campaign-success .modal-content {
  padding-right: 40px;
  padding-left: 40px;
}

.mastercard-sonic-campaign-success .close {
  position: absolute;
  top: 5px;
  right: 13px;
  font-size: 40px;
  font-weight: 400;
  opacity: 0.5;
}

.mastercard-sonic-campaign-success p {
  font-size: 16px;
  line-height: 1.88;
  color: #515151;
  font-weight: 500;
}

.mastercard-sonic-campaign-success .modal-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.25;
  color: #515151;
  font-weight: 800;
}

.mastercard-sonic-campaign-success .modal-image {
  padding-top: 15px;
  padding-bottom: 40px;
}

.mastercard-sonic-campaign-success .modal-image img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
	#logo-with-slogan
========================================================================== */
.logo-with-slogan {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 0;
}

.logo-with-slogan-center {
  justify-content: center;
}

.logo-with-slogan dt,
.logo-with-slogan dd {
  float: none;
  margin: 0;
  font-weight: 400;
  vertical-align: middle;
}

.logo-with-slogan dt {
  width: auto;
  margin-right: 15px;
  font-size: 16px;
  line-height: 1.4;
  color: #3a3a3a;
  text-align: left;
  white-space: normal;
}

/* ==========================================================================
	#features-steps
========================================================================== */
body {
  counter-reset: features-steps-counter;
}

.features-steps {
  margin: 0;
  font-size: 0;
}

.features-steps li {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}

.features-steps-3colls li {
  width: 33.33%;
}

.feature-step {
  text-align: center;
  counter-increment: features-steps-counter;
}

.feature-step-image {
  margin-bottom: 25px;
}

.feature-step-image img {
  max-width: 100%;
  height: auto;
}

.feature-step-image-vcenter {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.feature-step-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.feature-step-content .feature-step-meta,
.feature-step-content .feature-step-title {
  margin-bottom: 15px;
  font-weight: 300;
}

.feature-step-content .feature-step-meta {
  font-size: 16px;
}

.feature-step-content .feature-step-meta::after {
  content: " " counter(features-steps-counter);
}

.feature-step-content .feature-step-title {
  font-size: 24px;
  line-height: 1.33;
}

/* ==========================================================================
	#section-testimonials
========================================================================== */
.section-testimonials {
  padding: 90px 0;
  background: #fff;
}

.section-testimonials .section-title {
  margin-bottom: 80px;
  font-size: 48px;
  line-height: 1.25;
  color: #3a3a3a;
  font-weight: 300;
}

.testimonials-box {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.testimonials-box-images,
.testimonials-box-content {
  width: 50%;
}

.testimonials-box-images {
  position: relative;
  overflow: hidden;
}

.testimonials-box-images > img,
.slider-testimonials-new .owl-carousel .owl-item .testimonials-box-images > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.testimonials-box-content {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: 620px;
}

.testimonial-article {
  padding: 70px;
  background-color: #fff;
  background-image: url(/trunk/public/build/assets/ico-quotes-large.64d12024.png);
  background-repeat: no-repeat;
  background-position: -35px 110px;
}

.testimonial-article-rating {
  margin-bottom: 70px;
}

.rating-stars-preview {
  margin-bottom: 0;
  font-size: 0;
}

.rating-stars-preview li {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 10px 10px 0;
  background-image: url(/trunk/public/build/assets/ico-star-default.59a5250e.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.rating-stars-preview .rating-star-active {
  background-image: url(/trunk/public/build/assets/ico-star-yellow.4ca8953c.png);
}

.testimonial-article-content {
  overflow: hidden;
}

.testimonial-article-content p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  color: #444;
  font-weight: 300;
}

.testimonial-article-content .testimonial-article-meta {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-article-content-inner {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 330px;
  max-height: 390px;
  margin-right: -20px;
  padding-right: 20px;
}

.testimonial-article-content-inner-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 25px;
}

.testimonial-article-content-inner:not(.animated) {
  opacity: 0;
}

.testimonial-article-content-inner-wrapper::after {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  content: "";
  height: 80px;
  background: white;
  background: linear-gradient(0deg, white 0%, white 65%, rgba(255, 255, 255, 0.4) 100%);
}

.testimonial-article-actions {
  margin-top: 65px;
}

.testimonial-article-actions a {
  font-size: 16px;
  font-weight: 700;
}

.slider-testimonials-new,
.slider-testimonials-new .slides {
  overflow: visible;
}

.slider-testimonials-new .owl-item.animated {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slider-testimonials-new {
  margin-bottom: 35px;
  -webkit-box-shadow: 0 3px 49px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 49px 0 rgba(0, 0, 0, 0.1);
}

.slider-testimonials-new .slides {
  padding: 0;
}

.slider-testimonials-alt .owl-dots .owl-dot span,
.slider-testimonials-new .owl-prev,
.slider-testimonials-new .owl-next {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.slider-testimonials-new .owl-prev,
.slider-testimonials-new .owl-next {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  border-top: 6px solid #999;
  border-right: 6px solid #999;
  background-image: none;
}

.slider-testimonials-new .owl-prev {
  margin-left: -655px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slider-testimonials-new .owl-next {
  margin-left: 590px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-testimonials-alt .owl-dots {
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  left: 0;
  font-size: 0;
  text-align: center;
}

.slider-testimonials-alt .owl-dots .owl-dot,
.slider-testimonials-alt .owl-dots .owl-dot span {
  display: inline-block;
  vertical-align: middle;
}

.slider-testimonials-alt .owl-dots .owl-dot {
  padding: 10px;
}

.slider-testimonials-alt .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: #e7e7e7;
  border-radius: 50%;
}

.slider-testimonials-alt .owl-dots .owl-dot:hover span,
.slider-testimonials-alt .owl-dots .owl-dot.active span {
  background-color: #999999;
}

.slider-testimonials-alt .testimonial-article-content-inner {
  min-height: 390px;
}

.slider-testimonials-alt .testimonial-article-content .testimonial-article-meta {
  overflow: hidden;
  min-height: 72px;
  max-height: 72px;
}

.slider-testimonials-alt .testimonial-article {
  padding: 70px 35px 20px 70px;
}

/* ==========================================================================
	#Section outro
========================================================================== */
.section-outro p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 300;
}

.section-outro .section-title {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 1.3;
  color: #3a3a3a;
  font-weight: 300;
}

/* ==========================================================================
	#Section outro new
========================================================================== */
.section-outro-new {
  padding: 80px 0;
  background-color: #fff;
  color: inherit;
  text-align: center;
}

.section-outro-new .main-title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: inherit;
  margin-top: 0;
}

.section-outro-new .btn-md {
  font-size: 18px;
  padding: 16px 15px 14px;
  border-radius: 26px;
}

/* ==========================================================================
	#New Business Card page
========================================================================== */
.section-main-banner-card picture.ar-553x500,
.section-main-banner-card picture.ar-835x713,
.ratio-img-wrapper picture.ar-469x470,
.pricing-plans picture.ar-357x257 {
  position: relative;
  display: block;
}

.section-main-banner-card picture.ar-553x500 img,
.section-main-banner-card picture.ar-835x713 img,
.ratio-img-wrapper picture.ar-469x470 img,
.pricing-plans picture.ar-357x257 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-main-banner-card picture.ar-553x500::after,
.section-main-banner-card picture.ar-835x713::after,
.ratio-img-wrapper picture.ar-469x470::after,
.pricing-plans picture.ar-357x257::after {
  content: "";
  display: block;
}

.section-main-banner-card picture.ar-553x500 {
  max-width: 553px;
}

.section-main-banner-card picture.ar-835x713 {
  max-width: 835px;
}

.ratio-img-wrapper picture.ar-773x619 {
  max-width: 773px;
}

.ratio-img-wrapper picture.ar-773x619::after {
  padding-bottom: calc(619 / 773 * 100%);
}

.ratio-img-wrapper picture.ar-773x619-fixed-width {
  width: 773px;
}

.ratio-img-wrapper picture.ar-396x502 {
  max-width: 396px;
}

.ratio-img-wrapper picture.ar-396x502::after {
  padding-bottom: calc(502 / 396 * 100%);
}

.ratio-img-wrapper picture.ar-396x502-fixed-width {
  width: 396px;
}

.pricing-plans picture.ar-357x257 {
  max-width: 357px;
  margin: 0 auto;
}

.pricing-plans picture.ar-357x257::after {
  padding-bottom: calc(36 / 50 * 100%);
}

.pricing-plans picture.ar-357x257.picture-lazyloaded::after {
  padding-bottom: calc(257 / 357 * 100%);
}

.ratio-img-wrapper picture.ar-473x549 {
  max-width: 473px;
}

.ratio-img-wrapper picture.ar-473x549-fixed-width {
  width: 473px;
}

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

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

.ratio-img-wrapper picture.ar-469x470 {
  max-width: 469px;
}

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

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

.section-card-benefits-alt .ratio-img-wrapper picture {
  position: relative;
  display: block;
  margin: 0 auto;
}

.section-card-benefits-alt .ratio-img-wrapper picture::after {
  content: "";
  display: block;
}

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

.section-card-benefits-alt .ratio-img-wrapper picture.ar-504x416 {
  max-width: 504px;
}

.section-card-benefits-alt .ratio-img-wrapper picture.ar-504x416:after {
  padding-bottom: calc(41 / 50 * 100%);
}

.section-card-benefits-alt .ratio-img-wrapper picture.ar-504x416.picture-lazyloaded::after {
  padding-bottom: calc(416 / 504 * 100%);
}

.section-main-banner-card {
  position: relative;
  padding: 60px 0 105px;
  background-color: #000;
  color: #fff;
}

.section-main-banner-card:before {
  content: "";
  position: absolute;
  top: -115px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
}

.section-main-banner-card .banner-head {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 150px 0 64px;
  margin-bottom: 145px;
}

.section-main-banner-card .banner-head .banner-head-content {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
}

.section-main-banner-card .main-title {
  font-size: 85px;
  font-weight: 500;
  line-height: 1.3177;
  color: #fff;
}

.fix_de .section-main-banner-card .main-title {
  font-size: 54px;
}

.fix_hu .section-main-banner-card .main-title,
.fix_ro .section-main-banner-card .main-title,
.fix_pt .section-main-banner-card .main-title {
  font-size: 63px;
}

.fix_el .section-main-banner-card .main-title,
.fix_lt .section-main-banner-card .main-title,
.fix_fr .section-main-banner-card .main-title {
  font-size: 65px;
}

.fix_bg .section-main-banner-card .main-title,
.fix_it .section-main-banner-card .main-title,
.fix_nl .section-main-banner-card .main-title,
.fix_pl .section-main-banner-card .main-title,
.fix_fi .section-main-banner-card .main-title {
  font-size: 71px;
}

.fix_cs .section-main-banner-card .main-title,
.fix_hr .section-main-banner-card .main-title {
  font-size: 75px;
}

.section-main-banner-card .main-title.main-title-nld {
  font-size: 52px;
}

.section-main-banner-card .banner-head p {
  max-width: 500px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.025em;
}

.fix_el .section-main-banner-card .banner-head p,
.fix_lt .section-main-banner-card .banner-head p,
.fix_fr .section-main-banner-card .banner-head p {
  font-size: 31px;
}

.section-main-banner-card .banner-head .banner-head-image {
  flex: 1 0 auto;
}

.section-main-banner-card .banner-head-image .animation-backup-image {
  display: none;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  animation-duration: 6s;
}

.section-main-banner-card .banner-head .banner-image-wrapper {
  position: absolute;
  top: 10px;
  right: -66px;
  animation-duration: 6s;
}

.section-main-banner-card .banner-head .banner-image-wrapper:not(.animated) img {
  opacity: 0;
}

.section-main-banner-card .banner-head .clip-svg {
  width: 0;
  height: 0;
}

.section-main-banner-card .banner-head .banner-image-shadow {
  position: absolute;
  top: 169px;
  right: 97px;
  animation-duration: 6s;
}

.no-clip-path .section-main-banner-card .banner-head-image .animation-backup-image {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  opacity: 1;
  visibility: visible;
  max-width: auto;
}

.no-clip-path .section-main-banner-card .banner-head .banner-image-mask {
  display: none;
}

@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
  /* Edge 12+ CSS */
  .section-main-banner-card .banner-head-image .animation-backup-image {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    opacity: 1;
    visibility: visible;
    max-width: auto;
  }

  .section-main-banner-card .banner-head-image .animation-backup-image:not(.animated) {
    opacity: 0;
  }

  .section-main-banner-card .banner-head .banner-image-mask {
    display: none;
  }
}
.section-main-banner-card .banner-body {
  position: relative;
  z-index: 3;
}

.section-main-banner-card .banner-body .subtitle {
  margin: 0 0 25px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3334;
}

.section-main-banner-card .banner-body .list-ticks {
  max-width: 400px;
}

.section-main-banner-card .banner-body .list-ticks li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
}

.section-main-banner-card .banner-body .banner-body-card-pricing {
  margin-bottom: 30px;
}

.section-main-banner-card .banner-body .banner-body-card-pricing p {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
}

.section-main-banner-card .banner-body .banner-body-card-pricing .card-price {
  white-space: nowrap;
}

.section-main-banner-card .banner-body .banner-body-card-pricing .old-price {
  text-decoration: line-through;
  font-size: 19px;
  font-weight: normal;
  margin-right: 5px;
}

.section-main-banner-card .banner-body .banner-body-card-pricing .discount-price {
  color: #ff4b4b;
}

.section-main-banner-card .banner-body .banner-body-card-pricing small, .section-main-banner-card .banner-body .banner-body-card-pricing .small {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  color: #888;
}

.section-main-banner-card .banner-body .banner-body-image {
  position: relative;
  text-align: center;
}

.section-main-banner-card .banner-body .banner-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.section-main-banner-card .banner-body .banner-video-poster {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  margin: 0 auto;
}

.section-main-banner-card .banner-body .banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 470px;
  height: auto;
  margin: 0 auto;
}

.section-main-banner-card .banner-body .banner-card-tilted {
  position: relative;
  z-index: 3;
}

.section-main-banner-card .banner-body .banner-card-tilted img {
  transform: rotate(-18deg);
  transition: transform 1s;
  transition-delay: 0.5s;
}

.section-main-banner-card .banner-body .banner-card-tilted.animated img {
  transform: rotate(9deg);
}

.section-main-banner-card .banner-body .banner-body-image .animation-backup-image {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.section-main-banner-card .banner-body .banner-body-image .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-one {
  position: absolute;
  bottom: 47px;
  right: 219px;
  z-index: 8;
  transform: rotate(-17deg);
  transition: transform 1s;
}

.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-one.animated {
  transform: rotate(0deg);
}

.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-two {
  position: absolute;
  bottom: 48px;
  right: 115px;
  z-index: 7;
  transform: translate(-61px, 10px) rotate(-32.8deg);
  opacity: 0;
  transition: transform 1s ease 0.5s, opacity 0.3s ease 0.75s;
}

.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-three {
  position: absolute;
  bottom: 36px;
  right: 53px;
  z-index: 6;
  transform: translate(-105px, 0px) rotate(-47deg);
  opacity: 0;
  transition: transform 1s ease 1s, opacity 0.3s ease 1.25s;
}

.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-four {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  transform: translate(64px, -28px) rotate(-60deg);
  transform-origin: 33% 88.5%;
  opacity: 0;
  transition: transform 1s ease 1.5s, opacity 0.3s ease 1.75s;
}

.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-two.animated,
.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-three.animated,
.section-main-banner-card .banner-body .banner-body-image .animate-banner-single-four.animated {
  transform: translate(0px, 0px) rotate(0);
  opacity: 1;
}

.section-main-banner-card .banner-body .list-bullets {
  margin-bottom: 60px;
}

.section-main-banner-card .banner-body .list-bullets li {
  position: relative;
  margin: 0;
  background: none;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.025em;
}

.section-main-banner-card .banner-body .list-bullets li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.section-main-banner-card .banner-actions .btn {
  min-width: 268px;
}

/* section-card-benefits */
.section-card-benefits {
  color: #3a3a3a;
}

.section-card-benefits.section-card-benefits-alt {
  padding: 90px 0 140px;
}

.section-card-benefits.section-card-benefits-alt.section-card-benefits-google {
  margin-top: -90px;
}

.section-card-benefits .main-title {
  max-width: 980px;
  margin: 0 auto 60px;
  line-height: 1.25;
  color: #3a3a3a;
  letter-spacing: 0.025em;
}

.section-card-benefits .benefit-content {
  padding-left: 35px;
}

.section-card-benefits [class*=pull] .benefit-content {
  max-width: 505px;
  padding-left: 0;
}

.section-card-benefits .benefit-title {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.39;
}

.section-card-benefits .benefit-pricing {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.section-card-benefits .benefit-pricing .benefit-price {
  font-size: 24px;
  white-space: nowrap;
}

.section-card-benefits .benefit-pricing .old-price {
  text-decoration: line-through;
  font-size: 19px;
  font-weight: normal;
  margin-right: 5px;
}

.section-card-benefits .benefit-pricing .discount-price {
  color: #ff4b4b;
}

.section-card-benefits .benefit-pricing p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  color: #181818;
}

.section-card-benefits .benefit-pricing small, .section-card-benefits .benefit-pricing .small {
  font-size: 16px;
  font-weight: bold;
  color: #9b9b9b;
  letter-spacing: 0.025em;
}

.section-card-benefits .benefit-image {
  position: relative;
}

.section-card-benefits .benefit-image > img:not(.animation-backup-image) {
  max-width: 100%;
}

.section-card-benefits .benefit-image .animation-backup-image {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.section-card-benefits .benefit-image .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-card-benefits .benefit-image .animation-wrapper img:not(.animated) {
  opacity: 0;
}

.section-card-benefits .benefit-image-cards {
  top: 83px;
}

.section-card-benefits .benefit-image-cards .animate-platinum-one {
  position: absolute;
  top: 0;
  left: 119px;
}

.section-card-benefits .benefit-image-cards .animate-platinum-two {
  position: absolute;
  top: 0;
  left: 0;
}

.section-card-benefits .benefit-image .metal_card_anim_top {
  position: absolute;
  top: 0px;
  left: 28px;
  z-index: 3;
}

.section-card-benefits .mask {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 220px;
  transform: skew(0deg, -8deg);
  background: #fff;
}

.section-card-benefits .benefit-image .metal_card_anim_bottom {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  bottom: 0;
  animation-duration: 1s;
}

.section-card-benefits .benefit-image .animation-wrapper img.animate-security-lock {
  position: relative;
  left: 63px;
  opacity: 1;
}

.section-card-benefits .benefit-image .animate-security-icons {
  position: absolute;
  top: 16px;
  left: calc(50% - 229px);
  transform: scale3d(0.3, 0.3, 0.3) rotate(-45deg);
  opacity: 0;
  transition: transform 1.3s, opacity 0.65s;
}

.section-card-benefits .benefit-image .animate-security-icons.animated {
  opacity: 1;
  transform: scale3d(1, 1, 1) rotate(0deg);
}

.section-card-benefits .benefit-image .animate-security-check {
  position: absolute;
  top: calc(50% + 24px);
  left: calc(50% - 46px);
  opacity: 0;
  animation-duration: 0.5s;
  transition: opacity 0.25s ease 1.1s;
}

.section-card-benefits .benefit-image .backup-image-security {
  left: 63px;
}

.section-card-benefits .list-bullets {
  margin-bottom: 0;
}

.section-card-benefits .list-bullets:not(:last-child) {
  margin-bottom: 30px;
}

.section-card-benefits .list-bullets li {
  position: relative;
  margin: 0;
  background: none;
  letter-spacing: 0.025em;
}

.section-card-benefits .list-bullets li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #3a3a3a;
  border-radius: 50%;
}

.section-card-benefits .list-ticks li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.375;
  color: #181818;
}

.section-card-benefits h4, .section-card-benefits .h4 {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.section-card-benefits p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.section-card-benefits .benefit-actions {
  margin-top: 20px;
}

.section-card-benefits .section-google-benefits {
  padding: 70px 65px 20px;
  margin-bottom: 150px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 9px 38px 0px rgba(84, 95, 115, 0.15);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-card-benefits .section-google-benefits .google-pay {
  width: 112px;
  height: 60px;
}

.section-card-benefits .section-google-benefits .benefit-title {
  padding-right: 50px;
}

.section-card-benefits .section-google-benefits .benefit-desc {
  padding-right: 200px;
  margin-bottom: 90px;
  font-size: 18px;
}

.section-card-benefits .section-google-benefits p {
  font-size: 14px;
}

/* Section Apple Pay benefits */
.section-apple-pay-card-benefits {
  margin-bottom: 150px;
}

.section-apple-pay-card-benefits .section-box-inner {
  position: relative;
  padding: 160px 65px;
  background-color: #f3f6f8;
  box-shadow: 0 9px 38px 0px rgba(84, 95, 115, 0.15);
  border-radius: 10px;
}

.section-apple-pay-card-benefits .section-image {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.section-apple-pay-card-benefits .section-image-tablet {
  display: none;
}

.section-apple-pay-card-benefits .apple-pay {
  display: block;
  width: 71px;
  height: 45px;
  margin-bottom: 16px;
}

.section-apple-pay-card-benefits .benefit-title {
  margin: 0 0 16px;
  font-size: 41px;
  font-weight: bold;
  line-height: 1.3659;
  color: #3a3a3a;
}

.section-apple-pay-card-benefits .benefit-desc {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.3334;
  color: #3a3a3a;
}

/* section-card-pricing */
.section-card-pricing {
  padding: 70px 0;
}

.section-card-pricing .card-pricing-head {
  margin-bottom: 55px;
}

.section-card-pricing .main-title {
  margin-bottom: 35px;
  line-height: 1.04;
  color: #3a3a3a;
  letter-spacing: 0.025em;
}

.section-card-pricing .sub-title {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #3a3a3a;
}

.section-card-pricing .pricing-plan-types {
  margin-bottom: 100px;
  text-align: center;
}

.section-card-pricing .pricing-plans {
  display: flex;
  padding-top: 10px;
  margin: 0 -15px;
}

.section-card-pricing .pricing-plan {
  max-width: calc(33.33% - 8px);
  flex: 0 0 calc(33.33% - 8px);
  padding: 37px 20px 20px;
  margin: 0 4px;
  border-radius: 8px;
  box-shadow: 0px 11px 38px 0px rgba(82, 93, 114, 0.19);
}

.section-card-pricing .pricing-plan.pricing-plan-popular {
  overflow: hidden;
  position: relative;
}

.section-card-pricing .pricing-plan.pricing-plan-popular .popular-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 21px 8px;
  background: #05c583;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  user-select: none;
}

.section-card-pricing .pricing-plan.pricing-plan-popular .popular-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 30px solid transparent;
  border-left: 8px solid #05c583;
}

.section-card-pricing .pricing-plan.pricing-plan-popular .discount-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 21px 8px;
  background: #ff4a4a;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  user-select: none;
}

.section-card-pricing .pricing-plan.pricing-plan-popular .discount-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 30px solid transparent;
  border-left: 8px solid #ff4a4a;
}

.section-card-pricing .pricing-plan .pricing-plan-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.section-card-pricing .pricing-plan .pricing-plan-icon svg {
  width: 53px;
  height: 22px;
}

.section-card-pricing .pricing-plan .pricing-plan-head {
  margin-bottom: 30px;
}

.section-card-pricing .pricing-plan .pricing-plan-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 0.025em;
}

.section-card-pricing .pricing-plan .pricing-plan-card {
  position: relative;
  margin: -15px 0 -10px;
  text-align: center;
  user-select: none;
}

.section-card-pricing .pricing-plan .pricing-plan-card .gold-silver {
  display: none;
}

.section-card-pricing .pricing-plan .pricing-plan-card .gold-silver.active {
  display: block;
}

.section-card-pricing .pricing-plan .pricing-plan-card img {
  width: 100%;
}

.section-card-pricing .pricing-plan .pricing-plan-colors {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.section-card-pricing .pricing-plan .pricing-plan-colors li {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0 white;
}

.section-card-pricing .pricing-plan .pricing-plan-colors li.silver {
  background: url(/trunk/public/build/assets/card-color-silver.701bd908.png) no-repeat 0 0;
}

.section-card-pricing .pricing-plan .pricing-plan-colors li.gold {
  background: url(/trunk/public/build/assets/card-color-gold.5e78a690.png) no-repeat 0 0;
}

.section-card-pricing .pricing-plan .pricing-plan-colors li.active {
  box-shadow: 0 0 0 2px white;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0px 0px 0px 2px white;
  }
  50% {
    box-shadow: 0px 0px 0px 4px white;
  }
  100% {
    box-shadow: 0px 0px 0px 2px white;
  }
}
.shadow-pulse {
  animation-name: shadowPulse;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.section-card-pricing .pricing-plan .pricing-plan-colors li + li {
  margin-left: 15px;
}

.section-card-pricing .pricing-plan .pricing-plan-price {
  min-height: 74px;
  margin-bottom: 20px;
  text-align: center;
}

.section-card-pricing .pricing-plan .pricing-plan-price p {
  font-size: 36px;
  font-weight: 700;
  line-height: 0.83;
  letter-spacing: 0.025em;
  color: #3a3a3a;
}

.section-card-pricing .pricing-plan .pricing-plan-price small, .section-card-pricing .pricing-plan .pricing-plan-price .small {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.025em;
  color: #9d9d9d;
}

.section-card-pricing .pricing-plan .pricing-plan-price .old-price {
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
  text-decoration: line-through;
  font-size: 19px;
  font-weight: normal;
}

.section-card-pricing .pricing-plan .pricing-plan-price .discount-price {
  color: #ff4b4b;
}

.section-card-pricing .list-ticks li {
  padding-left: 27px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.section-card-pricing .list-ticks li:before {
  top: 8px;
  left: 6px;
  width: 7px;
  height: 10px;
}

.section-card-pricing .list-ticks li + li {
  margin-top: 5px;
}

.section-card-pricing .list-ticks li.inactive {
  color: #c3c3c3;
}

.section-card-pricing .list-ticks li.inactive:before {
  border-color: #c3c3c3;
}

.section-card-pricing .card-pricing-foot {
  padding-top: 50px;
  text-align: center;
}

.section-card-pricing .card-pricing-foot p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.025em;
}

.section-card-pricing .card-pricing-foot .info-text {
  margin-bottom: 20px;
}

/* ==========================================================================
	#New Business Cards Popup
========================================================================== */
.popup-commercial-business-cards .modal-dialog {
  max-width: 865px;
}

.popup-commercial-business-cards .modal-content {
  background: black;
  background: -moz-linear-gradient(90deg, black 0%, #1d1d1d 100%);
  background: -webkit-linear-gradient(90deg, black 0%, #1d1d1d 100%);
  background: linear-gradient(90deg, black 0%, #1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1d1d1d",GradientType=1);
}

.popup-commercial-business-cards .modal-body {
  z-index: 1;
  padding: 64px 65px 60px;
}

.popup-commercial-business-cards .modal-title {
  max-width: 390px;
  margin-bottom: 21px;
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: 0.025em;
  color: #fff;
}

.popup-commercial-business-cards .modal-body p {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
  letter-spacing: 0.025em;
}

.popup-commercial-business-cards .modal-actions .btn {
  min-width: 176px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.popup-commercial-business-cards .modal-image img {
  position: absolute;
  bottom: 0;
  right: 16px;
  z-index: -1;
}

/* ==========================================================================
	#Home page outro Alt
========================================================================== */
.section-home-outro-alt {
  padding: 45px 0;
  background: #0071f3;
}

.section-home-outro-alt .home-outro-title {
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.33;
  letter-spacing: 0.025em;
}

.section-home-outro-alt .btn.btn-md {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* ==========================================================================
	#Radio Trigger
========================================================================== */
.radio-triggers {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 0;
  border: 4px solid #fff;
  border-radius: 23px;
  box-shadow: 0 4px 17px 1px rgba(37, 47, 51, 0.09);
  list-style: none;
  font-size: 0;
}

.radio-triggers .radio-triggers-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100px;
  height: 46px;
  background: #0071f3;
  border-radius: 23px;
}

.radio-trigger {
  display: inline-block;
}

.radio-trigger + .radio-trigger {
  margin-left: 8px;
}

.radio-trigger input[type=radio] {
  display: none;
}

.radio-trigger label {
  display: inline-block;
  padding: 12px 26px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #c4c4c4;
  letter-spacing: 0.025em;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
}

.radio-trigger.active label {
  color: #fff;
  border-radius: 23px;
}

/* ==========================================================================
	#Welcome wizard
========================================================================== */
.section-welcome {
  display: flex;
  flex-flow: column wrap;
  min-height: 634px;
  background: #f3f5fa;
}

.section-welcome.section-welcome-center {
  justify-content: center;
}

.section-welcome .welcome-header {
  overflow: hidden;
  width: 100%;
  padding: 26px 0 18px;
  border-top: 1px solid #f3f5fa;
  background: #fff;
}

.section-welcome .welcome-header .container {
  position: relative;
  z-index: 1;
}

.section-welcome .welcome-header .welcome-step-count {
  position: absolute;
  bottom: -38px;
  right: 0;
  z-index: -1;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 179px;
  line-height: 1;
  color: #f1f3f5;
  user-select: none;
}

.section-welcome .welcome-header .main-title {
  margin-bottom: 5px;
  line-height: 1.33;
}

.section-welcome .welcome-body {
  width: 100%;
}

.section-welcome .welcome-header + .welcome-body {
  padding: 39px 0 34px;
}

.section-welcome .container {
  max-width: 780px;
  margin: 0 auto;
}

.section-welcome .welcome-inner {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}

.section-welcome .welcome-content {
  flex: 0 0 360px;
  max-width: 360px;
}

.section-welcome .welcome-image {
  flex: 0 0 360px;
  max-width: 360px;
}

.section-welcome .welcome-image figure {
  position: relative;
  left: 30px;
  z-index: 1;
  max-width: 334px;
  margin-left: auto;
}

.section-welcome .welcome-image figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 285px;
  height: 285px;
  background: #fff;
  border-radius: 50%;
}

.section-welcome .welcome-image svg {
  width: 344px;
  height: 230px;
}

.section-welcome .welcome-actions {
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-welcome .welcome-actions.welcome-actions-center {
  justify-content: center;
}

.section-welcome .welcome-actions.active {
  padding-left: 36px;
}

.section-welcome .btn.btn-primary {
  padding: 10px 15px;
  text-transform: none;
}

.section-welcome .js-next {
  display: none;
}

.section-welcome .js-next.active {
  display: inline-block;
  margin-left: 80px;
}

.section-welcome .btn {
  font-size: 16px;
}

.section-welcome .link-arrow-left {
  font-weight: 700;
  font-size: 16px;
  color: #444;
  transition: color 0.3s;
}

.section-welcome .link-arrow-left:hover {
  text-decoration: none;
  color: #0071f3;
}

.section-welcome .link-arrow-left:before {
  transform: rotate(-135deg);
  border-color: #444;
  transition: border-color 0.3s;
}

.section-welcome .link-arrow-left:hover:before {
  animation: none;
  border-color: #0071f3;
}

.section-welcome .main-title {
  margin-bottom: 44px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.67;
}

.section-welcome h5, .section-welcome .h5 {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.31;
}

.section-welcome p {
  line-height: 1.32;
}

/* Welcome breadcrumbs - start */
.section-welcome .welcome-breadcrumbs {
  list-style: none;
  padding: 0;
}

.section-welcome .welcome-breadcrumbs li {
  display: inline-block;
  font-size: 16px;
  color: #d3dbe2;
}

.section-welcome .welcome-breadcrumbs li.active {
  font-weight: bold;
  color: #444;
}

.section-welcome .welcome-breadcrumbs li a:hover {
  color: #0071f3;
}

.section-welcome .welcome-breadcrumbs li + li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.section-welcome .welcome-breadcrumbs li + li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -12px;
  transform: rotate(-45deg);
  border-bottom: 3px solid #d3dbe2;
  border-right: 3px solid #d3dbe2;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.section-welcome .welcome-breadcrumbs li + li.active:before {
  border-color: #0071f3;
}

.section-welcome .welcome-breadcrumbs li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

/* Welcome breadcrumbs - end */
/* Welcome radio triggers - start */
.section-welcome .welcome-triggers {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 380px;
  padding: 95px 0;
  margin: 0 auto;
}

.section-welcome .welcome-triggers-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  transition: width 0.3s, height 0.3s, left 0.3s, transform 0.3s;
}

.section-welcome .welcome-trigger {
  flex: 0 0 190px;
  max-width: 190px;
  text-align: center;
}

.section-welcome .welcome-trigger input[type=radio] {
  display: none;
}

.section-welcome .welcome-trigger label {
  position: relative;
  display: block;
  height: 100%;
  padding: 72px 0 71px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.31;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
}

.section-welcome .welcome-trigger a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.section-welcome .welcome-trigger input[type=radio]:not(:checked) ~ label:hover {
  color: #0071f3;
}

.section-welcome .welcome-trigger input[type=radio]:checked ~ label {
  font-weight: bold;
}

/* Welcome radio triggers - end */
/* Welcome steps - start */
.section-welcome .welcome-steps {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
  margin-bottom: 30px;
}

.section-welcome .welcome-step {
  flex: 0 0 190px;
  max-width: 190px;
}

.section-welcome .welcome-step figure {
  position: relative;
  z-index: 1;
  height: 190px;
  margin-bottom: 25px;
}

.section-welcome .welcome-step figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  border-radius: 50%;
}

.section-welcome .welcome-step figure svg {
  display: inline-block;
  user-select: none;
}

.section-welcome .welcome-step p {
  margin: 0 -10px;
  text-align: center;
}

.section-welcome .welcome-step p a {
  font-family: "Open Sans", sans-serif;
  color: #0071f3;
  text-decoration: underline;
}

.section-welcome .welcome-step p a:hover {
  text-decoration: none;
}

/* Welcome steps - end */
/* ==========================================================================
	#Apple Pay page
========================================================================== */
.section-custom-banner.section-apple-pay-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: black;
  background: -moz-linear-gradient(-12deg, black 0%, #3d3d3d 28%, #313131 92%, #292929 100%);
  background: -webkit-linear-gradient(-12deg, black 0%, #3d3d3d 28%, #313131 92%, #292929 100%);
  background: linear-gradient(-12deg, black 0%, #3d3d3d 28%, #313131 92%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#292929",GradientType=1);
  color: #fff;
}

.section-custom-banner.section-apple-pay-banner .banner-body {
  position: relative;
  padding: 167px 0 120px;
}

.section-custom-banner.section-apple-pay-banner .banner-content {
  max-width: 500px;
}

.section-custom-banner.section-apple-pay-banner .main-title {
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.31;
}

.section-custom-banner.section-apple-pay-banner p {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.section-custom-banner.section-apple-pay-banner .btn {
  min-width: 307px;
}

.section-custom-banner.section-apple-pay-banner .banner-image {
  position: absolute;
  top: 100px;
  right: 56px;
}

.section-custom-banner.section-apple-pay-banner .banner-image .anim-backup-image {
  opacity: 0;
  visibility: hidden;
}

.section-custom-banner.section-apple-pay-banner .banner-image .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-custom-banner.section-apple-pay-banner .banner-image .banner-apple-device {
  position: absolute;
  bottom: -603px;
  left: 0;
  opacity: 0;
}

.section-custom-banner.section-apple-pay-banner .banner-image .banner-apple-pay {
  position: absolute;
  bottom: 78px;
  left: 198px;
  width: 120px;
  height: 50px;
  opacity: 0;
}

/* Apple Pay description */
.section-apple-description {
  padding: 97px 0 35px;
  margin-bottom: 60px;
}

.section-apple-description .description-image {
  position: relative;
  z-index: 1;
  margin-top: -35px;
}

.section-apple-description .description-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 360px;
  background-color: #f3f6f8;
  border-radius: 10px;
}

.section-apple-description .description-image > picture {
  position: relative;
  left: 18px;
  display: block;
  text-align: center;
}

.section-apple-description .description-image > picture img {
  max-width: 100%;
  height: auto;
}

.section-apple-description .description-image .anim-backup-image {
  opacity: 0;
  visibility: hidden;
}

.section-apple-description .description-image .animation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-apple-description .description-image .desc-apple-device {
  position: absolute;
  top: 0;
  left: 300px;
  opacity: 0;
}

.section-apple-description .description-image .desc-apple-tick {
  position: absolute;
  top: 301px;
  left: 184px;
  opacity: 0;
  transform: scale(0, 0);
}

.section-apple-description .description-image .desc-apple-watch {
  position: absolute;
  bottom: 37px;
  left: -174px;
  opacity: 0;
}

.section-apple-description .description-content {
  max-width: 520px;
  margin-left: auto;
}

.section-apple-description h2, .section-apple-description .h2 {
  margin: 0 0 36px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
  color: #444;
}

.section-apple-description p {
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.75;
}

.section-apple-description .list-logos {
  list-style: none;
  justify-content: flex-start;
  padding-top: 5px;
  padding-left: 0;
}

.section-apple-description .list-logos li {
  margin-bottom: 0;
}

.section-apple-description .list-logos li + li {
  margin-left: 45px;
  margin-bottom: 0;
}

/* Apple Pay steps */
.section-apple-steps {
  position: relative;
  margin-bottom: 60px;
}

.section-apple-steps .apple-steps-info {
  position: absolute;
  top: 50%;
  left: calc(50% - 570px);
  transform: translateY(-50%);
  max-width: 360px;
  z-index: 10;
}

.section-apple-steps .apple-steps-info h2, .section-apple-steps .apple-steps-info .h2 {
  margin: 0 0 33px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
}

.section-apple-steps .apple-steps-info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

/* Apple Pay slider */
.section-apple-steps .apple-steps-slider {
  position: relative;
}

.section-apple-steps .apple-steps-slider .slide-inner {
  display: flex;
  align-items: center;
  max-width: 780px;
  padding: 90px 0 40px;
  margin-left: auto;
}

.section-apple-steps .apple-steps-slider .slide .container {
  position: relative;
}

.section-apple-steps .apple-steps-slider .slide p {
  max-width: 300px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
}

.section-apple-steps .apple-steps-slider .slide-count {
  position: absolute;
  top: 21px;
  right: 127px;
  z-index: -1;
  font-size: 918px;
  font-weight: bold;
  line-height: 0.7;
  color: #f6f6f6;
  user-select: none;
}

.section-apple-steps .apple-steps-slider .steps-slider-image img {
  max-width: 100%;
  width: auto;
}

.section-apple-steps .apple-steps-slider .steps-slider-description {
  position: relative;
  top: -86px;
  opacity: 0;
}

.section-apple-steps .apple-steps-slider .owl-item.active .steps-slider-description {
  opacity: 1;
  animation-name: fadeInRight;
  animation-duration: 0.6s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

.section-apple-steps .apple-steps-slider .owl-item .steps-slider-image {
  margin-right: 80px;
  margin-left: 65px;
  opacity: 0;
  transition: opacity 0.2s;
}

.section-apple-steps .apple-steps-slider .owl-item.active .steps-slider-image {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.section-apple-steps .apple-steps-slider .owl-nav {
  position: absolute;
  bottom: 250px;
  left: calc(50% + 203px);
  display: flex;
}

.section-apple-steps .apple-steps-slider .owl-prev,
.section-apple-steps .apple-steps-slider .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  background: #009bf4;
  transition: background 0.3s;
}

.section-apple-steps .apple-steps-slider .owl-prev:hover,
.section-apple-steps .apple-steps-slider .owl-next:hover {
  background: #47bcff;
}

.section-apple-steps .apple-steps-slider .owl-next {
  margin-left: 5px;
}

.section-apple-steps .apple-steps-slider .owl-prev span,
.section-apple-steps .apple-steps-slider .owl-next span {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  top: 14px;
}

.section-apple-steps .apple-steps-slider .owl-prev span {
  left: 18px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.section-apple-steps .apple-steps-slider .owl-next span {
  right: 18px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* Apple Pay features */
.section-apple-features {
  padding: 90px 0 60px;
}

.section-apple-features .apple-features {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: -30px;
}

.section-apple-features .apple-feature {
  flex: 0 0 26%;
  max-width: 26%;
  padding: 30px 0;
}

.section-apple-features h2, .section-apple-features .h2 {
  max-width: 300px;
  margin: -41px 0 35px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
}

.section-apple-features h5, .section-apple-features .h5 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}

.section-apple-features p {
  max-width: 260px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

/* Apple Pay Outro */
.section-apple-outro {
  background-color: #19222c;
  background-image: linear-gradient(135deg, #19222c 0%, #0a131d 100%);
}

.section-apple-outro .outro-body {
  position: relative;
  padding: 215px 0 150px;
}

.section-apple-outro .outro-body [class^=col-] {
  position: static;
}

.section-apple-outro .outro-content {
  max-width: 350px;
}

.section-apple-outro .outro-image {
  position: absolute;
  top: 65px;
  left: calc(50% + 15px);
}

.section-apple-outro .outro-image > picture {
  display: block;
  width: 355px;
}

.section-apple-outro .outro-image > picture img {
  max-width: 100%;
  height: auto;
}

.section-apple-outro .outro-image .anim-backup-image {
  opacity: 0;
  visibility: hidden;
}

.section-apple-outro .outro-image .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-apple-outro .outro-image .outro-apple-device {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 4;
}

.section-apple-outro .outro-image .outro-apple-watch {
  position: absolute;
  bottom: -154px;
  left: 60px;
  z-index: 3;
}

.section-apple-outro .outro-image .outro-apple-card {
  position: absolute;
  top: 196px;
  left: 0;
  z-index: 10;
}

.section-apple-outro h2, .section-apple-outro .h2 {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
  color: #fff;
}

.section-apple-outro figure {
  position: relative;
  left: 30px;
  text-align: center;
}

.section-apple-outro .btn {
  min-width: 175px;
}

/* ==========================================================================
	#myPOS Glass page
========================================================================== */
.section-glass-slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  margin-bottom: 70px;
}

.section-glass-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.31);
  display: none;
}

.section-glass-slider .section-title-secondary {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  max-width: 300px;
  color: #fff;
}

.section-glass-slider .glass-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.section-glass-slider .glass-slider .owl-item {
  opacity: 0;
  padding: 185px 0;
}

.section-glass-slider .glass-slider .owl-item.active {
  opacity: 1;
  transition: opacity 0.3s;
}

.section-glass-slider .glass-slider .owl-item .slide {
  display: flex;
  justify-content: flex-end;
}

.section-glass-slider .glass-slider .glass-slider-title {
  max-width: 360px;
  display: inline-block;
  margin: 0;
  min-height: 200px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

.section-glass-slider .owl-item.active .glass-slider-title {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 1.2s;
  animation-fill-mode: backwards;
}

.section-glass-slider .owl-dots {
  position: absolute;
  top: 70%;
  right: 117.5px;
}

.section-glass-slider .owl-dot {
  width: 4px;
  display: inline-block;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin: 5px 10px;
  vertical-align: middle;
}

.section-glass-slider .owl-dot.active {
  width: 12px;
  height: 12px;
}

.section-glass-slider .owl-prev {
  font-size: 0;
  position: absolute;
  right: 338px;
  top: 70%;
  display: block;
  width: 22px;
  height: 21px;
  background-image: url(/trunk/public/build/assets/arrow-left.1c054255.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.section-glass-slider .owl-next {
  font-size: 0;
  position: absolute;
  top: 70%;
  right: 0px;
  display: block;
  width: 22px;
  height: 21px;
  background-image: url(/trunk/public/build/assets/arrow-right.bbccb0b1.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.glass-slider-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  user-select: none;
}

.glass-slider-img-wrapper .glass-slider-img img {
  display: none;
  opacity: 0;
  transition: all 0.3s;
}

.glass-slider-img-wrapper .green-slide-img.active img,
.glass-slider-img-wrapper .purple-slide-img.active img,
.glass-slider-img-wrapper .red-slide-img.active img,
.glass-slider-img-wrapper .gray-slide-img.active img,
.glass-slider-img-wrapper .blue-slide-img.active img {
  position: absolute;
  display: block;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.glass-slider-img-wrapper .green-slide-img picture:nth-child(1) img {
  top: calc(50% - 460px);
  left: calc(50% - 410px);
}

.glass-slider-img-wrapper .green-slide-img picture:nth-child(2) img {
  top: calc(50% - 240px);
  left: calc(50% - 50px);
}

.glass-slider-img-wrapper .purple-slide-img picture:nth-child(1) img {
  top: calc(50% - 210px);
  left: calc(50% - 250px);
}

.glass-slider-img-wrapper .purple-slide-img picture:nth-child(2) img {
  top: calc(50% - 175px);
  left: calc(50% - 180px);
}

.glass-slider-img-wrapper .red-slide-img img {
  top: calc(50% - 230px);
  left: calc(50% - 350px);
}

.glass-slider-img-wrapper .gray-slide-img img {
  top: calc(50% - 180px);
  left: calc(50% - 300px);
}

.glass-slider-img-wrapper .blue-slide-img img {
  top: calc(50% - 180px);
  left: calc(50% - 240px);
}

.slider-bg-color-green {
  background-color: #4cb1b7;
}

.slider-bg-color-green-to-purple {
  animation-name: green-to-purple;
  background-color: #5b83f8;
}

.slider-bg-color-green-to-red {
  animation-name: green-to-red;
  background-color: #c4695e;
}

.slider-bg-color-green-to-gray {
  animation-name: green-to-gray;
  background-color: #41464d;
}

.slider-bg-color-green-to-blue {
  animation-name: green-to-blue;
  background-color: #3185d2;
}

.slider-bg-color-purple-to-green {
  animation-name: purple-to-green;
  background-color: #4cb1b7;
}

.slider-bg-color-red-to-green {
  animation-name: red-to-green;
  background-color: #4cb1b7;
}

.slider-bg-color-gray-to-green {
  animation-name: gray-to-green;
  background-color: #4cb1b7;
}

.slider-bg-color-blue-to-green {
  animation-name: blue-to-green;
  background-color: #4cb1b7;
}

.slider-bg-color-green-to-green {
  animation-name: green-to-green;
  background-color: #4cb1b7;
}

.slider-bg-color-purple-to-red {
  animation-name: purple-to-red;
  background-color: #c4695e;
}

.slider-bg-color-purple-to-gray {
  animation-name: purple-to-gray;
  background-color: #41464d;
}

.slider-bg-color-purple-to-blue {
  animation-name: purple-to-blue;
  background-color: #3185d2;
}

.slider-bg-color-red-to-purple {
  animation-name: red-to-purple;
  background-color: #5b83f8;
}

.slider-bg-color-gray-to-purple {
  animation-name: gray-to-purple;
  background-color: #5b83f8;
}

.slider-bg-color-blue-to-purple {
  animation-name: blue-to-purple;
  background-color: #5b83f8;
}

.slider-bg-color-purple-to-purple {
  animation-name: purple-to-purple;
  background-color: #5b83f8;
}

.slider-bg-color-red-to-gray {
  animation-name: red-to-gray;
  background-color: #41464d;
}

.slider-bg-color-red-to-blue {
  animation-name: red-to-blue;
  background-color: #3185d2;
}

.slider-bg-color-gray-to-red {
  animation-name: gray-to-red;
  background-color: #c4695e;
}

.slider-bg-color-blue-to-red {
  animation-name: blue-to-red;
  background-color: #c4695e;
}

.slider-bg-color-red-to-red {
  animation-name: red-to-red;
  background-color: #c4695e;
}

.slider-bg-color-gray-to-blue {
  animation-name: gray-to-blue;
  background-color: #3185d2;
}

.slider-bg-color-blue-to-gray {
  animation-name: blue-to-gray;
  background-color: #41464d;
}

.slider-bg-color-gray-to-gray {
  animation-name: gray-to-gray;
  background-color: #41464d;
}

.slider-bg-color-blue-to-blue {
  animation-name: blue-to-blue;
  background-color: #3185d2;
}

/* From green */
@keyframes green-to-purple {
  from {
    background-color: #4cb1b7;
  }
  to {
    background-color: #5b83f8;
  }
}
@keyframes green-to-red {
  from {
    background-color: #4cb1b7;
  }
  to {
    background-color: #c4695e;
  }
}
@keyframes green-to-gray {
  from {
    background-color: #4cb1b7;
  }
  to {
    background-color: #41464d;
  }
}
@keyframes green-to-blue {
  from {
    background-color: #4cb1b7;
  }
  to {
    background-color: #3185d2;
  }
}
/* To green */
@keyframes purple-to-green {
  from {
    background-color: #5b83f8;
  }
  to {
    background-color: #4cb1b7;
  }
}
@keyframes red-to-green {
  from {
    background-color: #c4695e;
  }
  to {
    background-color: #4cb1b7;
  }
}
@keyframes gray-to-green {
  from {
    background-color: #41464d;
  }
  to {
    background-color: #4cb1b7;
  }
}
@keyframes blue-to-green {
  from {
    background-color: #3185d2;
  }
  to {
    background-color: #4cb1b7;
  }
}
@keyframes green-to-green {
  from {
    background-color: #4cb1b7;
  }
  to {
    background-color: #4cb1b7;
  }
}
/* From purple */
@keyframes purple-to-red {
  from {
    background-color: #5b83f8;
  }
  to {
    background-color: #c4695e;
  }
}
@keyframes purple-to-gray {
  from {
    background-color: #5b83f8;
  }
  to {
    background-color: #41464d;
  }
}
@keyframes purple-to-blue {
  from {
    background-color: #5b83f8;
  }
  to {
    background-color: #3185d2;
  }
}
/* To purple */
@keyframes red-to-purple {
  from {
    background-color: #c4695e;
  }
  to {
    background-color: #5b83f8;
  }
}
@keyframes gray-to-purple {
  from {
    background-color: #41464d;
  }
  to {
    background-color: #5b83f8;
  }
}
@keyframes blue-to-purple {
  from {
    background-color: #3185d2;
  }
  to {
    background-color: #5b83f8;
  }
}
@keyframes purple-to-purple {
  from {
    background-color: #5b83f8;
  }
  to {
    background-color: #5b83f8;
  }
}
/* From red */
@keyframes red-to-gray {
  from {
    background-color: #c4695e;
  }
  to {
    background-color: #41464d;
  }
}
@keyframes red-to-blue {
  from {
    background-color: #c4695e;
  }
  to {
    background-color: #3185d2;
  }
}
/* To red */
@keyframes gray-to-red {
  from {
    background-color: #41464d;
  }
  to {
    background-color: #c4695e;
  }
}
@keyframes blue-to-red {
  from {
    background-color: #3185d2;
  }
  to {
    background-color: #c4695e;
  }
}
@keyframes red-to-red {
  from {
    background-color: #c4695e;
  }
  to {
    background-color: #c4695e;
  }
}
/* From gray */
@keyframes gray-to-blue {
  from {
    background-color: #41464d;
  }
  to {
    background-color: #3185d2;
  }
}
/* To gray */
@keyframes blue-to-gray {
  from {
    background-color: #3185d2;
  }
  to {
    background-color: #41464d;
  }
}
@keyframes gray-to-gray {
  from {
    background-color: #41464d;
  }
  to {
    background-color: #41464d;
  }
}
/* To blue */
@keyframes blue-to-blue {
  from {
    background-color: #3185d2;
  }
  to {
    background-color: #3185d2;
  }
}
/* section pricing */
.glass-pricing-wrapper {
  padding: 60px 100px;
  background-color: #f8f8f8;
  margin-bottom: 150px;
}

.glass-pricing-wrapper .section-title-secondary {
  font-size: 36px;
  font-weight: 300;
  color: #444444;
  line-height: 1.3333;
  margin-bottom: 60px;
}

.glass-pricing-row {
  display: flex;
  margin-bottom: 60px;
  margin-left: -10px;
  margin-right: -10px;
}

.glass-pricing-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  max-width: 50%;
  flex-basis: 50%;
  margin: 0 10px;
  padding: 50px;
  min-height: 460px;
  position: relative;
  overflow: hidden;
}

.blue-badge {
  background-color: #009BF4;
  width: 189px;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 37px;
  right: -40px;
  transform: rotate(45deg);
}

.blue-badge p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

.glass-pricing-col-full-width {
  max-width: 100%;
  flex-basis: 100%;
  padding-left: calc(50% + 50px);
  position: relative;
}

.glass-pricing-col-full-width::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-image: url(/trunk/public/build/assets/payout_princing_img.cb39f79d.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.glass-pricing-body {
  padding-bottom: 60px;
}

.glass-pricing-body > *:last-child {
  margin-bottom: 0;
}

.glass-pricing-body .glass-pricing-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.glass-pricing-body p {
  font-size: 24px;
  line-height: 1.41667;
  font-weight: 300;
  color: #444444;
  min-height: 100px;
  margin-bottom: 10px;
}

.glass-pricing-foot {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.glass-pricing-foot .glass-price-foot-info {
  display: inline-block;
  padding: 0px 40px;
  color: #0071f3;
  position: relative;
  width: 50%;
  vertical-align: top;
}

.glass-pricing-foot .glass-price-foot-info:first-child {
  padding-left: 0;
}

.glass-pricing-foot .glass-price-foot-info:last-child {
  padding-right: 0;
}

.glass-pricing-foot .glass-price-foot-info:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #d3d3d3;
}

.glass-pricing-foot .glass-price-foot-info:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-color: #d3d3d3;
}

.glass-pricing-price {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #444444;
  margin-bottom: 10px;
}

.glass-pricing-price-with-promo {
  margin-top: 28px;
}

.glass-pricing-rate {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 300;
  color: #444444;
}

.glass-pricing-list {
  margin-bottom: 10px;
}

.glass-pricing-list input {
  display: none;
}

.glass-pricing-list label {
  font-size: 18px;
  font-weight: bold;
  color: #009bf4;
  cursor: pointer;
}

.glass-pricing-list input[type=radio]:checked + label {
  color: #444444;
  cursor: default;
}

.glass-fees-title {
  font-size: 24px;
  font-weight: 300;
  color: #444444;
  margin-bottom: 50px;
  margin-top: 0;
  padding-top: 50px;
}

.glass-fees-table-title {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 20px;
  text-align: left;
}

.list-glass-fees {
  margin-bottom: 40px;
}

.list-glass-fees li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0;
  margin-bottom: 20px;
}

.glass-fees-label,
.glass-fees-value {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
}

.glass-fees-label {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.glass-fees-value {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 20px;
  text-align: right;
}

.glass-fees-link:focus {
  color: #0071f3;
}

.glass-fees-link span {
  display: none;
}

.glass-fees-link span.active {
  display: inline;
}

/* section glass secure */
.section-glass-secure {
  margin-bottom: 60px;
}

.section-glass-secure .section-title-secondary {
  max-width: 330px;
  font-size: 36px;
  line-height: 1.41667;
  font-weight: 300;
  color: #444444;
  margin-bottom: 50px;
}

.section-glass-secure p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: #444444;
  margin-bottom: 50px;
}

.glass-secure-list li {
  display: block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 22px 30px;
  min-height: 94px;
  position: relative;
}

.glass-secure-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #dfdfdf;
}

.glass-secure-orig {
  display: none;
}

.glass-secure-img {
  position: relative;
}

.glass-receiver-img > picture img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.glass-receiver-img .phone-success {
  top: 227px;
}

.glass-phone-display {
  position: absolute;
  width: 289px;
  height: 592px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 40px;
  background-color: #fff;
  z-index: 1;
}

.glass-phone-display img {
  position: absolute;
  top: 0;
  left: -40px;
}

.glass-sender-img img {
  position: absolute;
  top: -30px;
  left: 125px;
  z-index: 0;
}

.glass-phone-display img:not(.animated),
.glass-receiver-img .phone-success:not(.animated),
.glass-sender-img img:not(.animated) {
  opacity: 0;
}

@keyframes fadeInRightPhoneScreen {
  from {
    opacity: 0;
    transform: translate3d(1381px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightPhoneScreen {
  animation-name: fadeInRightPhoneScreen;
}

/* section glass idea */
.section-glass-idea {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 90px;
}

.glass-idea-wrapper {
  background-color: #fff;
  padding: 70px 120px 0;
}

.glass-idea-wrapper .section-title-secondary {
  font-size: 36px;
  line-height: 1.41667;
  font-weight: 300;
  color: #444444;
  margin-bottom: 100px;
}

.list-glass-idea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.list-glass-idea li {
  flex-basis: calc(33.3334% - 20px);
  max-width: calc(33.3334% - 20px);
  margin: 0 10px 100px;
  text-align: center;
}

.list-glass-idea li .glass-idea-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 35px;
}

.list-glass-idea li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66667;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

/* section glass faq */
.section-glass-faq {
  margin-bottom: 120px;
}

.section-glass-faq .section-title-secondary {
  margin-bottom: 40px;
}

.faq-alt {
  margin-bottom: 50px;
}

.faq-alt-question {
  border-bottom: 1px solid #888888;
}

.faq-alt-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  color: #444444;
  transition: color 0.3s;
}

.faq-alt-head:hover .faq-alt-title {
  color: #0071f3;
  transition: color 0.3s;
}

.faq-alt-head .faq-alt-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding-right: 20px;
  user-select: none;
}

.faq-alt-head[aria-expanded=true] .faq-alt-title {
  color: #0071f3;
}

.faq-alt-head .ico-font {
  line-height: 22px;
  color: #888888;
}

.faq-alt-head .ico-dash {
  width: 21px;
  height: 4px;
  background-color: #888888;
  border-radius: 2px;
}

.faq-alt-head .ico-font,
.faq-alt-head .ico-dash {
  flex: 0 0 21px;
}

.faq-alt-head[aria-expanded=false] .ico-font {
  display: inline-block;
}

.faq-alt-head[aria-expanded=true] .ico-font {
  display: none;
}

.faq-alt-head[aria-expanded=false] .ico-dash {
  display: none;
}

.faq-alt-head[aria-expanded=true] .ico-dash {
  display: block;
}

.section-glass-faq .btn-link {
  color: #0071f3;
  font-size: 18px;
  font-weight: bold;
}

.section-glass-faq .btn-link[aria-expanded=true] {
  display: none;
}

.glass-compatible-phones {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.glass-compatible-phone-brands {
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  margin-bottom: 20px;
}

.glass-compatible-phone-models {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -moz-column-count: 3;
  -moz-column-gap: 15px;
  -webkit-column-count: 3;
  -webkit-column-gap: 15px;
  column-count: 3;
  column-gap: 15px;
  column-fill: balance;
  -moz-column-fill: balance;
  height: 100%;
  padding: 9px 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}

.glass-compatible-phone-brands a {
  display: block;
  color: #0071f3;
  text-decoration: none;
  font-weight: bold;
  padding: 9px 0;
}

.glass-compatible-phone-brands a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.glass-compatible-phone-brands .active a {
  color: #444444;
}

.glass-compatible-phone-brands .active a:hover {
  text-decoration: none;
  cursor: default;
}

/* section glass outro */
.section-glass-outro {
  margin-bottom: 190px;
}

.glass-outro-wrapper {
  padding: 50px 100px;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: 148% 15%;
  position: relative;
}

.glass-outro-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 40%;
  min-height: 470px;
}

.glass-outro-content .section-title-secondary {
  width: 100%;
}

.glass-outro-content p.notice {
  color: #606060;
}

.ie-browser .glass-outro-wrapper {
  padding: 100px;
}

.ie-browser .glass-outro-content {
  min-height: 370px;
  height: 370px;
  justify-content: space-around;
}

.glass-outro-img {
  position: absolute;
  left: 50%;
  top: -50px;
}

.glass-outro-img .glass-outro-img-phone {
  position: relative;
  z-index: 2;
}

.glass-outro-img .glass-outro-phone-bg {
  position: absolute;
  top: 25px;
  left: 27px;
  width: 315px;
  height: 623px;
  border-radius: 50px;
  background-image: url(/trunk/public/build/assets/outro-phone-background.00c3a0d4.jpg);
  background-position: -170px -225px;
  background-repeat: no-repeat;
  overflow: hidden;
}
@supports (background-image: url("../../../public/info/images/glass/outro/outro-phone-background.webp")) {
  .glass-outro-img .glass-outro-phone-bg {
    background-image: url(/trunk/public/build/assets/outro-phone-background.4f7c0671.webp);
  }
}

/* ==========================================================================
	#Tax relief IT landing
========================================================================== */
.section-tax-relief-articles .tax-relief-article {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.section-tax-relief-articles .tax-relief-article-image img {
  margin-left: -15px;
}

.section-tax-relief-articles .tax-relief-article-image-left {
  height: 580px;
}

.section-tax-relief-articles .tax-relief-article-image-left img {
  position: absolute;
  right: 0;
}

.section-tax-relief-articles .main-title {
  margin-bottom: 45px;
  line-height: 1.25;
}

.section-tax-relief-articles h2, .section-tax-relief-articles .h2 {
  margin: 0 0 25px -15px;
  font-size: 36px;
  line-height: 1.31;
  font-weight: 300;
}

.section-tax-relief-articles h3, .section-tax-relief-articles .h3 {
  margin-bottom: 55px;
  font-weight: 300;
  line-height: 1.29;
}

.section-tax-relief-articles p {
  margin-left: -15px;
  margin-bottom: 0;
  line-height: 1.31;
}

.section-tax-relief-articles p + p {
  margin-top: 20px;
}

/* Tax Relief Questions - start */
.section-tax-relief-questions {
  overflow: hidden;
  background: #f9f9f9;
}

.section-tax-relief-questions .container {
  position: relative;
  z-index: 1;
}

.section-tax-relief-questions .question-mark {
  position: absolute;
  top: -10px;
  left: 50px;
  z-index: -1;
}

.section-tax-relief-questions .question-mark svg {
  width: 320px;
  height: 530px;
}

.section-tax-relief-questions .questions-inner {
  display: flex;
  justify-content: space-between;
  padding: 101px 0 84px;
}

.section-tax-relief-questions .questions-header {
  flex: 0 0 36.84%;
  max-width: 36.84%;
}

.section-tax-relief-questions .questions-header .main-title {
  font-size: 36px;
  line-height: 1.31;
}

.section-tax-relief-questions .questions-body {
  flex: 0 0 60.18%;
  max-width: 60.18%;
}

.section-tax-relief-questions .questions-tabs {
  position: relative;
  display: flex;
  padding: 15px 0 0 20px;
}

.section-tax-relief-questions .questions-tabs .tabs-active-inner {
  position: absolute;
  top: 18px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #0071f3;
  border-radius: 50%;
}

.section-tax-relief-questions .questions-tabs .nav-tabs {
  border-bottom: 0;
  flex: 0 0 38%;
  max-width: 38%;
  margin-right: 37px;
}

.section-tax-relief-questions .questions-tabs .nav-tabs li {
  float: none;
  margin-bottom: 38px;
}

.section-tax-relief-questions .questions-tabs .nav-tabs li:last-child {
  margin-bottom: 0;
}

.section-tax-relief-questions .questions-tabs .nav-tabs li a {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  line-height: 1.31;
  color: #444;
}

.section-tax-relief-questions .questions-tabs .nav-tabs li.active a {
  font-weight: bold;
}

.section-tax-relief-questions .questions-tabs .tab-content p {
  line-height: 1.31;
}

.section-tax-relief-questions .questions-tabs .tab-content p:not(:last-child) {
  margin-bottom: 20px;
}

.section-tax-relief-questions .questions-tabs .accordion .accordion-head {
  display: none;
}

.section-tax-relief-questions .questions-tabs .accordion .accordion-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
}

.section-tax-relief-questions .questions-tabs .accordion .accordion-title a {
  color: #444;
}

.section-tax-relief-questions .questions-tabs .accordion .accordion-title a:hover {
  text-decoration: none;
}

.section-tax-relief-questions .questions-tabs .accordion.active .accordion-title a {
  font-weight: bold;
}

.section-tax-relief-questions .questions-tabs .accordion .accordion-body {
  display: block;
}

/* Tax Relief Questions - end */
/* ==========================================================================
	#Glass page
========================================================================== */
.section-glass-intro {
  position: relative;
  height: 100vh;
  z-index: 10;
}

.section-glass-intro .glass-device {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  will-change: transform;
  transform: scale(1);
  -webkit-backface-visibility: hidden;
}

.section-glass-intro .glass-device:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  background: url(/trunk/public/build/assets/glass-device-frame-4.ee77f218.svg) no-repeat center center;
  background-size: 100% auto;
  opacity: 0;
}

.section-glass-intro.shown .glass-device:before {
  opacity: 1;
}

.section-glass-intro .video-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  margin: auto;
  border-radius: 0;
  padding: 1px;
}

.section-glass-intro .intro-video {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.section-glass-intro .intro-video video {
  display: none;
  z-index: -1;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.section-glass-intro .intro-video-image {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateX(100%);
  opacity: 0;
  background-image: url(/trunk/public/build/assets/phone_screen_apps_4.e8306e43.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url("../../../public/info/images/pages/glass/description/phone_screen_apps_4.jpg")) {
  .section-glass-intro .intro-video-image {
    background-image: url(/trunk/public/build/assets/phone_screen_apps_4.e8306e43.jpg);
  }
}

.section-glass-intro .container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.section-glass-intro .main-title {
  max-width: 530px;
  margin: 0 0 25px;
  color: #fff;
  line-height: 1.31;
}

.section-glass-intro .intro-subactions {
  margin-bottom: 35px;
}

.section-glass-intro p {
  max-width: 530px;
  margin: 0 0 35px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
  color: #fff;
}

.section-glass-intro p.notice {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
}

.section-glass-animate {
  padding-bottom: 100px;
}

.section-glass-animate .download-glass-actions,
.section-glass-outro .download-glass-actions {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons {
  width: 195px;
}

.section-glass-outro .download-glass-actions .mobile_app_download_icons {
  width: 215px;
}

.section-glass-outro .download-glass-actions {
  flex-wrap: wrap;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons,
.section-glass-outro .download-glass-actions .mobile_app_download_icons {
  padding: 10px;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons img,
.section-glass-outro .download-glass-actions .mobile_app_download_icons img {
  border-radius: 7px;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons:hover,
.section-glass-outro .download-glass-actions .mobile_app_download_icons:hover {
  box-shadow: none;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons:hover img,
.section-glass-outro .download-glass-actions .mobile_app_download_icons:hover img {
  box-shadow: 0 0 25px -5px #0c3e63;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons picture {
  position: relative;
  display: block;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons picture::after {
  content: "";
  display: block;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons picture.ar-195x58 {
  max-width: 195px;
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons picture.ar-195x58::after {
  padding-bottom: calc(15 / 50 * 100%);
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons picture.ar-195x58.picture-lazyloaded::after {
  padding-bottom: calc(58 / 195 * 100%);
}

.section-glass-animate .download-glass-actions .mobile_app_download_icons img {
  max-width: 100%;
}

.section-glass-outro .download-glass-actions .mobile_app_download_icons img {
  max-width: 195px;
}

/* section-glass-showcase - start */
.section-glass-showcase {
  position: relative;
  height: 100vh;
  z-index: 9;
}

.section-glass-showcase .glass-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 7px;
}

.section-glass-showcase .container {
  position: relative;
  height: 100%;
}

.section-glass-showcase .section-glass-description {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.section-glass-showcase .section-glass-description h2, .section-glass-showcase .section-glass-description .h2 {
  max-width: 240px;
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
}

.section-glass-showcase .section-glass-description h3, .section-glass-showcase .section-glass-description .h3 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}

.section-glass-showcase .section-glass-description p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.section-glass-showcase .section-glass-description p + p {
  margin-top: 30px;
}

.section-glass-showcase .section-glass-description .glass-description-image {
  display: none;
}

/* .section-glass-payment-steps */
.section-glass-payment-steps {
  position: relative;
  height: 100vh;
  z-index: 9;
}

.section-glass-payment-steps .container {
  position: relative;
  height: 100%;
}

.section-glass-payment-steps {
  position: relative;
}

.section-glass-payment-steps canvas {
  position: absolute;
  top: 50%;
  left: calc(50% + 182px);
  margin-top: 7px;
  transform: translate(-50%, -50%);
}

.section-glass-payment-steps .section-glass-steps {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.section-glass-payment-steps .section-glass-steps h2, .section-glass-payment-steps .section-glass-steps .h2 {
  max-width: 300px;
  margin: 0 0 77px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
}

.fix_bg .section-glass-payment-steps .section-glass-steps h2, .fix_bg .section-glass-payment-steps .section-glass-steps .h2 {
  font-size: 35px;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps {
  position: relative;
  min-height: 260px;
  margin-bottom: 0;
}

.no-anim .section-glass-payment-steps .section-glass-steps .list-glass-steps {
  min-height: auto;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps li {
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 34px;
  color: #444;
  cursor: pointer;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps li span {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps li p {
  flex: 1 1 auto;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #444;
}

.no-anim .section-glass-payment-steps .section-glass-steps .list-glass-steps li p {
  font-size: 24px;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps li + li {
  margin-top: 10px;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps li:not(:last-child) .line-grey,
.section-glass-payment-steps .section-glass-steps .list-glass-steps li:not(:last-child) .line-active {
  display: none;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps li.active:not(:last-child) .line-active {
  display: block;
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 48px;
  width: 2px;
  height: 80px;
  background: #0071f3;
}

.no-anim .section-glass-payment-steps .section-glass-steps .list-glass-steps li.active:not(:last-child) .line-active {
  display: none;
}

.section-glass-payment-steps .section-glass-steps .list-glass-steps li.active:not(:last-child) .line-grey {
  display: block;
  position: absolute;
  top: 48px;
  left: 48px;
  width: 2px;
  height: 80px;
  background: #dfdfdf;
}

@keyframes glassStepsLineAnim {
  from {
    height: 0px;
  }
  to {
    height: 80px;
  }
}
.section-glass-payment-steps .section-glass-steps .glass-steps-image {
  display: none;
}

/* section-glass-showcase - end */
/* Section printer functionality - start */
.section-glass-printer-functionality {
  margin-bottom: 160px;
}

.section-glass-printer-functionality h3, .section-glass-printer-functionality .h3 {
  max-width: 555px;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.34;
}

.section-glass-printer-functionality p {
  max-width: 555px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.625;
}

.section-glass-printer-functionality .list-qr-article-features {
  margin-bottom: -50px;
  display: flex;
  flex-flow: column wrap;
}

.section-glass-printer-functionality .list-qr-article-features li {
  display: flex;
  flex: 0 0 50%;
  max-width: 65%;
  margin-bottom: 50px;
}

.section-glass-printer-functionality .list-qr-article-features li[data-order="1"] {
  order: 1;
}

.section-glass-printer-functionality .list-qr-article-features li[data-order="2"] {
  order: 2;
}

.section-glass-printer-functionality .list-qr-article-features li[data-order="3"] {
  order: 3;
}

.section-glass-printer-functionality .list-qr-article-features figure {
  flex: 0 0 32px;
  max-width: 32px;
  text-align: center;
}

.section-glass-printer-functionality .list-qr-article-features figure i {
  padding-top: 14px;
}

.section-glass-printer-functionality .list-qr-article-features strong {
  flex-grow: 1;
  display: block;
  line-height: 1.625;
  font-size: 18px;
}

.section-glass-printer-functionality picture {
  position: relative;
  display: block;
}

.section-glass-printer-functionality picture:after {
  content: "";
  display: block;
}

.section-glass-printer-functionality picture img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-glass-printer-functionality picture.ar-521x480 {
  max-width: 521px;
}

.section-glass-printer-functionality picture.ar-521x480:after {
  padding-bottom: calc(46 / 50 * 100%);
}

.section-glass-printer-functionality picture.ar-521x480.picture-lazyloaded:after {
  padding-bottom: calc(480 / 521 * 100%);
}

/* Section printer functionality - end */
/* Section glass qr payment - start */
.section-glass-qr-payment-steps-heading {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

.section-glass-qr-payment-steps-heading h2, .section-glass-qr-payment-steps-heading .h2 {
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
}

.section-glass-qr-payment-steps-heading p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.section-glass-qr-payment-steps {
  position: relative;
  height: 830px;
  z-index: 9;
  padding-bottom: 40px;
}

.section-glass-qr-payment-steps .container {
  position: relative;
  height: 100%;
}

.section-glass-qr-payment-steps canvas {
  position: absolute;
  top: 50%;
  left: calc(50% + 182px);
  margin-top: 7px;
  transform: translate(-50%, -50%);
}

.section-glass-qr-payment-steps .section-glass-steps {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps {
  position: relative;
  min-height: 260px;
  margin-bottom: 0;
}

.no-anim .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps {
  min-height: auto;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li {
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 34px;
  color: #444;
  cursor: pointer;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li span {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li p {
  flex: 1 1 auto;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #444;
}

.no-anim .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li p {
  font-size: 24px;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li + li {
  margin-top: 10px;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li:not(:last-child) .line-grey,
.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li:not(:last-child) .line-active {
  display: none;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li.active:not(:last-child) .line-active {
  display: block;
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 48px;
  width: 2px;
  height: 80px;
  background: #0071f3;
}

.no-anim .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li.active:not(:last-child) .line-active {
  display: none;
}

.section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li.active:not(:last-child) .line-grey {
  display: block;
  position: absolute;
  top: 48px;
  left: 48px;
  width: 2px;
  height: 80px;
  background: #dfdfdf;
}

.section-glass-qr-payment-steps .section-glass-steps .glass-steps-image {
  display: none;
}

/* Section glass qr payment - end */
/* Section glass qr benefits - start */
.section-glass-qr-benefits {
  margin-top: 50px;
  margin-bottom: 200px;
}

.section-glass-qr-benefits .section-head {
  margin: 0 -10px 70px;
  text-align: center;
}

.section-glass-qr-benefits .section-head h2, .section-glass-qr-benefits .section-head .h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.34;
  color: #444;
}

.section-glass-qr-benefits .list-glass-qr-benefits {
  display: flex;
  justify-content: space-between;
}

.section-glass-qr-benefits .list-glass-qr-benefits li {
  flex: 0 0 230px;
  max-width: 230px;
  text-align: center;
}

.section-glass-qr-benefits .list-glass-qr-benefits figure {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.section-glass-qr-benefits .list-glass-qr-benefits p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

/* Section glass qr benefits - end */
/* Section glass qr article - start */
.section-glass-qr-article {
  margin-bottom: 200px;
}

.section-glass-qr-article h3, .section-glass-qr-article .h3 {
  max-width: 555px;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.34;
}

.section-glass-qr-article p {
  max-width: 555px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.625;
}

.section-glass-qr-article .section-foot p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.625;
  color: #a9a9a9;
}

.section-glass-qr-article .list-qr-article-features {
  margin-bottom: -50px;
  display: flex;
  flex-flow: row wrap;
}

.section-glass-qr-article .list-qr-article-features li {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 60px;
  margin-bottom: 50px;
}

.section-glass-qr-article .list-qr-article-features li[data-order="1"] {
  order: 1;
}

.section-glass-qr-article .list-qr-article-features li[data-order="2"] {
  order: 2;
}

.section-glass-qr-article .list-qr-article-features li[data-order="3"] {
  order: 3;
}

.section-glass-qr-article .list-qr-article-features li[data-order="4"] {
  order: 4;
}

.section-glass-qr-article .list-qr-article-features li[data-order="5"] {
  order: 5;
}

.section-glass-qr-article .list-qr-article-features li[data-order="6"] {
  order: 6;
}

.section-glass-qr-article .list-qr-article-features li[data-order="7"] {
  order: 7;
}

.section-glass-qr-article .list-qr-article-features li[data-order="8"] {
  order: 8;
}

.section-glass-qr-article .list-qr-article-features figure {
  flex: 0 0 32px;
  max-width: 32px;
  text-align: center;
}

.section-glass-qr-article .list-qr-article-features strong {
  flex-grow: 1;
  display: block;
  line-height: 1.625;
}

.section-glass-qr-article picture {
  position: relative;
  display: block;
}

.section-glass-qr-article picture:after {
  content: "";
  display: block;
}

.section-glass-qr-article picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-glass-qr-article picture.ar-430x645 {
  max-width: 430px;
}

.section-glass-qr-article picture.ar-430x645:after {
  padding-bottom: calc(50 / 33 * 100%);
}

.section-glass-qr-article picture.ar-430x645.picture-lazyloaded:after {
  padding-bottom: calc(645 / 430 * 100%);
}

/* Section glass qr article - end */
/* IE static page */
.ie-browser .section-glass-animate {
  padding-bottom: 0;
}

.ie-browser .section-glass-intro {
  background: url(/trunk/public/build/assets/intro-fallback.b54a5f42.jpg) no-repeat top center;
  background-size: cover;
  z-index: 1;
}
@supports (background-image: url("../../../public/info/images/glass/intro-fallback.webp")) {
  .ie-browser .section-glass-intro {
    background-image: url(/trunk/public/build/assets/intro-fallback.dc065776.webp);
  }
}

.ie-browser .section-glass-intro .glass-device {
  display: none;
}

.ie-browser .section-glass-showcase {
  position: static;
  height: auto;
}

.ie-browser .section-glass-showcase .section-glass-description {
  position: static;
  transform: none;
  padding: 60px 0;
  margin-bottom: 150px;
}

.ie-browser .section-glass-showcase .section-glass-description .glass-description-image {
  display: block;
  position: relative;
  left: -38px;
}

.ie-browser .section-glass-payment-steps,
.ie-browser .section-glass-qr-payment-steps {
  position: static;
  height: auto;
}

.ie-browser .section-glass-payment-steps .section-glass-steps,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps {
  position: static;
  transform: none;
  padding: 60px 0 0;
  margin-bottom: 0;
  display: block;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .glass-steps-image,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .glass-steps-image {
  display: block;
  position: relative;
  left: -38px;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .list-glass-steps li,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li {
  transition: min-height 0.3s;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .list-glass-steps li:not(.active) span,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li:not(.active) span {
  cursor: pointer;
  user-select: none;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .list-glass-steps li.active,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li.active {
  color: #0071f3;
  min-height: 128px;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .list-glass-steps li:not(.active) p,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li:not(.active) p {
  display: none;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .list-glass-steps li.active p,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .list-glass-steps li.active p {
  color: #0071f3;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .glass-steps-image,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .glass-steps-image {
  display: block;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .glass-steps-image picture,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .glass-steps-image picture {
  display: none;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .glass-steps-image picture.active,
.ie-browser .section-glass-qr-payment-steps .section-glass-steps .glass-steps-image picture.active {
  display: block;
}

.ie-browser .section-glass-payment-steps .section-glass-steps .glass-steps-image picture img {
  position: relative;
  left: -17px;
}

.no-anim .section-glass-payment-steps .section-glass-steps .glass-steps-image picture:nth-child(3) img {
  margin-bottom: 100px;
}

.no-anim .section-glass-qr-payment-steps .section-glass-steps .glass-steps-image picture:nth-child(3) img {
  left: -97px;
  margin-bottom: 100px;
}

.section-glass-payment-steps .section-glass-steps .glass-steps-image picture.ar-516x962,
.section-glass-showcase picture.ar-456x751 {
  position: relative;
  display: block;
}

.section-glass-payment-steps .section-glass-steps .glass-steps-image picture.ar-516x962 img,
.section-glass-showcase picture.ar-456x751 img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-glass-payment-steps .section-glass-steps .glass-steps-image picture.ar-516x962::after,
.section-glass-showcase picture.ar-456x751::after {
  content: "";
  display: block;
}

.section-glass-payment-steps .section-glass-steps .glass-steps-image picture.ar-516x962 {
  max-width: 516px;
}

.section-glass-payment-steps .section-glass-steps .glass-steps-image picture.ar-516x962::after {
  padding-bottom: calc(50 / 27 * 100%);
}

.section-glass-showcase picture.ar-456x751 {
  max-width: 456px;
  margin: 0 auto;
}

.section-glass-showcase picture.ar-456x751::after {
  padding-bottom: calc(50 / 30 * 100%);
}

.section-glass-showcase picture.ar-456x751 img {
  left: 50%;
  transform: translateX(-50%);
}

.ratio-img-wrapper picture.ar-102x300 {
  max-width: 102px;
}

.ratio-img-wrapper picture.ar-102x300-fixed-width {
  width: 102px;
}

.ratio-img-wrapper picture.ar-102x300::after {
  padding-bottom: calc(50 / 16.9167 * 100%);
}

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

.ratio-img-wrapper picture.ar-169x300 {
  max-width: 169px;
}

.ratio-img-wrapper picture.ar-169x300-fixed-width {
  width: 169px;
}

.ratio-img-wrapper picture.ar-169x300::after {
  padding-bottom: calc(50 / 28.2083 * 100%);
}

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

.ratio-img-wrapper picture.ar-142x300 {
  max-width: 142px;
}

.ratio-img-wrapper picture.ar-142x300-fixed-width {
  width: 142px;
}

.ratio-img-wrapper picture.ar-142x300::after {
  padding-bottom: calc(50 / 23.7083 * 100%);
}

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

.section-glass-qr-payment-steps .ratio-img-wrapper picture {
  position: relative;
  display: block;
}

.section-glass-qr-payment-steps .ratio-img-wrapper picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-glass-qr-payment-steps .ratio-img-wrapper picture.ar-902x902 {
  max-width: 902px;
}

.section-glass-qr-payment-steps .ratio-img-wrapper picture.ar-902x902::after {
  padding-bottom: calc(902 / 902 * 100%);
}

.section-glass-qr-payment-steps .ratio-img-wrapper picture.ar-902x902.picture-lazyloaded::after {
  padding-bottom: calc(902 / 902 * 100%);
}

/* ==========================================================================
	List tabs
========================================================================== */
.list-tabs {
  margin-bottom: 0;
}

.list-tabs > li + li {
  margin-top: 15px;
}

.list-tabs > li .list-tabs-head a {
  position: relative;
  display: block;
  padding: 8px 15px;
  font-size: 24px;
  line-height: 1.08;
  color: #0071f3;
}

.list-tabs > li .list-tabs-head a:hover,
.list-tabs > li .list-tabs-head a:active {
  color: #444;
  text-decoration: none;
}

.list-tabs > li .list-tabs-head a:focus {
  color: #0071f3;
  text-decoration: none;
}

.list-tabs > li.active .list-tabs-head a {
  color: #444;
}

.list-tabs > li.active .list-tabs-head a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #ccc;
}

.list-tabs .list-tabs-head {
  margin-bottom: 25px;
}

.list-tabs .list-tabs-body {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  transition: max-height 0.4s;
}

.list-tabs li.active .list-tabs-body {
  max-height: 250px;
  padding-bottom: 20px;
}

/* ==========================================================================
	Homepage section only Italy
========================================================================== */
.section-bonus-it-home {
  padding: 25px 0 55px 0;
}

.section-bonus-it-home .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-bonus-it-home .wrap img {
  height: auto;
}

.section-bonus-it-home .wrap .column:last-of-type {
  padding: 0 50px 0 100px;
}

.section-bonus-it-home .wrap p {
  font-size: 24px;
  font-weight: 300;
}

/* ==========================================================================
	White Paper Landing Page
========================================================================== */
.section-custom-banner-whitepaper-hero {
  position: relative;
  padding: 130px 0 50px 0;
  margin-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #003E6A;
}

.section-custom-banner-whitepaper-hero .container {
  position: relative;
}

.section-custom-banner-whitepaper-hero .container::before {
  content: "";
  position: absolute;
  top: -105px;
  right: 35px;
  width: 425px;
  height: 334px;
  background: url(/trunk/public/build/assets/white_paper_landing_hero_bg.ca3e6584.png) no-repeat center center;
  background-size: 100%;
}

.section-custom-banner-whitepaper-hero .main-title {
  line-height: 58px;
}

.section-whitepaper-info .sub-title {
  font-size: 16px;
  line-height: 19px;
  color: #444;
}

.white-paper-landing.list-membership-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

/* ==========================================================================
	#Italian cashback page
========================================================================== */
/* Intro section */
.section-custom-banner-cashback-it {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #003d69;
}

.section-custom-banner-cashback-it .section-inner {
  display: flex;
  flex-flow: row nowrap;
}

.section-custom-banner-cashback-it .section-content,
.section-custom-banner-cashback-it .section-image {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
}

.section-custom-banner-cashback-it .section-content {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.section-custom-banner-cashback-it .section-image {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
  padding-left: 85px;
}

.section-custom-banner-cashback-it .main-title,
.section-custom-banner-cashback-it .sub-title {
  margin-bottom: 10px;
  color: #fff;
}

.section-custom-banner-cashback-it .main-title,
.section-custom-banner-cashback-it .section-logo {
  margin-top: auto;
}

.section-custom-banner-cashback-it .section-actions {
  margin-top: 30px;
}

.section-custom-banner-cashback-it .section-logo {
  margin-bottom: 65px;
}

/* Section articles cashback */
.section-article-cashback {
  margin: 150px 0;
}

.section-article-cashback .section-article-image {
  position: relative;
}

.section-article-cashback-with-texts .section-article-image .ico-font-reload-left {
  margin-left: -55px;
}

.section-article-cashback-with-texts .section-article-image .section-article-image-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}

.section-article-cashback-with-texts .section-article-image .section-article-image-content p {
  font-size: 16px;
  line-height: 1.25;
  color: #408ef8;
}

.section-article-cashback-with-texts .section-article-image .section-article-image-content p strong {
  font-size: 48px;
  font-weight: 700;
}

.section-article-cashback-with-bg-check .section-article-image {
  padding-top: 40px;
}

.section-article-cashback-with-bg-check .section-article-image::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  content: "";
  margin-left: -105px;
  font-size: 160px;
  color: #f9f9f9;
}

.section-article-cashback-with-bg-check .section-article-image img {
  position: relative;
  z-index: 2;
}

/* FAQs */
.section-cashback-faq {
  position: relative;
  padding: 120px 0;
  background-color: #f9f9f9;
}

.section-cashback-faq::before {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  content: "";
  margin-left: 270px;
  font-size: 530px;
  color: #fff;
}

.section-cashback-faq .container {
  position: relative;
  z-index: 2;
}

.section-cashback-faq .faq-alt-question:first-child {
  border-top: 1px solid #888;
}

/* ==========================================================================
	#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;
  }
}
/* ==========================================================================
	#Apple Pay Integration page
========================================================================== */
/* Banner section */
.section-custom-banner-apple-pay-integration-hero {
  height: 570px;
  padding-bottom: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: calc(50% + 300px) calc(50% - 120px);
  background-size: 168px;
  background-image: url(/trunk/public/build/assets/banner_apple_pay_integr.de18bfdb.png);
  background-color: #000;
}
@supports (background-image: url("../../../public/info/images/banners/banner_apple_pay_integr.webp")) {
  .section-custom-banner-apple-pay-integration-hero {
    background-image: url(/trunk/public/build/assets/banner_apple_pay_integr.3b4d0c85.webp);
  }
}

.section-custom-banner-apple-pay-integration-hero .section-vertical-centered .main-title {
  width: 590px;
  margin-bottom: 36px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.fix_fr .section-custom-banner-hero-grey.section-custom-banner-apple-pay-integration-hero .section-vertical-centered .main-title,
.fix_ro .section-custom-banner-hero-grey.section-custom-banner-apple-pay-integration-hero .section-vertical-centered .main-title,
.fix_es .section-custom-banner-hero-grey.section-custom-banner-apple-pay-integration-hero .section-vertical-centered .main-title,
.fix_pt .section-custom-banner-hero-grey.section-custom-banner-apple-pay-integration-hero .section-vertical-centered .main-title {
  color: #fff;
}

.section-custom-banner-apple-pay-integration-hero .section-vertical-centered .sub-title {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.section-custom-banner-apple-pay-integration-hero .btn-primary {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #0071f3;
}

/* Benefits section */
.ghost-thumbnails-apple-pay {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.ghost-thumbnails-apple-pay a {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  min-height: 167px;
  border-radius: 15px;
}

.ghost-thumbnails-apple-pay a:hover {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

.ghost-thumbnails-apple-pay a .ghost-thumbnail-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #444;
}

.ghost-thumbnails-apple-pay a .ghost-thumbnail-image {
  height: 70px;
}

/* Payments section */
.section-apple-pay-payments {
  padding: 115px 20px 120px;
  background-color: #F8F8F8;
}

.section-apple-pay-payments .main-title,
.section-apple-pay-benefits .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.section-apple-pay-payments .sub-title {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #444;
}

.section-apple-pay-payments .list-ticks {
  margin-left: 30px;
}

.section-apple-pay-payments .list-ticks li {
  margin-bottom: 25px;
  line-height: 24px;
  font-weight: 400;
  color: #444;
}

/* Outro section */
.section-apple-pay-outro {
  padding: 70px 20px;
}

.section-apple-pay-outro .main-title {
  max-width: 615px;
  margin: 0 auto;
  padding-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.section-apple-pay-outro .btn-primary {
  background-color: #0071f3;
}

/* ==========================================================================
	#Header transparent
========================================================================== */
/* Header transparent styles - start */
.header_transparent.header_transparent_no_shadow #header,
.header_transparent.header_transparent_no_shadow .header-fixed #header {
  box-shadow: none;
}

.header_transparent .header-access,
.header_transparent .header-utilities {
  background: transparent;
  border: none;
  transition: background 0.15s;
}

.header_transparent.header_open .header-access,
.header_transparent.header_open .header-utilities,
.header_transparent .header-fixed .header-access,
.header_transparent .header-fixed .header-utilities {
  background: #fff;
}

.header_transparent.header_open .wrapper:not(.header-fixed) .header-access,
.header_transparent.header_open .wrapper:not(.header-fixed) .header-utilities {
  background-color: transparent;
}

.header_transparent.header_open .wrapper:not(.header-fixed) .header-access:before,
.header_transparent.header_open .wrapper:not(.header-fixed) .header-utilities:before {
  display: none;
}

/* Logo */
.header_transparent .wrapper:not(.header-fixed) .logo .logo-inner picture:first-child {
  opacity: 0;
}

.header_transparent .wrapper:not(.header-fixed) .logo .logo-inner .hover {
  opacity: 1;
}

.header_transparent .wrapper:not(.header-fixed) .logo .brand-slogan {
  color: #fff;
}

.header_transparent .logo::before,
.header_transparent .logo::after {
  opacity: 0;
}

/* Header access */
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-access-nav a,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-access-nav a:before,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-toggle,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-toggle .ico-font,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .list-langs li a,
.header_transparent.header_open .wrapper:not(.header-fixed) .header-access-nav .login a,
.header_transparent.header_open .wrapper:not(.header-fixed) .header-access-nav .login a:hover,
.header_transparent.header_open .wrapper:not(.header-fixed) .header-access-nav .login a::before,
.header_transparent .wrapper:not(.header-fixed) .nav-country .dropdown-toggle .ico-font {
  color: #fff;
}

.header_transparent .wrapper:not(.header-fixed) .nav-country .dropdown-toggle .ico-font,
.header_transparent .nav-country .list-langs li a {
  opacity: 1;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-menu {
  margin-top: -1px;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-menu a {
  color: #7b7b7b;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-menu a:hover,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-menu li.active a {
  color: #000;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-access-nav a:hover,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .list-langs li:not(.active) a:hover,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-toggle:hover .ico-font {
  color: #0071f3;
}

/* Header Navigation */
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li > a {
  color: #fff;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > .active > a,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li > a:hover {
  color: #0071f3;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li > .dropdown-toggle::before {
  border-color: #fff;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) #header .navbar-toggle:hover {
  border-color: #0071f3;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li > .dropdown-toggle:hover::before,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > .active > .dropdown-toggle::before {
  border-color: #0071f3;
}

.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > .active > .btn-shop,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li > .btn-shop:hover {
  color: #fff;
}

.header_transparent .wrapper:not(.header-fixed) #header .navbar-toggle {
  border-color: #fff;
}
.header_transparent .wrapper:not(.header-fixed) #header .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header_transparent .header-transparent-line {
  position: absolute;
  top: -59px;
  left: 0;
  right: 0;
  z-index: 1006;
  height: 1px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: all 0.15s;
}

.header_transparent .header-transparent-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% + 586px);
  bottom: 0;
  background-color: #fff;
}

.header_transparent .header-transparent-line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 372px);
  right: 0;
  background-color: #fff;
}

/* Header transparent styles - end */
/* Responsive */
@media only screen and (min-width: 1200px) {
  .fix_el.header_transparent .header-nav > li > a,
.fix_fr.header_transparent .header-nav > li > a {
    font-size: 12px;
  }

  .fix_el.header_transparent .header-search > li > a,
.fix_fr.header_transparent .header-search > li > a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_transparent .header-nav > li > a {
    padding: 0 6px;
  }

  .header_transparent .header-nav > li > a.btn-shop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_transparent .header-nav > li > a.dropdown-toggle {
    padding-right: 20px;
  }

  .header_transparent .header-nav > li > a.dropdown-toggle:before {
    right: 6px;
  }

  .fix_el.header_transparent .header-nav > li > a,
.fix_fr.header_transparent .header-nav > li > a,
.fix_hr.header_transparent .header-nav > li > a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .fix_el.header_transparent .header-nav > li > a,
.fix_fr.header_transparent .header-nav > li > a {
    font-size: 11px;
  }

  .fix_hr.header_transparent #header .header-nav > li > .btn-shop,
.fix_hu.header_transparent #header .header-nav > li > .btn-shop,
.fix_lt.header_transparent #header .header-nav > li > .btn-shop,
.fix_pl.header_transparent #header .header-nav > li > .btn-shop,
.fix_pt.header_transparent #header .header-nav > li > .btn-shop {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-transparent-line:before {
    right: calc(50% + 487px);
  }

  .header-transparent-line:after {
    left: calc(50% - 272px);
  }

  .fix_el.header_transparent #header .header-nav > li > .btn-shop,
.fix_fr.header_transparent #header .header-nav > li > .btn-shop {
    display: none;
  }

  .header_transparent .header-transparent-line:before {
    right: calc(50% + 487px);
  }

  .header_transparent .header-transparent-line:after {
    left: calc(50% - 272px);
  }
}
@media only screen and (max-width: 991.98px) {
  .header_transparent .header-transparent-line:before {
    right: calc(50% + 375px);
  }

  .header_transparent .header-transparent-line:after {
    left: calc(50% - 296px);
  }
}
@media only screen and (max-width: 767.98px) {
  /* Header transparent styles - start */
  .header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li > a,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-toggle,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-toggle .ico-font,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .list-langs li a {
    color: #626262;
  }

  .header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-access-nav a.nav-cart,
.header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li.actions > a.btn {
    color: #fff;
  }

  .header_transparent:not(.header_open) .wrapper:not(.header-fixed) .nav-country .dropdown-toggle:hover .ico-font {
    color: #888;
  }

  .header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-nav > li > .dropdown-toggle::before {
    border-color: #444;
  }

  .header_transparent #header .header-access-nav[data-hide-on-fixed] {
    display: block;
  }

  .header_transparent .header-access-nav .nav-start-btn {
    display: block;
    color: #fff;
  }

  .header_transparent .wrapper:not(.header-fixed) .header-access-nav a.nav-start-btn {
    background-color: transparent;
    color: #fff;
  }

  .header_transparent:not(.header_open) .wrapper:not(.header-fixed) .header-access-nav a.nav-start-btn:hover {
    color: #0071f3;
  }

  .header_transparent .header-transparent-line {
    display: none;
  }

  /* Header transparent styles - end */
}
@media only screen and (max-width: 374px) {
  .fix_hu.header_transparent .header-access-nav .nav-start-btn {
    margin-left: -15px;
    font-size: 12px;
  }

  .fix_pt.header_transparent .header-access-nav .nav-start-btn {
    font-size: 12px;
  }

  .header_transparent .header-access-nav .nav-start-btn .ico-font {
    display: none;
  }
}
/* ==========================================================================
	#Google Pay Integration page
========================================================================== */
/* Banner section */
.section-custom-banner-google-pay-integration-hero {
  height: 600px;
  padding-bottom: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: calc(50% + 300px) calc(50%);
  background-size: 657px;
  background-image: url(/trunk/public/build/assets/banner_google_pay_integr.142a0a7b.png);
  background-color: #fff;
}
@supports (background-image: url("../../../public/info/images/banners/banner_google_pay_integr.webp")) {
  .section-custom-banner-google-pay-integration-hero {
    background-image: url(/trunk/public/build/assets/banner_google_pay_integr.b4d5fd1c.webp);
  }
}

.section-custom-banner-google-pay-integration-hero .section-vertical-centered .main-title {
  width: 590px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #444;
}

.section-custom-banner-google-pay-integration-hero .section-vertical-centered .sub-title {
  margin-bottom: 35px;
  font-size: 16px;
  color: #444;
}

.section-custom-banner-google-pay-integration-hero .btn-primary {
  padding-left: 35px;
  padding-right: 35px;
  text-transform: initial;
}

/* Benefits section */
.section-google-pay-benefits {
  background-color: #f8f8f8;
}

.section-google-pay-benefits .ghost-thumbnail a {
  cursor: inherit;
  transition: unset;
}

.section-google-pay-benefits .ghost-thumbnail a:hover {
  background: inherit;
}

.ghost-thumbnails-google-pay {
  max-width: 825px;
  margin: 0 auto;
  padding-bottom: 65px;
}

.ghost-thumbnails-google-pay a {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 10px;
  min-height: 225px;
}

.ghost-thumbnails-google-pay a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ghost-thumbnails-google-pay a .ghost-thumbnail-content p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}

.ghost-thumbnails-google-pay a .ghost-thumbnail-image {
  height: 70px;
  margin-top: 20px;
}

/* Payments section */
.section-google-pay-payments {
  padding: 85px 20px;
}

.section-google-pay-payments .google-pay-payments-content {
  padding-left: 60px;
}

.section-google-pay-payments .main-title,
.section-google-pay-benefits .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.section-google-pay-payments .sub-title {
  margin-bottom: 87px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #444;
}

.section-google-pay-payments .list-title {
  font-size: 24px;
}

.section-google-pay-payments .list-ticks li {
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #444;
}

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

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

/* Outro section */
.section-google-pay-outro {
  padding: 70px 20px;
  background-color: #007DDD;
}

.section-google-pay-outro .main-title {
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
}

.section-google-pay-outro .btn-white {
  min-width: 270px;
  text-transform: initial;
}

/* ==========================================================================
	#gray-box
========================================================================== */
.gray-box {
  height: 100%;
  padding: 30px;
  background-color: #f8f9f9;
  border-radius: 10px;
}

.gray-box h3, .gray-box .h3 {
  margin: 0 0 17px;
  font-size: 24px;
  color: #444;
  line-height: 1.25;
}

.gray-box p {
  margin: 0;
  line-height: 1.625;
}

.gray-box .main-title {
  line-height: 1.2778;
}

.gray-box.gray-box-large {
  padding: 40px;
}

/* Responsive */
@media only screen and (max-width: 1199.98px) {
  .gray-box .main-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .gray-box {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .gray-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gray-box.gray-box-large {
    padding: 20px;
  }
}
/* ==========================================================================
	#list-categories-boxes
========================================================================== */
.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 .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;
}

/* ==========================================================================
	#List separated items
========================================================================== */
.list-separated-items {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.list-separated-items li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding-right: 35px;
}

.list-separated-items li:last-child {
  padding-right: 0;
}

.list-separated-items li + li {
  position: relative;
  padding-left: 36px;
}

.list-separated-items li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #f8f9f9;
}

.list-separated-items li.list-item-grow {
  flex: 1 0 0;
}

/* ==========================================================================
	#Showcase box
========================================================================== */
.showcase-box-wrapper {
  padding-top: 30px;
}

.showcase-box {
  padding: 15px 30px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px rgba(4, 142, 248, 0);
  transition: all 1s;
}

.showcase-box.active {
  animation-name: showcaseBox;
  animation-delay: 2s;
  animation-duration: 2s;
}

.showcase-box .showcase-image {
  display: flex;
  align-items: center;
  height: 176px;
  margin-bottom: 10px;
}

.showcase-box .showcase-image picture {
  width: 100%;
}

.showcase-box .showcase-title {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

.showcase-box .showcase-desc {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.625;
}

.showcase-box .showcase-actions a {
  text-decoration: none;
}

/* Responsive */
@media only screen and (max-width: 991.98px) {
  .showcase-box {
    padding: 15px 15px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .showcase-box-wrapper {
    padding-top: 20px;
  }

  .showcase-box {
    padding: 0;
    margin-bottom: 55px;
  }
}
/* ==========================================================================
	#Sticky navigation
========================================================================== */
.sticky-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  opacity: 0;
  transition: opacity 0.3s;
}

.sticky-navigation-line {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 2px;
  height: 16px;
  background-color: #0071f3;
  transition: top 0.3s;
}

.sticky-navigation-list {
  margin-bottom: 0;
}

.sticky-navigation-list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

.sticky-navigation-list li:last-child {
  margin-bottom: 0;
}

.sticky-navigation-list li.active {
  font-weight: bold;
}

.sticky-navigation-list li a {
  text-decoration: none;
  color: #0071f3;
}

/* ==========================================================================
	#Mobile app wrapper
========================================================================== */
.mobile-app-wrapper {
  display: block;
}

.mobile-app-wrapper.mobile-app-wrapper-bordered {
  border: 1px solid #fff;
  border-radius: 8px;
}

.mobile-app-wrapper img {
  border-radius: 7px;
}

.mobile-app-wrapper:hover {
  box-shadow: none;
}

.mobile-app-wrapper:hover img {
  box-shadow: 0 0 25px -5px #0c3e63;
}

.mobile-app-wrapper picture {
  position: relative;
  display: block;
}

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

.mobile-app-wrapper picture::after {
  content: "";
  display: block;
}

picture.ar-185x55 {
  max-width: 185px;
}

picture.ar-185x55.ar-185x55-fixed-width {
  width: 185px;
}

picture.ar-185x55::after {
  padding-bottom: calc(15 / 50 * 100%);
}

picture.ar-185x55.picture-lazyloaded::after {
  padding-bottom: calc(55 / 185 * 100%);
}

/* ==========================================================================
	#Form card renewal addresses
========================================================================== */
.form-card-renewal-address-wrapper {
  display: flex;
  align-items: center;
}

.form-card-renewal-address {
  flex: 0 1 auto;
}

.form-card-renewal-address-actions {
  flex: 0 0 auto;
  margin-left: 15px;
}

/* ==========================================================================
	#Modal card renewal address
========================================================================== */
.modal-card-renewal-address .modal-dialog {
  width: 655px;
}

.modal-card-renewal-address .modal-header {
  position: relative;
  padding: 20px 50px 20px 20px;
}

.modal-card-renewal-address .close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 28px;
  height: 28px;
  display: block;
  opacity: 1;
  transition: opacity 0.4s;
}

.modal-card-renewal-address .modal-title {
  color: #283953;
}

.modal-card-renewal-address .modal-body {
  padding: 20px;
}

.modal-card-renewal-address .modal-footer {
  padding: 20px;
}

/* ==========================================================================
	#Notice text
========================================================================== */
.notice-text {
  font-size: 12px;
  color: #8c98a1;
}

/* ==========================================================================
	#Custom radio pill
========================================================================== */
.custom-radio {
  min-height: 0;
}

.custom-control-input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
  opacity: 0;
}

.custom-radio + .custom-radio {
  margin-top: 10px;
}

.custom-radio > .custom-control-label::before {
  top: 3px;
  box-shadow: inset 0 3px 5px rgba(40, 57, 83, 0.08);
}

.custom-radio > .custom-control-label::after {
  top: 8px;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  background: transparent;
  border-radius: 50%;
}

.custom-radio.custom-radio-pill .custom-control-label {
  position: relative;
  display: block;
  border: 1px solid #eff3f8;
  border-radius: 6px;
  padding: 15px 15px 15px 40px;
  font-size: 14px;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.custom-radio.custom-radio-pill .custom-control-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #dee2e6;
  margin-top: -1px;
  border-radius: 50%;
  background-color: #ebf4ff;
  box-shadow: inset 0 3px 5px rgba(40, 57, 83, 0.08);
}

.custom-radio.custom-radio-pill .custom-control-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -1px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: transparent;
}

.custom-radio.custom-radio-pill .custom-control-label:hover, .custom-radio.custom-radio-pill .custom-control-label:focus {
  background-color: #ebf4ff;
  border-color: #78bbfa;
}

.custom-radio.custom-radio-pill .custom-control-input:checked ~ .custom-control-label {
  background-color: #ebf4ff;
  border-color: #78bbfa;
  box-shadow: inset 0 0 0 1px #78bbfa;
}

.custom-radio.custom-radio-pill .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #4d7198;
}

/* ==========================================================================
	#Custom input group
========================================================================== */
.custom-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.custom-input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.custom-input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-input-group > .form-control + .form-control {
  margin-left: -1px;
}

.custom-input-group > .form-control:focus {
  z-index: 3;
}

.custom-input-group > .form-control.col-xs-4 {
  width: 33.3334%;
}

.custom-input-group > .form-control.col-xs-8 {
  width: 66.6666%;
}

/* ==========================================================================
	#Card renewal tooltip
========================================================================== */
.tooltip.tooltip-with-list .tooltip-inner {
  max-width: 500px;
  font-size: 12px;
  color: #fff;
  text-align: left;
}

.tooltip.tooltip-with-list .tooltip-inner .list-bullets-white li {
  font-size: 12px;
  padding-left: 15px;
}

/* ==========================================================================
	#Custom scroll
========================================================================== */
.custom-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #4d7198 #fff;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #4d7198;
  border-radius: 30px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #007ff5;
}

.custom-scroll-modal-body {
  margin: 0 -20px;
  padding: 0 16px 0 20px;
  margin-bottom: 15px;
}

.custom-scroll-modal-body .form-group:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
	#List bullets white
========================================================================== */
.list-bullets-white li {
  position: relative;
  background: none;
  color: #fff;
}

.list-bullets-white li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #fff;
  content: "";
  border-radius: 50%;
}

/* ========================================================================== 
	#Messages 
========================================================================== */
.message {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: stretch;
  border: 1px solid;
  border-radius: 5px;
  background-color: #fff;
}

.message.message-no-aside {
  position: relative;
  border-color: #e3ebf3;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.message.message-no-aside::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  width: 4px;
  border-radius: 0 3px 3px 0;
}

.message .message-aside {
  display: flex;
  flex: 1 0 80px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.message .message-content {
  flex: 2 0 calc(100% - 80px);
  padding: 20px;
}

.message .message-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.message-sm .message-aside {
  flex: 1 0 60px;
}

.message-sm .message-content {
  flex: 2 0 calc(100% - 60px);
  padding: 10px;
}

.message-sm .message-content p {
  font-size: 0.75rem;
  line-height: 1.4;
}

.message-xs .message-aside {
  flex: 1 0 40px;
}

.message-xs .message-content {
  flex: 2 0 calc(100% - 40px);
  padding: 10px;
  padding-left: 0;
}

.message.md-paddings .message-content {
  padding: 15px;
}

.message.message-error {
  border-color: #e74f76;
}

.message.message-error .message-aside {
  background: #e74f76;
}

.message.message-error .message-content p {
  color: #e74f76;
}

.message.message-success {
  border-color: #05c583;
}

.message.message-success .message-aside {
  background: #05c583;
}

.message.message-success .message-content p {
  color: #05c583;
}

.message.message-warning {
  border-color: #fec400;
}

.message.message-warning .message-aside {
  background: #fec400;
}

.message.message-warning .message-content p {
  color: #283953;
}

.message.message-warning.message-no-aside::before {
  background: #fec400;
}

.message.message-warning-light {
  border-color: #fff8e1;
  background-color: #fff8e1;
}

.message.message-warning-light .message-content p {
  color: #4d7198;
}

.message.message-notice {
  border-color: #d2dfeb;
}

.message.message-notice .message-aside {
  background: #d2dfeb;
  color: #4d7198;
}

.message.message-notice .message-content p {
  color: #283953;
}

.message.message-filled .message-aside {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}

.message.message-filled .message-content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  padding: 10px 10px 10px 0;
}

.message.message-filled .message-content .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.message.message-filled .message-content p {
  margin-bottom: 0;
}

.message.message-filled.message-filled-green {
  background-color: rgba(5, 197, 131, 0.05);
  border-color: rgba(5, 197, 131, 0.05);
}

.message.message-filled.message-filled-green .message-aside, .message.message-filled.message-filled-green .message-content p {
  color: #05c583;
}

.message.message-filled.message-filled-red {
  background-color: rgba(231, 79, 118, 0.05);
  border-color: rgba(231, 79, 118, 0.05);
}

.message.message-filled.message-filled-red .message-aside, .message.message-filled.message-filled-red .message-content p {
  color: #e74f76;
}

.message.message-filled.message-filled-dark-red {
  background-color: rgba(231, 79, 118, 0.16);
  border-color: rgba(231, 79, 118, 0.16);
}

.message.message-filled.message-filled-dark-red .message-aside, .message.message-filled.message-filled-dark-red .message-content p {
  color: #e74f76;
}

.message.message-filled.message-filled-light-red {
  border-color: #fff9e5;
  background-color: #fff9e5;
}

.message.message-filled.message-filled-light-gray {
  border-color: #e4ebf3;
  background-color: #fbfcff;
}

.message.message-filled.message-filled-light-gray.message-no-aside {
  border-color: #fbfcff;
}

.message.message-filled.message-filled-light-gray.message-no-aside::before {
  background: #e4ebf3;
}

.message.message-filled.message-filled-noaside .message-content {
  padding-left: 10px;
}

/* ==========================================================================
	Location shop card
========================================================================== */
.locations-shop-cards {
  display: flex;
  flex-wrap: wrap;
}

.locations-shop-cards > [class^=col-] {
  margin-bottom: 30px;
}

.locations-shop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  height: 100%;
  padding-top: 155px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  background-color: white;
  color: #181818;
}

.locations-shop-card:hover,
.locations-shop-card:active,
.locations-shop-card:focus,
.locations-shop-card:active:focus {
  text-decoration: none;
  color: #181818;
}

.locations-shop-card .card-header {
  height: 150px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.locations-shop-card > picture > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 155px;
  object-fit: cover;
  transition: all 0.3s;
  z-index: 1;
}

.locations-shop-card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 20px;
  transition: 0.3s ease-in-out;
}

.locations-shop-card .card-body > * {
  transition: 0.3s ease-in-out;
}

.locations-shop-card .card-info {
  display: flex;
}

.locations-shop-card .card-info-content {
  flex: 1 1 0;
  padding-right: 15px;
}

.locations-shop-card .card-info-aside {
  flex-basis: auto;
}

.locations-shop-card .card-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.locations-shop-card .card-address {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.5714;
}

.locations-shop-card .card-city-flag-wrapper .ico-svg-flag {
  border-radius: 5px;
  width: 35px;
  height: 26px;
  box-shadow: none;
  overflow: hidden;
}

.locations-shop-card .card-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.locations-shop-card .card-phone {
  margin-bottom: 0;
  font-size: 14px;
}

.locations-shop-card .card-arrow-wrapper {
  position: relative;
  left: 10px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 1;
  color: #0071f3;
  border-radius: 50%;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.locations-shop-card.locations-shop-card-coming-soon .card-coming-soon-text {
  position: absolute;
  top: 63px;
  left: 50%;
  z-index: 20;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: -90px;
  transform: translateX(-50%);
  margin: 0 auto;
}

.locations-shop-card.locations-shop-card-coming-soon .card-coming-soon-image {
  background: initial;
}

.locations-shop-card .card-hidden-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in;
  color: white;
}

.locations-shop-card .card-hidden-info .card-hidden-info-title {
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.locations-shop-card .card-hidden-info .card-hidden-info-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.3572;
}

.locations-shop-card picture::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 105px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 9;
  opacity: 0;
  transition: 0.2;
}

/* Main content - Cards hover effect */
.locations-shop-card:not(.locations-shop-card-coming-soon):hover img {
  height: 100%;
}

.locations-shop-card:not(.locations-shop-card-coming-soon):hover picture::before {
  opacity: 0.62;
  transition-delay: 0.1s;
}

.locations-shop-card:not(.locations-shop-card-coming-soon):hover .card-hidden-info {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}

.locations-shop-card:hover .card-arrow-wrapper {
  z-index: 10;
  background-color: #0071f3;
  color: white;
}

/* ==========================================================================
	#Custom trustpilot rating
========================================================================== */
.custom-trustpilot-rating {
  display: block;
  color: #181818;
}

.custom-trustpilot-rating:hover,
.custom-trustpilot-rating:focus,
.custom-trustpilot-rating:active,
.custom-trustpilot-rating:active:focus {
  color: #181818;
  text-decoration: none;
}

.custom-trustpilot-rating .custom-trustpilot-heading {
  margin-bottom: 10px;
}

.custom-trustpilot-rating .custom-trustpilot-stars-list {
  margin-bottom: 10px;
}

.custom-trustpilot-rating .custom-trustpilot-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5715;
}

/* ==========================================================================
	#Info confirm email
========================================================================== */
.info-confirm-email .content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 70px 15px;
}

.info-confirm-email .content svg.enveloppe-success {
  display: block;
  width: 150px;
  height: 100px;
  margin: 0 auto 25px;
}

.info-confirm-email .content p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.375;
  color: #283953;
}

.info-confirm-email .content p:first-of-type {
  margin-bottom: 25px;
}

/* ==========================================================================
	#Input group
========================================================================== */
.input-group-prepend {
  display: flex;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: calc(0.657rem - 1px) 16px;
  min-height: 50px;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125;
  color: #181818;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.captcha-group .capcha_box .input-group-prepend img {
  width: 100px;
  height: auto;
}

.captcha-group .capcha_box .input-group-prepend .btn {
  background-color: #fff;
}

.captcha-group .capcha_box .input-group-text {
  padding: 4px 15px;
}

.captcha-group .capcha_box .input-group-prepend ~ .form-group-float-label {
  margin-left: -1px;
  width: 100%;
}

.captcha-group .capcha_box .input-group-prepend ~ .form-group-float-label .form-control-label {
  z-index: 200;
}

.captcha-group .capcha_box .input-group-prepend ~ .form-group-float-label input {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 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;
  }
}
/* ==========================================================================
	#Interchange Scheme Fees page
========================================================================== */
body {
  color: #000;
}

p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.main-title {
  margin: 0 0 42px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.0938;
}

.sub-title {
  margin: 60px 0 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.table-round-striped {
  width: 100%;
  margin-bottom: 52px;
}
.table-round-striped:last-child {
  margin-bottom: 0;
}
.table-round-striped th {
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4445;
  vertical-align: top;
}
.table-round-striped th > p {
  margin-bottom: 26px;
}
.table-round-striped th:first-child {
  padding-left: 0;
}
.table-round-striped th .table-accordion-head {
  color: #000;
  pointer-events: none;
}
.table-round-striped td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.8125;
}
.table-round-striped td:not(:first-child) {
  text-transform: lowercase;
}
.table-round-striped tr:nth-child(odd) td {
  box-shadow: inset 0 0 0 9999px #f5f5f7;
}
.table-round-striped tr:nth-child(odd) td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table-round-striped tr:nth-child(odd) td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-round-striped tbody.table-accordion-body.collapse {
  display: table-row-group;
}

.list-square-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 100px;
}
.list-square-boxes li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.list-square-boxes li .square-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  min-height: 147px;
  border: 1px solid #c4c4c6;
  border-radius: 12px;
  padding: 15px;
}
.list-square-boxes li a.square-box-inner {
  transition: border-color 0.3s;
}
.list-square-boxes li a.square-box-inner:hover {
  border-color: #0071f3;
}

.section-info {
  padding: 80px 0;
}

@media only screen and (max-width: 767.98px) {
  .main-title {
    margin-bottom: 36px;
    font-size: 36px;
    line-height: 1.0556;
  }

  .sub-title {
    margin-top: 36px;
    font-size: 24px;
  }

  .section-info {
    padding: 32px 0;
  }

  .list-square-boxes {
    gap: 6px;
  }

  .table-round-striped-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  .table-round-striped {
    display: block;
  }
  .table-round-striped thead {
    display: block;
  }
  .table-round-striped thead .table-accordion-head {
    position: relative;
    display: block;
  }
  .table-round-striped thead .table-accordion-head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-right: 2px solid #181818;
    border-bottom: 2px solid #181818;
    margin-top: -7px;
    transition: transform 0.3s;
  }
  .table-round-striped thead .table-accordion-head[aria-expanded=true]:after {
    transform: rotate(-135deg);
  }
  .table-round-striped tbody {
    transition: all 0.3s;
  }
  .table-round-striped tbody.table-accordion-body {
    display: block;
  }
  .table-round-striped tbody.table-accordion-body.collapse {
    display: none;
  }
  .table-round-striped tbody.table-accordion-body.collapse.show {
    display: block;
  }
  .table-round-striped tr {
    display: block;
  }
  .table-round-striped tr:nth-child(odd) td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .table-round-striped tr:nth-child(odd) td:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .table-round-striped th {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .table-round-striped th:first-child {
    padding-left: 20px;
  }
  .table-round-striped th:not(:first-child) {
    display: none;
  }
  .table-round-striped th p {
    display: none;
  }
  .table-round-striped th .table-accordion-head {
    pointer-events: all;
  }
  .table-round-striped td {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2858;
  }
  .table-round-striped td:first-child {
    display: block;
    font-weight: 600;
    padding-top: 20px;
  }
  .table-round-striped td:not(:first-child):before {
    content: attr(data-th);
    display: block;
    text-transform: none;
  }
  .table-round-striped td:last-child {
    padding-bottom: 20px;
  }
  .table-round-striped sup {
    font-size: 85%;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 374px) {
  .list-square-boxes {
    justify-content: center;
  }
}
/*========================================================*\
    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=interchange_scheme_fees.dc5c058b.css.map*/