:root {
  --color-black: #000;
  --color-white: #fff;
  --color-light: #F4F4F4;
  --color-gray: #F5F5F5;
  --color-gray-2: #F5F5F5;
  --color-text: #002926;
  --color-accent: #58C761;
  --color-accent-2: #73B640;
  --color-primary: #635BFF;
  --color-dark: #1c1a19;
  --color-dark-2: #434343;
  --color-gray-3: #BABBBF;
  --color-gray-4: #CED1D3;
  --color-gray-5: #CFCFCF;
  --color-gray-6: #E0E3E3;
  --color-gray-dark: #444A4E;
  --color-primary-2: #FEB31A;
  --color-secondary: #eadebc;
  --header-height: 65px;
  --nav-width: 310px;
}

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

@font-face {
  font-family: "ArgentumSans";
  src: local("[]"), url("../fonts/ArgentumSans/ArgentumSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ArgentumSans";
  src: local("[]"), url("../fonts/ArgentumSans/ArgentumSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ArgentumSans";
  src: local("[]"), url("../fonts/ArgentumSans/ArgentumSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Caveat";
  src: local("[]"), url("../fonts/Caveat/Caveat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-SemiBoldtalic.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("[]"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "icons";
  src: local("[]"), url("../fonts/icons/icomoon.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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.
 */


.btn-remove{
  border: none;
  background-color: transparent;
}
.btn-remove:hover{
  color: var(--color-accent);
  cursor: pointer;
}

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: 1.35em 1.75em 1.625em !important;
    border-radius: 20px;
    background: #f5f5f5;
    border: 0px;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  font-weight: 600;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
  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;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

#calcForm1, #calcForm2, #calcForm3{
  display: contents;
}

.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mt-30px{
  margin-top: 30px;
}

.mt-20px{
  margin-top: 20px;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}
.mb-20px {
  margin-bottom:20px !important;
}
.mb-27px {
  margin-bottom:27px !important;
}
.mb-30px {
  margin-bottom:30px !important;
}


.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.text-danger {
  color: red;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  max-width: 100%;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: all;
}

.swiper-slides-visible-all,
.swiper-only-mob,
.swiper-slides-visible {
  overflow: visible !important;
}

.swiper-slides-visible .swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.swiper-slides-visible-all .swiper-slide-active,
.swiper-slides-visible .swiper-slide-visible,
.swiper-slides-visible {
  opacity: 1 !important;
  visibility: visible;
}

@media (min-width: 992px) {
  .swiper-slides-lg-visible .swiper-slide {
    opacity: 0 !important;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .swiper-slides-visible-all .swiper-slide-active,
  .swiper-slides-lg-visible .swiper-slide-visible {
    opacity: 1 !important;
    visibility: visible;
  }
  .swiper-slides-visible-lg-2 .swiper-slide-active,
  .swiper-slides-visible-lg-2 .swiper-slide-active + .swiper-slide {
    opacity: 1 !important;
    visibility: visible;
  }
  .swiper-slides-visible-lg-3 .swiper-slide-active,
  .swiper-slides-visible-lg-3 .swiper-slide-active + .swiper-slide,
  .swiper-slides-visible-lg-3 .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1 !important;
    visibility: visible;
  }
  .swiper-slides-visible-lg-4 .swiper-slide-active,
  .swiper-slides-visible-lg-4 .swiper-slide-active + .swiper-slide,
  .swiper-slides-visible-lg-4 .swiper-slide-active + .swiper-slide + .swiper-slide,
  .swiper-slides-visible-lg-4 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1 !important;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .swiper-slides-visible-xl-3 .swiper-slide-active,
  .swiper-slides-visible-xl-3 .swiper-slide-active + .swiper-slide,
  .swiper-slides-visible-xl-3 .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1 !important;
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .swiper-slides-visible-xxl-3 .swiper-slide-active,
  .swiper-slides-visible-xxl-3 .swiper-slide-active + .swiper-slide,
  .swiper-slides-visible-xxl-3 .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1 !important;
    visibility: visible;
  }
}
@media (min-width: 2200px) {
  .swiper-slides-visible-xxxl-4 .swiper-slide-active,
  .swiper-slides-visible-xxxl-4 .swiper-slide-active + .swiper-slide,
  .swiper-slides-visible-xxxl-4 .swiper-slide-active + .swiper-slide + .swiper-slide,
  .swiper-slides-visible-xxxl-4 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1 !important;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .swiper-slides-visible-all-mob {
    overflow: visible !important;
  }
}
.swiper-slides-visible-1 .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.carousel-scrollbar {
  height: 10px;
  background-color: var(--color-gray-2);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 26px;
}

.carousel-scrollbar-drag {
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(-184deg, #9DDE3C 0%, #70B340 100%);
}

.swiper-pagination-bullets {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dots.swiper-pagination-bullets {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
  right: 0;
}

.dots-bullet {
  cursor: pointer;
  display: block;
}

.dots .dots-bullet::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 10px;
  background-color: var(--color-text);
  margin: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dots .dots-bullet.active::before {
  height: 60px;
  background: linear-gradient(184deg, rgba(168, 242, 62, 0.7) 0%, rgba(86, 115, 27, 0.7) 100%);
}

.dots-2.swiper-pagination-bullets {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dots-2 .dots-bullet::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 10px;
  background-color: var(--color-text);
  margin: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dots-2 .dots-bullet.active::before {
  background-color: var(--color-accent-2);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: transparent;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: center center;
  perspective-origin: center center;
  color: var(--color-white);
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.btn::first-letter {
  text-transform: capitalize;
}
.btn > span {
  gap: 13px;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  padding-top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: currentColor;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover:before {
  width: 105%;
  padding-top: 105%;
}

.btn--primary {
  border-color: var(--color-accent);
  background-color: var(--color-accent);
  color: var(--color-white);
}
.btn--primary::before {
  background-color: var(--color-white);
}
.btn--primary:hover {
  color: var(--color-accent);
}

.btn--secondary {
  border: none;
  background-color: var(--color-white);
  color: var(--color-black);
}
.btn--secondary::before {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.btn--secondary:hover {
  color: var(--color-white);
}

.btn--outline-dark {
  border-color: var(--color-text);
  color: var(--color-text) !important;
  text-decoration: none !important;
}
.btn--outline-dark::before {
  background-color: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-white);
}
.btn--outline-dark:hover {
  color: var(--color-white) !important;
}

.btn--outline-primary-2 {
  border-color: var(--color-primary-2);
  color: var(--color-primary-2);
}
.btn--outline-primary-2::before {
  background-color: var(--color-primary-2);
  border-color: var(--color-primary-2);
}
.btn--outline-primary-2:hover {
  color: var(--color-accent);
}

.btn--outline-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.btn--outline-primary::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn--outline-primary:hover {
  color: var(--color-accent);
}

.btn--outline-white {
  border-color: var(--color-white);
  color: var(--color-white);
}
.btn--outline-white::before {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.btn--outline-white:hover {
  color: var(--color-accent);
}

.btn--primary-2 {
  background-color: var(--color-primary-2);
  color: var(--color-black);
  border: none;
}
.btn--primary-2::before {
  background-color: var(--color-accent);
}
.btn--primary-2:hover {
  color: var(--color-white);
}

.btn.mnh-48 {
  min-height: 48px;
  border-radius: 40px;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 42px;
  font-size: 14px;
  width: max-content;
}

.btn.btn--mnw.btn.mnh-48 {
  min-width: 163px;
}

.btn.mnh-40 {
  min-height: 40px;
  border-radius: 40px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 40px;
  font-size: 14px;
  min-width: 164px;
}

.btn.btn-w-au {
  min-width: auto;
}

.btn.indent-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.btn.indent-38 {
  padding-left: 38px;
  padding-right: 38px;
}

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

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.587;
  color: var(--color-text);
  background-color: var(--color-gray);
}

[data-fade-in] {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation: 0.5s forwards fadeIn;
  animation: 0.5s forwards fadeIn;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button[disabled] {
  cursor: not-allowed;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--color-accent);
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

.rotation {
  -webkit-animation: rotation 5s infinite;
  animation: rotation 5s infinite;
}

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: inherit;
  text-align: left;
}

.pe-none {
  pointer-events: none;
}

.rsz-none {
  resize: none;
}

.rsz-y {
  resize: vertical;
}

.rsz-x {
  resize: horizontal;
}

.lsts-none {
  list-style: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.aprc-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex-basis-auto {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}

.mnh-100-p-30- {
  min-height: calc(100% - 30px);
}

.mnh-100-p {
  min-height: 100%;
}

.mnh-100-vh {
  min-height: 100vh;
}

.mnh-100-vh-160- {
  min-height: calc(100vh - 160px);
}

.mnh-hh {
  min-height: var(--header-height);
}

.mnh-69 {
  min-height: 69px;
}

.mnh-48 {
  min-height: 48px;
}

.mnh-464 {
  min-height: 464px;
}

.mnh-91 {
  min-height: 91px;
}

.h-au {
  height: auto;
}

.h-100 {
  height: 100px;
}

.h-400 {
  height: 400px;
}

.h-600 {
  height: 600px;
}

.h-1867 {
  height: 1867px;
}

.h-1246 {
  height: 1246px;
}

.h-100-p-30- {
  height: calc(100% - 30px);
}

.h-100-p {
  height: 100%;
}

.h-75-p {
  height: 75%;
}

.h-100-vh {
  height: 100vh;
}

.h-100-vh-160- {
  height: calc(100vh - 160px);
}

.w-au {
  width: auto;
}

.w-nav-w {
  width: var(--nav-width);
}

.w-100-vw {
  width: 100vw;
}

.w-100-p {
  width: 100%;
}

.w-100-vw {
  width: 100vw;
}

.mnw-100-p {
  min-width: 100%;
}

.mnw-380 {
  min-width: 380px;
}

.mnw-400 {
  min-width: 400px;
}

.mnw-490 {
  min-width: 490px;
}

.mnw-505 {
  min-width: 505px;
}

.mxw-none {
  max-width: none;
}

.mxw-100-p {
  max-width: 100%;
}

.mxw-100 {
  max-width: 100px;
}

.mxw-120 {
  max-width: 120px;
}

.mxw-200 {
  max-width: 200px;
}

.mxw-270 {
  max-width: 270px;
}

.mxw-290 {
  max-width: 290px;
}

.mxw-320 {
  max-width: 320px;
}

.mxw-550 {
  max-width: 550px;
}

.mxw-646 {
  max-width: 646px;
}

.mxw-780 {
  max-width: 780px;
}

.mxw-844 {
  max-width: 844px;
}

.mxw-581 {
  max-width: 581px;
}

.mxw-807 {
  max-width: 807px;
}

.mxw-80-p {
  max-width: 80%;
}

.pdb-59-375-p {
  padding-bottom: 59.375%;
}

.pdb-56-09-p {
  padding-bottom: 56.09%;
}

.pdb-119-5-p {
  padding-bottom: 119.5%;
}

.pdb-142-049-p {
  padding-bottom: 142.049%;
}

.opc-0, .opc-0-h:hover {
  opacity: 0;
}

.opc-0-1, .opc-0-1-h:hover {
  opacity: 0.1;
}

.opc-0-05, .opc-0-05-h:hover {
  opacity: 0.05;
}

.opc-0-15, .opc-0-15-h:hover {
  opacity: 0.15;
}

.opc-0-16, .opc-0-16-h:hover {
  opacity: 0.16;
}

.opc-0-12, .opc-0-12-h:hover {
  opacity: 0.12;
}

.opc-0-2, .opc-0-2-h:hover {
  opacity: 0.2;
}

.opc-0-24, .opc-0-24-h:hover {
  opacity: 0.24;
}

.opc-0-25, .opc-0-25-h:hover {
  opacity: 0.25;
}

.opc-0-3, .opc-0-3-h:hover, [data-parent-hover-to-child]:hover [data-hover-target-element-opc-0-3] {
  opacity: 0.3;
}

.opc-0-36, .opc-0-36-h:hover {
  opacity: 0.36;
}

.opc-0-4, .opc-0-4-h:hover {
  opacity: 0.4;
}

.opc-0-5, .opc-0-5-h:hover, [data-parent-hover-to-child]:hover [data-hover-target-element-opc-0-5] {
  opacity: 0.5;
}

.opc-0-6, .opc-0-6-h:hover {
  opacity: 0.6;
}

.opc-0-7, .opc-0-7-h:hover, [data-parent-hover-to-child]:hover [data-hover-target-element-opc-0-7] {
  opacity: 0.7;
}

.opc-0-71, .opc-0-71-h:hover {
  opacity: 0.71;
}

.opc-0-75, .opc-0-75-h:hover {
  opacity: 0.75;
}

.opc-0-76, .opc-0-76-h:hover {
  opacity: 0.76;
}

.opc-0-8, .opc-0-8-h:hover {
  opacity: 0.8;
}

.opc-0-9, .opc-0-9-h:hover {
  opacity: 0.9;
}

.opc-1, .opc-1-h:hover, [data-parent-hover-to-child]:hover [data-hover-target-element-opc-1] {
  opacity: 1;
}

.vsb-hidd {
  visibility: hidden;
}

.vsb-visb, [data-parent-hover-to-child]:hover [data-hover-target-element-vsb-visb] {
  visibility: visible;
}

.fltr-blr-2 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.bckdrp-fltr-blr-40-5 {
  -webkit-backdrop-filter: blur(40.5px);
  backdrop-filter: blur(40.5px);
}

.bgs-cv {
  background-size: cover;
}

.bgs-cn {
  background-size: contain;
}

.bgp-tl {
  background-position: top left;
}

.bgp-tr {
  background-position: top right;
}

.bgp-tc {
  background-position: top center;
}

.bgp-bl {
  background-position: bottom left;
}

.bgp-br {
  background-position: bottom right;
}

.bgp-bc {
  background-position: bottom center;
}

.bgp-cc {
  background-position: center;
}

.bgp-rc {
  background-position: center right;
}

.bgr-nr {
  background-repeat: no-repeat;
}

.bgr-r {
  background-repeat: repeat;
}

.bgr-rx {
  background-repeat: repeat-x;
}

.bgr-ry {
  background-repeat: repeat-y;
}

.bgi-none {
  background-image: none;
}

.bgorg-brb {
  background-origin: border-box;
}

.bgorg-cnb {
  background-origin: content-box;
}

.bgclp-pdb {
  background-clip: padding-box;
}

.bgclp-brb {
  background-clip: border-box;
}

.bgclp-cnb {
  background-clip: content-box;
}

.bgclp-pdb {
  background-clip: padding-box;
}

.otl-none {
  outline: none;
}

.objf-cv {
  -o-object-fit: cover;
  object-fit: cover;
}

.objf-cn {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-abs {
  position: absolute;
}

.p-fix {
  position: fixed;
}

.p-rel {
  position: relative;
}

.p-sta {
  position: static;
}

.p-sti {
  position: sticky;
}

.p-ini {
  position: initial;
}

.z-i-1- {
  z-index: -1;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2- {
  z-index: -2;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3- {
  z-index: -3;
}

.z-i-3 {
  z-index: 3;
}

.z-i-10 {
  z-index: 10;
}

.z-i-50 {
  z-index: 50;
}

.z-i-100 {
  z-index: 100;
}

.z-i-200 {
  z-index: 200;
}

.z-i-500 {
  z-index: 500;
}

.z-i-1000 {
  z-index: 1000;
}

.z-i-200 {
  z-index: 200;
}

.z-i-9990 {
  z-index: 9990;
}

.z-i-9991 {
  z-index: 9991;
}

.z-i-9992 {
  z-index: 9992;
}

.z-i-9993 {
  z-index: 9993;
}

.z-i-9994 {
  z-index: 9994;
}

.z-i-9995 {
  z-index: 9995;
}

.z-i-9996 {
  z-index: 9996;
}

.z-i-9993 {
  z-index: 9993;
}

.z-i-9997 {
  z-index: 9997;
}

.z-i-9998 {
  z-index: 9998;
}

.c-ntall {
  cursor: not-allowed;
}

.c-text {
  cursor: text;
}

.c-poin {
  cursor: pointer;
}

.c-au {
  cursor: auto;
}

.over-x-hid {
  overflow-x: hidden;
}

.over-y-au {
  overflow-y: auto;
}

.over-hid {
  overflow: hidden;
}

.over-vis {
  overflow: visible;
}

.over-au {
  overflow: auto;
}

.over-scro {
  overflow: scroll;
}

.over-ini {
  overflow: initial;
}

.over-inh {
  overflow: inherit;
}

.over-y-hid {
  overflow-y: hidden;
}

.us-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wh-now {
  white-space: nowrap;
}

.outl-0 {
  outline: 0;
}

.br-0 {
  border: 0;
}

.pe-none {
  pointer-events: none;
}

.pe-au {
  pointer-events: auto;
}

.tra-0-1s-ease {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tra-0-2s-ease {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tra-0-3s-ease {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tra-0-4s-ease {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tra-0-5s-ease {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tra-1s-ease {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.tra-2s-ease {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.tra-nav {
  -webkit-transition: left 1s cubic-bezier(0.4, 0.2, 0, 1);
  transition: left 1s cubic-bezier(0.4, 0.2, 0, 1);
}

.tra-opc-0-2s-ease {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.tra-del-1 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.mrt-hh- {
  margin-top: calc(var(--header-height) * -1);
}

.t-nav {
  --top-height: 0;
  --header-height: 68px;
  --nav-height: 51px;
  top: calc(var(--header-height) + var(--nav-height));
}

.t-100-p {
  top: 100%;
}

.mxh-100-p {
  max-height: 100%;
}

.mxh-nav {
  max-height: calc(100vh - 15px - (var(--header-height) + var(--nav-height)));
}

[data-js-toggle-block]:not(.active) {
  display: none;
}

.l-nav-w {
  left: var(--nav-width);
}

.l-nav-w- {
  left: calc(var(--nav-width) * -1);
}

::-webkit-input-placeholder {
  text-transform: inherit;
}

::-moz-placeholder {
  text-transform: inherit;
}

:-ms-input-placeholder {
  text-transform: inherit;
}

::-ms-input-placeholder {
  text-transform: inherit;
}

::placeholder {
  text-transform: inherit;
}

.brs-0 {
  border-spacing: 0;
}

.brc-cl {
  border-collapse: collapse;
}

@media (max-width: 991px) {
  [data-fade-in-mob] {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-animation: 0.5s forwards fadeIn;
    animation: 0.5s forwards fadeIn;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1481px;
  }
  .container--1477 {
    max-width: 1477px;
  }
}
.d-table {
  display: table !important;
}

.d-table-header-group {
  display: table-header-group !important;
}

.d-table-row-group {
  display: table-row-group !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
  .d-lg-table-row-group {
    display: table-row-group !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 2200px) {
  .col-xxxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
}
.ArgentumSans {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.Caveat {
  font-family: "Caveat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.Montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.wh-nrm {
  white-space: normal;
}

.wh-nwp {
  white-space: nowrap;
}

.wb-nrm {
  word-break: normal;
}

.wb-ba {
  word-break: break-all;
}

.wb-bw {
  word-break: break-word;
}

.vrta-t {
  vertical-align: top;
}

.vrta-m {
  vertical-align: middle;
}

.vrta-b {
  vertical-align: bottom;
}

.vrta-bs {
  vertical-align: baseline;
}

.to-els {
  text-overflow: ellipsis;
  overflow: hidden;
}

.tt-upp {
  text-transform: uppercase;
}

.tt-low {
  text-transform: lowercase;
}

.tt-cap {
  text-transform: capitalize;
}

.td-un, .td-un-h:hover {
  text-decoration: underline;
}

.ls-inh {
  letter-spacing: inherit;
}

.fts-inh {
  font-size: inherit;
}

.lh-inh {
  line-height: inherit;
}

.ftstl-nrm {
  font-style: normal;
}

.ftw-100, .ftw-100-h:hover {
  font-weight: 100;
}

.ftw-200, .ftw-200-h:hover {
  font-weight: 200;
}

.ftw-300, .ftw-300-h:hover {
  font-weight: 300;
}

.ftw-350, .ftw-350-h:hover {
  font-weight: 350;
}

.ftw-400, .ftw-400-h:hover {
  font-weight: 400;
}

.ftw-500, .ftw-500-h:hover {
  font-weight: 500;
}

.ftw-600, .ftw-600-h:hover {
  font-weight: 600;
}

.ftw-700, .ftw-700-h:hover {
  font-weight: 700;
}

.ftw-800, .ftw-800-h:hover {
  font-weight: 800;
}

.ftw-900, .ftw-900-h:hover {
  font-weight: 900;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-justify {
    text-align: justify;
  }
  .ftw-lg-100 {
    font-weight: 100;
  }
  .ftw-lg-200 {
    font-weight: 200;
  }
  .ftw-lg-300 {
    font-weight: 300;
  }
  .ftw-lg-350 {
    font-weight: 350;
  }
  .ftw-lg-400 {
    font-weight: 400;
  }
  .ftw-lg-500 {
    font-weight: 500;
  }
  .ftw-lg-600 {
    font-weight: 600;
  }
  .ftw-lg-700 {
    font-weight: 700;
  }
  .ftw-lg-800 {
    font-weight: 800;
  }
  .ftw-lg-900 {
    font-weight: 900;
  }
}
.r-slider {
  background-color: rgba(52, 84, 81, 0.6);
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 10px;
  position: relative;
  cursor: pointer;
  margin: 13px 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.r-slider * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.r-slider_hidden {
  visibility: hidden;
}

.r-slider__cloud {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: -40px;
  padding: 3px 5px;
  height: 14px;
  background-color: #f0f0f0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.r-slider__cloud_moving {
  top: -34px;
  background-color: #526a83;
  color: #fff;
  z-index: 1;
}

.r-slider__cloud_moving::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid rgba(0, 0, 0, 0);
  border-top-color: #6883a0;
}

.r-slider__cloud_right {
  right: 0;
}

.r-slider__circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #6CAC39;
  cursor: pointer;
  background-color: #77BA3F;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.r-slider__filled-line {
  background: linear-gradient(-184deg, #9DDE3C 0%, #70B340 100%);
  border-radius: 5px;
  height: 10px;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.r-slider--primary .r-slider__cloud {
  display: none;
}

.--before,
.--after {
  position: relative;
  z-index: 1;
}

.--before::before,
.--after::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: inherit;
  z-index: -1;
  background: no-repeat top left;
  background-size: cover !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.--before-fluid::before,
.p-abs-around--fluid {
  width: 100%;
  height: 100%;
}

.p-abs-around,
.p-abs-around--before::before,
.p-abs-around--after::after,
.p-fix-around--fluid {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-radius: inherit;
}

.p-fix-around--fluid {
  position: fixed;
}

.p-abs-around--before::before,
.p-abs-around--after::after {
  content: "";
}

.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.increase-element-15 {
  display: block;
  margin: -15px;
  padding: 15px;
}

.increase-element-6 {
  display: block;
  margin: -6px;
  padding: 6px;
}

.link {
  text-decoration: underline;
}

.link:hover {
  color: var(--color-accent);
}

.pdt-1 {
  padding-top: 1px;
}

.mnw-0 {
  min-width: 0;
}

.mnw-129 {
  min-width: 129px;
}

.mnw-163 {
  min-width: 163px;
}

.title span span {
  word-break: break-all;
}

.title--h2 {
  font-size: 34px;
  line-height: 1.177;
}

.title--h3 {
  font-size: 27px;
  line-height: 1;
}

.title--h4 {
  font-size: 22px;
  line-height: 1.0909090909;
}

.title--h5 {
  font-size: 18px;
  line-height: 1;
}

.title--h6 {
  font-size: 16px;
  line-height: 1.177;
}

.title--arrow-left {
  position: relative;
  z-index: 1;
  margin-left: 54px;
}

.title__arrow-left {
  position: absolute;
  left: -119px;
  top: 19px;
  z-index: 1;
  font-size: 107px;
}

.title--span-linear span {
  background: linear-gradient(4deg, #58751b 0%, #adf643 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title + .desc {
  margin-top: 48px;
}

.desc {
  font-size: 16px;
  line-height: 1.587;
}

.over-hidd {
  overflow: hidden;
}

.scrollbar::-webkit-scrollbar {
  width: 7px;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--color-white);
}

.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.fix-social {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
  font-size: 12px;
}

.fix-social__items {
  gap: 1.25em;
}

.fix-social__link {
  height: 4.75em;
  width: 4.75em;
  border-radius: 50%;
  color: var(--color-white);
  border: 2px solid transparent;
}

.fix-social__link--whatsapp {
  background-color: var(--color-accent);
}

.fix-social__link--whatsapp:hover {
  background-color: var(--color-white);
  border-color: var(--color-accent);
}

.fix-social__link--telegram {
  background-color: var(--color-primary);
}

.fix-social__link--telegram:hover {
  background-color: var(--color-white);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.fix-social__link .icon-whatsapp {
  font-size: 2.0625em;
}

.fix-social__link .icon-telegram {
  font-size: 1.875em;
  position: relative;
  left: -0.125em;
}

.fix-social__link--call-form {
  background-color: var(--color-text);
}

.fix-social__link--call-form:hover {
  background-color: var(--color-white);
  border-color: var(--color-text);
  color: var(--color-text);
}

.page__row--wrapper {
  position: relative;
  z-index: 100;
}

.page__row--header {
  background-color: var(--color-white);
  position: relative;
  z-index: 200;
}

.header {
  font-size: 14px;
  line-height: 1.7142857143;
}

.header__row--top {
  gap: 18px;
}

.header__row {
  position: relative;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 5px;
}

.header__row + .header__row {
  padding-top: 17px;
}

.header__row:last-child {
  padding-bottom: 20px;
}

.header__row + .header__row::before {
  content: "";
  border-top: 1px solid var(--color-accent);
  width: 150vw;
  left: -50vw;
  z-index: -1;
  top: 0;
  position: absolute;
}

.header__cell--logo {
  padding-left: 0px;
}

.logo__row {
  gap: 17px;
}

.logo__picture {
  max-width: 62px;
}

.logo__text {
  font-size: 16px;
}

.contacts__list {
  gap: 25px;
  line-height: 1.5;
  white-space: nowrap;
}

.contact__row {
  gap: 18px;
}

.contact__row--city {
  gap: 22px;
}

.contact {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.icon-loc {
  font-size: 18px;
}

.icon-tel,
.icon-callback,
.icon-email {
  font-size: 14px;
}

.icon-time {
  font-size: 16px;
}

.header__right-row {
  gap: 23px;
  padding-left: 14px;
}

.user__btn {
  background-color: var(--color-gray-2);
  border-radius: 18px;
}

.user__btn-row {
  padding-left: 3px;
  padding-right: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  gap: 9px;
}

.user__avatar {
  position: relative;
  z-index: 1;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.icon-user {
  font-size: 24px;
}

.user__arrow {
  font-size: 5px;
}

.cart__btn {
  line-height: 1.2142857143;
  font-size: 14px;
}

.cart__btn-row {
  gap: 8px;
}

.icon-cart {
  font-size: 35px;
  position: relative;
  top: -1px;
}

.cart__text {
  color: #65878D;
}

.cart__price {
  color: #002926;
}

#cartDropdown {
    background-color: var(--color-white);
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    font-size: 14px;
    line-height: 1.4285714286;
    max-height: inherit;
    width: 410px;
    position: absolute;
    z-index: 9999;
    right: 0;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.zi10000{
   position: relative;  
   z-index: 10000;
}
.cart-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between; /* Распределение по строке */
    align-items: center;
}

.cart-item-info {
    display: flex;
    justify-content: space-between; /* Выравниваем информацию о товаре в одной строке */
    width: 100%;
    padding-left: 10px; /* Отступ от изображения */
}

.cart-item-info a {
    flex: 1; /* Занимает доступное пространство */
  
}

.cart-item-info span {
    white-space: nowrap; /* Оставляем значения на одной строке */
     padding-left: 10px;
}

.cart-summary {
    padding: 10px 0;
    text-align: right;
}




.header__cell--catalog {
  padding-right: 6px;
}

.btn-arrow {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 8px 24px 8px 30px;
  font-size: 14px;
  line-height: 1.7142857143;
}

.btn-arrow__row {
  gap: 19px;
}

.btn-arrow__arrow {
  font-size: 6px;
}

.header__cell--border {
  padding-top: 9px;
  padding-bottom: 7px;
  margin-left: 24.5px;
  margin-right: 24.5px;
}

.header__border {
  display: block;
  height: 100%;
  border-right: 1px solid var(--color-accent);
}

.header__search {
  padding-right: 29px;
}

.btn-search__row {
  gap: 26px;
}

.btn-search {
  color: var(--color-accent);
  font-weight: 600;
}

.btn-search__icon {
  font-size: 20px;
}

.search-form {
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 0;
  z-index: 100;
  background-color: var(--color-white);
  padding: 10px 0;
  max-width: 56px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-form.show {
  opacity: 1;
  visibility: visible;
  max-width: 100%;
}

.search-form__btn {
  color: var(--color-text);
  position: absolute;
  /* top: 50%; */
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}

.search-form__btn:hover {
  color: var(--color-accent);
}

.search-form__icon {
  font-size: 20px;
}

.search-form__control.form-control.mnh-56 {
  -webkit-box-shadow: inset 0 1px 9px 0 rgba(0, 0, 0, 0.23);
  box-shadow: inset 0 1px 9px 0 rgba(0, 0, 0, 0.23);
  padding-right: 100px;
  padding-left: 40px;
}

.header__cell--nav {
  padding-left: 6px;
  padding-right: 15px;
}

.nav__items {
  text-align: center;
  gap: 20px;
  line-height: 1.1;
}

.intro {
  position: relative;
  z-index: 1;
}

.intro::before {
  background-image: url(../img/intro/slider.svg);
  height: 1059px;
  width: 1206px;
  left: 369px;
  top: -148px;
  right: initial;
  bottom: initial;
}

.intro.intro_category::before {
    height: 676px;
}

#introCarousel {
  height: 768px;
  padding-top: 126px;
  padding-bottom: 187px;
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

#introCarousel.introCarouselCategry {
  height: 528px;
  padding-top: 126px;
  padding-bottom: 187px;
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media (max-height: 1080px) {
  #introCarousel {
    padding-top: 11.6666666667vh;
    padding-bottom: 17.3148148148vh;
  }
}
@media (min-width: 991px) {
   #introCarousel.introCarouselCategry {
    padding-top: 0;
    padding-bottom: 0;
  }
}



.btn-scroll-down {
  font-size: 95px;
  color: #C2CBCD;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 33px;
  z-index: 100;
}

.intro__row {
  gap: 30px;
}

.intro__cell--content {
  max-width: 570px;
  position: relative;
  z-index: 20;
}

.intro__content {
  background-color: var(--color-white);
  border-radius: 60px;
  padding: 57px;
  color: var(--color-text);
}

.intro__subtitle {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.875;
  letter-spacing: -0.03em;
  margin-bottom: 9px;
}

.intro__title {
  margin-bottom: 19px;
}

.intro__title span {
  color: var(--color-accent);
}

.intro__desc {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 58px;
}

.intro__buttons-row {
  gap: 16px;
}

.intro__cell--image {
  padding-top: 35px;
  padding-left: 47px;
}

.intro__image {
  font-size: 16px;
  position: relative;
  z-index: 1;
  margin: auto;
  height: 25em;
  width: 25em;
}

.pulse {
  position: absolute;
  height: 2px;
  width: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -25px;
}

.pulse > span {
  display: block;
  border: 3px solid var(--color-accent);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite ease-out;
  animation: pulse 3s infinite ease-out;
}

.pulse span:nth-of-type(1) {
  margin: -5.5em;
}

.pulse span:nth-of-type(2) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  margin: -11.5625em;
}

.pulse span:nth-of-type(3) {
  -webkit-animation-delay: -0.26s;
  animation-delay: -0.26s;
  margin: -16.875em;
  opacity: 0.4;
}

.pulse span:nth-of-type(4) {
  -webkit-animation-delay: -0.46;
  animation-delay: -0.46;
  margin: -22.1875em;
  opacity: 0.2;
}

.intro__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: no-repeat center;
  margin: -18.5625em;
  pointer-events: none;
  background-size: cover;
}

.section__header {
  margin-bottom: 55px;
  position: relative;
  z-index: 100;
}

.box {
  background-color: var(--color-white);
  border-radius: 50px;
  padding: 54px 58px;
  margin-bottom: 20px;
  height: 100%;
}

.box--catalog-products {
  padding-bottom: 62px;
}

.box--gray {
  background-color: #DEE2E2;
}

.section__row {
  gap: 53px;
}

.section__cell--content {
  max-width: 651px;
}

.section__cell--image {
  max-width: 618px;
}

.section__content-wrapper {
  gap: 56px;
}

.section__content {
  line-height: 1.5625;
}

.section__content > *:not(:first-child) {
  margin-top: 25px;
}

.section__picture {
  border-radius: 20px;
}

.catalog {
  max-width: 204px;
  text-align: center;
}

.catalog__image {
  padding-bottom: 100%;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 29px;
  height: 204px;
  width: 204px;
  background-color: var(--color-gray);
}

.catalog__desc {
  line-height: 1.177;
}

.dilivery{
  list-style-type: none;
  display: inline-flex;
  margin: 0px !important;
  margin-top: 20px !important;
  margin-block-start: 0px;
  padding-inline-start: 0px;
  padding: 0px !important;
}

.dilivery li a{
    width: 73px;
    display: inline-block;
    height: 73px;
    padding: 10px;
    margin-right: 20px;
    background: #f5f5f5;
    border-radius: 20px;
}  

.calc-product {
  height: 100%;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.calc-product__header,
.calc-product__body,
.calc-product__footer {
  padding-left: 35px;
  padding-right: 35px;
}

.calc-product__header {
  border-radius: 50px 50px 0 0;
  padding-top: 42px;
  padding-bottom: 37px;
  padding-right: 20px;
}

.calc-product__header,
.calc-product__body {
  background-color: var(--color-gray-2);
  position: relative;
  z-index: 2;
}

.calc-product__body,
.calc-product__footer {
  border-radius: 0 0 50px 50px;
}

.calc-product__body {
  padding-bottom: 45px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.calc-product__row,
.calc-product__row-2 {
  gap: 30px;
}

.calc-product__cell--content {
  line-height: 1.1875;
}

.calc-product__item + .calc-product__item {
  border-top: 1px solid #DEE2E2;
  padding-top: 15px;
}

.calc-product__item + .calc-product__item,
.calc-product__item-2 + .calc-product__item-2 {
  margin-top: 14px;
}

.calc-product__cell--control {
  max-width: 182px;
}

.input {
  background-color: var(--color-white);
  border-radius: 22px;
  border: none;
  padding: 0 20px;
  line-height: 42px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.43);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.43);
  width: 100%;
}

.select_input {
  background-color: var(--color-white);
  border-radius: 22px;
  border: none;
  padding: 0 20px;
  line-height: 42px;
  height: 42px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.43);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.43);
  width: 182px;
  max-width: 100%;
}

.calc-product__footer {
  background-color: var(--color-text);
  position: relative;
  z-index: 1;
  color: var(--color-white);
  padding-top: 17px;
  padding-bottom: 28px;
}

.calc-product__footer::before {
  margin-top: -50px;
  background-color: inherit;
}

.price {
  font-size: 27px;
  margin-bottom: 8px;
}

.calc-product__btn {
  padding-left: 48px;
  padding-right: 48px;
}

.hr {
  border: none;
  margin: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: 25px;
}

.hr--gray {
  border-bottom-color: #DEE2E2;
}

.r-slider-wrapper + .calc-product__items-2 {
  margin-top: 36px;
}

.r-slider-wrapper + .hr {
  margin-top: 20px;
}

.checked {
  background-color: var(--color-white);
  color: var(--color-accent);
  font-size: 10px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  -webkit-box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 2px rgba(0, 0, 0, 0.25);
}

.plan {
  padding-bottom: 20px;
}

.plan__wrapper {
  background-image: url(../img/plan/bg.webp);
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.5714285714;
}

#planCarousel {
  height: 240px;
  padding: 50px 60px;
  overflow: hidden !important;
}

.plan__block {
  padding-right: 44px;
}

.plan__row {
  margin-left: -20px;
  margin-right: -20px;
}

.plan__cell {
  padding-left: 20px;
  padding-right: 20px;
}

.plan__cell--title {
  width: 38.5%;
}

.plan__cell--content {
  width: 42%;
}

.plan__cell--picture {
  width: 18%;
}

.plan__content {
  gap: 17px;
}

.plan__bg-wrapper {
  height: 2px;
  width: 2px;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: 75px;
  margin-top: 14px;
}

.plan__bg {
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -200px;
  background: no-repeat center;
}

.nav-pagination {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.nav-pagination__btn {
  color: #335451;
}

.nav-pagination__btn:hover {
  color: var(--color-accent-2);
}

.tabs__items {
  gap: 26px;
}

.tab__link {
  color: var(--color-text);
}

.tab__link.active {
  text-decoration: underline;
}

.product__header-link-wrapper {
  position: relative;
  z-index: 1;
}

.product__header-link-btn {
  position: absolute;
  right: 13px;
  top: 6px;
  color: #ffffffa8;
  z-index: 20;
  font-size: 16px;
}

.product__header-link-btn-2 {
  position: absolute;
  right: 13px;
  bottom: 6px;
  color: #ffffffa8;
  z-index: 20;
  font-size: 16px;
}

.product__header-link-btn:hover, .product__header-link-btn-2:hover {
  color: #ffffff;
}

.product {
  height: 100%;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 16px;
  border-radius: 20px;
  font-size: 14px;
}

.product__header {
  margin-bottom: 23px;
}

.product__header-link {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 65.1408450704%;
  border-radius: 10px;
  overflow: hidden;
}

.image-hover-picture {
  -webkit-transform: scale(1) perspective(1000px);
  transform: scale(1) perspective(1000px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.image-hover:hover .image-hover-picture {
  -webkit-transform: scale(1.1) perspective(1000px);
  transform: scale(1.1) perspective(1000px);
}

.product__title {
  line-height: 1.5714285714;
  margin-bottom: 20px;
  font-size: 14px;
}

.product__info {
  gap: 8px;
  margin-bottom: 13px;
}

.product__price {
  font-size: 16px;
  line-height: 1.0909090909;
  white-space: nowrap;
}

.product__price__sale, .product__price__sale_mb{
  color: #58c761;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.products--list .product__price__sale_mb{
  display: block;
}

.products--list .product__price__sale {
  display: none;
}

.products--grid .product__price__sale_mb{
   display: none;
}  

.products--grid .product__price__sale{
   display: block;
}  

.products--list .product__info{
  margin-bottom: 0px;
}

.product__bottom {
  padding-bottom: 5px;
}

.product__bottom-row {
  gap: 20px;
}

.product__bottom-row > div:first-child {
  max-width: 98px;
}

.quantity {
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.43);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.43);
  padding: 0 12px;
}

.quantity__row {
  border-radius: 4px;
  gap: 4px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.quantity__button {
  font-size: 13px;
  background-color: transparent;
  display: block;
}

.icon-cart-2 {
  font-size: 16px;
}

.quantity__button-wrapper {
  height: 18px;
  width: 18px;
}

.quantity__button:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--white-color);
}

.quantity__button--sub[disabled], .quantity__button--add[disabled], .quantity__button--sub[disabled]:hover, .quantity__button--add[disabled]:hover, .sort__button.selected {
  cursor: not-allowed;
  opacity: 0.4;
  background-color: transparent;
  color: currentColor;
  border-color: var(--gray-light3-color);
}

.quantity__input {
  background-color: transparent;
  border: none;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  padding-bottom: 2px;
  width: 100%;
  text-align: center;
  outline: none;
  min-width: 30px;
}

.icon-minus {
  font-size: 2px;
  color: #DEE2E2;
}

.icon-plus {
  font-size: 12px;
}

.switch {
  cursor: pointer;
}

.switch__control {
  display: none;
}

.switch__wrapper {
  padding: 6px;
  margin: -6px;
}

.switch__block {
  height: 29px;
  width: 56px;
  border-radius: 33px;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #DEE2E2;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.switch__block::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 3px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: var(--color-white);
  border-radius: 50%;
}

.switch__control:checked ~ .switch__block {
  background-color: var(--color-accent-2);
}

.switch__control:checked ~ .switch__block::before {
  left: calc(100% - 25px - 3px);
}

.section--video {
  margin-bottom: 25px;
  background-image: url(../img/choose-us/bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 65px;
  padding-bottom: 0;
}

.choouse-us {
  font-size: 16px;
  width: 52.925em;
  margin: 0 auto;
}

.choouse-us__top {
  margin-bottom: 2.125em;
  padding-left: 4.75em;
}

.buttons {
  position: relative;
  z-index: 1;
}

.buttons__icon {
  position: absolute;
  left: -35px;
  top: -17px;
  z-index: 1;
  font-size: 37px;
}

.buttons-row {
  gap: 16px;
}

.arrow-title-wrapper {
  width: 100%;
  position: absolute;
  max-width: 13.75em;
  z-index: 100;
}

.arrow-title-span {
  font-size: 1.713125em;
  line-height: 1.0324699015;
  color: var(--color-black);
  display: block;
}

.arrow-title-wrapper--buttons {
  top: 0;
  left: 100%;
  padding-left: 8.4375em;
  max-width: calc(8.4375em + 10em);
  margin-left: 1.5em;
  margin-top: -1.6875em;
}

.arrow-title__icon {
  position: absolute;
  z-index: 1;
}

.arrow-title__icon--3 {
  left: 0;
  top: -2.0625em;
}
.arrow-title__icon--3 i {
  font-size: 7.875em;
}

.arrow-title-wrapper--top-left {
  left: -11.75em;
  top: -6.3125em;
}

.arrow-title__icon {
  color: var(--color-black);
}

.arrow-title__icon--1 {
  top: calc(100% + 0.0625em);
  left: calc(100% - 3.8125em);
}

.arrow-title__icon--1 i {
  font-size: 3.1875em;
}

.arrow-title-wrapper--bottom-right {
  right: -4.3125em;
  top: 26.3125em;
}

.arrow-title__icon--6 {
  top: calc(100% - 4.3125em);
  left: calc(100% - 6.625em);
}

.arrow-title__icon--6 i {
  font-size: 5.25em;
}

.choouse-us__block {
  border-radius: 13px;
  -webkit-backdrop-filter: blur(16.0579509735px);
  backdrop-filter: blur(16.0579509735px);
  -webkit-box-shadow: -0.75em 2.3125em 2.8125em 0 rgba(81, 78, 120, 0.18), inset 1px 2px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: -0.75em 2.3125em 2.8125em 0 rgba(81, 78, 120, 0.18), inset 1px 2px 0 0 rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

.choouse-us__block--big {
  position: absolute;
  right: -2.6875em;
  top: 7.1875em;
  z-index: 1;
  min-width: 7.5em;
  padding: 0.625em;
  height: 7.5em;
}

.arrow-title-wrapper--choouse-us__block--big {
  max-width: 10.0625em;
  padding-top: 4.3125em;
  top: calc(100% - 33px);
  left: 7.4375em;
}

.arrow-title__icon--4 {
  top: 0;
  left: -0.75em;
}
.arrow-title__icon--4 i {
  font-size: 4.875em;
}

.choouse-us__block-picture {
  max-width: 3.3125em;
}

.choouse-us__block-picture--2 {
  max-width: 4.4375em;
}

.choouse-us__block--small {
  height: 5.650625em;
  position: absolute;
  top: 25.375em;
  left: -7.6875em;
  padding-left: 2.5625em;
  gap: 1.8125em;
  padding-right: 2.5625em;
}

.arrow-title-wrapper--choouse-us__block--small {
  bottom: calc(100% + 4.375em);
  left: 11.8125em;
}

.arrow-title__icon--5 {
  left: -7.0625em;
  top: 1.9375em;
}
.arrow-title__icon--5 i {
  font-size: 3.25em;
}

.choouse-us__bottom {
  padding-top: 1.875em;
  padding-bottom: 5.875em;
}

.choouse-us__macbook {
  position: relative;
  margin: 0 auto;
}

.choouse-us__macbook::before {
  margin-left: -14.69375em;
  margin-right: -14.69375em;
  margin-top: -3.890625em;
  margin-bottom: -3.890625em;
  background: url(../img/choose-us/macbook.svg) no-repeat top left;
  background-size: 100% 100%;
  -webkit-transform: translate(3.875em, 2em);
  -ms-transform: translate(3.875em, 2em);
  transform: translate(3.875em, 2em);
}

.choouse-us__video-wrapper {
  height: 33.969375em;
  border-radius: 5.48px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.play {
  height: 6.971875em;
  width: 6.971875em;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color-white);
}

.play::before {
  background-color: var(--color-text);
  -webkit-backdrop-filter: blur(10.0506877899px);
  backdrop-filter: blur(10.0506877899px);
  z-index: 10;
}

.play:hover .icon-play {
  -webkit-transform: scale(1.2) perspective(1000px);
  transform: scale(1.2) perspective(1000px);
}

.icon-play {
  font-size: 2.25em;
  position: relative;
  z-index: 20;
}

.play .pulse {
  margin-left: 0;
}

.play .pulse span {
  border-color: #0EB866;
}

.play .pulse span:nth-of-type(1) {
  margin: -5.0625em;
  opacity: 0.4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.play .pulse span:nth-of-type(2) {
  margin: -7.125em;
  opacity: 0.3;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.play .pulse span:nth-of-type(3) {
  margin: -8.9375em;
  opacity: 0.3;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.page__row--customers {
  position: relative;
  z-index: 1;
}

.customers {
  padding-top: 47px;
  padding-bottom: 55px;
}

.customers::before,
.customers::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
  width: 228px;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

.customers::before {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(250, 250, 250, 0)), to(#fafafa));
  background-image: linear-gradient(to left, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}

.customers::after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), to(#fafafa));
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}

.customers__row,
.customers__items {
  gap: 53px;
}

.customers__row + .customers__row {
  margin-top: 53px;
}

.customers__row--secondary {
  padding-left: 310px;
}

.customers__link {
  display: block;
}

.customers__link:hover {
  -webkit-transform: scale(1.1) perspective(1000px);
  transform: scale(1.1) perspective(1000px);
}

address {
    display: block;
    font-style: normal;
    unicode-bidi: isolate;
}

.customers__picture{
    filter: grayscale(100%);
    opacity: 0.5;
}

.box--form {
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 39px;
  padding-bottom: 41px;
  margin-bottom: 49px;
}

.form__block-cell--left {
  width: 37.4%;
}

.form__block-cell--right {
  width: 62.6%;
}

.form__left {
  gap: 44px;
  padding-top: 12px;
}

.form__title {
  font-size: 32px;
  line-height: 1.177;
}

.icon-tel-2 {
  font-size: 66px;
}

.form__row {
  gap: 28px;
}

.form__group:not(:last-child) {
  margin-bottom: 34px;
}

.form__group.form__group--22 {
  margin-bottom: 22px;
}

.form__group.form__group--26 {
  margin-bottom: 26px;
}

.form__group.form__group--29 {
  margin-bottom: 29px;
}

.form__group.form__group--39 {
  margin-bottom: 39px;
}

.img-thumbnail{
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.form-control {
    width: 100%;
    display: block;
    color: var(--color-text);
    font-weight: 600;
    font-size: 16px;
    outline: none;
    background-color: var(--color-white);
    border: 1px solid #DEE2E2;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.43);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.43);
    border-radius: 50px;
    height: 56px;
    line-height: 55px;
    padding: 0 27px;
}

.form-control.mnh-56 {
  height: 56px;
  line-height: 52px;
  font-size: 16px;
  padding: 0 20px;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.43);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.43);
  border-radius: 30px;
}

textarea.form-control.mnh-56 {
  height: auto;
  min-height: 164px;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-control.mnh-56::-webkit-input-placeholder {
  color: rgba(0, 41, 38, 0.3);
}

.form-control.mnh-56::-moz-placeholder {
  color: rgba(0, 41, 38, 0.3);
}

.form-control.mnh-56:-ms-input-placeholder {
  color: rgba(0, 41, 38, 0.3);
}

.form-control.mnh-56::-ms-input-placeholder {
  color: rgba(0, 41, 38, 0.3);
}

.form-control.mnh-56::placeholder {
  color: rgba(0, 41, 38, 0.3);
}


.form-control::-webkit-input-placeholder {
  color: var(--color-text);
}

.form-control::-moz-placeholder {
  color: var(--color-text);
}

.form-control:-ms-input-placeholder {
  color: var(--color-text);
}

.form-control::-ms-input-placeholder {
  color: var(--color-text);
}

.form-control::placeholder {
  color: var(--color-text);
}

textarea.form-control {
  padding-bottom: 12px;
  resize: none;
}

.form__btn {
  border: 6px solid var(--color-text);
  position: relative;
  z-index: 1;
  height: 100px;
  display: block;
  border-radius: 60px;
  padding-left: 131px;
  padding-right: 69px;
  font-size: 22px;
  font-weight: 600;
}

.form__btn:hover {
  background-color: var(--color-text);
  color: var(--color-white);
}

.form__btn-icon {
  border: inherit;
  border-width: 7px;
  border-radius: 50%;
  width: 100px;
  position: absolute;
  left: -6px;
  top: -6px;
  bottom: -6px;
  z-index: 1;
}

.icon-tel-3 {
  font-size: 30px;
}

.form__switchbox {
  gap: 25px;
}

.switchbox__block {
  cursor: pointer;
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  border: 2px solid var(--color-black);
}

.icon-checked--form {
  font-size: 11px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=checkbox]:checked ~ .switchbox__row .icon-checked--form {
  opacity: 1;
}

.section--stages {
  margin-bottom: 58px;
}

.stage {
  text-align: center;
}

.stage__header {
  margin-bottom: 22px;
}

.stage__header-block {
  background-color: var(--color-white);
  padding-top: 23px;
  padding-bottom: 29px;
  border-radius: 50px;
  gap: 17px;
  font-size: 16px;
  line-height: 1.177;
}

.stage__header-block .fa{
   font-size: 41px;
    color: #58c761;
    font-weight: 500;
}

.icon-client {
  font-size: 41px;
  color: var(--color-accent);
}

.stage__body {
  font-size: 14px;
  line-height: 1.587;
}

.stage__body p {
  width: 80%;
  margin: 0 auto;
}

.photo {
  margin-bottom: 12px;
}

.photo__link {
  padding: 6px;
  max-width: 205px;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

.photo__wrapper {
  display: block;
  padding-bottom: 141.4507772021%;
  position: relative;
  z-index: 1;
}

.top-btn {
  height: 29px;
  width: 56px;
  border-radius: 33px;
  font-size: 25px;
  position: absolute;
  right: 40px;
  z-index: 100;
  position: fixed;
  bottom: 200px;
  -webkit-box-shadow: 0 0 0 2px var(--color-white);
  box-shadow: 0 0 0 2px var(--color-white);
}

.scrollToTop {
  background: transparent;
  color: var(--color-text);
  border: none;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  width: 4.75em;
  height: 4.75em;
  right: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 93px;
  z-index: 5001;
  background-color: var(--color-gray);
  font-size: 12px;
}
.scrollToTop.showBtn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scrollToTop i {
  font-size: 12px;
}
.scrollToTop #progress-bar {
  --scrollAmount: 0px;
}
.scrollToTop #progress-bar svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scrollToTop #progress-bar svg path {
  stroke-width: 0.2em;
  stroke-dasharray: 154;
  stroke-dashoffset: calc(-154px + var(--scrollAmount));
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  stroke: var(--color-accent);
}

.scrollToTop:hover {
  background-color: var(--color-white);
  color: var(--color-accent);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
}

.modal.open {
  opacity: 1;
}

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

.modal__dialog--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 30px);
  margin: auto;
}

.modal__dialog--544 {
  max-width: 544px;
}

.modal.open .modal__dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 50px;
  outline: 0;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.modal__header {
  padding: 57px 40px 0 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.modal__close {
  font-size: 24px;
  margin-right: 11px;
}

.modal__close:hover {
  color: var(--color-accent);
}

.modal__body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 48px 40px 37px;
}

.form__label {
  cursor: auto;
}

.form__label-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 7px !important;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 40px;
  border-top: 1px solid #e9ecef;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.open .overlay,
.nav__item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#headerOverlay {
  z-index: 99990;
}

/*breadcrumbs*/
.breadcrumbs {
  margin-bottom: 16px;
  padding-top: 23px;
  padding-bottom: 18px;
}

.breadcrumbs__items {
  gap: 20px;
  line-height: 1.4667;
  font-size: 14px;
  line-height: 1.587;
}

.breadcrumbs__item-wrapper {
  gap: 8px 20px;
}

.breadcrumbs__item-wrapper .icon-arrow3-right {
  font-size: 12px;
}

.breadcrumbs__link {
  color: var(--color-accent);
  text-decoration: underline;
}

.breadcrumbs__link:hover {
  color: var(--color-text);
}

.breadcrumbs__link--home {
  text-decoration: none;
  position: relative;
  z-index: 1;
  top: -1px;
}

.breadcrumbs__item {
  display: inline;
}

.icon-home {
  font-size: 20px;
}

.main-content {
  gap: 19px;
}

.box--main {
  padding: 54px 60px 78px;
}

.title--main {
  margin-bottom: 55px;
}

.sidebar {
  max-width: 316px;
  width: 100%;
}

.sidebar__block {
  margin-bottom: 20px;
}

.sidebar__block {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 45px 20px 32px;
  font-size: 14px;
}

.sidebar__block--0 {
  padding: 0;
}

.sidebar__block-header {
  margin-bottom: 33px;
}

.sidebar__block-header--2 {
  margin-bottom: 30px;
}

.sidebar__block-footer {
  padding-top: 42px;
}

.icon-filter {
  font-size: 16px;
}

.menu__items {
  gap: 32px;
}

.header__catalog-btn-arrow {
  position: relative;
  z-index: 100;
}

.icon-arrow2-bottom-small {
  font-size: 5px;
  margin-top: -3px;
}

.active:not(.btn-arrow--not-rotate) .icon-arrow2-bottom-small {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu__link:hover,
.menu__inner-link:hover {
  text-decoration: underline;
}

.menu__inner-wrapper {
  padding-top: 16px;
  padding-bottom: 4px;
}

.menu__inner-items {
  position: relative;
  z-index: 1;
  padding-top: 14px;
  gap: 34px;
  line-height: 1.1428571429;
}

.menu__inner-items::before {
  content: "";
  border-left: 1px solid var(--color-accent);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 9px;
}

.menu__inner-item {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.menu__inner-item::before {
  content: "";
  border-bottom: 1px solid var(--color-accent);
  width: 12px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -1px;
}

.menu__inner-link {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block-menu {
  line-height: 1.1428571429;
}

.block-menu__items {
  gap: 13px;
}

.block-menu__item__btn {
  font-weight: 700;
  padding: 10px 0;
}

.block-menu__arrow {
  padding-top: 5px;
}

.block-menu__content-wrapper {
  padding: 25px 0 10px;
}

.checkboxes {
  gap: 22px;
}

.checkbox {
  display: block;
  cursor: pointer;
}

.checkbox__row {
  gap: 13px;
}

.checkbox__block {
  height: 18px;
  width: 18px;
  border-radius: 5px;
  background-color: #F2F3F7;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.checkbox__block::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  padding-top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: var(--color-accent);
  border-radius: inherit;
}

.checkbox__control:checked ~ .checkbox__row .checkbox__block::before {
  width: 105%;
  padding-top: 105%;
}

.checkbox__text {
  display: block;
  padding-top: 1px;
}

.video-wrapper {
  border-radius: 20px;
  padding-bottom: 68.9873417722%;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.587;
  color: var(--color-white);
}

.page-video-item .video-wrapper {
    border-radius: 20px;
    padding-bottom: 68.9873417722% !important;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.587;
    color: var(--color-white);
    margin-bottom: 20px;
}

.video-page-wrapper{
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15); 
  border-radius: 20px; 
  overflow: hidden;
}

.video__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.video-wrapper .play {
  font-size: 8.8px;
}

.video__abs {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  bottom: 0;
  padding-left: 24px;
  padding-right: 9px;
  padding-bottom: 17px;
}

.sidebar__block--info {
  padding-bottom: 25px;
}

.info__items {
  gap: 14px;
  line-height: 1.587;
}

.info__link {
  gap: 15px;
}

.info__link:hover .info__text {
  text-decoration: underline;
}

.info__icon {
  padding-top: 5px;
}

.icon-email-2 {
  font-size: 16px;
}

.subcategories {
  margin-bottom: 45px;
}

.subcategorie {
  font-size: 16px;
  line-height: 1.177;
  padding-bottom: 11px;
}

.subcategorie__image {
  /* padding-bottom: 60.7843137255%; */
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  margin-bottom: 27px;
}

.subcategorie__image img{
  width: 204px;
  height: 124px;
}

.swiper-slide--subcategorie {
  max-width: 204px;
}

.sort-wrapper {
  margin-bottom: 30px;
}

.sort-wrapper,
.sort__items {
  gap: 5px 20px;
}

.sort__btn {
  font-size: 14px;
  line-height: 1.587;
  font-weight: 500;
  color: var(--color-text);
}

.sort__btn.active {
  color: var(--color-accent);
  text-decoration: underline;
}

.sort__btn:hover {
  color: var(--color-accent);
}

.sort__right {
  gap: 13px;
  padding-right: 6px;
}

.sort__right-btn {
  color: var(--color-text);
  opacity: 0.2;
}

.sort__right-btn:hover:not(.active) {
  color: var(--color-accent);
  opacity: 1;
}

.sort__right-btn.active {
  opacity: 1;
}

.icon-sort-list {
  font-size: 18px;
}

.icon-sort-gallery {
  font-size: 18px;
}

.pagination__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination__items {
  font-size: 12px;
  font-weight: 600;
  gap: 10px;
  padding-top: 60px;
}

.pagination__link, .pagination__ellipsis {
  background: var(--white-color) no-repeat center;
  display: block;
  padding: 0 5px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
}

.pagination__link {
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: var(--color-black);
  background-color: var(--color-gray-2);
}

.pagination__link:hover, .pagination__link--active {
  color: var(--color-white);
  background-color: var(--color-accent);
}

.pagination__link--prev, .pagination__link--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 25px;
}

.pagination__link--prev:hover,
.pagination__link--next:hover {
  background-color: transparent;
  color: var(--color-accent);
}

.pagination__link--prev {
  margin-right: 8px;
}

.pagination__link--next {
  margin-left: 8px;
}

.icon__svg--arrow-small-prev, .icon__svg--arrow-small-next {
  height: 12px;
  width: 6px;
}

.pagination__ellipsis {
  background-color: transparent;
  line-height: 1px;
  letter-spacing: 1px;
  padding: 44px 0px 3px;
  width: 13px;
  font-weight: 400;
}

.icon-left-arrow--pagination {
  font-size: 11px;
}

.icon-left-arrow--pagination::before {
  -webkit-transition: none;
  transition: none;
}

.main-product {
  font-size: 14px;
  margin-bottom: 58px;
}

.main-product__row {
  margin-left: -10px;
  margin-right: -10px;
}

.main-product__cell {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.main-product__top {
  gap: 20px;
  padding-top: 11px;
  margin-bottom: 33px;
}

.main-product__block {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 17px 23px;
  margin-bottom: 22px;
}

.main-product__price {
  font-size: 27px;
  line-height: 1.587;
  margin-bottom: 3px;
}

.main-product__discount {
  text-align: right;
}
.main-product__total{
  margin-bottom: 20px;
  text-align: right;
}

.main-product__discount span, .main-product__total span{
  font-size: 16px;
  padding-left: 11px;
}

.main-product__controls {
  gap: 19px;
  padding-bottom: 10px;
}

.main-product__controls__row {
  gap: 21px;
}

.main-product__buy {
  color: var(--color-text);
  text-decoration: underline;
}

.hr--2 {
  border: none;
  border-top: 2px solid #DEE2E2;
}

.main-product__info {
  padding-left: 17px;
  gap: 26px;
  color: #98AAAA;
  line-height: 1.587;
}

.main-product__info-icon {
  color: #DEE2E2;
}

.icon-info-2 {
  font-size: 36px;
}

.box-2 {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 19px 23px;
  /* height: 100%; */
}

.type-options {
  margin-bottom: 23px;
}

.discount__row {
  margin-bottom: 23px;
}

.discount__block {
  background: #f2f3f7;
  border-radius: 20px;
  padding: 13px 15px 13px 20px;
}

.discount__items {
  gap: 12px;
}

.discount__row {
  gap: 20px;
}

.discount__table {
  width: 100%;
  border: none;
  min-width: 340px;
}

.discount__table tr + tr td {
  border-top: 2px dotted #DDDEE2;
}

.discount__table td + td {
  border-left: 2px dotted #DDDEE2;
}

.discount__table td {
  padding: 4px 18px 5px;
}

.discount__table td:last-child {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}

.discount__table tr td:nth-child(1) {
  padding-left: 0;
}

.discount__table tr td:nth-child(2) {
  width: 101px;
}

.discount__table tr td:nth-child(3) {
  width: 90px;
}

.discount__price {
  font-size: 16px;
  font-weight: 700;
}

.discount__percent {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  display: block;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  text-align: center;
}

.positively {
  background-color: var(--color-accent);
}

.negative {
  background-color: #DB0000;
}

.product-image {
  padding-bottom: 72.5038402458%;
  border-radius: 20px;
}

.thumb-image {
  padding-bottom: 77.8846153846%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.main-image-thumb {
  margin-top: 19px;
  padding-bottom: 14px;
}

.main-image-thumb .carousel-scrollbar {
  margin-top: 20px;
}

.section--faq {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section__header--faq {
  padding-top: 86px;
  margin-bottom: 79px;
}

.faq {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
}

.faq__item:not(:last-child) {
  margin-bottom: 10px;
}

.faq__button {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 21px 60px 20px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.177;
  font-weight: 500;
}

.faq__button-plus {
  position: absolute;
  right: 44px;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.faq__button .icon-plus {
  font-size: 17.5px;
}

.active .icon-plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq__toggle-content {
  padding-top: 29px;
  padding-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 95%;
}

.section--news {
  padding-top: 30px;
  padding-bottom: 60px;
}

.news__items {
  margin-left: -9.5px;
  margin-right: -9.5px;
}

.news__item {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.new {
  height: 100%;
  font-size: 14px;
  line-height: 1.587;
}

.article{
  border-radius: 20px;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
}

.new__header {
  border-radius: 20px 20px 0 0;
}

.new__header,
.new__body,
.new__footer {
  background-color: var(--color-white);
}

.new__body,
.new__footer {
  padding-left: 16px;
  padding-right: 16px;
}

.new__body {
  padding-top: 26px;
  padding-bottom: 26px;
  font-weight: 500;
}

.new__image {
  position: relative;
  z-index: 1;
  padding-bottom: 27.8372591006%;
  border-radius: inherit;
}

.new__image a{
  border-radius: 20px 20px 0 0;
}

.new__title {
  line-height: 1.3333333333;
  margin-bottom: 14px;
}

.new__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new__footer {
  border-radius: 0 0 20px 20px;
  padding-bottom: 30px;
}

.date {
  font-size: 18px;
  line-height: 0.24;
  gap: 14.5px;
}

.date__icon {
  color: var(--color-accent);
  font-size: 17px;
}

.tabs-2__btn {
  position: relative;
  z-index: 1;
}

.tabs-2__btn::before,
.tabs-2__btn::after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.tabs-2__btn::before {
  -webkit-box-shadow: -3px 3px 0 0 var(--color-white);
  box-shadow: -3px 3px 0 0 var(--color-white);
  left: -40px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 10px 10px 0 0 var(--color-white);
  box-shadow: 10px 10px 0 0 var(--color-white);
}

.tabs-2__btn::after {
  -webkit-box-shadow: -10px 10px 0 0 var(--color-white);
  box-shadow: -10px 10px 0 0 var(--color-white);
  right: -40px;
  border-bottom-left-radius: 20px;
}

.tabs-2__item:nth-of-type(1) .tabs-2__btn.active::before {
  display: none;
}

.tabs-2__btn-text {
  display: block;
  background-color: transparent;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  border-radius: 20px 20px 0 0;
  height: 100%;
  padding: 23px 43px 23px 51px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.tabs-2__btn.active .tabs-2__btn-text {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.tabs-2__btn-text::before {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 16px #fff;
  box-shadow: 0 16px #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.tabs-2__btn.active .tabs-2__btn-text::before,
.tabs-2__btn.active::before,
.tabs-2__btn.active::after {
  visibility: visible;
  opacity: 1;
}

.tabs-2__content {
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  padding: 52px 30px 42px;
  border-radius: 20px;
}

.arrow-buttons {
  gap: 39px;
}

.arrow-buttons--2 {
  gap: 17px;
}

.arrow-btn {
  font-size: 22px;
}

.arrow-btn:hover:not(.swiper-button-disabled) {
  color: var(--color-accent);
}

.icon-compare,
.icon-favorite-2 {
  font-size: 23px;
}

.btn-rotate-arrow-right-bottom.active i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-row--footer {
  margin-top: 2px;
}

.footer {
  background: url(../img/footer/bg.webp) no-repeat top left;
  border-radius: 50px;
  padding-left: 59px;
  padding-right: 59px;
  padding-bottom: 30px;
  background-size: cover;
  font-size: 14px;
  line-height: 1.587;
  position: relative;
  z-index: 1;
}

.footer::before {
  background: url(../img/footer/bg-2.webp) no-repeat top left;
  height: 1160px;
  width: 1190px;
  left: -459px;
  top: -476px;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  pointer-events: none;
}

.page-row--footer {
    margin-bottom: 20px;
}  

.footer__row + .footer__row {
  border-top: 1px solid #29000F;
  padding-top: 28px;
  margin-top: 58px;
}

.footer__row--top {
  padding-top: 56px;
}

.footer__title {
  margin-bottom: 47px;
}

.footer__nav-items,
.links-icon {
  gap: 16px;
}

.links-icon--top {
  margin-bottom: 43px;
}

.address-text{
    font-size: 14px;
    font-weight: 600;
    margin-top: 50px;
}

.link-icon {
  gap: 8px;
  font-weight: 600;
}

.icon-whatsapp,
.icon-telegram-2 {
  font-size: 21px;
}

.links-icon-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  gap: 20px 49px;
}

.link-icon-2 {
  gap: 17px;
}

.bg-clr-accent,
.bg-clr-accent-h:hover {
  background-color: var(--color-accent);
}

.bg-clr-primary {
  background-color: var(--color-primary);
}

.bg-clr-primary-2 {
  background-color: var(--color-primary-2);
}

.bg-clr-gray-2 {
  background-color: var(--color-gray-2);
}

.bg-clr-gray-6 {
  background-color: var(--color-gray-6);
}

.bg-clr-light {
  background-color: var(--color-light);
}

.clr-black, .clr-black-h:hover {
  color: var(--color-black);
}

.clr-white, .clr-white-h:hover {
  color: var(--color-white);
}

.clr-accent, .clr-accent-h:hover {
  color: var(--color-accent);
}

.clr-primary, .clr-primary-h:hover {
  color: var(--color-primary-2);
}

.clr-primary-2, .clr-primary-2-h:hover {
  color: var(--color-primary-2);
}

.clr-dark-2, .clr-dark-2-h:hover {
  color: var(---color-dark-2);
}

.clr-gray-dark, .clr-gray-dark-h:hover {
  color: var(--color-gray-dark);
}

@media (min-width: 992px) {
  [data-js-body-overflow-x-indent] {
    padding-right: 0 !important;
  }
  [data-fade-in-mob],
  [data-js-toggle-block-mob] {
    display: block !important;
  }
  .header__cell--mob-nav {
    width: 0%;
  }
  [data-js-toggle-block=mob] {
    display: block !important;
  }
  .dropdown__blocks {
    --group-delay: min( (var(--r-globalnav-flyout-elevated-group-count) * 80ms) + ((var(--r-globalnav-flyout-group-number) - var(--r-globalnav-flyout-elevated-group-count)) * 40ms), var(--r-globalnav-flyout-group-number) * 80ms );
  }
  [data-nav-item-anim] {
    opacity: 0;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: min(0.16s + 20ms * (var(--nav-item-anim-total) - var(--nav-item-anim-number)), 0.24s);
    transition-duration: min(0.16s + 20ms * (var(--nav-item-anim-total) - var(--nav-item-anim-number)), 0.24s);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .dropdown.show [data-nav-item-anim] {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0.32s;
    transition-duration: 0.32s;
    -webkit-transition-delay: calc(240ms + var(--nav-item-anim-number) * 20ms + 80ms + 10ms);
    transition-delay: calc(240ms + var(--nav-item-anim-number) * 20ms + 80ms + 10ms);
  }
  .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 20px);
    padding-top: 20px;
    max-height: calc(100vh - 147px - 30px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    line-height: 1.5714285714;
  }
  .dropdown.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }
  .dropdown__wrapper {
    background-color: var(--color-white);
    border-radius: 50px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.5412);
    padding: 60px 40px;
    font-size: 14px;
    line-height: 1.4285714286;
    max-height: inherit;
    overflow: auto;
  }
  .dropdown__row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .dropdown__cell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown__items {
    gap: 22px;
  }
  .dropdown__items .dropdown__items {
    margin-top: 21px;
  }
  .dropdown__title + .dropdown__items {
    margin-top: 20px;
  }
  .dropdown__title {
    font-size: 16px;
    color: var(--color-text);
    line-height: 1.1875;
  }
  .dropdown__link {
    display: block;
  }
  .products__items {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .products__item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1400px) {
  /* Основные стили для отображения в виде таблицы */
  .products--list {
      list-style-type: none !important; /* Убираем маркеры списка */
      padding: 0 !important; /* Убираем отступы */
      margin: 0 !important; /* Убираем поля */
  }

  .products--list .products__item {
      display: table-row !important; /* Каждая карточка товара как строка */
      width: 100% !important; /* Занимаем всю ширину родителя */
      padding: 0px;
  }

  .products--list .product__header {
      display: table-row !important; /* Заголовок товара как строка */
      margin: 0 !important; /* Убираем отступы */
      padding: 0 !important; /* Убираем поля */
      min-width: 140px;
  }

  .products--list .product__image {
      display: table-cell !important; /* Ячейка для изображения */
      width: 100px !important; /* Фиксированная ширина для изображения */
      vertical-align: middle !important; /* Выравнивание по центру по вертикали */
  }

  .products--list .product__details {
      display: table-cell !important; /* Ячейка для деталей товара */
      padding-left: 10px !important; /* Отступы между ячейками */
      vertical-align: middle !important; /* Выравнивание по центру по вертикали */
  }

  .products--list .product__actions {
      display: table-cell !important; /* Ячейка для действий с товаром */
      padding-left: 10px !important; /* Отступы между ячейками */
      vertical-align: middle !important; /* Выравнивание по центру по вертикали */
  }

  /* Дополнительные стили для оформления */
  .products--list img {
      max-width: 100% !important; /* Ограничение по ширине для изображений */
      display: block !important; /* Убедитесь, что изображение блочное */
  }

  .products--list h6 {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 458px;
  }

  .products--list .product__price {
      line-height: 48px;
  }

  .products--list .flex-column {
      -webkit-box-orient: inherit !important;
      -webkit-box-direction: normal !important;
      align-content: normal;
      flex-direction: inherit !important;
  }

  .products--list .product__info{
      width: 120px;
  }

  .products--list .product__info .mnw-0{
      min-width: 100%;
  }
}


@media (max-width: 1599px) {
  .title--arrow-left {
    margin-left: 0;
    padding-left: 119px;
  }
  .title__arrow-left {
    left: 0;
  }
}
@media (max-width: 1399px) {
  .header {
    font-size: 13px;
  }
  .header__row--top {
    gap: 20px;
  }
  .logo__picture {
    max-width: 52px;
  }
  .contact {
    font-size: 14px;
  }
  .contact__row {
    gap: 8px;
  }
  .header__right-row {
    padding-left: 0;
  }
  .btn-arrow {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }
  .btn-arrow__row {
    gap: 10px;
  }
  .header__cell--logo {
    padding-left: 10px;
  }
  .header__cell--border {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header__cell--nav {
    padding-right: 6px;
  }
  .nav__items {
    gap: 16px;
  }
  .header__search {
    padding-right: 0;
  }
  .intro__cell--content {
    max-width: 470px;
  }
  .intro__image {
    font-size: 12px;
  }
  .intro__title {
    font-size: 26px;
  }
  .swiper-slide--catalog {
    max-width: 204px;
    width: 100%;
  }
  .catalog__desc {
    font-size: 14px;
  }
  .plan__bg-wrapper {
    margin-left: 0;
  }
  .section__cell--content {
    max-width: 451px;
  }
  .plan__title {
    font-size: 27px;
  }
  .choouse-us {
    font-size: 12px;
  }
  .form__block-cell--left,
  .form__block-cell--right {
    width: 100%;
  }
  .form__block-cell--left {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .form__btn {
    padding-left: 111px;
    padding-right: 39px;
  }
  .choouse-us {
    font-size: 10px;
  }
  .box--main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sidebar {
    max-width: 286px;
  }
  .hamburger-icon {
    font-size: 11px;
  }
  .header__cell--border {
    margin-left: 24.5px;
    margin-right: 24.5px;
  }
  .header__cell--catalog {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  body {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .header,
  .dropdown {
    padding-left: 14px;
    padding-right: 14px;
  }
  .header__cell--logo {
    padding-left: 0;
  }
  .logo__row {
    gap: 17px;
    font-size: 16px;
  }
  .logo__picture {
    max-width: 65px;
  }
  .header__row {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header__row + .header__row {
    padding-top: 30px;
  }
  .header__row:last-child {
    padding-bottom: 27px;
  }
  .hamburger {
    font-size: 16px;
  }
  .btn-search {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }
  .btn-search__row {
    gap: 20px;
  }
  .header__cell--mob-nav {
    color: var(--color-white);
    background-color: var(--color-text);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    top: 170px;
    bottom: 0;
    max-height: calc(100vh - 170px);
    width: 100%;
    overflow: auto;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.2, 0, 1);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0.2, 0, 1);
    transition: transform 1s cubic-bezier(0.4, 0.2, 0, 1);
    transition: transform 1s cubic-bezier(0.4, 0.2, 0, 1), -webkit-transform 1s cubic-bezier(0.4, 0.2, 0, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .header__cell--mob-nav.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .hamburger {
    position: relative;
    z-index: 1;
  }
  .hamburger .icon-close-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hamburger.open .icon-hamburger,
  .hamburger .icon-close-2 {
    opacity: 0;
    visibility: hidden;
  }
  .hamburger.open .icon-close-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .hamburger .icon-hamburger {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .hamburger.open .icon-hamburger {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__wrapper {
    overflow: hidden;
  }
  .nav-overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 900;
    background-color: var(--color-accent);
    -webkit-transition: all 0.6s 0.3s cubic-bezier(0.4, 0.2, 0, 1);
    transition: all 0.6s 0.3s cubic-bezier(0.4, 0.2, 0, 1);
  }
  .nav-overlay.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav__wrapper {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .dropdown {
    color: var(--color-white);
    line-height: 1.5714285714;
    padding-left: 22px;
    padding-right: 22px;
  }
  .dropdown .container {
    padding-left: 11px;
    padding-right: 11px;
  }
  .dropdown__wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .dropdown__header {
    margin-bottom: 52px;
    gap: 30px;
  }
  .dropdown__row {
    gap: 23px;
  }
  .dropdown__items {
    gap: 27px 0;
  }
  .dropdown__items .dropdown__items {
    margin-top: 27px;
  }
  .dropdown__title {
    font-size: 16px;
    font-weight: 600;
  }
  .dropdown__item > div {
    gap: 26px;
  }
  .dropdown__item > .dropdown__link {
    font-size: 14px;
    color: #DCC2C2;
  }
  .dropdown__item > .dropdown__link:hover {
    color: var(--color-accent);
  }
  .icon-back {
    font-size: 10px;
  }
  .nav__contacts {
    padding: 24px 26px;
    background-color: var(--color-white);
    border-radius: 20px;
    color: var(--color-text);
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
  }
  .contact {
    font-size: 16px;
  }
  .contacts__list {
    gap: 21px;
  }
  .contact__row {
    gap: 17px;
  }
  .contact__row--city {
    gap: 22px;
  }
  .section__cell--content {
    max-width: 100%;
  }
  .title--arrow-left {
    padding-left: 97px;
  }
  .title__arrow-left {
    left: 7px;
    font-size: 79px;
    top: 55px;
  }
  .section__header-row {
    gap: 36px;
  }
  .box {
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 54px;
    padding-bottom: 62px;
  }
  .box--mob-fluid {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .carousel-scrollbar {
    margin-top: 26px;
  }
  .swiper-slide--photo {
    max-width: 205px;
    width: 100%;
  }
  .swiper-slide--calc-product {
    max-width: 385px;
    width: 100%;
  }
  .calc-product__cell--control {
    max-width: 159px;
  }
  .calc-product__header,
  .calc-product__body,
  .calc-product__footer {
    padding-left: 30px;
    padding-right: 24px;
  }
  .calc-product__row, .calc-product__row-2 {
    gap: 15px;
  }
  .nav-pagination {
    bottom: 28px;
    right: 34px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    gap: 7px;
  }
  .dots-2 .dots-bullet::before {
    background-color: #335451;
    margin: 13px;
  }
  .nav-pagination .icon-arrow5-top,
  .nav-pagination .icon-arrow5-bottom {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #planCarousel {
    height: auto;
    padding: 26px 10px 12px 26px;
  }
  .plan__block {
    padding-right: 0;
  }
  .plan__cell {
    width: 100%;
  }
  .plan__cell--title {
    margin-bottom: 17px;
  }
  .plan__content {
    gap: 11px;
  }
  .plan__title {
    font-size: 22px;
    line-height: 1.177;
  }
  .swiper-slide--stage {
    max-width: 223px;
    width: 100%;
  }
  .intro {
    margin-left: -10px;
    margin-right: -10px;
  }
  .intro::before {
    left: -540px;
  }
  .intro__content {
    padding: 58px 35px 57px 20px;
  }
  .intro__cell--content {
    max-width: 100%;
  }
  .intro__subtitle {
    margin-bottom: 12px;
  }
  .intro__title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .intro__title span {
    word-break: break-all;
  }
  .intro__desc {
    margin-bottom: 35px;
  }
  .intro__cell--image {
    position: absolute;
    left: -11px;
    top: -256px;
    right: 0;
    bottom: 0;
    z-index: -1;
    padding-left: 2px;
  }
  .intro__image {
    font-size: 67%;
  }
  .pulse {
    margin-left: 9px;
  }
  .pulse span:nth-of-type(1) {
    margin: -7.5em;
  }
  .pulse span:nth-of-type(2) {
    margin: -16.5625em;
  }
  .pulse span:nth-of-type(3) {
    margin: -25.875em;
  }
  .pulse span:nth-of-type(4) {
    margin: -35.1875em;
  }
  .intro__buttons {
    margin-right: -25px;
  }
  .intro__buttons-row {
    gap: 15px 29px;
  }
  #introCarousel {
    padding-top: 361px;
    height: 846px;
    padding-bottom: 20px;
  }
  .dots.swiper-pagination-bullets {
    top: 119px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 13px;
  }
  .dots .dots-bullet::before {
    height: 6.77px;
    width: 6.77px;
    margin: 5px 10px;
  }
  .dots .dots-bullet.active::before {
    height: 44px;
  }
  .section__header--choouse-us {
    margin-bottom: 41px;
  }
  .choouse-us {
    font-size: 16px;
    width: auto;
  }
  .choouse-us__top {
    margin-bottom: 7.125em;
    padding-left: 0;
  }
  .buttons__icon {
    top: -26px;
  }
  .choouse-us__macbook {
    width: 22.86375em;
    margin: 0 auto;
  }
  .choouse-us__macbook::before {
    margin-top: -2.75em;
    margin-right: -2.125em;
    margin-left: -8.5625em;
    margin-bottom: -0.5625em;
  }
  .choouse-us__video-wrapper {
    height: 14.675em;
  }
  .arrow-title-wrapper--buttons {
    left: 0;
    margin-left: 4.5em;
    margin-top: -6.5em;
  }
  .arrow-title-wrapper--top-left {
    left: -1.1875em;
    top: -6.5em;
  }
  .arrow-title__icon--1 {
    top: calc(100% - 0.75em);
    left: calc(100% - 5em);
  }
  .arrow-title__icon--1 i {
    font-size: 3.5em;
  }
  .arrow-title-span {
    font-size: 1.125em;
    line-height: 1.5555555556;
  }
  .choouse-us__block--small {
    height: 3.5625em;
    left: -1.375em;
    top: 10.3125em;
    padding-left: 1.625em;
    padding-right: 1.625em;
    gap: 1.125em;
  }
  .arrow-title-wrapper--choouse-us__block--small {
    bottom: calc(100% - 10.9375em);
    left: 7px;
  }
  .choouse-us__block-picture {
    max-width: 2.089375em;
  }
  .choouse-us__block-picture--2 {
    max-width: 2.799375em;
  }
  .choouse-us__block--big {
    height: 3.8125em;
    width: 3.8125em;
    min-width: 0;
    right: -1.1875em;
    top: 4.3125em;
  }
  .arrow-title-wrapper--choouse-us__block--big {
    top: -6.5625em;
    left: -2.9375em;
  }
  .arrow-title__icon--5 {
    left: 5.9375em;
    top: -4.6875em;
  }
  .arrow-title__icon--5 i {
    font-size: 5.6875em;
  }
  .arrow-title-wrapper--bottom-right {
    right: -4.6875em;
    top: 17.75em;
  }
  .arrow-title__icon--6 {
    top: calc(100% - 7.375em);
    left: calc(100% - 9.8125em);
  }
  .arrow-title__icon--6 i {
    font-size: 4.5625em;
  }
  .choouse-us .play {
    height: 3.4375em;
    width: 3.4375em;
  }
  .choouse-us .icon-play {
    font-size: 1.125em;
  }
  .choouse-us .pulse > span {
    border-width: 1.37px;
  }
  .choouse-us .play .pulse span:nth-of-type(1) {
    margin: -2.5625em;
  }
  .choouse-us .play .pulse span:nth-of-type(2) {
    margin: -3.5625em;
  }
  .choouse-us .play .pulse span:nth-of-type(3) {
    margin: -4.5em;
  }
  .form__block-cell {
    max-width: 100%;
    width: 100%;
  }
  .form__block-cell--left {
    margin-bottom: 32px;
  }
  .form__cell {
    max-width: 100%;
    width: 100%;
  }
  .form-control {
    height: 81px;
    line-height: 77px;
  }
  .form__btn {
    width: 100%;
    padding-left: 115px;
    padding-right: 55px;
    text-align: center;
  }
  .breadcrumbs {
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 2px;
  }
  .breadcrumbs__items {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .box--fluid {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .title--main {
    word-break: break-all;
    line-height: 1.177;
  }
  .main-product-box {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product-image {
    padding-bottom: 126.8817204301%;
  }
  .main-image-thumb {
    padding-bottom: 20px;
  }
  .swiper-slide-main-image-thumb {
    max-width: 101px;
    width: 100%;
  }
  .thumb-image {
    padding-bottom: 80.198019802%;
  }
  .main-product {
    margin-bottom: 40px;
  }
  .main-product__box {
    margin-left: -19px;
    margin-right: -19px;
    padding-bottom: 23px;
  }
  .main-product__block {
    margin-bottom: 35px;
  }
  .type-options {
    margin-bottom: 29px;
  }
  .discount__row {
    gap: 33px 0;
  }
  .discount__title {
    text-align: center;
  }
  .discount__block {
    padding: 14px 12px 13px 11px;
  }
  .discount__table td {
    padding-left: 14px;
    padding-right: 14px;
  }
  .discount__table tr td:nth-child(2) {
    width: 93px;
  }
  [data-js-toggle-pc] [data-js-tab-content-item] {
    display: block !important;
  }
  .tabs-2__content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 -20px;
  }
  .tabs-2__content [data-js-toggle-button-parent]:not(:last-child) {
    margin-bottom: 10px;
  }
  .tabs-2__content [data-js-toggle-block] [data-js-tab-content-item] {
    padding: 20px;
  }
  .tabs-2__content .content {
    font-size: 14px;
  }
  .tabs-3__btn {
    background-color: var(--color-white);
    border-radius: 20px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 21px 27px 21px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.177;
  }
  .tabs-3__btn .icon-arrow2-bottom-small {
    font-size: 7px;
  }
  .sidebar {
    max-width: 100%;
    display: none;
  }
  .subcategories {
    margin-bottom: 50px;
  }
  .select {
    background-color: transparent;
    border: none;
  }
  .products__items--gap {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .products__items--gap .products__item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products__items--gap .product__header-link {
    padding-bottom: 54.4117647059%;
  }
  .swiper-slide--product {
    max-width: 316px;
    width: 100%;
  }
  .faq {
    margin-left: -10px;
    margin-right: -10px;
  }
  .faq__button {
    padding-left: 20px;
    padding-right: 48px;
  }
  .faq__button-plus {
    right: 22px;
    top: 22px;
    bottom: initial;
  }
  .faq__toggle-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 26px;
  }
  .swiper-slide--new {
    max-width: 410px;
    width: 100%;
  }
  .modal__header,
  .modal__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal__header {
    padding-top: 40px;
  }
  .modal__close {
    font-size: 18px;
    margin-top: 4px;
  }
  .footer {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 64px;
    overflow: hidden;
  }
  .footer__row--top {
    gap: 40px 0;
  }
  .footer__row .footer__row {
    gap: 40px 0;
  }
  .footer__row + .footer__row {
    border-top-color: var(--color-white);
    padding-top: 47px;
    margin-top: 62px;
  }
  .footer__cell--copy {
    margin-bottom: 19px;
  }
  .footer__cell--policy {
    margin-bottom: 14px;
  }
  .links-icon-2 {
    gap: 22px;
    margin-bottom: 67px;
  }
  .link-icon {
    font-weight: 500;
  }
  .links-icon--top {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .fix-social, .scrollToTop {
    right: 20px;
  }
}
@media (max-width: 470px) {
  .intro::before {
    background-image: url(../img/intro/slider-mob.svg);
    background-size: cover !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 0 -160px;
  }

  .nav-pagination {
    position: static;
    padding-top: 20px;
  }
  .title--h3 {
    font-size: 24px;
  }
  .title--arrow-left {
    padding-left: 70px;
  }
  .title__arrow-left {
    font-size: 54px;
  }
}
@media (max-width: 420px) {
  .choouse-us {
    font-size: 3.721vw;
  }
}
@media (max-width: 400px) {
  #introCarousel {
    padding-top: 217px;
  }
  .intro__buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__subtitle {
    font-size: 14px;
  }
  .intro__title {
    font-size: 27px;
  }
  .intro__image {
    font-size: 45%;
  }
  .intro__cell--image {
    top: -207px;
  }
  .main-product__price {
    font-size: 25px;
  }
  .type-options__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
  }
  .pagination__items {
    gap: 7px;
  }
  .pagination__link {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
  .pagination__link--prev,
  .pagination__link--next {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .product__btn-text {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .fix-social,
  .scrollToTop {
    right: calc((100vw - 960px) / 2);
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .fix-social,
  .scrollToTop {
    right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .fix-social,
  .scrollToTop {
    right: calc((100vw - 1470px) / 2 - 152px);
  }
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"],
[class^=icon-]::before,
[class*=" icon-"]::before {
  display: block;
}

i[class^=icon-]::before,
i[class*=" icon-"]::before,
i[class^=icon-] [class^=path]::before,
i[class*=" icon-"] [class^=path]::before {
  color: inherit !important;
}

.icon-arrow-page-9:before {
  content: "\e93d";
}

.icon-arrow-page-10:before {
  content: "\e93e";
}

.icon-back:before {
  content: "\e93c";
  color: #fff;
}

.icon-hamburger:before {
  content: "\e938";
}

.icon-close-2:before {
  content: "\e939";
}

.icon-arrow7-right:before {
  content: "\e93a";
  color: #fff;
}

.icon-arrow-bottom-small-2:before {
  content: "\e93b";
}

.icon-close:before {
  content: "\e937";
}

.icon-date:before {
  content: "\e92b";
  color: #58c761;
}

.icon-sort-gallery:before {
  content: "\e92c";
}

.icon-sort-list:before {
  content: "\e92d";
}

.icon-info-2:before {
  content: "\e92e";
  color: #dee2e2;
}

.icon-favorite-2:before {
  content: "\e92f";
}

.icon-compare:before {
  content: "\e930";
}

.icon-plus-2:before {
  content: "\e931";
}

.icon-arrow6-right:before {
  content: "\e932";
  color: #335451;
}

.icon-arrow6-left:before {
  content: "\e933";
  color: #335451;
}

.icon-email-2:before {
  content: "\e934";
  color: #fff;
}

.icon-info:before {
  content: "\e935";
}

.icon-filter:before {
  content: "\e936";
}

.icon-play:before {
  content: "\e92a";
  color: #fff;
}

.icon-tel-3:before {
  content: "\e929";
}

.icon-checked:before {
  content: "\e928";
  color: #73b640;
}

/* Иконка в обычном состоянии */
.icon-arrow2-bottom-small:before {
    content: "\e900";
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Плавное ускорение */
    transform-origin: center; /* Центр вращения */
    transform: rotate(0deg); /* Начальная позиция */
}

/* Состояние активной кнопки */
.header__catalog-btn-arrow.active .icon-arrow2-bottom-small:before {
    transform: rotate(-90deg); /* Поворот на 270 градусов */
}

.icon-arrow3-right:before {
  content: "\e901";
}

.icon-arrow3-top:before {
  content: "\e902";
  color: #335451;
}

.icon-arrow4-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow5-bottom:before {
  content: "\e904";
  color: #335451;
}

.icon-arrow5-top:before {
  content: "\e905";
  color: #335451;
}

.icon-arrow-bottom-small:before {
  content: "\e906";
}

.icon-arrow-page-1:before {
  content: "\e907";
}

.icon-arrow-page-2:before {
  content: "\e908";
}

.icon-arrow-page-3:before {
  content: "\e909";
}

.icon-arrow-page-4:before {
  content: "\e90a";
}

.icon-arrow-page-5:before {
  content: "\e90b";
}

.icon-arrow-page-6:before {
  content: "\e90c";
}

.icon-arrow-page-7:before {
  content: "\e90d";
}

.icon-callback:before {
  content: "\e90e";
}

.icon-cart .path1:before {
  content: "\e90f";
  color: rgb(101, 135, 141);
}

.icon-cart .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(101, 135, 141);
}

.icon-cart .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 41, 38);
}

.icon-cart .path4:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(47, 47, 47);
}

.icon-cart .path5:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(101, 135, 141);
}

.icon-cart .path6:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(47, 47, 47);
}

.icon-cart .path7:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(101, 135, 141);
}

.icon-cart .path8:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(101, 135, 141);
}

.icon-cart-2:before {
  content: "\e917";
  color: #fff;
}

.icon-client:before {
  content: "\e918";
  color: #72b540;
}

.icon-email:before {
  content: "\e919";
}

.icon-favorite:before {
  content: "\e91a";
  color: #73b640;
}

.icon-home:before {
  content: "\e91b";
  color: #58c761;
}

.icon-loc:before {
  content: "\e91c";
}

.icon-minus:before {
  content: "\e91d";
  color: #dee2e2;
}

.icon-plus:before {
  content: "\e91e";
}

.icon-scroll-down:before {
  content: "\e91f";
}

.icon-search:before {
  content: "\e920";
  color: #58c761;
}

.icon-tel:before {
  content: "\e921";
}

.icon-tel-2:before {
  content: "\e922";
}

.icon-telegram:before {
  content: "\e923";
  color: #fff;
}

.icon-telegram-2:before {
  content: "\e924";
  color: #fff;
}

.icon-time:before {
  content: "\e925";
}

.icon-user:before {
  content: "\e926";
}

.icon-whatsapp:before {
  content: "\e927";
  color: #fff;
}

.content * {
  margin: revert;
  padding: revert;
}

.content > * {
  margin-top: 20px;
  margin-bottom: 0;
}

.content > *:first-child {
  margin-top: 0;
}

.content {
  color: var(--color-text);
  font-size: 16px;
  /*line-height: 1.177; */
}
.content > img {
  border-radius: 8px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "BeaufortforLOL", sans-serif;
  font-weight: 700;
}
.content h1 {
  font-size: toEm(21.35, 16);
}
.content h2 {
  font-size: toEm(18, 16);
}
.content h3 {
  font-size: toEm(16, 16);
}
.content h4 {
  font-size: toEm(15, 16);
}
.content h5 {
  font-size: toEm(14, 16);
}
.content h6 {
  font-size: toEm(13, 16);
}
.content h3 + * {
  margin-top: 10px;
}
.content ul + ul {
  margin-top: 28px;
}
.content a {
  color: var(--color-accent);;
  text-decoration: underline;
}
.content a:hover {
  color: var(--color-accent);;
  text-decoration: none;
}

.content .row{
   --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}

.content .row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-top: var(--bs-gutter-y);
}

.content table {
  min-width: 800px;
  font-size: 14px;
  border-spacing: 0px;
  width: 100%;
  table-layout: fixed;
}
.content table th {
  font-weight: 600;
  font-size: 11px;
  text-align: left;
  color: #e4d2aa;
  padding: 9px 17px;
  background-color: #554c3e;
  border-radius: 2px;
  height: 38px;
}
.content table td {
  padding: 9px 17px;
  background-color: #efeaea;
  border-radius: 2px;
  height: 38px;
}
.content table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.table_attr{
  padding: 10px;
  border-collapse: collapse;
}

.table_attr td + td {
    border-left: 2px dotted #DDDEE2;
}
.table_attr td {
    border-bottom: 2px dotted #DDDEE2;
}

.list {
  padding-left: 0;
  list-style: none;
}
.list li {
  position: relative;
  z-index: 1;
}
.list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list-1 li::before,
.list-2 li::before {
  background-color: #f6f6f6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-1 li {
  padding-left: toEm(20, 16);
}
.list-1 li + li {
  margin-top: toEm(20, 16);
}
.list-1 li::before {
  height: toEm(5, 16);
  width: toEm(5, 16);
  margin-top: toEm(10, 16);
}

.content.content--modal h1 {
  font-size: toEm(31.35, 16);
}
.content.content--modal h2 {
  font-size: toEm(28, 16);
}
.content.content--modal h3 {
  font-size: toEm(26, 16);
}
.content.content--modal h4 {
  font-size: toEm(25, 16);
}
.content.content--modal h5 {
  font-size: toEm(24, 16);
}
.content.content--modal h6 {
  font-size: toEm(23, 16);
}
.content.content--modal * {
  line-height: inherit;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
[data-progress] {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

[data-fade-in] {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 1 forwards;
  animation: fadeIn 0.5s ease 1 forwards;
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
[data-pulsate] {
  -webkit-animation: pulsate 1.6s ease-out infinite;
  animation: pulsate 1.6s ease-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[data-pulsate] {
  -webkit-animation: pulsate 1.6s ease-out infinite;
  animation: pulsate 1.6s ease-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
[data-pulsate] {
  -webkit-animation: pulsate 1.6s ease-out infinite;
  animation: pulsate 1.6s ease-out infinite;
}

.selectbox_wrapper {
  line-height: 1.25;
  position: relative;
  cursor: pointer;
}
.selectbox_input {
  min-height: 40px;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 63px;
  z-index: 1;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-black);
  border: none;
  background-color: var(--color-white);
  border-radius: 22px;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.43);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.43);
}
@media (min-width: 1400px) {
  .selectbox_input {
    min-width: 234px;
  }
}
.selectbox_input_value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
}
.selectbox_input_arrow {
  font-size: 7px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
}
.selectbox_input_arrow i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectbox_list {
  background-color: var(--color-white);
  border-radius: 22px;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.43);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.43);
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 6px;
  list-style-type: none;
  padding: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 160px;
  min-width: 80px;
  z-index: 2;
}
.selectbox_list_item {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 18px;
  padding-right: 9px;
  border-bottom: 1px solid #E4E4E4;
}
.selectbox_list_item:last-child {
  border-bottom-width: 0;
}
.selectbox_list_item:hover {
  opacity: 0.6;
}
.selectbox_list_item.selected {
  color: var(--color-accent);
  opacity: 1;
}
.selectbox_list_item.disabled {
  opacity: 0.5;
}
.selectbox_open .selectbox_list {
  display: block;
}
.selectbox_open .selectbox_input_arrow i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.selectbox_direction_bottom .selectbox_list {
  top: inherit;
  bottom: 100%;
}

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

@media (min-width: 992px) {
  .page__row.page__row--header {
    transition:0.5s;
  }
  .page__row.page__row--header.fixed {
    position: fixed;
    width: 100%;
    margin-top: -70px;
  }
}
/*# sourceMappingURL=main.css.map */