/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}


/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}


/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}


/* CSS Mode */

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}

.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 30px;
    height: 19px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}


/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
    font-family: "Gilroy";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.eot");
    src: url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.eot");
    src: url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.eot");
    src: url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.eot");
    src: url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    font-family: "Gilroy", sans-serif;
}

main {
    max-width: 100vw;
    overflow: hidden;
    scroll-behavior: smooth;
    padding-top: 8.5rem;
    min-height: calc(100vh - 17.7rem);
    color: #272727;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 6rem;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    font-size: 1.4rem;
}

.container--page {
    padding: 5rem 15px 5rem 15px;
}

@media screen and (max-width: 1399px) {
    .container {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 540px;
    }

    .container--page {
        padding: 3rem 15px 3rem 15px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 100%;
    }
}

.page {
    padding: 5rem 0 10rem 0;
}

@media screen and (max-width: 767px) {
    .page {
        padding: 3rem 0 7rem 0;
    }
}

.page-heading__title {
    font-weight: 600;
    font-size: 4.2rem;
    color: #272727;
}

.page-heading__title span {
    color: #0077C6;
}

.page-heading__desc {
    margin-top: 1.2rem;
    font-weight: 600;
}

.page-heading__desc p {
    margin: 0;
}

.page-heading--centered {
    text-align: center;
}

.page-heading--with-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-heading--with-buttons .page-heading__btns {
    grid-template-columns: 17.7rem 17.7rem;
    text-align: center;
    grid-gap: 1rem;
}

.page-heading--with-buttons .page-heading__btns .btn {
    line-height: 2.4rem;
}

@media screen and (max-width: 991px) {
    .page-heading__title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 767px) {
    .page-heading--with-buttons {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .page-heading__title {
        font-size: 3rem;
    }
}

.btn {
    outline: none;
    cursor: pointer;
}

.btn--accent,
.btn--light,
.btn--accent-border,
.btn--accent-secondary {
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border: 0.2rem solid;
}

.btn--accent {
    background: #0077C6;
    color: #fff;
    border-color: #0077C6;
}

.btn--accent:hover {
    background: #005893;
    border-color: #005893;
}

.btn--accent-secondary {
    background: #52BA00;
    color: #fff;
    border-color: #52BA00;
}

.btn--accent-secondary:hover {
    background: #3c8700;
    border-color: #3c8700;
}

.btn--accent-border {
    border-color: #0077C6;
    background: #ffffff;
    color: #272727;
}

.btn--accent-border:hover {
    background: rgba(0, 119, 198, 0.1);
}

.btn--transparent {
    background: transparent;
}

.btn--transparent:hover {
    background: rgba(0, 119, 198, 0.1);
}

.btn--light {
    background: #F6F6F6;
    color: #272727;
    border-color: #F6F6F6;
}

.btn--light:hover {
    background: #dddddd;
    border-color: #dddddd;
}

.btn--full-width {
    width: 100%;
    text-align: center;
}

.btn--text-arrow {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
}

.btn--text-arrow svg {
    margin-left: 2px;
    width: 8px;
    height: 5px;
}

.btn--text-arrow .btn__name {
    font-weight: 600;
}

.btn--with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn--with-icon .btn__icon {
    width: 1.5rem;
    height: 1.5rem;
}

.btn--with-icon .btn__name {
    margin-left: 0.5rem;
    white-space: nowrap;
}

.btn--tab {
    padding: 1.5rem 2rem;
    border: none;
    border-radius: 0.4rem;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #F5F5F5;
}

.btn--tab .btn__name,
.btn--tab .btn__icon svg path {
    transition: 0.3s ease-in-out;
}

.btn--tab .btn__name {
    white-space: nowrap;
    line-height: 1;
}

.btn--tab .btn__icon svg path {
    fill: #272727;
}

.btn--tab:hover {
    background: rgba(0, 119, 198, 0.3);
}

.btn--tab-active {
    background: #0077C6;
}

.btn--tab-active .btn__name {
    color: #fff;
}

.btn--tab-active .btn__icon svg path {
    fill: #fff;
}

.btn--tab-active:hover {
    background: darkgray;
}

.btn--tab-active:hover .btn__name {
    color: #272727;
}

.btn--tab-active:hover .btn__icon svg path {
    fill: #272727;
}

@media screen and (max-width: 575px) {

    .btn--accent,
    .btn--light,
    .btn--accent-border,
    .btn--tab {
        padding: 1rem;
    }

    .btn--tab .btn__name {
        font-size: 1.2rem;
    }
}

.link--dark {
    color: #000000;
    transition: 0.3s ease-in-out;
    font-size: 1.4rem;
    line-height: 140%;
}

.link--dark:hover {
    color: #0077C6;
}

.link--def {
    position: relative;
    display: inline-block;
}

.link--def::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #000000;
}

.link--def:hover {
    color: #0077C6;
}

.link--accent-underline {
    position: relative;
    display: inline-block;
    color: #272727;
}

.link--accent-underline::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #0077C6;
}

.link--accent-underline:hover {
    color: #0077C6;
}

.link--with-icon {
    display: flex;
    align-items: center;
}

.link--with-icon::before {
    display: none;
}

.link--with-icon svg {
    margin: 0 1rem;
}

.link--with-icon .link__name {
    position: relative;
    display: inline-block;
}

.link--with-icon .link__name::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #0077C6;
}

.link--full-accent {
    color: #0077C6;
}

.link--full-accent:hover {
    color: #272727;
}

.section-heading__title {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 3.9rem;
}

.section-heading__title span {
    color: #0077C6;
}

.section-heading__desc {
    margin-top: 2rem;
    color: #444;
    line-height: 140%;
}

.section-heading--justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .section-heading__title {
        font-size: 2.6rem;
        line-height: 140%;
    }

    .section-heading__desc {
        margin-top: 1rem;
    }

    .section-heading__desc p:not(:first-child) {
        margin: 1rem 0;
    }

    .section-heading__desc p:first-child {
        margin: 0;
    }
}

@media screen and (max-width: 575px) {
    .section-heading__title {
        font-size: 2.2rem;
    }
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
}

.mobile-menu__container {
    height: 100%;
}

.mobile-menu--active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mobile-menu--user .mobile-menu__container {
    padding-top: 6rem;
}

.mobile-menu--user .mobile-menu__nav {
    margin-top: 2rem;
}

.mobile-menu--no-user .mobile-menu__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu--no-user .mobile-menu__nav {
    margin-top: 3rem;
}

.logo {
    display: block;
    width: 100%;
    height: auto;
}

.logo__img {
    width: 100%;
    height: auto;
}

.logo-and-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-and-nav__logo {
    margin-right: 5rem;
    width: 17rem;
}

.logo-and-nav__nav {
    margin-left: 5rem;
}

@media screen and (max-width: 991px) {
    .logo-and-nav__nav {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .logo-and-nav__logo {
        width: 11rem;
    }

    .logo-and-nav__nav {
        display: none;
    }
}

.nav__list {
    display: flex;
}

.nav__item:not(:first-child):not(:last-child) {
    margin: 0 1.5rem;
}

.nav__item:first-child {
    margin-right: 1.5rem;
}

.nav__item:last-child {
    margin-left: 1.5rem;
}

.nav__link {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
}

.nav__link:hover {
    color: #0077C6;
}

.nav--mobile-user .nav__list {
    margin: auto;
    width: 80%;
    justify-content: space-between;
}

.nav--mobile-no-user .nav__list {
    margin: auto;
    flex-direction: column-reverse;
    align-items: center;
}

.nav--mobile-no-user .nav__item:not(:first-child):not(:last-child) {
    margin: 1rem 0;
}

.nav--mobile-no-user .nav__item:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
}

.nav--mobile-no-user .nav__item:last-child {
    margin-left: 0;
    margin-top: 1rem;
}

.sign-block__list {
    display: flex;
}

.sign-block__item {
    position: relative;
}

.sign-block__item:first-child {
    margin-right: 1.2rem;
}

.sign-block__item:last-child {
    margin-left: 1.2rem;
}

.sign-block__item:last-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.2rem;
    height: 1.2rem;
    width: 1px;
    background: #000000;
}

.sign-block__link {
    color: #000000;
    font-size: 1.4rem;
}

.sign-block__link:hover {
    color: #0077C6;
}

.user-info {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 2rem;
    display: grid;
    grid-template-columns: auto 2.5rem 0.8rem;
    grid-gap: 0.8rem;
    align-items: center;
    cursor: pointer;
}

.user-info__name {
    max-width: 10rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.user-info__img-wr {
    width: 2.5rem;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
}

.user-info__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info__arrow svg {
    transition: 0.3s ease-in-out;
}

.user-info--active .user-info__arrow svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .user-info {
        display: flex;
        flex-direction: column-reverse;
        background: transparent;
    }

    .user-info__arrow {
        display: none;
    }

    .user-info__img-wr {
        width: 6.5rem;
    }
}

.user-nav {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    z-index: 3;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.user-nav__list {
    padding: 0 1rem;
}

.user-nav__item {
    padding: 1rem 0;
}

.user-nav__item:not(:last-child) {
    border-bottom: 1px solid #F5F5F5;
}

.user-nav__link {
    display: flex;
    align-items: center;
    color: #272727;
    transition: 0.3s ease-in-out;
}

.user-nav__icon-wr {
    width: 1.5rem;
    height: 1.5rem;
}

.user-nav__icon-wr svg {
    width: 100%;
    height: 100%;
}

.user-nav__item-title {
    margin-left: 1rem;
    font-weight: 500;
}

.user-nav__link:hover {
    color: #0077C6;
}

.user-nav__bue-reports {
    margin-top: 1.5rem;
    display: block;
    width: 100%;
}

.user-nav--active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .user-nav {
        opacity: 1;
        visibility: visible;
    }
}

.user {
    position: relative;
}

.user__info {
    position: relative;
}

.user__nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .user__nav {
        position: relative;
        top: 0;
        margin-top: 2rem;
    }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.54);
    z-index: 6;
    display: none;
}

.modal--default .modal__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 57rem;
    background: #ffffff;
    border-radius: 0.8rem;
    padding: 2.5rem;
    font-size: 1.4rem;
}

.modal--default .modal__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 2.4rem !important;
    height: 2.4rem !important;
    width: 100%;
    height: 100%;
}

.modal--default .modal__close svg {
    transition: 0.3s ease-in-out;
}

.modal--default .modal__close:hover svg {
    transform: rotate(180deg);
}

.modal--default .modal__title {
    font-size: 2.4rem;
}

.modal--default .modal__steps-wr {
    margin-top: 1rem;
}

.modal--default .modal__add-service-link {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.modal--default .modal__add-service-link span {
    margin-left: 0.8rem;
    color: #0077C6;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.modal--default .modal__add-service-link svg path {
    transition: 0.3s ease-in-out;
}

.modal--default .modal__add-service-link:hover span {
    color: #272727;
}

.modal--default .modal__add-service-link:hover svg path {
    fill: #272727;
}

.modal--default .modal__service-fields {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.modal--default .modal__service-fields .modal__service-input:first-child {
    width: 16.5rem;
}

.modal--default .modal__service-fields .modal__service-input:last-child {
    width: 17rem;
}

.modal--default .modal__service-input label {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.modal--default .modal__service-select {
    margin-top: 2rem;
    position: relative;
}

.modal--default .modal__service-checks-wr {
    margin-top: 1.5rem;
}

.modal--default .modal__service-check label {
    font-weight: 400;
}

.modal--default .modal__service-check:not(:first-child) {
    margin-top: 0.8rem;
}

.modal--default .modal__service-btns {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 12rem);
    grid-gap: 1.4rem;
    justify-content: flex-end;
}

.modal--active {
    display: block;
}

.modal--venhicle-video .modal__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 77rem;
    aspect-ratio: 9/5;
}

.modal--venhicle-video .modal__video {
    width: 100%;
    height: 100%;
}

.modal--venhicle-video .modal__play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    .modal__inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .modal--default .modal__service-fields {
        display: block;
    }

    .modal--default .modal__service-input:last-child {
        margin-top: 1rem;
    }
}

.custom-input {
    width: 100%;
}

.custom-input__field {
    width: 100%;
    border: none;
    background: #F7F7F7;
    outline: none;
    -moz-appearance: textfield;
}

.custom-input__field::-webkit-input-placeholder {
    color: #8E8E8E;
}

.custom-input__field:-moz-placeholder {
    color: #8E8E8E;
}

.custom-input__field::-moz-placeholder {
    color: #8E8E8E;
}

.custom-input__field:-ms-input-placeholder {
    color: #8E8E8E;
}

.custom-input__field--number::-webkit-outer-spin-button,
.custom-input__field--number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-input--default .custom-input__field {
    padding: 1.7rem 2rem;
    border-radius: 6px;
}

.custom-input--white-bg .custom-input__field {
    background: #ffffff;
}

.custom-input--dark .custom-input__field {
    background: #F5F5F5;
}

.custom-input--disabled .custom-input__field {
    opacity: 0.6;
}

.custom-input--disabled .custom-input__logged-another {
    margin-top: 1rem;
    width: 100%;
}

.custom-input--with-label-above .custom-input__label {
    font-weight: 600;
    color: #000000;
}

.custom-input--with-label-above .custom-input__field-wr {
    margin-top: 0.5rem;
}

.custom-input__fields-combo .custom-input__field-wr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.6rem;
}

.custom-input--half .custom-input__field-wr {
    width: 50%;
}

.custom-input--sm .custom-input__field {
    padding: 1.1rem 1.5rem;
    border-radius: 0.6rem;
}

.custom-input--xs .custom-input__field {
    padding: 0.7rem;
    border-radius: 0.4rem;
}

.custom-input--s .custom-input__field {
    padding: 0.7rem 1.5rem;
    border-radius: 0.4rem;
}

.custom-input--xxxl .custom-input__field {
    border-radius: 8px;
    padding: 2.5rem;
}

.custom-input--with-btn {
    display: flex;
}

.custom-input--with-btn .custom-input__field-wr {
    flex-grow: 1;
}

.custom-input--with-btn .custom-input__field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-input--with-btn .custom-input__btn {
    background: #0077C6;
    border: none;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    padding: 0 4.4rem;
    border-radius: 0px 8px 8px 0px;
    transition: 0.3s ease-in-out;
}

.custom-input--with-btn .custom-input__btn:hover {
    background: #005893;
}

.custom-input--password .custom-input__field-wr {
    position: relative;
}

.custom-input--password .custom-input__eye-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    width: 2rem;
    height: 2rem;
    padding: 0;
}

.custom-input--password .custom-input__eye-btn svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .custom-input--xxxl .custom-input__field {
        padding: 2.2rem;
    }
}

@media screen and (max-width: 575px) {
    .custom-input--with-btn .custom-input__btn {
        padding: 0 2rem;
    }

    .custom-input--xxxl .custom-input__field {
        padding: 1.7rem;
    }
}

.block-heading__title {
    font-weight: 600;
    font-size: 2.4rem;
}

.block-heading__desc {
    margin-top: 1rem;
    font-weight: 600;
}

.block-heading__desc p {
    margin: 0;
}

.block-heading--centered {
    text-align: center;
}

.block-heading--with-icon {
    display: flex;
    align-items: center;
}

.block-heading--with-icon>svg {
    width: 3rem;
    height: 3rem;
}

.block-heading--with-icon .block-heading__title {
    margin-left: 1.5rem;
}

@media screen and (max-width: 991px) {
    .block-heading__title {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 575px) {
    .block-heading__title {
        font-size: 2rem;
    }

    .block-heading--with-icon>svg {
        width: 2rem;
        height: 2rem;
    }

    .block-heading--with-icon .block-heading__title {
        margin-left: 0.5rem;
    }
}

.not-car-yeat {
    background: #F5F5F5;
    border-radius: 0.6rem;
    padding: 2.3rem 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-car-yeat__icon-wr {
    width: 2.5rem;
    height: 2.5rem;
}

.not-car-yeat__icon-wr svg {
    width: 100%;
    height: 100%;
}

.not-car-yeat__icon-wr svg path {
    fill: rgba(39, 39, 39, 0.5);
}

.not-car-yeat__text {
    margin-left: 1rem;
    font-weight: 600;
    line-height: 120%;
    color: rgba(39, 39, 39, 0.5);
}

.car-adding {
    background: #F5F5F5;
    border-radius: 0.8rem;
    padding: 3rem 2rem;
}

.car-adding__by-win,
.car-adding__or,
.car-adding__by-license-and-state,
.car-adding__btn {
    margin-top: 2rem;
}

.car-adding__or {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.car-adding__field:not(:first-child) {
    margin-top: 1rem;
}

.car-adding__btn {
    display: block;
    width: 100%;
}

.car-adding__close {
    display: none;
}

@media screen and (max-width: 1199px) {
    .car-adding__close {
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        padding: 0;
        border: none;
        outline: none;
        background: transparent;
        cursor: pointer;
        display: block;
    }
}

.added-car-item {
    background: #F5F5F5;
    border-radius: 0.6rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.added-car-item__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}

.added-car-item__arrow svg path {
    transition: 0.3s ease-in-out;
}

.added-car-item__img-wr {
    width: 8rem;
    height: 6rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.added-car-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.added-car-item__name {
    margin-left: 1.5rem;
    max-width: 9rem;
    color: #272727;
    line-height: 120%;
    font-size: 1.4rem;
    transition: 0.3s ease-in-out;
}

.added-car-item:hover {
    background: #0077C6;
}

.added-car-item:hover .added-car-item__name {
    color: #fff;
}

.added-car-item:hover .added-car-item__arrow svg path {
    stroke: #fff;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #F5F5F5;
    padding: 2rem 0;
    z-index: 4;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__hamburger {
    display: none;
}

input.custom-input__field.error {
    border: 1px solid #dc3545;
}

.custom-input__field-wr span.error {
    font-size: 11px;
}

.custom-input__field-wr .customSelect span.custom-select-opener.error {
    border: 1px solid #dc3545;
}

.custom-check__field-wr span#agree-error {
    display: none !important;
}

.custom-check__field-wr .custom-check__customize.error {
    border: 1px solid #dc3545;
}

@media screen and (max-width: 767px) {
    .header {
        padding: 1.5rem 0;
    }

    .header__user-info {
        display: none;
    }

    .header__hamburger {
        display: block;
    }
}

.footer {
    padding: 2rem 0;
    background: #F5F5F5;
}

.footer__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer__left-side {
    flex-basis: 495px;
}

.footer__content {
    margin-top: 4rem;
    font-size: 1.2rem;
}

.footer__link-item {
    font-size: 1.2rem;
}

.footer__link-item:first-child {
    margin-right: 1.5rem;
}

.footer__link-item:last-child {
    margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
    .footer__container {
        display: block;
    }

    .footer__content {
        margin-top: 2rem;
    }
}

.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-message a,
.toast-message label {
    color: #FFF;
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px;
    }
}

.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4 !important;
    grid-row: 1/4 !important;
    grid-template-columns: 1fr 99fr 1fr;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
    pointer-events: all;
}

.swal2-popup.swal2-toast>* {
    grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0.5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
    justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: 0.5em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: 0.8em;
    height: 0.8em;
    margin: 0;
    font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: 0.5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 0.875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-start;
    height: auto;
    margin: 0;
    margin-top: 0.5em;
    padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0.25em 0.5em;
    padding: 0.4em 0.6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: 0.9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
    background: transparent !important;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-bottom-start {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-top,
.swal2-container.swal2-center,
.swal2-container.swal2-bottom {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-bottom-end {
    grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start>.swal2-popup {
    align-self: start;
}

.swal2-container.swal2-top>.swal2-popup {
    grid-column: 2;
    align-self: start;
    justify-self: center;
}

.swal2-container.swal2-top-end>.swal2-popup,
.swal2-container.swal2-top-right>.swal2-popup {
    grid-column: 3;
    align-self: start;
    justify-self: end;
}

.swal2-container.swal2-center-start>.swal2-popup,
.swal2-container.swal2-center-left>.swal2-popup {
    grid-row: 2;
    align-self: center;
}

.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
}

.swal2-container.swal2-center-end>.swal2-popup,
.swal2-container.swal2-center-right>.swal2-popup {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end;
}

.swal2-container.swal2-bottom-start>.swal2-popup,
.swal2-container.swal2-bottom-left>.swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
}

.swal2-container.swal2-bottom>.swal2-popup {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    align-self: end;
}

.swal2-container.swal2-bottom-end>.swal2-popup,
.swal2-container.swal2-bottom-right>.swal2-popup {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end;
}

.swal2-container.swal2-grow-row>.swal2-popup,
.swal2-container.swal2-grow-fullscreen>.swal2-popup {
    grid-column: 1/4;
    width: 100%;
}

.swal2-container.swal2-grow-column>.swal2-popup,
.swal2-container.swal2-grow-fullscreen>.swal2-popup {
    grid-row: 1/4;
    align-self: stretch;
}

.swal2-container.swal2-no-transition {
    transition: none !important;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-popup:focus {
    outline: none;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow 0.1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500;
}

.swal2-styled:not([disabled]) {
    cursor: pointer;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
    outline: none;
}

.swal2-styled::-moz-focus-inner {
    border: 0;
}

.swal2-footer {
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em;
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    height: 0.25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
    max-width: 100%;
    margin: 2em auto 1em;
}

.swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s, box-shadow 0.1s;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end;
}

.swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474;
}

.swal2-close:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
    border: 0;
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em 0.3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
    margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
    box-sizing: border-box;
    width: auto;
    transition: border-color 0.1s, box-shadow 0.1s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
    color: inherit;
    font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
    color: #ccc;
}

.swal2-range {
    margin: 1em 2em 0;
    background: #fff;
}

.swal2-range input {
    width: 80%;
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center;
}

.swal2-range input,
.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}

.swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}

.swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background: inherit;
    font-size: 1.125em;
}

.swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
    margin: 0 0.6em;
    font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
    flex-shrink: 0;
    margin: 0 0.4em;
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto 0;
}

.swal2-validation-message {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
}

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: 0.8125em;
    width: 1.5625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    padding: 0;
    background: inherit;
    font-weight: 600;
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative;
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #2778c4;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    animation: swal2-show 0.3s;
}

.swal2-hide {
    animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
    transition: none;
}

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

.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto;
}

.cmn-input input.filled {
    background: #51CD25 !important;
    color: white !important;
}



@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
    }

    33% {
        transform: translateY(0) rotateZ(-2deg);
    }

    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
    }

    100% {
        transform: translateY(0) rotateZ(0deg);
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }

    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }

    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: 0.8125em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0;
    }

    25% {
        transform: rotateZ(-25deg);
        opacity: 0.4;
    }

    50% {
        transform: rotateZ(15deg);
        opacity: 0.8;
    }

    75% {
        transform: rotateZ(-5deg);
        opacity: 1;
    }

    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
    background-color: transparent !important;
    pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important;
    }
}

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: transparent;
    pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.add-car__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-car__add-heading-btn {
    display: none;
}

.add-car__grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 57rem 35rem;
    justify-content: space-between;
    align-items: flex-start;
}

.add-car__cars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 3rem;
    align-items: flex-start;
}

.add-car__car-item {
    position: relative;
}

@media screen and (max-width: 1199px) {
    .add-car__add-heading-btn {
        display: block;
    }

    .add-car__grid {
        display: block;
    }

    .add-car__adding-wr {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 6;
        background: rgba(24, 24, 24, 0.54);
        display: none;
    }

    .add-car__adding-wr--active {
        display: block;
    }

    .add-car__adding {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30rem;
    }
}

@media screen and (max-width: 575px) {
    .add-car__cars {
        grid-template-columns: 1fr;
    }
}

.view_service_wrapper h2,
.view_service_wrapper h1 {
    text-transform: uppercase;
}

select.chooseRegularService {
    border-radius: 10px;
    height: 70px;
    width: 70%;
    display: flex;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 0rem;
    background: #0076C6;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

select.chooseRegularService.issueBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/assets/images/icon-botton.png');
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: 25px;
    padding: 1rem;
    padding-right: 2rem;
    background-size: 35px;
}

select.chooseRegularService:focus-visible {
    outline: 0px;
}

select.chooseRegularService option {
    font-size: 20px;
}

.slickImageSlider .image.slick-slide {
    verflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /* flex-direction: column; */
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .66667% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
}

.slickImageSlider .main-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-flex: 0 0 13.8em;
    -ms-flex: 0 0 13.8em;
    min-height: 475px !important;
    min-width: 100%;
}

.slickImageSlider .main-img img {
    height: 100%;
}

.oilservice_additional span.color_blue.text-end {
    text-transform: uppercase;
}

.show_other_similar_services {
    position: unset !important;
    margin-bottom: 2px;
    height: 91%;
    background: #fff;
}

.show_other_similar_services ul li a:hover {
    background: rgba(0, 118, 198, 0.52);
    color: #ffffff;
}

.show_other_similar_services ul li a {
    color: #000;
    padding: 10px 15px;
    display: block;
    font-weight: 500;
    transition: all 0.5s ease;
}

.show_other_similar_services .empty::after {
    content: 'EMPTY';
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    align-items: center;
    text-align: center;
    letter-spacing: 20px;
    color: rgba(110, 110, 110, 0.26);
    top: 47%;
    position: absolute;
    margin: 0px auto;
    display: table;
    left: 0;
    right: 0;
}

.show_other_similar_services li.active {
    background-color: rgba(0, 118, 198, 0.52);
}

.show_other_similar_services li.active a {
    color: #fff;
}



.text-slider .slider-heading {
    position: absolute;
    top: -65px;
    z-index: 99;
}

.text-slider .slider-heading h2 {
    font-weight: 400;
    font-size: 37px;
    line-height: 42px;
    color: #0076C6;
    margin-bottom: 2.5rem;
}

.text-slider .slick-list.draggable {
    padding-top: 72px;
    position: relative;
    top: -72px;
}

.text-slider {
    padding-top: 70px;
}

.text-slider .image.slick-slide.slick-current.slick-active {
    overflow: unset;
}

#viewServiceTabSection.tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

#viewServiceTabSection.tab-content>.active {
    height: auto;
}

.new_vin_service h3 {
    margin-top: 10px !important;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.25em;
    color: #0076C6;
    max-width: 100%;
    margin: auto;
}

.cardt-tabs .pre-service-doc {
    margin-top: 40px;
}

.cardt-tabs .new_vin_service {
    margin-bottom: 50px;
}

.pre-service-doc.service_photos.serchheading {
    width: 80%;
}

.afterbefore-img-ineer.img-ineer {
    min-height: 630px !important;
}

.service_photos2 {
    width: AUTO;
}

h3.handheading {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 64px;
    display: flex;
    align-items: center;
    color: #0076C6;
}

.GRITS h4.h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #0076C6;
    justify-content: center;
    margin-bottom: 20px;
}

.GRITS ul li {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #299E00;
    width: 50%;
    justify-content: center;
}

.GRITS ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.inner_services_info.right_col.col-md-5 {
    float: right;
}

.list-neer ul {
    display: flex;
    justify-content: center;
}

.list-neer ul li:first-child {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #000000;
    width: 70%;
    justify-content: right;
}

.list-neer ul li:last-child {
    width: 30%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #0076C6;
    margin-left: 13px;
}

.list-neer {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.onlyheading {
    display: flex;
    flex-direction: column;
}

.onlyheading h3.handheading {
    justify-content: right;
}

.GRITS h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 26px;
}

.pre-service-doc.justify-content-center.col-md-6 {
    width: 50%;
}

.tags h4.h4 {
    color: #299E00;
}

#ceramic_coating .onlyheading h3.handheading {
    justify-content: center;
    text-transform: uppercase;
}

h1.big-heading {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.35em;
    text-decoration-line: underline;
    color: #000000;
    justify-content: right;
    padding: 11px 100px;
}

.green-text li:last-child {
    color: #299E00 !IMPORTANT;
}

.pre-service-doc.col-md-12 {
    width: 90%;
}


/*tair-services-output*/

.outputview a.nav-link img {
    width: 80px;
}

.outputview li.nav-item {
    width: 25% !important;
}

.outputview li.nav-item a {
    font-size: 25px !important;
}

.outputview .list-neer li {
    width: 50% !important;
    font-size: 15px !IMPORTANT;
    margin-top: 5px;
}

.outputview .cat span {
    width: 140px !important;
}

.switch input.switch-input {
    opacity: 0;
}


/*order-track-bar*/

.tracking-icon svg {
    color: #D9D9D9;
}

.tracking-item input {
    position: absolute;
    opacity: 0;
    z-index: 9;
    height: 50px;
    width: 41px;
    left: -29px !important;
}

.greens input:checked+div svg {
    color: #51CD25;
}

.yellows input:checked+div svg {
    color: #FFEF64;
}

.yellows-dark input:checked+div svg {
    color: #FFB800;
}

.tracking-content h1 {
    margin: 3px 0px;
    font-size: 20px;
}

.tracking-detail {
    padding: 3rem 0
}

#tracking {
    margin-bottom: 1rem
}

[class*=tracking-status-] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

[class*=tracking-status-] {
    padding: 1.6rem 0
}

.tracking-item {
    border-left: 7px solid #e5e5e5;
    position: relative;
    padding: .3rem 1.5rem 0.3rem 2.5rem;
    font-size: .9rem;
    margin-left: 3rem;
    min-height: 1rem;
}

.tracking-item:last-child {
    padding-bottom: 1rem
}

.tracking-item .tracking-date {
    margin-bottom: .5rem
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: .4rem
}

.tracking-item .tracking-content {
    padding: .5rem .8rem;
    background-color: #f4f4f4;
    border-radius: .5rem
}

.tracking-item .tracking-content span {
    display: block;
    color: #888;
    font-size: 85%
}

.tracking-item .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff
}

.tracking-item .tracking-icon.status-intransit {
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    font-size: .6rem
}

.tracking-item {
    margin-left: 10px;
}

.tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right
}

.tracking-item .tracking-date span {
    display: block
}

.tracking-item .tracking-content {
    padding: 0;
    background-color: transparent
}

/*order-track-bar*/
.view-img-ineer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-flex: 0 0 8.8em;
    -ms-flex: 0 0 13.8em;
    min-height: 150px !important;
    min-width: 100%;
    overflow: hidden;
}

.view-img {
    verflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /* flex-direction: column; */
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
}

.switch-left-right .switch-label:before {
    background: #c80000 !important;
    color: #fff;
}

.greens input:checked+div+.tracking-content h1 {
    color: #00eb38;
}

.yellows input:checked+div+.tracking-content h1 {
    color: #FFEF64;
}

.yellows-dark input:checked+div+.tracking-content h1 {
    color: #FFB800;
}

.customSLiderHeading {
    font-weight: 400;
    font-size: 32px;
    color: #0076C6;
    text-align: center;
}

.showServiceIconName {
    text-align: center;
    color: #4B6FC3;
    text-transform: uppercase;
    min-height: 50px;
}

.showServiceIconName h4 {
    font-size: 25px;
    font-weight: 500;
}

/*tair-services-output*/

.notRecorded {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0.25em;
    color: #e4e4e4;
    text-align: center;
}

.block-heading h4.block-heading__title {
    font-weight: 900;
    font-size: 19px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25em;
    color: #0076C6;
    justify-content: center;
    padding: 25px 0px;
}

.car-listing ul.history_found li {
    width: 48.5%;
}

.car-listing ul.history_found .image p.transfer {
    text-shadow: 0px 2px 12px #000000;
    background: none;
    border: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FE0002;
    font-weight: 900;
    font-size: 25px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    position: absolute;
    color: #FFFFFF;
    top: 23px;
    left: 4px;
}

.car-listing ul.history_found .image p.remove {
    text-shadow: 0px 2px 12px #000000;
    background: none;
    border: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FE0002;
    font-weight: 900;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    position: absolute;
    color: #FFFFFF;
    top: 72px;
    left: 0px;
    right: 0px;
}

.car-listing ul.history_found .image p.remove {
    top: 48px;
}

.car_img.vehicle_present {
    position: relative;
}

h1.emptyheading {
    font-weight: 900;
    font-size: 66px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.81em;
    color: #F5F5F5;
    line-height: 42px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.add-car__cars {
    position: relative;
}

.hover-btns {
    display: none;

    align-items: center;
    justify-content: center;
    gap: 3rem;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #00000073;
}

.hover-btns a {
    font-weight: 900;
    font-size: 23px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF !important;
    text-shadow: 0px 0px 10px #0076c6;
    -webkit-text-stroke-color: #0076C6 !IMPORTANT;
}

.car_img.vehicle_present:hover .hover-btns {
    display: flex !important;
}

.full-page {
    background: #F5F5F5;
    opacity: 0.5;
    border-radius: 10px;
}



.leftbox-form input,
.leftbox-form select {
    text-align: center !important;
    border: 0px;
    background-color: #fff !important;
    margin-bottom: 10px;
    padding: 15px 20px;
}

.leftbox-form p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0076C6;
}

.right-imagbox p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0076C6;
}

.right-imagbox .ineer-box .form-btnw-wrap.small_img.upgrade-checked {
    position: relative;
    width: 60%;
    background: #e6e6e6;
    border-radius: 5px;
    height: 250px;
    margin: 0px auto;
}

.right-imagbox .ineer-box .form-btnw-wrap.small_img.upgrade-checked label.text-center {
    font-size: 20px !important;
}

.right-imagbox .col-12 p,
.right-imagbox .col-6 p {
    font-weight: 400;
    font-size: 13px;
    line-height: 55px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0076C6 !important;
    justify-content: center;
}

.two-box-img .ineer-box .form-btnw-wrap.small_img.upgrade-checked {
    position: relative;
    width: 90%;
    background: #e6e6e6;
    border-radius: 5px;
    height: 170px;
    margin: 0px auto;
}

label.error {
    display: none !important;
}

.form-group.error {
    border: 1px solid red;
}


#addVehicleForm .form-group.error {
    border: 0px;
}

.leftbox-form .form-group {
    position: relative;
}

.addVehicleForm .full-page.pb-5 {
    opacity: unset;
}

.right-imagbox {
    width: 64%;
}

.app-logo2 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

.app-logo2 picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.app-logo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-logo .logo-and-nav__logo {
    margin-right: 0px;
    width: 25rem;
    margin-top: 28px;
}

.app-logo h3 {
    font-size: 30px;
}

p.app-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #575757;
    padding: 0 8px;
    width: 901px;
    margin-top: 20px;
}




/* new_page_css */

@media(max-width:991px) {
    .forbr {
        margin-top: 50px !important;
    }
    .forspaceing {
        padding-top: 50px !important;
    }
    .bg-gray .px-5 div {
        padding: 0px 3px !important;
    }

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

    .forspaceing .col-5 p {
        text-align: left;
    }

    .imag-bar2 {
        justify-content: center !important;
        gap: 2rem;
    }

    .imag-bar .col-3 {
        width: 30% !important;
    }

    .imag-bar .col-3 span.p-4.d-flex.justify-content-center {
        font-size: 10px;
        padding: 10px 0px !important;
    }

    .bg-gray .px-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .option {
        font-weight: 300 !important;
        font-size: 11px !important;
    }

    h2.headingcenter.mt-5.mb-5 {
        margin: 10px !important;
        font-size: 15px !important;
    }
    ul li .section-2 p {
        text-align: left;
    }
    .topbars picture {
        height: 100% !important;
    }

    .section-2 p,
    span.font-size10p {
        font-size: 13px !important;
        line-height: 25px !important;
        width: auto;
    }

    .imag-bar {
        flex-wrap: wrap;
    }

    .bg-gray {
        padding-bottom: 10rem !important;
    }

    h4.bottomtitel {
        font-size: 13px !important;
        padding: 0px 5px !important;
    }

    h4.bottomtitel::before {
        height: 107% !important;
        top: -3px !important;
    }

    .topbars h2.text-withe {    line-height: 20px !important;
        font-size: 15px !important;
    }

    .topbars .col-7::before {
        height: 106% !important;
        top: -6px !important;
    }

    .section-2 .col-5 p {word-break: break-all;
        text-align: left;
        font-size: 13px !important;
        line-height: 15px !important;
    }
    p.justify-content-end.col-3 {
        max-width: 100%;
        flex: 0 0 60%;
        padding: 0px;
    }
    .section-2 h3 {text-align: left !important;
        font-size: 14px !important;
        line-height: 15px !important;
    }

    .section-2 .col-6 p {
        font-size: 11px !important;
        line-height: 15px !important;
        word-break: break-word;
    }

    .section-2 {
        margin-top: 16px !important;
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

    .section-2 {
        margin-top: 0px !important;
    }

    .spansize {
        font-size: 10px;
    }

    .bg-gray .switch {    margin-bottom: 0px !important;
        width: 50px !important;
        height: 21px !important;
        padding: 0px !important;
    }

    .bg-gray .switch-input:checked~.switch-handle {
        left: 30px !important;
        top: 1px;
    }

    .bg-gray .switch-handle {
        width: 18px !important;
        height: 18px !important;
    }

    .bg-gray .switch-label {
        font-size: 10px !important;
    }
}


.bg-gray {
    background-color: #E6E6E6;
    padding-left: 0;
    padding-right: 0;
}

.topbars {
    background-color: #ffff;
}

.topbars picture {
    padding: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.topbars picture img.logo__img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.topbars .col-7 {
    background-color: #0076C6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.topbars h2.text-withe {
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 77px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

h4.bottomtitel {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #0076C6;
    background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: -22px;
}

.topbars .col-7::before {
    content: "";
    position: absolute;
    left: -27px;
    width: 27px;
    height: 108%;
    background: linear-gradient(to bottom right, transparent 0%, transparent 53%, #0076C6 56%, #0076C6 100%);
    top: -16px;
}

h4.bottomtitel::before {
    content: "";
    position: absolute;
    left: -27px;
    width: 27px;
    height: 65px;
    background: linear-gradient(to bottom right, transparent 0%, transparent 53%, #ffffff 56%, #ffffff 100%);
    top: -6px;
}

.section-2 h3,
.headingcenter {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    justify-content: center;
}

.section-2 p,
span.font-size10p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    font-size: 25px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    margin: 0px;
}

.section-2 .col-6 p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: baseline;
    text-align: center;
    color: #000000;
    justify-content: center;
    margin-bottom: 0px;
}

.text-start .text-start p,
.text-start .text-start h3 {
    text-align: left !important;
    justify-content: start;
}

.forbr {
    border: 1px solid #000;
    margin-top: 100px;
}

.option {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0076C6;
}

.color-blue p,
.color-blue span {
    color: #0076C6;
}

.imag-bar .col-3 {
    width: 24%;
}

.approve {
    color: #fff;
    background-color: #0076C6;
}

button.approve {
    border-radius: 25px;
    border: 0pc;
    padding: 10px 20px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}




.bg-gray .switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.bg-gray .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.bg-gray .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 20px;
    text-transform: uppercase;
    background: #FE0002;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.bg-gray .switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.bg-gray .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #ffff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.bg-gray .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.bg-gray .switch-input:checked~.switch-label {
    background: #299E00;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.bg-gray .switch-input:checked~.switch-label:before {
    opacity: 0;
}

.bg-gray .switch-input:checked~.switch-label:after {
    opacity: 1;
}

.bg-gray .switch-handle {
    position: absolute;
    top: 1.5px;
    left: 2px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.bg-gray .switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.bg-gray .switch-input:checked~.switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
    ========================== */
.bg-gray .switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.imag-bar2 .col-5.col-md-3 {
    width: 23% !important;
}

.viewSignatureModel .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
}

.kbw-signature {
    width: 100%;
}

/* new_page_css */
.kbw-signature {
    width: 100%;
    height: 200px;
}

.img-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 40, 52, 0.9);
    text-align: center;
    display: none;
    z-index: 9999999999999;
    animation: pop-in;
    animation-duration: 0.5s;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;
}

.close-lightbox {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0px 12px;
    color: #fff;
    font-size: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
}
.lightboxSliderWrapper {
    width: 50%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}
@media(max-width:991px)
{
    .lightboxSliderWrapper {
        width: 80%;} 

        .sizeimg {

            height: 55px !important;

        }
        .sizeimg img {border-radius: 5px;
            object-fit: cover;
            width: 100%;
            height: 100% !important;
        }
}

.slick-slider .main-img, .slickImageSlider .main-img{min-height: unset !important;}

.sizeimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    overflow: hidden;
}
.sizeimg  img {
    object-fit: fill;
    width: 100% !important;
    height: 100%;
    border-radius: 5px;
}

.datecounter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 22px;
    background-image: url(/assets/images/dateiocn.svg);
    padding: 80px 60px;
    width: 200px;
    margin: 0px auto;
    background-size: cover;
    background-position: center;
}

span.counter-label {
    font-size: 12px;
    color: #FFB800;
    font-style: italic;
    padding-right: 9px;
}
.counter-value {
    color: #FFB800;
    font-size: 20px;
}
.counter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.image-box-div img {
    border-radius: 20px 20px 0px 0px;
}

.listingimgsize {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
    overflow: hidden;
}

.listingimgsize img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}