@charset "UTF-8";
/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  scroll-behavior: smooth;
  line-height: 1.5;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: hsla(0, 0%, 0%, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: capitalize;
}

::placeholder {
  color: inherit;
  opacity: 0.54;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

[hidden] {
  display: none !important;
}

.-hidden {
  display: none !important;
}

.container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-inline: auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1128px;
  height: 100%;
}
.container.-narrow {
  max-width: 700px;
}

.responsive-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-video :is(iframe, video) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.responsive-table {
  overflow-x: auto;
  width: 100%;
}

.reduce-motion,
.reduce-motion *,
.reduce-motion ::before,
.reduce-motion ::after {
  animation-delay: -1ms !important;
  animation-duration: 1ms !important;
  animation-iteration-count: 1 !important;
  background-attachment: initial !important;
  scroll-behavior: auto !important;
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.display {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46px;
  line-height: 2.875rem;
  text-align: center;
}

.page-title {
  margin: 30px auto 20px;
  width: 100%;
  max-width: 700px;
  color: hsl(0, 0%, 0%);
  font-weight: 600;
  letter-spacing: -1.44px;
  text-align: center;
  text-transform: none;
}

.section-title {
  color: #f58220;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section-title::after, .section-title::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #f58220;
}
.section-title.-color-white::before, .section-title.-color-white::after {
  background-color: hsl(0, 0%, 100%);
}
.section-title.-color-black::before, .section-title.-color-black::after {
  background-color: hsl(0, 0%, 0%);
}

.banner-title h2 {
  margin: 0;
  color: hsl(0, 0%, 100%);
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 600;
}
.banner-title p {
  margin: 30px 0 0 0;
  color: hsl(0, 0%, 100%);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 64px;
  line-height: 4rem;
}

h2 {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 51.2px;
  line-height: 3.2rem;
}

h3 {
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 41.6px;
  line-height: 2.6rem;
}

h4 {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}

p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
}

span {
  font-size: inherit;
}

a {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  text-decoration: none;
}

.-color-black {
  color: hsl(0, 0%, 0%);
}

.-color-tango {
  color: #f58220;
}

.-color-white {
  color: hsl(0, 0%, 100%);
}

::selection {
  color: hsl(0, 0%, 100%);
  background-color: #f58220;
}

body {
  background-color: #f6f6f6;
}

.main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main.-home {
  margin-top: -90px;
}

.content h2,
.content h3,
.content h4 {
  margin: 30px 0 1ch;
  font-weight: 600;
}
.content a {
  color: #f58220;
}
.content a:visited {
  color: #fab617;
}
.content a:hover {
  text-decoration: underline;
}
.content p {
  margin: 0 0 2ch;
}
.content ul,
.content ol {
  margin: 10px 0 30px;
  padding: 0 0 0 10px;
  max-width: 100%;
  counter-reset: list-counter;
}
.content ul + :is(h2, h3, h4),
.content ol + :is(h2, h3, h4) {
  margin-top: 10px;
}
.content ul li,
.content ol li {
  margin: 0 0 10px 0;
  padding: inherit;
  color: hsl(0, 0%, 0%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 400;
}
.content ul li,
.content ol li {
  text-indent: calc(calc(1.4em - 7px) * -1);
  padding-left: calc(1.4em - 7px);
  list-style-type: none;
  counter-increment: list-counter;
}
.content ul li::before,
.content ol li::before {
  content: "•";
  display: inline;
  margin: 0 7px 0 0;
  width: 1ch;
  height: 1ch;
  text-align: center;
  color: #f58220;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  line-height: 1;
}
.content ol li::before {
  display: inline-block;
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: 500;
  content: counter(list-counter);
}
.content .ql-align-left {
  text-align: left;
}
.content .ql-align-center {
  text-align: center;
}
.content .ql-align-right {
  text-align: right;
}
.content [style] {
  color: #f58220 !important;
}

.header {
  z-index: 11;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: hsl(0, 0%, 100%);
  transition: all 150ms ease-in;
}
.header__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  width: 100%;
  height: fit-content;
  background-color: inherit;
  transition: background-color 150ms ease-in;
}
.header__logo {
  display: flex;
  align-items: center;
  transition: transform 150ms ease-in;
}
.header__logo .brand-logo {
  height: 30px;
  transition: fill 150ms ease-in;
}
.header__content {
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  max-height: 100vh;
  background-color: hsl(0, 0%, 100%);
  transform: translateX(-100%);
  transition: transform 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.header__content.-active {
  transform: translateX(0);
  pointer-events: all;
}
.header__content::before {
  z-index: 10;
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 70px;
  background-color: hsl(0, 0%, 100%);
}
.header .burger-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 60px;
  height: 60px;
  outline: none;
  border: 0;
  background: transparent;
  transform: translateX(30%);
}
.header .burger-icon {
  color: hsl(0, 0%, 0%);
}
.header .burger-icon.-active {
  color: #f58220;
}

.navigation {
  flex-grow: 1;
  height: calc(100% - 70px);
}
.navigation__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0 55px;
  width: 100%;
}
.navigation__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 1em 0;
  width: 100%;
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
.navigation__subs .navigation__links {
  font-size: 90%;
}
.navigation__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 2em 0 0;
  margin-top: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
}
.navigation__buttons .button {
  font-size: inherit;
}
.navigation__buttons .-catalog {
  white-space: nowrap;
  border-color: hsl(0, 0%, 0%);
}
.navigation__sub::before {
  opacity: 0.4;
  content: "";
  display: block;
  margin: 30px 20px 10px;
  height: 1px;
  background-color: #979797;
}
.navigation__sub .navigation-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
}

.navigation-item {
  overflow: hidden;
  width: 100%;
  color: hsl(0, 0%, 0%);
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
.navigation-item.-active > .navigation-item__wrapper {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.navigation-item:not(.products):hover .navigation-item__wrapper {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.navigation-item.-active > .navigation-item__wrapper {
  grid-template-rows: 1fr;
}
.navigation-item.-active > .navigation-item__button .expand-icon {
  fill: #f58220;
  transform: rotate(90deg);
}
.navigation-item__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.navigation-item__link {
  flex-grow: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0 10px 20px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 150ms ease-in;
  cursor: pointer;
  user-select: none;
}
.navigation-item__link.-current:after {
  content: "";
  position: absolute;
  bottom: 40px;
  display: none;
  height: 3px;
  width: calc(100% - 2em);
  background-color: #f58220;
}
.navigation-item__link:hover .link-icon {
  opacity: 1;
  transform: translateX(0%);
}
.navigation-item__link .link-icon {
  opacity: 0;
  fill: #818181;
  margin-left: auto;
  transition: all 150ms ease-in;
  transform: translateX(-100%);
}
.navigation-item__link img {
  width: 50px;
  max-height: 26px;
  position: absolute;
  left: 20px;
}
.navigation-item__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.navigation-item__subs {
  overflow: hidden;
}
.navigation-item__sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
}
.navigation-item__sub .navigation-item__sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 400;
}
.navigation-item__expander {
  cursor: pointer;
  flex-grow: 3;
  display: flex;
  justify-content: flex-end;
  margin-right: -10px;
  padding: 0;
  outline: 0;
  border: none;
  background-color: transparent;
}
.products__item::after {
  pointer-events: none;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #f58220;
  transform: translateY(-2px);
  transition: transform 150ms ease-in, opacity 100ms ease-in;
}

.expand-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transform: rotate(0deg);
  transition: all 150ms ease-in;
}

.language-button {
  z-index: 2;
  position: relative;
  width: fit-content;
  color: hsl(0, 0%, 0%);
  transition: color 150ms ease-in;
}
.language-button:hover .language-button__wrapper {
  overflow: visible;
  height: fit-content;
  border-radius: 20px;
}
.language-button__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #f58220;
  transition: background-color 150ms ease-in, border-color 150ms ease-in;
}
.language-button select {
  appearance: none;
  padding: 1em 2em 1em 4em;
  border: 1px solid #f58220;
  color: hsl(0, 0%, 0%);
  font-size: inherit;
  line-height: 1.8rem;
  border-radius: 50px;
  background-color: transparent;
  background-image: url("../svg/world.svg");
  background-position: 2em center;
}
.language-button select:hover {
  color: hsl(0, 0%, 0%);
}
.language-button__item {
  order: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 26px;
  width: 100%;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.language-button__item.-current {
  order: 1;
  padding-left: 0;
}

.subnavigation {
  z-index: 12;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  transition: background-color 150ms ease-in;
}
.subnavigation::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 20px);
  background-color: hsl(0, 0%, 100%);
  transition: inherit;
}
.subnavigation .container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.subnavigation .navigation {
  height: 100%;
}
.subnavigation .navigation-item + .navigation-item:not(.navigation-item__sub) span {
  position: relative;
  display: flex;
  align-items: center;
}
.subnavigation .navigation-item + .navigation-item:not(.navigation-item__sub) span::before {
  content: "";
  position: absolute;
  left: -9px;
  height: 1.5ch;
  width: 0.5px;
  background-color: hsl(0, 0%, 0%);
  transition: background-color 150ms ease-in;
}
.subnavigation .navigation-item__subs {
  padding: 1em 0;
  background-color: #212121;
}
.subnavigation .navigation-item__sub {
  color: hsl(0, 0%, 100%);
}
.subnavigation .navigation-item__sub:hover {
  color: #f58220;
}
.subnavigation .navigation-item__sub span::before {
  content: unset !important;
}
.subnavigation .navigation-item__link {
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  text-align: center;
}
.subnavigation .navigation-item .navigation-item__subs .navigation-item__link {
  padding: 0.5em 2em;
}
.subnavigation .navigation-item span {
  margin: unset;
}
.subnavigation .navigation-item .link-icon {
  display: none;
}

.-transparent {
  background-color: transparent;
}
.-transparent::before {
  background-color: transparent;
}
.-transparent .navigation {
  background-color: transparent;
}
.-transparent .navigation-item:not(.navigation-item__sub) {
  color: hsl(0, 0%, 100%);
}
.-transparent .navigation-item + .navigation-item:not(.navigation-item__sub) span::before {
  background-color: hsl(0, 0%, 100%);
}
.-transparent .-catalog {
  border-color: hsl(0, 0%, 100%);
}
.-transparent .header__wrapper {
  background-color: transparent;
}
.-transparent .brand-logo {
  fill: hsl(0, 0%, 100%);
}
.-transparent .burger-icon:not(.-active) {
  color: hsl(0, 0%, 100%);
}

.footer {
  background-color: #212121;
  order: 10;
}
.footer__top {
  padding: 64px 0;
}
.footer__top .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.footer__logo {
  margin: 0 0 40px 0;
  width: 114px;
  height: 28px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__nav__item {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.16px;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 310px;
  gap: 16px;
}
.footer__contact__email {
  margin: 0;
  color: hsl(0, 0%, 100%);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.18px;
  text-decoration: underline;
}
.footer__contact__social {
  display: flex;
  margin: 30px 0 0 0;
  gap: 50px;
}
.footer__contact__social__item {
  filter: brightness(0) invert(1);
}
.footer__contact__social__item:hover {
  filter: brightness(1);
}
.footer__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0 0;
  width: 100%;
}
.footer__bottom {
  padding: 20px 0;
  background-color: #262626;
}
.footer__bottom .container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.footer__copyright {
  margin: 40px 0 0 0;
  color: #818181;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  text-wrap: balance;
  font-weight: 400;
}
.footer__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: fit-content;
  gap: 30px;
}
.footer__link__item {
  opacity: 0.5;
  color: hsl(0, 0%, 100%);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  text-decoration: underline;
}
.footer__link__item.-gricreative {
  opacity: 1;
}
.footer__icon svg {
  width: 20px;
  fill: hsl(0, 0%, 100%);
}
.footer__icon svg:hover {
  fill: #f58220;
}

.page-header {
  width: 100%;
  padding: 0;
}
.page-header__button {
  margin: 0 auto 30px;
  min-width: 200px;
}
.page-header__button:hover svg,
.page-header__button:hover img {
  filter: brightness(0) invert(1) grayscale(1);
}
.page-header__button svg,
.page-header__button img {
  z-index: 2;
  position: relative;
  filter: brightness(1) invert(0) grayscale(0);
  transition: filter 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px !important;
  width: 35px;
  height: 2px;
  border-radius: 0;
}

table {
  margin: auto;
}
table th,
table tr,
table td {
  vertical-align: top;
}
table th,
table td {
  padding: 1em 2em;
  min-width: 300px;
  max-width: 600px;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 400;
}
table tr {
  border-top: 1px solid rgba(182, 182, 182, 0.4);
  border-bottom: 1px solid rgba(182, 182, 182, 0.4);
}
table tr:nth-child(even) {
  background-color: #efefef;
}
table tr * + * {
  border-left: 1px solid rgba(182, 182, 182, 0.4);
}
table tr *:first-child {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.form__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 15px 0;
  width: 100%;
}
.form__item.-row {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.form__item.-invalid .form__checkbox-text a {
  color: #ff2f2f;
}
.form__item-col6 {
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
}
.form__label {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 4px 0;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 500;
  font-style: normal;
}
.form__label.-margin {
  margin: 0 0 10px 0;
}
.form__input {
  position: relative;
  display: flex;
  padding: 10px 5px;
  width: 100%;
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 0.5px #212121;
  outline: none;
}
.form__input:focus {
  border-width: 1px;
}
.form__input::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #212121;
  font-weight: 400;
  opacity: 1;
}
.form__input.-upload {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form__input:disabled {
  cursor: not-allowed;
}
.form__checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  cursor: pointer;
}
.form__checkbox__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.form__checkbox-input {
  display: none;
  margin: 0 0;
  width: 0;
  height: 0;
}
.form__checkbox-input:checked ~ .form__checkbox-box::before {
  opacity: 1;
}
.form__checkbox-box {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 12px 0 0;
  width: 27px;
  height: 27px;
  border: 1px solid hsl(0, 0%, 0%);
  overflow: hidden;
  cursor: pointer;
  transition: border 0.2s;
}
.form__checkbox-box:before {
  content: "";
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14px;
  height: 14px;
  background-color: hsl(0, 0%, 0%);
  transition: opacity 0.2s;
}
.form__checkbox-text {
  color: hsl(0, 0%, 0%);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.form__checkbox-text a {
  color: hsl(0, 0%, 0%);
  font-weight: 400;
  text-decoration: underline;
}
.form__select {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  width: 100%;
  background-image: url("/assets/svg/short-down-icon.svg");
  background-color: hsl(0, 0%, 100%);
  background-position: 90% 22px;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 0;
  border-bottom: solid 0.5px #212121;
  outline: none;
  appearance: none;
  cursor: pointer;
}
.form__select__active {
  color: hsl(0, 0%, 0%);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 600;
}
.form__select__options {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: hsl(0, 0%, 100%);
  overflow: hidden;
}
.form__select__options-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.form__select__options-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}
.form__select__options-wrapper::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #f58220;
}
.form__select__item {
  color: #212121;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 400;
  padding: 0 15px;
  cursor: pointer;
}
.form__select__item:hover {
  background-color: #f6f6f6;
}
.form__select.-expand {
  display: flex;
  flex-direction: column;
}
.form__select.-expand .form__select__options {
  margin: 0;
  min-height: 205px;
  border: 1px solid #d8d8d8;
}
.form__requirement {
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
  font-style: normal;
}
.form__button {
  padding: 15px;
  width: 100%;
  height: 46px;
  color: hsl(0, 0%, 0%);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: 500;
  background: #f58220;
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 25px;
  cursor: pointer;
}
.form__button[disabled] {
  opacity: 0.65;
}
.form__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form__error {
  z-index: 1;
  opacity: 0.87;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 5px 10px;
  background-color: #ff2f2f;
  color: hsl(0, 0%, 100%);
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 12px;
  line-height: 0.75rem;
  border-radius: 18px;
}
.form__error::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  border-color: #ff2f2f transparent transparent transparent;
  border-width: 10px;
  border-style: solid;
}

.addresses {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: hsl(0, 0%, 100%);
}
.addresses__address {
  margin: 0;
  color: #bcbcbc;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.16px;
  font-style: normal;
  text-align: center;
}
.addresses__address:not(.-active) {
  display: none;
}
.addresses__tab {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: fit-content;
  color: inherit;
  border: 0;
  outline: 0;
  padding: 5px 7px;
  background-color: #181717;
  border-radius: 50rem;
}
.addresses__tabber {
  z-index: 1;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 7px;
  border-radius: inherit;
  background: linear-gradient(159deg, #f58220 14.09%, #fab617 94.92%);
  transition: all 150ms ease-in;
}
.addresses__button {
  z-index: 2;
  pointer-events: none;
  position: relative;
  padding: 10px 20px;
  color: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  border: 0;
  background-color: transparent;
}
.addresses__button span {
  white-space: nowrap;
}

:where(.button) {
  position: relative;
  outline: 0;
  cursor: pointer;
  padding: 1em 2em;
  color: hsl(0, 0%, 0%);
  font-size: inherit;
  color: inherit;
  border-radius: 50px;
  border: 1px solid #f58220;
  outline: 0;
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95), border-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
:where(.button):not(.-icon):hover {
  color: hsl(0, 0%, 100%);
}
:where(.button):hover::before, :where(.button).-active::before {
  opacity: 1;
}
:where(.button)::before {
  content: "";
  opacity: 0;
  z-index: 1;
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(159deg, #f58220 14.09%, #fab617 94.92%);
  transition: opacity 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
:where(.button) span {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
:where(.button).-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  width: 60px;
  height: 60px;
  background: hsl(0, 0%, 100%);
  border-radius: 50%;
  border: 1px solid #f58220;
}
:where(.button).-icon:hover svg,
:where(.button).-icon:hover img {
  filter: brightness(0) invert(1) grayscale(1);
}
:where(.button).-icon svg,
:where(.button).-icon img {
  z-index: 2;
  position: relative;
  filter: brightness(1) invert(0) grayscale(0);
  transition: filter 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
:where(.button).-bg-white {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
}
:where(.button).-bg-transparent {
  background-color: transparent;
}
:where(.button).-bg-green {
  background-color: #1caf3d;
}
:where(.button).-borderless {
  border-color: transparent;
}
:where(.button).-active {
  color: hsl(0, 0%, 100%);
}

.pulse-button {
  position: relative;
  display: block;
}
.pulse-button__layer {
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ffd061;
  animation: pulse 2.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  pointer-events: none;
}
.pulse-button__layer:nth-of-type(1) {
  animation-delay: 500ms;
}
.pulse-button__layer:nth-of-type(2) {
  animation-delay: 1000ms;
}
.pulse-button__layer:nth-of-type(3) {
  animation-delay: 1500ms;
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.contact-us {
  pointer-events: auto;
  z-index: 12;
  position: fixed;
  bottom: 10px;
  right: 5px;
}
.contact-us {
  /* Launcher */
}
.contact-us__button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
  animation-duration: 1s;
  animation-iteration-count: 1;
  transform-origin: center bottom;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.-chat-in .contact-us__button {
  animation-name: bounce;
}
.contact-us__text {
  opacity: 1;
  overflow: hidden;
  display: block;
  padding: 0.2rem 1rem;
  color: white;
  background-color: #f58220;
  white-space: nowrap;
  font-size: 14px;
  animation-duration: 250ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center right;
}
.-chat-in .contact-us__text {
  animation-name: chat-in;
}
.-chat-out .contact-us__text {
  animation-name: chat-out;
}
.contact-us {
  /* Overlay */
}
.contact-us__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 350ms ease, visibility 350ms ease;
}
.contact-us__overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-us {
  /* === CHAT PANEL === */
}
.contact-us__chat {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  background: hsl(0, 0%, 100%);
  border-radius: 0;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9) translateY(20px);
  transform-origin: bottom right;
  transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1), transform 350ms cubic-bezier(0.4, 0, 0.2, 1), visibility 350ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 12;
  pointer-events: none;
}
.contact-us__chat.is-open {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}
.contact-us__chat.is-closing {
  opacity: 0;
  visibility: visible;
  transform: scale(0.9) translateY(20px);
  pointer-events: none;
}
.contact-us__chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.313rem 1.188rem;
  background: #f58220;
  color: hsl(0, 0%, 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.contact-us__chat-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contact-us__chat-avatar {
  width: 30px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-us__chat-avatar svg {
  width: 18px;
  height: 18px;
}
.contact-us__chat-title {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0.3rem 0 0 0.625rem;
}
.contact-us__chat-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}
.contact-us__chat-close:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(90deg);
}
.contact-us__chat-close:active {
  transform: rotate(90deg) scale(0.9);
}
.contact-us__chat-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
  flex: 1;
}
.contact-us__chat-message {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.contact-us__chat-message--user {
  justify-content: flex-end;
  padding-left: 5px;
}
.contact-us__chat-message-avatar {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-us__chat-message-avatar--user {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-left: 7px;
}
.contact-us__chat-message-avatar--user img {
  width: 24px;
  height: 24px;
}
.contact-us__chat-bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f6f6f6;
  border: 1px solid #cecece;
  padding: 6px 20px 40px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.contact-us__chat-bubble::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -6px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background-color: #f6f6f6;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.contact-us__chat-bubble--user {
  width: 100%;
  max-width: 359px;
  padding: 0 1.5rem 0.4rem 3.375rem;
  align-items: flex-end;
  gap: 0;
}
.contact-us__chat-bubble--user::after {
  display: none;
}
.contact-us__chat-bubble--user::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -6px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background-color: #f6f6f6;
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.contact-us__chat-bubble--user__label {
  padding-top: 6px;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  color: #f58220;
}
.contact-us__chat-bubble--user .contact-us__chat-bubble__text {
  padding-top: 0;
  padding-bottom: 5px;
  color: hsl(0, 0%, 0%);
}
.contact-us__chat-bubble__text {
  padding-top: 6px;
  font-size: 12px;
  line-height: 1.75rem;
  font-weight: 500;
  color: #f58220;
}
.contact-us__chat-option {
  width: 100%;
  padding: 9px 18px 9px 16px;
  border-radius: 12px;
  border: 1px solid #cecece;
  background: hsl(0, 0%, 100%);
  color: #262626;
  text-align: left;
  white-space: wrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  transition: transform 150ms ease, background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}
.contact-us__chat-option.is-active {
  background: #f58220;
  color: hsl(0, 0%, 100%);
  border-color: #f58220;
}
.contact-us__chat-option:hover {
  transform: translateY(-1px);
  background-color: #f58220;
  color: hsl(0, 0%, 100%);
}

/* ========================================== */
/* KEYFRAMES */
/* ========================================== */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
@keyframes chat-in {
  0% {
    opacity: 0;
    max-width: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    max-width: 320px;
    padding: 0.2rem 1rem;
  }
}
@keyframes chat-out {
  0% {
    opacity: 1;
    max-width: 200px;
    padding: 0.2rem 1rem;
  }
  100% {
    opacity: 0;
    max-width: 0;
    padding: 0;
  }
}
.burger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
  width: 23px;
  cursor: pointer;
  color: #f58220;
  outline: none;
  border: 0;
  filter: unset;
}
.burger-icon__line {
  opacity: 1;
  display: block;
  width: 21px;
  height: 3px;
  color: inherit;
  background: currentColor;
  border-radius: 2.5px;
  transform: rotate(0deg) translateY(0);
  transform-origin: left center;
  transition: 0.25s ease-in-out;
}
.burger-icon.-half .burger-icon__line:nth-child(1) {
  width: 21px;
}
.burger-icon.-half .burger-icon__line:nth-child(2) {
  width: 13px;
}
.burger-icon.-half .burger-icon__line:nth-child(3) {
  width: 17px;
}
.burger-icon.-active .burger-icon__line:nth-child(1) {
  width: 23px;
  transform: rotate(45deg) translateY(-3px);
}
.burger-icon.-active .burger-icon__line:nth-child(2) {
  width: 0;
  opacity: 0;
}
.burger-icon.-active .burger-icon__line:nth-child(3) {
  width: 23px;
  transform: rotate(-45deg) translateY(3px);
}

.breadcrumb {
  z-index: 3;
  width: 100%;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
}
.breadcrumb__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 14px;
  height: 11px;
  background: url("/assets/svg/brand-minimal-logo.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0);
}
.breadcrumb__item:nth-last-child(2)::after {
  filter: brightness(1);
}
.breadcrumb__item:last-child .breadcrumb__text {
  color: #f58220;
}
.breadcrumb__text {
  color: hsl(0, 0%, 0%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.72px;
}

.partners {
  position: relative;
  padding: 50px 0;
  order: 2;
}
.partners .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-bottom: 0.4px solid #979797;
  filter: grayscale(1);
}
.partners__item:hover {
  filter: grayscale(0);
}
.partners__item:first-child {
  padding: 0 40px 40px 40px;
}
.partners__item:last-child {
  padding: 40px 40px 0 40px;
  border: 0;
}
.partners__item img {
  object-fit: cover;
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accordion__item {
  width: 100%;
}
.accordion__item.-active .accordion__item__title {
  color: hsl(0, 0%, 100%);
  background-color: #f58220;
}
.accordion__item.-active .accordion__item__title::after {
  transform: rotate(0deg);
  filter: brightness(0) invert(1);
}
.accordion__item.-active .accordion__item__title-position p {
  font-weight: 500;
}
.accordion__item__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 50px 20px 20px;
  color: hsl(0, 0%, 0%);
  font-weight: 400;
  gap: 20px;
  cursor: pointer;
}
.accordion__item__title::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 15px;
  height: 17px;
  background: url("/assets/svg/arrow-up.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  filter: brightness(0);
  transition: all 250ms ease;
}
.accordion__item__title-name {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.accordion__item__content {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  margin: 0 20px;
  gap: 40px;
  box-sizing: border-box;
  transition: all 300ms ease-in-out;
}
.accordion__item__content.-collapsed {
  padding: 0;
  max-height: 0;
  transition: all 300ms ease-in-out;
}
.accordion__item__desc p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
}
.accordion__item__line {
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(182, 182, 182, 0.4);
}

.slider-content {
  position: relative;
  padding: 60px 0;
  border-top: 0.4px solid #262626;
  background-color: #fafafa;
}
.slider-content::after {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(50% - 12px);
  width: 35px;
  height: 30px;
  background: url("/assets/svg/brand-minimal-logo.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-content .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.slider-content .image-video {
  width: 100%;
}
.slider-content .image-video .swiper {
  width: 100%;
  height: 100%;
}
.slider-content .image-video .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: hsl(0, 0%, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 400px;
  height: auto;
}
.slider-content .image-video .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.9);
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
}
.slider-content .image-video .swiper-slide.-video::after {
  content: "";
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background: url("/assets/svg/play.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-content .image-video .swiper.image-video__swiperThumb {
  padding: 10px 0;
}
.slider-content .image-video .swiper.image-video__swiperThumb .swiper-slide {
  width: 80px !important;
  max-height: 80px;
  opacity: 0.4;
  cursor: pointer;
}
.slider-content .image-video .swiper.image-video__swiperThumb .swiper-slide-thumb-active {
  opacity: 1;
}
.slider-content .image-video .swiper.image-video__swiperThumb .swiper-slide.-video::after {
  top: unset;
  bottom: 10px;
  left: unset;
  right: 10px;
  width: 17px;
  height: 17px;
}
.slider-content .image-video .swiper-fraction {
  color: hsl(0, 0%, 100%);
  position: absolute;
  left: 30px;
  top: 24px;
  z-index: 10;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
}
.slider-content .image-video .swiper-pagination {
  top: unset;
  bottom: 0;
}
.slider-content .image-video .swiper-pagination-progressbar {
  background: #e4e4e4;
}
.slider-content .image-video .swiper-pagination-progressbar-fill {
  background: #f58220;
}
.slider-content .image-video .swiper-button {
  border: 1px solid #c3c3c3;
  width: 60px;
  height: 60px;
}
.slider-content .image-video .swiper-button::after {
  content: none;
}
.slider-content .image-video .swiper-button:hover {
  border-color: transparent;
}
.slider-content .image-video .swiper-button-control {
  display: none;
}
.slider-content .image-video .swiper-button-prev {
  position: relative;
  left: unset;
}
.slider-content .image-video .swiper-button-next {
  position: relative;
  right: unset;
}
.slider-content .file-slider {
  width: 100%;
}
.slider-content .file-slider.-width-full {
  width: 100%;
}
.slider-content .file-slider .swiper-wrapper {
  height: 400px;
}
.slider-content .file-slider .swiper-slide {
  position: relative;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  font-size: 18px;
  padding: 30px;
  height: calc((100% - 30px) / 2) !important;
  border: 1px solid #d1d1d1;
}
.slider-content .file-slider .swiper-slide:hover {
  border-color: #f58220;
}
.slider-content .file-slider .swiper-slide__desc p {
  color: hsl(0, 0%, 0%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.slider-content .file-slider .swiper-slide__desc p strong {
  color: #f58220;
  font-weight: 500;
}
.slider-content .file-slider .swiper-slide__image img {
  max-width: unset;
}
.slider-content .file-slider .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 17px;
  height: 15px;
  background: url("/assets/svg/arrow-up.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  filter: brightness(0);
}
.slider-content .file-slider .swiper-pagination {
  position: relative;
  bottom: unset;
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
  letter-spacing: 2px;
}
.slider-content .file-slider .swiper-pagination-current {
  color: #f58220;
}
.slider-content .file-slider .swiper-button {
  background-color: transparent;
  border: 1px solid #c3c3c3;
  width: 60px;
  height: 60px;
}
.slider-content .file-slider .swiper-button::after {
  content: none;
}
.slider-content .file-slider .swiper-button:hover {
  border-color: transparent;
}
.slider-content .file-slider .swiper-button-control {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 30px 0 0 0;
  width: 100%;
  height: 60px;
  gap: 15px;
  justify-content: center;
}
.slider-content .file-slider .swiper-button-prev {
  position: relative;
  left: unset;
  top: unset;
  bottom: 0;
  margin: 0;
}
.slider-content .file-slider .swiper-button-next {
  position: relative;
  right: unset;
  top: unset;
  bottom: 0;
  margin: 0;
}

.slbIframe {
  background: transparent !important;
  box-shadow: none !important;
}

.category__name {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.category__file {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.category__file__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  padding: 20px 30px 20px 0;
  color: hsl(0, 0%, 0%);
}
.category__file:hover {
  background-color: #f58220;
}
.category__file:hover .category__file__content {
  color: hsl(0, 0%, 100%);
  filter: brightness(0) invert(1);
}
.category__file:hover .category__file__icon {
  filter: brightness(0) invert(1);
}
.category__file__title {
  margin-inline-end: auto;
}
.category__file__date {
  min-width: 150px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.category__file__line {
  width: 100%;
  height: 1px;
  background-color: rgba(182, 182, 182, 0.4);
}
.category__file__icon {
  position: absolute;
  top: 20px;
  right: 0;
}
.category__file__icon.-bottom {
  top: unset;
  bottom: 20px;
}

.access-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 1;
}
.access-menu__item {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  color: hsl(0, 0%, 0%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  border-top: 0.4px solid #b6b6b6;
  gap: 40px;
}
.access-menu__item:hover {
  color: hsl(0, 0%, 100%);
  background-color: #f58220;
}
.access-menu__item:hover svg {
  filter: brightness(0) invert(1) grayscale(1);
}

.expander__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.expander.-active > .expander__wrapper {
  grid-template-rows: 1fr;
}
.expander__content {
  overflow: hidden;
}

.cookie {
  order: 2;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background-color: #f58220;
}
.cookie.-hide {
  display: none;
}
.cookie .container {
  align-items: center;
}
.cookie__text {
  order: 1;
  margin: 0;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-style: normal;
  letter-spacing: 0.01em;
}
.cookie__text a {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.cookie__close {
  order: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.cookie__close svg {
  width: 20px;
  height: auto;
}
.cookie__close svg .color {
  transition: fill 0.3s;
}

.popup {
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 100ms ease-out;
  transition-delay: 100ms;
}
.popup.-active {
  opacity: 1;
  pointer-events: all;
}
.popup__close-button {
  opacity: 0.85;
  z-index: 3;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  border-radius: 0;
  border: none;
  padding: 0.5rem;
  background-color: transparent;
  transition: opacity 150ms ease-in-out;
}
.popup__close-button:hover, .popup__close-button:focus-visible {
  opacity: 1;
}
.popup__close-button img {
  width: 100%;
  height: 100%;
}
.popup__inner {
  overflow: hidden;
  position: relative;
  opacity: 0;
  pointer-events: none;
  display: inline-flex;
  flex-direction: column;
  margin: 1rem;
  width: fit-content;
  height: auto;
  max-width: min(90dvw, 900px);
  max-height: 90dvh;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0;
  overflow: visible;
  transition: opacity 100ms ease-out;
}
.-active .popup__inner {
  opacity: 1;
  pointer-events: all;
}
.popup__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(90vh - 2rem);
  object-fit: contain;
}
@media screen and (min-width: 576px){
  .contact-us__chat-title {
    font-size: 1.5rem;
  }
  .contact-us__chat-option {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px){
  .contact-us__chat {
    width: 430px;
    height: 500px;
    max-height: 566px;
    inset: auto;
    bottom: 45px;
    right: 170px;
    transform: scale(0.85) translateY(30px);
  }
  .contact-us__chat.is-open {
    transform: scale(1) translateY(0);
  }
  .contact-us__chat.is-closing {
    transform: scale(0.85) translateY(30px);
  }
}
@media screen and (min-width: 768px){
  .-mobile {
    display: none !important;
  }
  .display {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
  .page-title {
    margin: 50px auto 30px;
    letter-spacing: -2px;
  }
  .section-title::after, .section-title::before {
    width: 70px;
  }
  .section-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
  }
  .banner-title h2 {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 110px;
    line-height: 6.875rem;
  }
  p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
  }
  .content ul li,
  .content ol li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
  }
  .footer__top {
    padding: 100px 0;
  }
  .footer__image {
    margin: 0;
    max-width: 470px;
  }
  .page-header {
    padding: 50px 0 0;
  }
  table th,
  table td {
    padding: 1em 4em;
  }
  .form__item.-row {
    flex-direction: row;
  }
  .form__item-col6 {
    margin: 0 0 40px 0;
    width: 50%;
  }
  .form__item-col6:nth-child(2n+1) {
    margin: 0 15px 40px 0;
  }
  .form__item-col6:nth-child(2n) {
    margin: 0 0 15px 40px;
  }
  .form__input {
    padding: 15px 5px;
  }
  .form__checkbox-box:before {
    background-color: #f58220;
  }
  .form__checkbox-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .form__select {
    width: auto;
    padding: 15px 5px;
    background-position: 98% 21px;
  }
  .form__select__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
  .form__button {
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    min-width: 205px;
    color: hsl(0, 0%, 100%);
    width: auto;
    border: none;
  }
  .addresses__address {
    text-align: left;
  }
  .addresses__tab {
    justify-content: flex-start;
    margin: unset;
  }
  .contact-us {
    right: 50px;
    bottom: 25px;
  }
  .contact-us__overlay {
    display: none;
  }
  .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partners {
    padding: 116px 0;
    order: 1;
  }
  .partners .container {
    flex-direction: row;
  }
  .partners__item {
    border: 0;
    border-right: 0.4px solid #979797;
    padding: 40px;
    width: 20%;
    height: 140px;
  }
  .partners__item:first-child {
    padding: 40px 40px 40px 0;
  }
  .partners__item:last-child {
    padding: 40px 0 40px 40px;
    border: 0;
  }
  .accordion__item__title {
    flex-direction: row;
    padding: 30px 150px 30px 60px;
  }
  .accordion__item__title::after {
    right: 70px;
  }
  .accordion__item__title-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .accordion__item__content {
    flex-direction: row;
    align-items: flex-start;
    margin: 0 40px;
  }
  .accordion__item__content img {
    width: 50%;
  }
  .accordion__item__desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto;
  }
  .accordion__item__desc p {
    text-align: start;
  }
  .accordion__item__line {
    width: calc(100% - 80px);
  }
  .slider-content .image-video .swiper-button-control {
    display: flex;
    position: absolute;
    top: calc(85% - 30px);
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-start;
    height: 60px;
    gap: 15px;
    padding: 0 30px;
  }
  .slider-content .file-slider .swiper-pagination {
    justify-content: flex-start;
  }
  .slider-content .file-slider .swiper-button-control {
    margin: 0;
    justify-content: flex-start;
  }
  .category__name {
    text-align: start;
    padding: 0 50px;
    margin: 0 0 30px 0;
  }
  .category__file__content {
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    gap: 40px;
    padding: 20px 70px;
  }
  .category__file__date {
    font-size: inherit;
  }
  .category__file__line {
    width: calc(100% - 100px);
  }
  .category__file__icon {
    position: relative;
    top: unset;
    right: unset;
  }
  .category__file__icon.-bottom {
    bottom: unset;
  }
  .access-menu {
    flex-direction: row;
    order: 2;
  }
  .access-menu__item {
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    border-top: 0;
    border-right: 0.4px solid #b6b6b6;
  }
  .access-menu__item:last-child {
    border: 0;
  }
  .access-menu__item svg {
    opacity: 0;
    transform: translateX(-20px);
    filter: brightness(0) invert(1) grayscale(1);
    transition: opacity 200ms ease-in, transform 200ms ease-in;
  }
  .access-menu__item:hover svg {
    opacity: 1;
    filter: brightness(0) invert(1) grayscale(1);
    transform: translateX(0);
  }
  .cookie {
    z-index: 13;
    position: fixed;
    padding: 0;
    height: 70px;
  }
  .cookie .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .cookie__text {
    order: unset;
    padding: 0 50px 0 0;
  }
  .cookie__close {
    order: unset;
    margin: 0;
    height: 40px;
  }
  .cookie__close svg {
    width: 20px;
  }
}
@media screen and (min-width: 992px){
  html {
    font-size: 16px;
  }
  .footer__top .container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;
  }
  .footer__logo {
    width: 144px;
    height: 35px;
  }
  .footer__nav {
    align-items: flex-start;
  }
  .footer__contact {
    align-items: flex-start;
  }
  .footer__bottom .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__copyright {
    margin: 0;
  }
  .footer__link {
    flex-direction: row;
  }
  .slider-content .container {
    flex-direction: row;
  }
  .slider-content .image-video {
    width: calc(50% - 20px);
  }
  .slider-content .file-slider {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1100px){
  .main {
    margin-top: -20px;
  }
  .main.-home {
    margin-top: -160px;
  }
  .header {
    height: 110px;
    top: 0;
    transform: translateY(-20px);
  }
  .header.-sticky {
    top: 20px;
  }
  .header .-bp-mobile {
    display: none;
  }
  .header > .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .header__wrapper {
    padding: 0;
    width: fit-content;
    height: 100%;
  }
  .header__logo {
    transform: translateY(-25%);
  }
  .-sticky .header__logo {
    transform: translateY(0%);
  }
  .header__logo .brand-logo {
    height: 50px;
  }
  .header__content {
    z-index: 1;
    overflow-x: unset;
    overflow-y: unset;
    pointer-events: all;
    position: unset;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: unset;
    background-color: transparent;
    transform: unset;
    transition: unset;
  }
  .header__content::before {
    display: none;
  }
  .navigation {
    height: unset;
  }
  .navigation .-bp-mobile {
    display: none;
  }
  .navigation > .container {
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
  }
  .navigation__wrapper {
    position: unset;
    flex-direction: row;
    padding: 0;
    height: 100%;
  }
  .navigation__subs .navigation__links {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5em 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  .navigation__links {
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  .navigation__buttons .-catalog {
    padding: 0.5em 1.5em;
    transition: border-color 150ms ease-in, color 150ms ease-in;
  }
  .navigation__buttons {
    padding: 0 0 0 2em;
    margin-top: 0;
  }
  .navigation-item {
    overflow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 100%;
    transition: unset;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  .navigation-item:not(.products):hover > .navigation-item__button .expand-icon {
    fill: #f58220;
    transform: rotate(90deg);
  }
  .navigation-item.-active > .navigation-item__button .expand-icon {
    transform: rotate(-90deg);
  }
  .navigation-item__button {
    height: 100%;
  }
  .navigation-item__link {
    position: relative;
    gap: 10px;
    padding: 1em;
    height: 100%;
    font-weight: 400;
  }
  .navigation-item__link.-current:after {
    display: block;
  }
  .navigation-item__link .expand-icon {
    width: 10px;
    height: 10px;
  }
  .navigation-item__link img {
    position: static;
    width: unset;
    max-height: 50px;
  }
  .navigation-item__wrapper {
    display: flex;
  }
  .navigation-item__wrapper {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    background-color: hsl(0, 0%, 100%);
    transform: translateY(5px);
    transition: opacity 100ms ease-in, transform 100ms ease-in;
  }
  .navigation-item__subs .navigation__links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .navigation-item__subs {
    overflow: unset;
    padding: 1.5em 0;
    width: 100%;
  }
  .navigation-item__sub {
    width: 100%;
  }
  .navigation-item__sub:hover {
    text-shadow: 0px 0 0.7px currentColor;
  }
  .navigation-item__sub :where(.navigation-item__link) {
    padding: 0 2em;
    line-height: 2;
  }
  .products__wrapper {
    left: 0;
    right: 0;
    height: 100%;
    border-top: 1px solid #f58220;
  }
  .products__subs {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1400px;
    height: 100%;
  }
  .products__container {
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    height: 100%;
  }
  .products__contents {
    left: 0;
    right: 0;
    border-top: 1px solid #979797;
  }
  .products__item {
    position: relative;
    text-shadow: 0;
  }
  .products__item:hover {
    text-shadow: unset;
  }
  .products__item:hover::after {
    opacity: 1;
    transform: translateY(0px);
  }
  .products__item + .products__item {
    border-left: 1px solid #f58220;
  }
  .products__link {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 1em;
    padding: 2em 3em;
    line-height: 1.2;
  }
  .expand-icon {
    transform: rotate(90deg);
  }
  .language-button {
    height: 45px;
  }
  .-transparent {
    color: hsl(0, 0%, 100%);
  }
  .-transparent .header__content {
    background-color: transparent;
  }
  .-transparent :where(.expand-icon) {
    fill: hsl(0, 0%, 100%);
  }
  .-transparent .language-button {
    color: hsl(0, 0%, 100%);
  }
  .-transparent .language-button__wrapper {
    border-color: transparent;
    background-color: rgba(217, 217, 217, 0.19);
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px){
  .navigation-item:not(.products):hover > .navigation-item__button .expand-icon {
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1200px){
  .container {
    padding: 0;
  }
}
@media screen and (min-width: 1400px){
  .contact-us__chat {
    height: 566px;
  }
}
@media screen and (max-width: 1099.99px){
  .header .-bp-desktop {
    display: none;
  }
  .navigation .-bp-desktop {
    display: none !important;
  }
  .navigation__sub .navigation__links {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  .navigation-item__sub .navigation-item__link {
    padding: 5px 0 5px 20px;
  }
  .-icon .navigation-item__link {
    padding-left: 85px !important;
  }
  .subnavigation {
    display: none;
  }
}
@media screen and (max-width: 767.99px){
  .-desktop {
    display: none !important;
  }
  table tr *:first-child {
    min-width: 200px;
  }
}