*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  max-width: 1320px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (max-width: 991px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-lg {
  max-width: 1920px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  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 {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-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 {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-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 {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-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 {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-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 {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-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 {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-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;
  }
}
@media (max-width: 992px) {
  .container .container,
  .container [class^=container-],
  .container [class*=" container-"],
  [class^=container-] .container,
  [class^=container-] [class^=container-],
  [class^=container-] [class*=" container-"],
  [class*=" container-"] .container,
  [class*=" container-"] [class^=container-],
  [class*=" container-"] [class*=" container-"] {
    padding: 0;
  }
}
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

button {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.button {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  display: inline-flex;
  grid-gap: 10px;
  align-items: center;
  padding: 10px 32px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all ease 0.3s;
}
.button--white {
  background-color: #ffffff;
  color: #08090a;
}
.button--red {
  background-color: #e2181a;
  color: #ffffff;
}
.button--grey {
  background-color: #7f7f7f;
  color: #ffffff;
}
.button--line {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.section-title {
  position: relative;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.25px;
  font-weight: 700;
  color: #e2181a;
}
.section-title p {
  line-height: 100%;
  letter-spacing: 0.15px;
  font-size: 20px;
  color: #444444;
  margin-top: 10px;
}
.section-title--center {
  text-align: center;
}
.section-title--center::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100px;
  height: 4px;
  background-color: #f4f5f6;
  transform: translateX(-50%);
}
.section-title--light h2 {
  color: #ffffff;
}
.section-title--light::after {
  background-color: #ffffff;
}

.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.dropdown > button {
  padding: 10px 25px 10px 3px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.dropdown > button::after {
  content: "\ea50";
  font-family: "remixicon";
  position: absolute;
  right: 3px;
  transition: all ease 0.3s;
}
.dropdown ul, .dropdown__category-list {
  position: absolute;
  pointer-events: none;
  text-align: center;
  opacity: 0;
  top: 95%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px;
  background-color: #ffffff;
  border-radius: 15px;
  z-index: 100;
  transition: all ease 0.3s;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.dropdown ul::before, .dropdown__category-list::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.dropdown ul {
  display: flex;
  flex-direction: column;
  grid-gap: 11px;
}
.dropdown ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  color: rgba(127, 127, 127, 0.4);
}
.dropdown ul li.active a {
  color: #7f7f7f;
}
.dropdown__category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 24px;
  padding: 34px 54px;
  max-width: 1038px;
  width: -moz-max-content;
  width: max-content;
  cursor: auto;
}
.dropdown__category-list-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 23px 10px;
  max-width: 196px;
  text-align: left;
  border: 3px solid #f4f5f6;
  border-radius: 20px;
  transition: all ease 0.3s;
}
.dropdown__category-list-item img {
  height: 50px;
  width: auto;
  flex-shrink: 0;
}
.dropdown__category-list-item:hover {
  border-color: #e2181a;
}
.dropdown--active > button::after {
  transform: rotate(-180deg);
}
.dropdown--active ul, .dropdown--active .dropdown__category-list {
  pointer-events: auto;
  opacity: 1;
  top: calc(100% + 10px);
}

.show-all {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #a4a5a9;
}
.show-all::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #dcddde;
  left: 0;
  right: 0;
  z-index: -1;
}
.show-all a {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  background-color: #ffffff;
  padding-left: 20px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.show-all a i {
  font-size: 30px;
}

.product-card {
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  grid-gap: 42px;
  transition: all ease 0.3s;
  align-items: center;
  text-align: center;
  padding: 52px 60px;
  border: 3px solid #f4f5f6;
  overflow: hidden;
}
.product-card img {
  transition: all ease 0.3s;
}
.product-card > * {
  transform: translateY(36px);
}
.product-card::before {
  content: "";
  background: url("../img/product-card-bg.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all ease 0.3s;
  opacity: 0;
}
.product-card__product-name {
  font-size: 24px;
  font-weight: 500;
  font-weight: 700;
  color: #08090a;
  transition: all ease 0.3s;
}
.product-card .button {
  opacity: 0;
}
.product-card:hover {
  border-color: #e2181a;
  box-shadow: 0px 17.2765px 34.5529px -8.2927px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  grid-gap: 20px;
}
.product-card:hover > * {
  transform: translateY(0);
}
.product-card:hover::before {
  opacity: 1;
}
.product-card:hover .product-card__product-name {
  color: #ffffff;
}
.product-card:hover .button {
  opacity: 1;
}

.news-card {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f4f5f6;
  transition: all ease 0.3s;
  height: 100%;
}
.news-card article > div {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  padding: 40px;
}
.news-card img {
  width: 100%;
}
.news-card span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  color: #7f7f7f;
  transition: all ease 0.3s;
}
.news-card span::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #7f7f7f;
  transition: all ease 0.3s;
}
.news-card h3 {
  font-size: 24px;
  font-weight: 500;
  color: #08090a;
  transition: all ease 0.3s;
}
.news-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  color: #7f7f7f;
  transition: all ease 0.3s;
}
.news-card:hover {
  background-color: #e2181a;
}
.news-card:hover span {
  color: #ffffff;
}
.news-card:hover span::before {
  background-color: #ffffff;
}
.news-card:hover h3 {
  color: #ffffff;
}
.news-card:hover p {
  color: #ffffff;
}

.input-box {
  height: 100%;
}
.input-box input, .input-box textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1px;
  width: 100%;
  height: inherit;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 13px 24px;
  background-color: transparent;
  color: #ffffff;
  transition: all ease 0.3s;
  outline: none;
}

.checkbox-box {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #ffffff;
  transition: all ease 0.3s;
}
.checkbox-box input {
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  transition: all ease 0.3s;
  outline: none;
  flex-shrink: 0;
}
.checkbox-box input:checked {
  background-color: #ffffff;
}
.checkbox-box label {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1px;
  color: #b2b1b7;
}
.checkbox-box label a {
  color: #ffffff;
  text-decoration: underline;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 57px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.breadcrumbs ul li a {
  color: #7f7f7f;
  font-size: 12px;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: ">";
  color: #7f7f7f;
  margin-right: 5px;
}
.breadcrumbs ul li:last-child a {
  color: #e2181a;
  font-weight: 700;
}
.breadcrumbs ul li:last-child::before {
  color: #e2181a;
}
.breadcrumbs__social {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  color: #7f7f7f;
  font-size: 12px;
}
.breadcrumbs__social a {
  transition: all ease 0.3s;
  font-size: 16px;
}
.breadcrumbs__social a:hover {
  color: #e2181a;
}

.page-hero {
  padding: 210px 0 90px;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 53px;
}
.page-hero h1 {
  font-size: 49px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 700;
  color: #08090a;
}
.page-hero.products {
  background-image: url("../img/products-hero.jpg");
}

.tabs-header {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.tabs-header button, .tabs-header a {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  display: flex;
  grid-gap: 8px;
  border: 1px solid #7f7f7f;
  color: #444444;
  padding: 12px 17px;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.tabs-header button i, .tabs-header a i {
  color: #08090a;
}
.tabs-header button.active, .tabs-header a.active {
  border-color: #e2181a;
  background-color: #e2181a;
  color: #ffffff;
}
.tabs-content > div {
  display: none;
}
.tabs-content > .active {
  display: block;
}

header {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  transition: all ease 0.3s;
}

.header {
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  transition: all ease 0.3s;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top-contact {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.header__top-contact > a {
  transition: all ease 0.3s;
}
.header__top-contact-btn {
  display: inline-block;
  padding: 5px;
  border-radius: 9999px;
  color: #7f7f7f;
  line-height: 1;
}
.header__top-contact-btn:hover {
  background-color: #e2181a;
  color: #ffffff;
}
.header__top-contact-phone {
  margin-left: 16px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #7f7f7f;
  padding-left: 26px;
  border-left: 1px solid #7f7f7f;
}
.header__top-contact-phone:hover {
  color: #e2181a;
}
.header__top-btns {
  display: flex;
  align-items: center;
  grid-gap: 18px;
}
.header__top-btns .button--white {
  color: #e2181a;
}
.header__top-btns .button--line {
  padding-left: 16px;
  padding-right: 32px;
}
.header__top-btns .button--line::after {
  right: 13px;
}
.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__main .logo img {
  height: 52px;
  width: auto;
}
.header__main > ul {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.header__main > ul > li a, .header__main > ul > li .dropdown > button {
  color: #7f7f7f;
  text-align: center;
}
.header__main > ul > li.active > a {
  color: #e2181a;
}
.header__main > ul > li:nth-last-child(1) > a, .header__main > ul > li:nth-last-child(1) .dropdown > button, .header__main > ul > li:nth-last-child(2) > a, .header__main > ul > li:nth-last-child(2) .dropdown > button, .header__main > ul > li:nth-last-child(3) > a, .header__main > ul > li:nth-last-child(3) .dropdown > button, .header__main > ul > li:nth-last-child(4) > a, .header__main > ul > li:nth-last-child(4) .dropdown > button {
  color: #ffffff;
}
.header__main-mobile-btns {
  display: none;
}
.header__main-mobile-btns button {
  font-size: 24px;
}
.header--light .header__top-btns .button--white {
  color: #ffffff;
  background-color: #7f7f7f;
}
.header--light .header__top .dropdown .button {
  background-color: #ffffff;
  color: #7f7f7f;
  border: 1px solid;
}
.header--light .header__main > ul > li a, .header--light .header__main > ul > li .dropdown > button {
  color: #7f7f7f;
}
.header--light .header__main > ul > li.active > a {
  color: #e2181a;
}
.header--scrolled {
  background-color: #ffffff;
  box-shadow: 0px 20px 25px -11px rgba(0, 0, 0, 0.06);
}
.header--scrolled .header {
  padding: 15px 0;
}
.header--scrolled .header__top-btns .button--white {
  color: #ffffff;
  background-color: #e2181a;
}
.header--scrolled .header__top-btns .button--line {
  color: #7f7f7f;
  border-color: #7f7f7f;
}
.header--scrolled .header__main > ul > li:nth-last-child(1) > a, .header--scrolled .header__main > ul > li:nth-last-child(1) .dropdown > button, .header--scrolled .header__main > ul > li:nth-last-child(2) > a, .header--scrolled .header__main > ul > li:nth-last-child(2) .dropdown > button, .header--scrolled .header__main > ul > li:nth-last-child(3) > a, .header--scrolled .header__main > ul > li:nth-last-child(3) .dropdown > button, .header--scrolled .header__main > ul > li:nth-last-child(4) > a, .header--scrolled .header__main > ul > li:nth-last-child(4) .dropdown > button {
  color: #7f7f7f;
}

.index-slider {
  position: relative;
  height: 600px;
  margin-bottom: 76px;
}
.index-slider__text {
  font-size: 49px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 700;
  color: #08090a;
}
.index-slider__text span {
  display: block;
  color: #e2181a;
}
.index-slider__text .button {
  margin-top: 25px;
}
.index-slider .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.index-slider .swiper-wrapper .swiper-slide .container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 613px;
  z-index: -1;
  transform: skewX(-26deg);
  right: 0;
  background-color: #e2181a;
}
.index-slider .swiper-wrapper .swiper-slide .container,
.index-slider .swiper-wrapper .swiper-slide .row {
  height: 100%;
}
.index-slider .swiper-wrapper .swiper-slide .row {
  align-items: center;
}
.index-slider .swiper-wrapper .swiper-slide .row .slide-one-figure {
  transform: translateY(50px);
}
.index-slider .swiper-wrapper .swiper-slide .row .slide-two-figure {
  transform: translateY(67px);
}
.index-slider .swiper-wrapper .swiper-slide .row .slide-three-figure {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(10px);
}
.index-slider .swiper-wrapper + .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.index-slider .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.index-slider .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 60px;
  background-color: #08090a;
  opacity: 1;
  border-radius: 0px;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.index-slider .swiper-pagination .swiper-pagination-bullet span {
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.25px;
  font-weight: 700;
  transform: translateX(calc(-100% - 8px));
  opacity: 0;
  color: #e2181a;
  transition: all ease 0.3s;
}
.index-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e2181a;
  box-shadow: 0 0 0 1px #e2181a;
}
.index-slider .swiper-pagination .swiper-pagination-bullet-active span {
  opacity: 1;
}

.product-slider {
  margin: 34px -30px 0;
  padding: 30px;
}
.product-slider-container {
  overflow: hidden;
  padding-bottom: 30px;
}
.product-slider-container .product-swiper-nav {
  display: grid;
  place-items: center;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  background-color: #e5e5e5;
  transition: all ease 0.3s;
  border: 5px solid;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.product-slider-container .product-swiper-nav-prev {
  left: -10px;
}
.product-slider-container .product-swiper-nav-next {
  right: -10px;
}
.product-slider-container .product-swiper-nav:hover {
  background-color: #e2181a;
}
.product-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.product-slider .swiper-wrapper .swiper-slide .product-card {
  height: 100%;
}

.info-section-container {
  background: url("../img/slide-one.jpg") no-repeat center/cover;
  margin-top: 111px;
  margin-bottom: 131px;
}
.info-section .row {
  align-items: center;
}
.info-section__img {
  position: relative;
}
.info-section__img img {
  transform: translateY(131px);
}
.info-section__img::before {
  content: "";
  position: absolute;
  background-color: #e2181a;
  top: 0;
  right: 8.33333333%;
  bottom: 0;
  left: 8.33333333%;
  transform: skewX(-26deg);
}

.vision-section {
  background: url("../img/vision.jpg") no-repeat center/cover;
  padding: 69px 12px 50px;
  margin-bottom: 126px;
}
.vision-section__values {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  margin-top: 76px;
}
.vision-section__values > div {
  display: flex;
  grid-gap: 24px;
}
.vision-section__values span {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  transition: all ease 0.3s;
  padding: 10px 32px;
  color: #ffffff;
}
.vision-section__values span i {
  transition: all ease 0.3s;
  font-size: 50px;
}
.vision-section__values span:hover {
  background-color: #ffffff;
  color: #08090a;
}
.vision-section__values span:hover i::before {
  color: #e2181a;
}

.news-section {
  margin-top: 74px;
}
.news-section .show-all {
  margin-top: 40px;
}

.contact-section {
  margin-top: 81px;
}
.contact-section-container {
  background: url("../img/contact-section-bg.jpg") no-repeat center/cover;
  padding: 92px 0;
  margin-top: 111px;
}
.contact-section .row {
  height: 100%;
}
.contact-section__cti {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-gap: 10px;
  color: #ffffff;
}
.contact-section__cti h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15px;
  font-weight: 700;
}
.contact-section__cti span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
}
.contact-section__cti .button {
  margin-top: 13px;
}
.contact-section__form-inputs {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.contact-section__form-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 33px;
}
.contact-section__form-bottom .checkbox-box + span {
  font-size: 12px;
  color: #b2b1b7;
  margin-top: 14px;
  display: block;
}

footer {
  background: url("../img/footer-bg.jpg") no-repeat center/cover;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 18px;
  height: 5px;
  left: 0;
  right: 0;
  background-color: #e2181a;
}
footer .footer {
  display: flex;
  flex-direction: column;
  padding: 56px 0 70px;
  color: #ffffff;
}
footer .footer > img {
  height: 52px;
  width: auto;
}
footer .footer > div {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
footer .footer > div .footer__links {
  display: flex;
  grid-gap: 94px;
  padding: 0 70px;
}
footer .footer > div .footer__links:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer > div .footer__links ul {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  max-width: 250px;
}
footer .footer > div .footer__links ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  color:white!important;
}
footer .footer > div .footer__links ul li a:hover {
  color:#e2181a!important;
}
.copyright__social a{
    color:white;
}
footer .footer + .go-top {
  position: absolute;
  right: 0;
  bottom: 24px;
  color: #f4f5f6;
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  border: 1px solid;
}
footer .copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 35px;
  color: #7f7f7f;
  padding-bottom: 44px;
}
footer .copyright__social {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 50px;
  position: relative;
  width: 100%;
}
footer .copyright__social::before, footer .copyright__social::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .copyright__social::before {
  left: 0;
  width: 38%;
}
footer .copyright__social::after {
  right: 0;
  width: 38%;
}
footer .copyright__content strong {
  font-weight: 700;
}
.whats-float {
    position: fixed;
    transform:translate(105px,0px);
    top:55%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 42px 24px;
  margin-bottom: 128px;
}

.product-detail {
  margin-top: 76px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 134px;
  margin-bottom: 55px;
}
.product-detail > h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.25px;
  font-weight: 700;
  color: #e2181a;
  margin-bottom: 24px;
  flex: 0 0 100%;
}
.product-detail__content {
  flex: 1 1 50%;
}
.product-detail__content .tabs-content {
  margin-top: 24px;
}
.product-detail__content ul {
  list-style: disc;
}
.product-detail__content ul li {
  font-size: 20px;
  color: #444444;
}
.product-detail__img {
  text-align: center;
  position: relative;
  flex: 0 1 auto;
  align-self: center;
  max-width: 35%;
}
.product-detail__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 17.2765px 34.5529px -8.2927px rgba(0, 0, 0, 0.25);
  display: block;
}
.product-detail__img::after {
  content: "";
  position: absolute;
  width: 55%;
  background-color: #e2181a;
  top: 35px;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  z-index: -1;
}

.photo-gallery {
  margin-top: 76px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.photo-gallery__row {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 32% 25% 43%;
}
.photo-gallery__row:nth-child(odd) {
  grid-template-columns: 43% 25% 32%;
}
.photo-gallery__item {
  display: block;
}
.photo-gallery__item img {
  width: 100%;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.video-gallery {
  margin-top: 76px;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.video-gallery a {
  display: block;
  position: relative;
}
.video-gallery a img {
  width: 100%;
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.video-gallery a::after {
  content: "\f009";
  font-family: "remixicon";
  position: absolute;
  font-size: 64px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contact-page {
  display: flex;
  grid-gap: 110px;
  margin-bottom: 121px;
}
.contact-page > div {
  flex: 0 1 auto;
}
.contact-page__left h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.25px;
  font-weight: 700;
  color: #e2181a;
  margin-bottom: 40px;
}
.contact-page__left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  color: #444444;
}
.contact-page__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  grid-gap: 24px;
}
.contact-page__items > div {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.contact-page__items > div i {
  color: #e2181a;
}
.contact-page__items > div > div {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  color: #444444;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.contact-page__map {
  margin-top: 40px;
}
.contact-page__map iframe {
  width: 100%;
  height: 204px;
  border-radius: 10px;
}
.contact-page__right {
  padding: 52px 86px;
  background-color: #ffffff;
  box-shadow: 0px 17.2765px 34.5529px -8.2927px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  border: 1px solid #f4f5f6;
}
.contact-page__right input, .contact-page__right textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1px;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #7f7f7f;
}
.contact-page__right textarea {
  height: 180px;
}
.contact-page__right form > .row {
  grid-row-gap: 16px;
}
.contact-page__form-bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 30px;
}
.contact-page__form-bottom .checkbox-box input {
  border: 1px solid #e2181a;
}
.contact-page__form-bottom .checkbox-box input:checked {
  background-color: #e2181a;
}
.contact-page__form-bottom .checkbox-box label a {
  color: #08090a;
  text-decoration: underline;
}
.contact-page__form-bottom .checkbox-box + span {
  display: inline-block;
  font-size: 12px;
  color: #b2b1b7;
  margin-top: 24px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 70%;
  padding: 28px 23px;
  transform: translateX(100%);
  transition: all ease 0.3s;
}
.mobile-menu__close {
  position: absolute;
  top: 28px;
  right: 23px;
  font-size: 24px;
  color: #7f7f7f;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 30px;
}
.mobile-menu > ul li a:not(.button), .mobile-menu > ul li button:not(.button) {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.15px;
  color: #7f7f7f;
}
.mobile-menu > ul li .button--line {
  color: #7f7f7f;
  border-color: #7f7f7f;
}
.mobile-menu__dropdown > button {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.mobile-menu__dropdown > button::after {
  content: "\ea50";
  font-family: "remixicon";
  font-size: 20px;
}
.mobile-menu__dropdown ul {
  margin-top: 10px;
  display: none;
}
.mobile-menu__dropdown.dropdown--active > button::after {
  transform: rotate(-180deg);
}
.mobile-menu__dropdown.dropdown--active ul {
  display: block;
}
.mobile-menu__social, .mobile-menu__phone {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #7f7f7f;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .button {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1px;
  }
  .section-title h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
    font-weight: 700;
  }
  .section-title p {
    font-size: 12px;
  }
  .product-card {
    padding: 20px 30px;
  }
  .news-card span {
    font-size: 12px;
  }
  .news-card h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
  }
  .news-card p {
    font-size: 12px;
  }
  .show-all a {
    font-size: 12px;
  }
  .show-all a i {
    font-size: 24px;
  }
  .breadcrumbs {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumbs ul {
    overflow-x: auto;
    padding-bottom: 20px;
    max-width: 100%;
  }
  .breadcrumbs ul li {
    white-space: nowrap;
  }
  .page-hero h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.25px;
    font-weight: 700;
  }
  .tabs-header {
    max-width: 100%;
    overflow-x: auto;
  }
  .tabs-header button, .tabs-header a {
    white-space: nowrap;
  }
  .header__top {
    display: none;
  }
  .header__main .logo img {
    height: 28px;
  }
  .header__main ul {
    display: none;
  }
  .header__main-mobile-btns {
    display: block;
  }
  .header--scrolled .header__main-mobile-btns button {
    color: #08090a;
  }
  .header--light .header__main-mobile-btns button {
    color: #08090a;
  }
  .index-slider {
    height: 100vh;
    margin-bottom: 34px;
  }
  .index-slider .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .index-slider .swiper-wrapper .swiper-slide .container::before {
    right: auto;
    left: 90px;
  }
  .index-slider .swiper-wrapper .swiper-slide .row {
    flex-direction: column-reverse;
    justify-content: center;
    grid-gap: 32px;
  }
  .index-slider .swiper-wrapper .swiper-slide .row .slide-one-figure {
    transform: unset;
  }
  .index-slider .swiper-wrapper .swiper-slide .row .slide-two-figure {
    transform: unset;
  }
  .index-slider .swiper-wrapper .swiper-slide .row .slide-three-figure {
    position: unset;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    transform: unset;
  }
  .index-slider .swiper-pagination {
    top: unset;
    left: 0;
    right: 0;
    bottom: 60px;
    flex-direction: row;
    transform: unset;
    margin: auto;
  }
  .index-slider .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
  }
  .index-slider .swiper-pagination .swiper-pagination-bullet span {
    color: #ffffff;
    transform: translateY(7px);
  }
  .index-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
  }
  .index-slider__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
  .index-slider__text span {
    color: inherit;
    display: inline;
  }
  .index-slider__text .button {
    color: #08090a;
    background-color: #ffffff;
    display: block;
    margin: auto;
    margin-top: 15px;
  }
  .product-slider-container .product-swiper-nav-prev {
    left: 0;
  }
  .product-slider-container .product-swiper-nav-next {
    right: 0;
  }
  .info-section-container {
    margin-top: 38px;
    margin-bottom: 50px;
    padding-bottom: 35px;
  }
  .info-section .row {
    flex-direction: column-reverse;
  }
  .info-section__img img {
    position: relative;
    transform: unset;
    z-index: 1;
  }
  .info-section__img::before {
    right: 0;
    left: 0;
    top: 0;
    bottom: 80px;
    transform: skewX(-13deg);
  }
  .vision-section {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
  .vision-section__values {
    grid-gap: 8px;
  }
  .vision-section__values > div {
    flex-wrap: wrap;
    grid-gap: 8px;
    width: 100%;
  }
  .vision-section__values > div span {
    padding: 10px 20px;
    font-size: 14px;
    flex: 0 0 calc(50% - 4px);
  }
  .vision-section__values > div span i {
    font-size: 25px;
  }
  .news-section .row {
    grid-gap: 20px;
  }
  .contact-section-container {
    padding: 40px 0;
  }
  .contact-section .row {
    grid-row-gap: 34px;
  }
  .contact-section__cti h4 {
    font-size: 14px;
  }
  .contact-section__cti span {
    font-size: 12px;
  }
  .contact-section__cti .button {
    padding: 10px;
  }
  .contact-section__form .row {
    grid-row-gap: 18px;
  }
  .contact-section__form textarea {
    height: 234px;
  }
  footer .footer {
    padding-bottom: 68px;
  }
  footer .footer > img {
    height: 40px;
  }
  footer .footer > div {
    flex-wrap: wrap;
  }
  footer .footer > div .footer__links {
    padding: 0;
  }
  footer .footer > div .footer__links ul {
    max-width: unset;
  }
  footer .footer > div .footer__links:nth-child(1), footer .footer > div .footer__links:nth-child(3) {
    flex: 0 0 50%;
    margin-top: 30px;
  }
  footer .footer > div .footer__links:nth-child(1) {
    order: 2;
  }
  footer .footer > div .footer__links:nth-child(2) {
    order: 1;
    flex: 0 0 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
  }
  footer .footer > div .footer__links:nth-child(3) {
    order: 3;
  }
  footer .footer > div .footer__links:not(:last-child) {
    border-right: 0;
  }
  footer .footer + .go-top {
    right: 20px;
    bottom: 22px;
    height: 30px;
    width: 30px;
  }
  footer .footer + .go-top::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
  }
  footer .copyright__social::before, footer .copyright__social::after {
    display: none;
  }
  footer .copyright__content {
    font-size: 12px;
    text-align: center;
  }
  footer .copyright__content strong {
    display: block;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail {
    flex-direction: column-reverse;
  }
  .product-detail > h2 {
    font-size: 24px;
    order: 1;
    margin-bottom: 50px;
  }
  .product-detail__content {
    margin-top: 50px;
    flex: unset;
    max-width: 100%;
  }
  .product-detail__img {
    flex: unset;
    max-width: 100%;
  }
  .photo-gallery__row {
    display: flex;
    flex-direction: column;
  }
  .photo-gallery__row img {
    width: 100%;
  }
  .video-gallery {
    grid-template-columns: 1fr;
  }
  .contact-page {
    flex-direction: column-reverse;
  }
  .contact-page__items {
    grid-template-columns: 1fr;
  }
  .contact-page__right {
    padding: 0;
    box-shadow: unset;
    border: 0;
  }
}/*# sourceMappingURL=style.css.map */

.form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1px;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #7f7f7f;
}

.form-control {
    width: 100%;
    height: inherit;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 13px 24px;
    background-color: transparent;
    color: #ffffff;
    transition: all ease 0.3s;
    outline: none;
}
