/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --color-red: #FA4616;
  --color-green: #007367;
  --color-blue: #00A9CE;
  --color-text-main: #0C0C0C;
}

html {
  color: var(--color-text-main);
  height: 100%;
  font-size: 16px;
  line-height: 1.5625;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  line-height: 140%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button {
  font-family: "Manrope", sans-serif;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=phone],
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Manrope", sans-serif;
}

select {
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

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

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

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

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.fancybox__caption {
  -webkit-align-self: center;
  align-self: center;
  max-width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: -webkit-linear-gradient(#ebeff2, #e2e8f0);
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: -webkit-clip-path 0.33s ease;
  transition: -webkit-clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease, -webkit-clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

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

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.5.1
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 13.07.2018
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html>.os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html>.os-host>.os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.os-host-flexbox>.os-padding>.os-viewport>.os-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

#hs-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#hs-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow>.os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content>.os-textarea {
  direction: inherit !important;
  float: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  border: none !important;
  border-radius: 0px !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  resize: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
  padding: 0px;
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
  right: 0 !important;
}

.os-content>.os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content>.os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.os-resize-observer-host:after {
  content: "";
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.os-resize-observer.observed,
object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  flex-grow: inherit;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}

.os-size-auto-observer>.os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html>.os-host>.os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl>.os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl>.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl>.os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
  display: none !important;
}

.os-theme-none>.os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  background: transparent;
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  border-radius: 0;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper.swiper-cards {
  overflow: visible;
}

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

body {
  background: #fff;
  min-width: 360px;
  min-height: 0;
}

.page__inner {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1600px;
}

@media all and (max-width: 1599px) {
  .page__inner {
    padding: 0 60px;
  }
}

@media all and (max-width: 1440px) {
  .page__inner {
    padding: 0 80px;
  }
}

@media all and (max-width: 1379px) {
  .page__inner {
    padding: 0 60px;
  }
}

@media all and (max-width: 1279px) {
  .page__inner {
    padding: 0 40px;
  }
}

@media all and (max-width: 1023px) {
  .page__inner {
    padding: 0 30px;
  }
}

@media all and (max-width: 767px) {
  .page__inner {
    padding: 0 20px;
  }
}

iframe {
  display: block;
  border: none;
  outline: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=phone],
input[type=email],
textarea {
  display: block;
  height: 50px;
  border: 1px solid #787777;
  background-color: #fff;
  padding: 0 22px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: var(--color-text-main);
  border-radius: 25px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=phone]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-text-main);
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=phone]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-text-main);
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=phone]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-text-main);
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=phone]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: var(--color-text-main);
}

input[type=text].error,
input[type=tel].error,
input[type=password].error,
input[type=phone].error,
input[type=email].error,
textarea.error {
  border-color: var(--color-red);
}

input[type=text].success,
input[type=text].valid,
input[type=tel].success,
input[type=tel].valid,
input[type=password].success,
input[type=password].valid,
input[type=phone].success,
input[type=phone].valid,
input[type=email].success,
input[type=email].valid,
textarea.success,
textarea.valid {
  border-color: var(--color-green);
}

textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
  min-height: 100px;
  resize: none;
}

select {
  display: block;
  height: 50px;
  border: 1px solid #787777;
  background-color: #fff;
  padding: 0 22px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: var(--color-text-main);
  border-radius: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5283 8C13.394 8.00001 13.8505 9.02538 13.2715 9.66895L10.4746 12.7773C10.1565 13.1309 9.60275 13.1304 9.28516 12.7764L6.49609 9.66797C5.91851 9.02409 6.37527 8.00004 7.24023 8H12.5283Z' fill='%23787777'/%3E%3C/svg%3E%0A");
  background-position: right 15px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

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

.b-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  line-height: 130%;
  padding: 0 40px;
  gap: 10px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--color-red);
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-btn img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.b-btn.btn-green {
  background-color: var(--color-green);
}

.b-btn.btn-blue {
  background-color: var(--color-blue);
}

.b-btn.btn-white {
  background-color: #fff;
  color: var(--color-red);
}

.b-btn.btn-white-green {
  background-color: #fff;
  color: var(--color-green);
}

.b-btn.btn-white-blue {
  background-color: #fff;
  color: var(--color-blue);
}

@media (max-width: 767px) {
  .b-btn {
    height: 46px;
  }
}

.page {
  position: relative;
  min-height: calc(100vh - 130px);
}

.header {
  position: relative;
  height: 100px;
  margin: 0 0 20px;
  z-index: 199;
}

.header_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.header_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}

.header_actions-item {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-color: var(--color-red);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}

.header_actions-item.item-tg {
  background-image: url(../assets/icons/icon-header_tg-wt.svg);
}

.header_actions-item.item-menu {
  background-image: url(../assets/icons/icon-header_menu-wt.svg);
}

.header_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}

.header_logo img {
  display: block;
  max-width: 100%;
  transition: all 0.2s ease;
}

.header_menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -10px;
  width: 330px;
  display: none;
  z-index: 100;
}

.header_menu-wrap {
  position: relative;
  max-height: calc(100vh - 100px - 20px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header_menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 40px;
}

.header_menu-item {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.header_menu-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #0C0C0C;
}

.header_menu-item-title i {
  display: block;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13L12 10L15 13' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header_menu-item-list {
  display: none;
}

.header_menu-item ul {
  margin: 0;
  padding: 0;
}

.header_menu-item li {
  display: block;
  margin: 10px 0 0;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(51, 51, 51, 0.7);
}

.header_menu-item li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
}
.header_menu-item li a svg {
  margin-top: 2px;
}
.header_menu-item li i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header_menu-item.open ul {
  display: block;
}

.header_menu-item.open .header_menu-item-title i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.header_menu .os-scrollbar-vertical {
  width: 5px !important;
  top: 30px !important;
  bottom: 30px !important;
  right: 5px !important;
}

.header.open .header_actions-item.item-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15.2418 15.0418' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2422 1L1.00039 15.0418' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header--white .header_actions-item {
  background-color: #fff;
}

.header--white .header_actions-item.item-tg {
  background-image: url(../assets/icons/icon-header_tg-red.svg);
}

.header--white .header_actions-item.item-menu {
  background-image: url(../assets/icons/icon-header_menu-red.svg);
}

.header--white.header--green .header_actions-item {
  background-color: #fff;
}

.header--white.header--green .header_actions-item.item-tg {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58964 11.4104L12.6281 7.37191M16.7593 4.90731L13.3504 15.9861C13.0449 16.979 12.892 17.4757 12.6285 17.6403C12.4 17.7831 12.117 17.807 11.8681 17.7037C11.5811 17.5846 11.3482 17.1195 10.8835 16.1901L8.72432 11.8718C8.65058 11.7243 8.61367 11.6509 8.56441 11.587C8.5207 11.5303 8.47025 11.4792 8.41355 11.4355C8.35109 11.3873 8.27889 11.3512 8.13798 11.2808L3.80977 9.1167C2.88035 8.65199 2.4156 8.41942 2.29651 8.13241C2.19323 7.8835 2.21678 7.60027 2.35958 7.37173C2.52423 7.1082 3.02086 6.9551 4.01404 6.64951L15.0929 3.24064C15.8737 3.0004 16.2642 2.88037 16.528 2.97719C16.7577 3.06152 16.9388 3.24245 17.0231 3.47217C17.1199 3.73577 16.9998 4.12614 16.7598 4.90616L16.7593 4.90731Z' stroke='%23007367' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header--white.header--green .header_actions-item.item-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.924316 16.0008H11.2285M0.924316 9.56072H18.9566M8.65246 3.12061H18.9566' stroke='%23007367' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header--white.header--blue .header_actions-item {
  background-color: #fff;
}

.header--white.header--blue .header_actions-item.item-tg {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59013 11.4104L12.6286 7.37191M16.7597 4.90731L13.3509 15.9861C13.0454 16.979 12.8925 17.4757 12.629 17.6403C12.4005 17.7831 12.1175 17.807 11.8686 17.7037C11.5816 17.5846 11.3486 17.1195 10.8839 16.1901L8.72481 11.8718C8.65107 11.7243 8.61416 11.6509 8.5649 11.587C8.52119 11.5303 8.47074 11.4792 8.41404 11.4355C8.35158 11.3873 8.27938 11.3512 8.13847 11.2808L3.81026 9.1167C2.88084 8.65199 2.41609 8.41942 2.297 8.13241C2.19371 7.8835 2.21727 7.60027 2.36007 7.37173C2.52472 7.1082 3.02135 6.9551 4.01453 6.64951L15.0933 3.24064C15.8741 3.0004 16.2647 2.88037 16.5284 2.97719C16.7582 3.06152 16.9393 3.24245 17.0236 3.47217C17.1204 3.73577 17.0002 4.12614 16.7602 4.90616L16.7597 4.90731Z' stroke='%2300A9CE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header--white.header--blue .header_actions-item.item-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.924805 16.0008H11.229M0.924805 9.56072H18.9571M8.65294 3.12061H18.9571' stroke='%2300A9CE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header--white.open .header_actions-item.item-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15.2418 15.0418' stroke='%23FA4616' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2422 1L1.00039 15.0418' stroke='%23FA4616' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header--white.header--blue.open .header_actions-item.item-menu {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15.2418 15.0418' stroke='%2300A9CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2422 1L1.00039 15.0418' stroke='%2300A9CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header--white.header--green.open .header_actions-item.item-menu {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15.2418 15.0418' stroke='%23007367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2422 1L1.00039 15.0418' stroke='%23007367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1441px) {
  .header--white .header_inner {
    margin: 0 80px;
  }
}

.header--green .header_actions-item {
  background-color: var(--color-green);
}

.header--blue .header_actions-item {
  background-color: var(--color-blue);
}

@media (max-width: 599px) {
  .header_actions {
    gap: 10px;
  }

  .header.open .header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
  }

  .header_logo {
    position: relative;
    z-index: 5;
  }

  .header_actions {
    position: relative;
    z-index: 5;
  }

  .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 100px 0 0;
    height: 100vh;
    z-index: 3;
  }

  .header_menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
  }

  .header_menu-wrap {
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    max-height: 100%;
    padding: 0;
    z-index: 3;
  }

  .header_menu-list {
    padding: 20px 20px 40px;
  }

  .header_menu .os-scrollbar-vertical {
    top: 20px !important;
  }

  .header--white.open .header_actions-item {
    background-color: rgba(250, 70, 22, 0.1);
  }
  .header--white.open .header_logo img {
    filter: contrast(0);
  }
  .header--white.header--green.open .header_actions-item {
    background-color: rgb(0, 115, 103, 0.1);
  }
  .header--white.header--blue.open .header_actions-item {
    background-color: rgba(0, 169, 206, 0.1);
  }

  .header_menu-item-title {
    font-size: 36px;
    line-height: 50px;
  }
  .header_menu-item-title i {
    background-size: 40px auto;
    width: 40px;
    height: 50px;
    background-position: center;
  }
  .header_menu-item li {
    font-size: 26px;
    line-height: 42px;
  }
  .header_menu .os-scrollbar-horizontal {
    display: none;
  }
}

.footer {
  position: relative;
  margin: 0;
  padding: 50px 0;
  z-index: 10;
}

.footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.footer_copy {
  display: block;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.footer_copy p {
  margin: 0; 
}
.footer_copy span {
  display: block;
  opacity: 0.7;
  font-size: 13px;
  margin-top: 4px;
}
.footer_copy a {
  font-size: 14px;
}
.footer_copy a:hover {
  text-decoration: underline;
}

.footer_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}

.footer_logo img {
  display: block;
  max-width: 100%;
}

.footer_links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.footer_links a {
  display: block;
}

@media all and (max-width: 767px) {
  .footer {
    padding: 30px 0;
    margin: 50px 0 0;
  }

  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
  }

  .footer_logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 20px;
  }

  .footer_links {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    line-height: 20px;
  }

  .footer_copy {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    line-height: 20px;
  }
}

.b-hide {
  display: none;
}

@media all and (max-width: 767px) {
  .mob-hide {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
}

.page-section {
  position: relative;
  margin: 120px 0 0;
}

.page-section.offset-md {
  margin: 100px 0 0;
}

.page-section_inner {
  position: relative;
  margin: 50px 0 0;
}

@media all and (max-width: 1199px) {
  .page-section {
    margin-top: 100px;
  }
}

@media all and (max-width: 1023px) {
  .page-section {
    margin-top: 80px;
  }

  .page-section.offset-md {
    margin: 80px 0 0;
  }
}

@media all and (max-width: 767px) {
  .page-section {
    margin-top: 50px;
  }

  .page-section.offset-md {
    margin: 60px 0 0;
  }

  .page-section_inner {
    position: relative;
    margin: 30px 0 0;
  }
}

.page-title {
  position: relative;
  display: block;
  margin: 0;
  font-style: normal;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  color: var(--color-text-main);
}

@media all and (max-width: 1023px) {
  .page-title {
    font-size: 36px;
    letter-spacing: -0.01em;
  }
}

@media all and (max-width: 767px) {
  .page-title {
    font-size: 32px;
    letter-spacing: -0.01em;
  }
}

.page-titling {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.page-titling .page-text {
  max-width: 880px;
}

.page-titling.size-sm {
  gap: 20px;
}

.page-main-title {
  position: relative;
  display: block;
  margin: 50px 0 40px;
  font-family: "Bounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 150%;
  letter-spacing: -0.3px;
  color: #000000;
}

.page-subtitle {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 141%;
  color: #979494;
}

@media all and (max-width: 1199px) {
  .page-subtitle {
    font-size: 18px;
  }
}

@media all and (max-width: 1023px) {
  .page-subtitle {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .page-subtitle {
    font-size: 14px;
  }
}

.page-text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 166%;
  color: var(--color-text-main);
}

.page-text.size-sm {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #0C0C0C;
}

@media all and (max-width: 1199px) {
  .page-text {
    font-size: 22px;
  }

  .page-text.size-sm {
    font-size: 17px;
  }
}

@media all and (max-width: 1023px) {
  .page-text {
    font-size: 20px;
  }

  .page-text.size-sm {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .page-text {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: -0.01em;
  }

  .page-text.size-sm {
    font-size: 16px;
    line-height: 1.5625;
  }
}

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

.b-img-wrap {
  position: relative;
  display: block;
  margin: 0;
}

.b-img-wrap--lg {
  display: block;
  margin: 54px 0 0;
}

.b-img-wrap--md {
  display: block;
  margin: 32px 0 0;
}

.b-img-wrap img {
  display: block;
  vertical-align: top;
  max-width: 100%;
  margin: 0;
}

.b-img-wrap img.img-round {
  border-radius: 40px;
}

@media all and (max-width: 1199px) {
  .b-img-wrap--lg {
    margin: 44px 0 0;
  }

  .b-img-wrap--md {
    margin: 30px 0 0;
  }
}

@media all and (max-width: 1023px) {
  .b-img-wrap--lg {
    margin: 36px 0 0;
  }

  .b-img-wrap--md {
    margin: 28px 0 0;
  }
}

@media all and (max-width: 767px) {
  .b-img-wrap--lg {
    margin: 30px 0 0;
  }

  .b-img-wrap--md {
    margin: 20px 0 0;
  }
}

.b-text-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 17px;
}

.b-text-item p {
  margin: 0;
}

.b-text-item_title {
  display: block;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}

.b-text-item+.b-text-item {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .b-text-item {
    gap: 10px;
    font-size: 14px;
    line-height: 170%;
  }

  .b-text-item_title {
    font-size: 16px;
    line-height: 150%;
  }

  .b-text-item+.b-text-item {
    margin-top: 20px;
  }
}

.b-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #D20A11;
}

.b-breadcrumb a {
  position: relative;
  display: block;
  color: var(--color-text-main);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-breadcrumb a:hover {
  color: #000;
}

.b-breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.33398L4 4.33398L1 7.33398' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.b-breadcrumb span {
  display: block;
}

@media all and (max-width: 1599px) {
  .b-breadcrumb {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 1399px) {
  .b-breadcrumb {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1023px) {
  .b-breadcrumb {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  .b-breadcrumb {
    display: none;
  }
}

.b-checkbox {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 30px;
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #787777;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-checkbox a {
  text-decoration: none;
  color: #787777;
}

.b-checkbox a:hover {
  text-decoration: underline;
}

.b-checkbox input {
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0 !important;
}

.b-checkbox i {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 6px;
  background: #787777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-checkbox i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.64706 6L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-checkbox input:checked~i:after {
  opacity: 1;
}

.b-checkbox.view-red {
  color: #fff;
}

.b-checkbox.view-red a {
  color: #fff;
}

.b-checkbox.view-red i {
  background-color: #fff;
}

.b-checkbox.view-red i:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.64706 6L9 1' stroke='%23FA4616' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-checkbox.view-green {
  color: #fff;
}

.b-checkbox.view-green a {
  color: #fff;
}

.b-checkbox.view-green i {
  background-color: #fff;
}

.b-checkbox.view-green i:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.64706 6L9 1' stroke='%23007367' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-checkbox.view-blue {
  color: #fff;
}

.b-checkbox.view-blue a {
  color: #fff;
}

.b-checkbox.view-blue i {
  background-color: #fff;
}

.b-checkbox.view-blue i:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.64706 6L9 1' stroke='%2300A9CE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.slider-button-next,
.slider-button-prev {
  position: absolute;
  top: 50%;
  margin: -19px 0 0;
  width: 38px;
  height: 38px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2498 34.8334H23.7498C31.6665 34.8334 34.8332 31.6667 34.8332 23.75V14.25C34.8332 6.33335 31.6665 3.16669 23.7498 3.16669H14.2498C6.33317 3.16669 3.1665 6.33335 3.1665 14.25V23.75C3.1665 31.6667 6.33317 34.8334 14.2498 34.8334Z' stroke='%23FA4616' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9952 24.5892L15.4219 19L20.9952 13.4108' stroke='%23FA4616' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 5;
}

.slider-button-next.swiper-button-disabled,
.slider-button-prev.swiper-button-disabled {
  opacity: 0;
}

.slider-button-next:before,
.slider-button-prev:before {
  display: none;
}

.slider-button-next.view-green,
.slider-button-prev.view-green {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2493 34.8334H23.7493C31.666 34.8334 34.8327 31.6667 34.8327 23.75V14.25C34.8327 6.33335 31.666 3.16669 23.7493 3.16669H14.2493C6.33268 3.16669 3.16602 6.33335 3.16602 14.25V23.75C3.16602 31.6667 6.33268 34.8334 14.2493 34.8334Z' stroke='%23007367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9952 24.5892L15.4219 19L20.9952 13.4108' stroke='%23007367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.slider-button-next.view-blue,
.slider-button-prev.view-blue {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2493 34.8334H23.7493C31.666 34.8334 34.8327 31.6667 34.8327 23.75V14.25C34.8327 6.33335 31.666 3.16669 23.7493 3.16669H14.2493C6.33268 3.16669 3.16602 6.33335 3.16602 14.25V23.75C3.16602 31.6667 6.33268 34.8334 14.2493 34.8334Z' stroke='%2300A9CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9952 24.5892L15.4219 19L20.9952 13.4108' stroke='%2300A9CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.slider-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-button-prev {
  left: 0;
}

.b-tabs_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.b-tabs_nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  gap: 10px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #0C0C0C;
  border: 1px solid #0C0C0C;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
  white-space: nowrap;
}

.b-tabs_nav-item:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.b-tabs_nav-item.active {
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}

.b-tabs_nav-item.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H12M12 12H16M12 12V16M12 12V8M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-tabs_block {
  display: none;
}

@media all and (max-width: 1400px) and (min-width: 1024px) {
  .b-tabs_nav {
    gap: 10px;
  }

  .b-tabs_nav-item {
    font-size: 15px;
    gap: 8px;
    padding: 0 16px;
  }
}

@media all and (max-width: 1279px) and (min-width: 1024px) {
  .b-tabs_nav {
    gap: 10px;
  }

  .b-tabs_nav-item {
    font-size: 14px;
    gap: 7px;
    padding: 0 15px;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-tabs_nav {
    gap: 12px;
  }

  .b-tabs_nav-item {
    gap: 8px;
    padding: 0 18px;
  }
}

@media all and (max-width: 767px) {
  .b-tabs_nav {
    margin: 0 -20px -10px;
    padding: 0 20px 10px;
    -webkit-clip-path: inset(0px 0px 10px 0px);
    clip-path: inset(0px 0px 10px 0px);
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
  }

  .b-tabs_nav-item {
    height: 46px;
  }
}

.b-more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 60px 0 0;
}

.b-more-btn .b-btn {
  padding: 0 40px;
}

@media all and (max-width: 1199px) {
  .b-more-btn {
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .b-more-btn {
    margin-top: 40px;
  }

  .b-more-btn .b-btn {
    width: 100%;
    padding: 0 10px;
  }
}

.os-scrollbar-vertical {
  width: 4px !important;
  padding: 0 !important;
}

.os-scrollbar-vertical .os-scrollbar-track {
  border-radius: 4px !important;
  background: #D7D7D7 !important;
  overflow: hidden;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  border-radius: 4px !important;
  background: #80889B !important;
}

.os-scrollbar-vertical .os-scrollbar-handle::before {
  display: none;
}

.b-type-n1 {
  position: relative;
}

.b-type-n1_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}

.b-type-n1_info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.b-type-n1_title {
  display: block;
  margin: 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 80px;
  line-height: 1.175;
  color: var(--color-red);
}

.b-type-n1_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: var(--color-red);
  max-width: 580px;
}

.b-type-n1_text p {
  margin: 0;
}

.b-type-n1_btn {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}

.b-type-n1_btn .b-btn svg {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.b-type-n1_btn-sm {
  padding: 0 20px;
}

.b-type-n1_img {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  border-radius: 100px 0 0 100px;
  overflow: hidden;
}

.b-type-n1_img picture {
  display: block;
}

.b-type-n1_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.b-type-n1_video video {
  display: block;
  width: 100%;
  aspect-ratio: 710/850;
  height: auto;
  object-position: center;
  object-fit: cover;
}

@media all and (max-width: 1440px) {
  .b-type-n1_img {
    margin-right: -80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px + 80px);
    flex: 0 0 calc(50% - 10px + 80px);
  }

  .b-type-n1_video video {
    aspect-ratio: 710/710;
  }
}

@media all and (max-width: 1399px) {
  .b-type-n1_title {
    font-size: 70px;
  }
}

@media all and (max-width: 1379px) {
  .b-type-n1_img {
    margin-right: -60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px + 60px);
    flex: 0 0 calc(50% - 10px + 60px);
  }
}

@media all and (max-width: 1279px) {
  .b-type-n1_img {
    margin-right: -40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px + 40px);
    flex: 0 0 calc(50% - 10px + 40px);
  }
}

@media all and (max-width: 1199px) {
  .b-type-n1_title {
    font-size: 60px;
    line-height: 110%;
  }

  .b-type-n1_text {
    font-size: 17px;
  }
}

@media all and (max-width: 1023px) {
  .b-type-n1_img {
    margin-right: -30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px + 30px);
    flex: 0 0 calc(50% - 10px + 30px);
  }

  .b-type-n1_title {
    font-size: 52px;
    line-height: 110%;
  }

  .b-type-n1_text {
    font-size: 16px;
    line-height: 150%;
  }
}

@media all and (max-width: 767px) {
  .b-type-n1_inner {
    display: block;
    max-width: 440px;
    position: relative;
    margin: 0 -20px 0 0;
    overflow: hidden;
  }

  .b-type-n1_info {
    position: relative;
    padding: 340px 25px 30px;
    height: 680px;
    min-height: 680px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
  }

  .b-type-n1_title {
    position: absolute;
    bottom: 50%;
    left: 0;
    padding: 0 25px;
    width: 100%;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
  }

  .b-type-n1_text {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 60px;
  }

  .b-type-n1_btn {
    margin: 10px 0 0;
  }

  .b-type-n1_btn .b-btn {
    background-color: #fff;
    font-size: 16px;
    color: var(--color-red);
  }

  .b-type-n1_btn .b-btn svg {
    -webkit-filter: none;
    filter: none;
  }

  .b-type-n1_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px 0 0 50px;
    z-index: 1;
  }

  .b-type-n1_img img {
    width: auto;
    height: 100%;
    object-position: left center;
    max-width: none;
  }

  .b-type-n1_video video {
    aspect-ratio: auto;
    height: 680px;
  }
}

@media all and (max-width: 767px) and (min-width: 461px) {
  .b-type-n1_inner {
    margin: 0 auto;
  }

  .b-type-n1_img {
    border-radius: 50px;
  }
}

@media all and (max-width: 767px) and (min-width: 461px) {
  .b-type-n1_img {
    border-radius: 50px;
  }
}

.b-type-n2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  color: var(--color-red);
  max-width: 800px;
  margin: 0 auto;
}

.b-type-n2 p {
  margin: 0;
}

@media all and (max-width: 1199px) {
  .b-type-n2 {
    font-size: 36px;
    max-width: 720px;
  }
}

@media all and (max-width: 1023px) {
  .b-type-n2 {
    font-size: 32px;
    max-width: 660px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n2 {
    padding: 50px 0;
    font-size: 24px;
    line-height: 1.458;
    max-width: 100%;
  }
}

.b-type-n3 {
  position: relative;
  min-height: 660px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 20px;
}

.b-type-n3_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
  z-index: 2;
}

.b-type-n3_subtitle {
  display: block;
  margin: 0;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  /*text-transform: uppercase;*/
  color: #FFFFFF;
}

.b-type-n3_title {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 104%;
  text-align: center;
  color: #FFFFFF;
}

.b-type-n3_btn {
  margin: 20px 0 0;
}

.b-type-n3_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}

.b-type-n3_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (max-width: 1440px) {
  .b-type-n3 {
    margin-left: -80px;
  }

  .b-type-n3_img {
    border-radius: 0 100px 100px 0;
  }

  .b-type-n3.view-right {
    margin-right: -80px;
    margin-left: 0;
  }

  .b-type-n3.view-right .b-type-n3_img {
    border-radius: 100px 0 0 100px;
  }
}

@media all and (max-width: 1379px) {
  .b-type-n3 {
    margin-left: -60px;
  }

  .b-type-n3.view-right {
    margin-right: -60px;
    margin-left: 0;
  }
}

@media all and (max-width: 1279px) {
  .b-type-n3 {
    margin-left: -40px;
    min-height: 620px;
  }

  .b-type-n3.view-right {
    margin-right: -40px;
    margin-left: 0;
  }
}

@media all and (max-width: 1199px) {
  .b-type-n3 {
    min-height: 580px;
  }

  .b-type-n3_inner {
    gap: 25px;
  }

  .b-type-n3_subtitle {
    font-size: 22px;
  }

  .b-type-n3_title {
    font-size: 44px;
  }
}

@media all and (max-width: 1023px) {
  .b-type-n3 {
    margin-left: -30px;
    min-height: 500px;
  }

  .b-type-n3.view-right {
    margin-right: -30px;
    margin-left: 0;
  }

  .b-type-n3_inner {
    gap: 20px;
  }

  .b-type-n3_subtitle {
    font-size: 20px;
  }

  .b-type-n3_title {
    font-size: 40px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n3 {
    min-height: 500px;
    margin: 0 -20px;
    padding: 40px 20px;
  }

  .b-type-n3.view-right {
    margin: 0 -20px;
  }

  .b-type-n3.view-right .b-type-n3_img {
    border-radius: 0;
  }

  .b-type-n3_inner {
    gap: 30px;
  }

  .b-type-n3_subtitle {
    font-size: 20px;
    line-height: 120%;
  }

  .b-type-n3_title {
    font-size: 30px;
    line-height: 120%;
  }

  .b-type-n3_btn {
    margin: 0px;
  }

  .b-type-n3_img {
    border-radius: 0;
  }
}

@media all and (max-width: 500px) {
  .b-type-n3 {
    min-height: 680px;
  }
}

.b-type-n4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 60px;
}

.b-type-n4_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51%;
  flex: 0 0 51%;
  max-width: 710px;
  overflow: hidden;
  height: 660px;
}

.b-type-n4_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 100px 0;
}

.b-type-n4_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
}

.b-type-n4_slider {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}

.b-type-n4_slider .swiper {
  position: relative;
  padding: 0 0 68px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}

.b-type-n4_slider .swiper-wrapper {
  height: 100%;
}

.b-type-n4_slider .swiper-slide {
  height: 100%;
  opacity: 0 !important;
}

.b-type-n4_slider .swiper-slide .b-type-n4_info {
  background-color: #fff;
}

.b-type-n4_slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.b-type-n4_slider-buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}

.b-type-n4_slider-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #0C0C0C;
  background-color: #F3F3F3;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-type-n4_slider-btn.active {
  background-color: #FA4616;
  color: #fff;
}

.b-type-n4_info {
  height: 100%;
}

.b-type-n4_info .page-title {
  color: var(--color-red);
  margin: 0 0 30px;
}

.b-type-n4_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #0C0C0C;
}

.b-type-n4_text p {
  margin: 0;
}

.b-type-n4_text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.b-type-n4_text li {
  position: relative;
  list-style: none;
  padding: 0 0 0 28px;
  margin: 0;
}

.b-type-n4_text li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.48946 8H2.6131C0.286971 8 -0.668778 6.43235 0.497799 4.51782L1.43949 2.97686L2.38119 1.4359C3.54776 -0.478632 5.45224 -0.478632 6.61881 1.4359L7.56051 2.97686L8.5022 4.51782C9.66878 6.43235 8.71303 8 6.3869 8H4.48946Z' fill='%23FA4616'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.b-type-n4 .slider-button-prev,
.b-type-n4 .slider-button-next {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: 0;
  left: 0;
}

.b-type-n4 .slider-button-next {
  left: 48px;
}

.b-type-n4.view-green .b-type-n4_slider-btn.active {
  background-color: var(--color-green);
}

.b-type-n4.view-green .b-type-n4_info .page-title {
  color: var(--color-green);
}

.b-type-n4.view-green .b-type-n4_text li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.48946 8H2.6131C0.286971 8 -0.668778 6.43235 0.497799 4.51782L1.43949 2.97686L2.38119 1.4359C3.54776 -0.478632 5.45224 -0.478632 6.61881 1.4359L7.56051 2.97686L8.5022 4.51782C9.66878 6.43235 8.71303 8 6.3869 8H4.48946Z' fill='%23007367'/%3E%3C/svg%3E%0A");
}

.b-type-n4.view-green .slider-button-prev,
.b-type-n4.view-green .slider-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2498 34.8334H23.7498C31.6665 34.8334 34.8332 31.6667 34.8332 23.75V14.25C34.8332 6.33335 31.6665 3.16669 23.7498 3.16669H14.2498C6.33317 3.16669 3.1665 6.33335 3.1665 14.25V23.75C3.1665 31.6667 6.33317 34.8334 14.2498 34.8334Z' stroke='%23007367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9952 24.5892L15.4219 19L20.9952 13.4108' stroke='%23007367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-type-n4.view-blue .b-type-n4_slider-btn.active {
  background-color: var(--color-blue);
}

.b-type-n4.view-blue .b-type-n4_info .page-title {
  color: var(--color-blue);
}

.b-type-n4.view-blue .b-type-n4_text li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.48946 8H2.6131C0.286971 8 -0.668778 6.43235 0.497799 4.51782L1.43949 2.97686L2.38119 1.4359C3.54776 -0.478632 5.45224 -0.478632 6.61881 1.4359L7.56051 2.97686L8.5022 4.51782C9.66878 6.43235 8.71303 8 6.3869 8H4.48946Z' fill='%2300A9CE'/%3E%3C/svg%3E%0A");
}

.b-type-n4.view-blue .slider-button-prev,
.b-type-n4.view-blue .slider-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2498 34.8334H23.7498C31.6665 34.8334 34.8332 31.6667 34.8332 23.7501V14.2501C34.8332 6.33341 31.6665 3.16675 23.7498 3.16675H14.2498C6.33317 3.16675 3.1665 6.33341 3.1665 14.2501V23.7501C3.1665 31.6667 6.33317 34.8334 14.2498 34.8334Z' stroke='%2300A9CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9952 24.5892L15.4219 19.0001L20.9952 13.4109' stroke='%2300A9CE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 1279px) {
  .b-type-n4_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 575px;
  }
}

@media all and (max-width: 1199px) {
  .b-type-n4 {
    gap: 40px;
  }

  .b-type-n4_text {
    font-size: 17px;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-type-n4 {
    gap: 30px;
  }

  .b-type-n4_img {
    margin-left: -30px;
    height: 520px;
  }

  .b-type-n4_info .page-title {
    margin-bottom: 20px;
  }

  .b-type-n4_text {
    font-size: 16px;
    line-height: 1.5625;
    gap: 15px;
  }

  .b-type-n4_text ul {
    gap: 15px;
  }

  .b-type-n4_text li {
    padding-left: 26px;
  }

  .b-type-n4_text li:before {
    top: 9px;
  }

  .b-type-n4_slider-buttons {
    gap: 8px;
  }

  .b-type-n4_slider-btn {
    padding: 0 15px;
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n4 {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .b-type-n4_img {
    width: 100%;
    height: auto;
  }

  .b-type-n4_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 0 0 50px 0;
  }

  .b-type-n4_text {
    font-size: 16px;
    line-height: 150%;
  }

  .b-type-n4_text li {
    padding-left: 25px;
  }

  .b-type-n4_text li:before {
    top: 8px;
  }

  .b-type-n4_inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n4_slider {
    height: auto;
  }

  .b-type-n4_slider .swiper {
    padding-bottom: 78px;
  }

  .b-type-n4_slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .b-type-n4_slider .swiper-slide {
    height: auto;
  }

  .b-type-n4_slider-buttons {
    width: calc(100% + 40px);
    overflow-x: auto;
    gap: 9px;
    margin: 0 -20px -10px;
    padding: 0 20px 10px;
    -webkit-clip-path: inset(0px 0px 10px 0px);
    clip-path: inset(0px 0px 10px 0px);
  }

  .b-type-n4_slider-btn {
    padding: 0 14px;
    font-size: 13px;
  }
}

@media all and (max-width: 399px) {
  .b-type-n4_slider-buttons {
    gap: 6px;
  }

  .b-type-n4_slider-btn {
    padding: 0 14px;
    font-size: 12px;
  }
}

@media all and (max-width: 379px) {
  .b-type-n4_slider-buttons {
    gap: 5px;
  }

  .b-type-n4_slider-btn {
    padding: 0 12px;
    font-size: 12px;
  }
}

.b-type-n5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 80px;
  min-height: 490px;
  overflow: hidden;
  border-radius: 100px 0 100px 0;
}

.b-type-n5_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b-type-n5_img img {
  display: block;
  height: 100%;
  width: 100%;
  object-position: left center;
  object-fit: cover;
}

.b-type-n5_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
  max-width: 600px;
  z-index: 2;
}

.b-type-n5_title {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.b-type-n5_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #FFFFFF;
  max-width: 540px;
}

.b-type-n5_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 15px;
}

.b-type-n5_field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  flex: 0 0 270px;
}

.b-type-n5_field input {
  display: block;
  width: 100%;
  border: 2px solid #fff;
  background-color: transparent;
  padding: 0 0 0 22px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.b-type-n5_field input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.b-type-n5_field input::-moz-placeholder {
  color: #FFFFFF;
}

.b-type-n5_field input:-ms-input-placeholder {
  color: #FFFFFF;
}

.b-type-n5_field input::placeholder {
  color: #FFFFFF;
}

.b-type-n5_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.b-type-n5_agreement {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media all and (max-width: 1199px) {
  .b-type-n5 {
    padding: 40px 60px;
  }

  .b-type-n5_img img {
    object-position: center;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-type-n5 {
    min-height: 360px;
    padding: 40px 50px;
  }

  .b-type-n5_inner {
    max-width: 500px;
  }

  .b-type-n5_img img {
    object-position: center;
  }

  .b-type-n5_text {
    font-size: 15px;
    max-width: 440px;
  }

  .b-type-n5_field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .b-type-n5_field input {
    padding: 0 0 0 20px;
    font-size: 18px;
  }

  .b-type-n5_btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .b-type-n5_btn .b-btn {
    padding: 0 25px;
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n5 {
    min-height: 640px;
    padding: 40px 20px;
    margin: 0 -20px;
    border-radius: 50px 0 50px 0;
  }

  .b-type-n5_img img {
    object-position: left center;
  }

  .b-type-n5_title {
    font-size: 24px;
    line-height: 1.25;
  }

  .b-type-n5_text {
    font-size: 16px;
  }

  .b-type-n5_inner {
    max-width: 340px;
  }

  .b-type-n5_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    max-width: 340px;
    width: 100%;
  }

  .b-type-n5_field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n5_btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n5_btn .b-btn {
    width: 100%;
    height: 50px;
  }

  .b-type-n5_agreement {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 5px 0 0;
  }
}

.b-head-visual {
  position: relative;
  margin: -120px 0 0;
  height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}

.b-head-visual_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-head-visual_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-head-visual_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 20px;
  max-width: 800px;
  padding: 80px;
  text-align: right;
  color: #fff;
  z-index: 2;
}

.b-head-visual_title {
  display: block;
  margin: 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 50px;
  line-height: 125%;
  text-align: right;
}

.b-head-visual_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 180%;
  text-align: right;
}

@media all and (max-width: 1440px) {
  .b-head-visual {
    margin: -120px -80px 0;
  }
}

@media all and (max-width: 1379px) {
  .b-head-visual {
    margin: -120px -60px 0;
    border-radius: 0 0 80px 80px;
  }
  .b-head-visual_inner {
    padding: 60px 60px;
  }
}

@media all and (max-width: 1279px) {
  .b-head-visual {
    height: 640px;
    margin: -120px -40px 0;
    border-radius: 0 0 70px 70px;
  }
}

@media all and (max-width: 1199px) {
  .b-head-visual {
    height: 600px;
    border-radius: 0 0 60px 60px;
  }
  .b-head-visual_inner {
    padding: 50px 40px;
  }
}

@media all and (max-width: 1023px) {
  .b-head-visual {
    height: 500px;
    margin: -120px -30px 0;
    border-radius: 0 0 50px 50px;
  }
}

@media all and (max-width: 767px) {
  .b-head-visual {
    height: 440px;
    margin: -120px -20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0 0 60px 60px;
  }
  .b-head-visual_inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .b-head-visual_title {
    text-align: center;
    font-size: 40px;
  }
  .b-head-visual_text {
    text-align: center;
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .b-head-visual {
    height: 680px;
  }

  .b-head-visual_text br {
    display: none;
  }
}

.b-type-n6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 50px;
}

.b-type-n6_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 710px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.b-type-n6_img img {
  display: block;
  margin: auto 0;
  max-width: 100%;
}

.b-type-n6_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 680px;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.b-type-n6_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #0C0C0C;
}

.b-type-n6_info.size-sm {
  max-width: 640px;
  font-size: 18px;
  line-height: 180%;
}

.b-type-n6_info p {
  margin: 0;
}

.b-type-n6_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #787777;
}

.b-type-n6_list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.b-type-n6_list-title {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #0C0C0C;
}

.b-type-n6_slider {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 680px;
  display: block;
  min-width: 0;
  padding: 0 0 58px;
}

.b-type-n6_slider .slider-button-prev,
.b-type-n6_slider .slider-button-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 0;
}

.b-type-n6_slider .slider-button-next {
  left: 48px;
}

.b-type-n6_slider-item {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}

.b-type-n6_slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.b-type-n6_slider-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0 20px;
}

.b-type-n6_slider-inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-type-n6_slider-info {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 40px;
  font-size: 18px;
  line-height: 180%;
  color: #fff;
  background-color: var(--color-red);
  cursor: pointer;
  z-index: 3;
}

.b-type-n6_slider-info:after {
  content: "";
  position: absolute;
  bottom: 33px;
  right: 40px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9.5H13.5M9.5 18.5C4.52944 18.5 0.5 14.4706 0.5 9.5C0.5 4.52944 4.52944 0.5 9.5 0.5C14.4706 0.5 18.5 4.52944 18.5 9.5C18.5 14.4706 14.4706 18.5 9.5 18.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.b-type-n6_slider-info p {
  margin: 0;
}

.b-type-n6_slider-title {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
}

.b-type-n6_slider-item.view-green .b-type-n6_slider-info {
  background-color: var(--color-green);
}

.b-type-n6_slider-item.view-blue .b-type-n6_slider-info {
  background-color: var(--color-blue);
}

@media all and (max-width: 1599px) and (min-width: 768px) {
  .b-type-n6_slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 570px;
  }
}

@media all and (max-width: 1279px) and (min-width: 768px) {
  .b-type-n6_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 575px;
  }

  .b-type-n6_slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 570px;
  }
}

@media all and (max-width: 1199px) and (min-width: 768px) {
  .b-type-n6 {
    gap: 40px;
  }

  .b-type-n6_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }

  .b-type-n6_slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }

  .b-type-n6_slider-info {
    padding: 30px 30px;
    font-size: 17px;
    line-height: 160%;
  }

  .b-type-n6_slider-title {
    font-size: 26px;
    line-height: 120%;
  }

  .b-type-n6_list {
    gap: 20px;
  }

  .b-type-n6_list-item {
    gap: 5px;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-type-n6 {
    gap: 30px;
  }

  .b-type-n6_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  .b-type-n6_slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  .b-type-n6_slider-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }

  .b-type-n6_slider-info {
    padding: 40px 30px;
    gap: 20px;
    font-size: 14px;
  }

  .b-type-n6_slider-info:after {
    bottom: 28px;
  }

  .b-type-n6_slider-title {
    display: block;
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #FFFFFF;
  }

  .b-type-n6 .page-title {
    font-size: 32px;
  }

  .b-type-n6_info {
    font-size: 14px;
    line-height: 150%;
    gap: 20px;
  }

  .b-type-n6_info.size-sm {
    font-size: 16px;
    line-height: 160%;
  }

  .b-type-n6_list {
    gap: 16px;
  }

  .b-type-n6_list-item {
    gap: 5px;
    font-size: 14px;
    line-height: 150%;
  }

  .b-type-n6_list-title {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n6 {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .b-type-n6_img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n6_img img {
    display: block;
    max-width: 100%;
  }

  .b-type-n6_info.size-sm {
    font-size: 16px;
    line-height: 1.5625;
  }

  .b-type-n6_slider {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n6_slider-item {
    height: 400px;
  }

  .b-type-n6_slider-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }

  .b-type-n6_slider-info {
    padding: 20px 20px 60px;
    font-size: 16px;
    line-height: 1.5625;
  }

  .b-type-n6_slider-info:after {
    bottom: 28px;
  }

  .b-type-n6_slider-title {
    display: block;
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #FFFFFF;
  }

  .b-type-n6_inner {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .b-type-n6_list {
    gap: 20px;
  }

  .b-type-n6_list-item {
    gap: 10px;
  }
}

.b-type-n7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  padding: 100px 80px;
  background-color: var(--color-red);
  border-radius: 100px;
}

.b-type-n7_text {
  display: block;
  margin: 0;
  max-width: 1080px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  color: #FFFFFF;
}

.b-type-n7_slider {
  position: relative;
  margin: 30px 0 0;
  min-width: 0;
  width: 100%;
}

.b-type-n7_slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.b-type-n7_slider .swiper-slide {
  height: auto;
}

.b-type-n7 .slider-button-prev,
.b-type-n7 .slider-button-next {
  top: 50%;
  margin-top: -19px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25903 0.455811C9.86687 1.06365 9.86687 2.04914 9.25903 2.65698L3.67896 8.23706L9.25806 13.8171C9.8659 14.425 9.8659 15.4105 9.25806 16.0183C8.6502 16.6259 7.66464 16.6261 7.05688 16.0183L0.453369 9.41479C0.128455 9.08976 -0.0204048 8.65666 0.00219727 8.2312C-0.017025 7.80945 0.132293 7.38139 0.454346 7.05933L7.05786 0.455811C7.66567 -0.152004 8.65119 -0.151951 9.25903 0.455811Z' fill='white'/%3E%3C/svg%3E%0A");
}

.b-type-n7 .slider-button-prev {
  left: -59px;
}

.b-type-n7 .slider-button-next {
  left: auto;
  right: -59px;
}

.b-type-n7_item {
  position: relative;
  padding: 60px 30px;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #FFFFFF;
}

.b-type-n7_item p {
  margin: 0;
}

.b-type-n7_item-title {
  display: block;
  margin: 0;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
}

@media all and (max-width: 1440px) {
  .b-type-n7 {
    margin: 0 -80px;
    border-radius: 0;
  }
}

@media all and (max-width: 1379px) {
  .b-type-n7 {
    margin: 0 -60px;
    padding: 100px 60px;
  }

  .b-type-n7 .slider-button-prev {
    left: -49px;
  }

  .b-type-n7 .slider-button-next {
    right: -49px;
  }
}

@media all and (max-width: 1279px) {
  .b-type-n7 {
    margin: 0 -40px;
    padding: 80px 50px;
  }

  .b-type-n7 .slider-button-prev {
    left: -44px;
  }

  .b-type-n7 .slider-button-next {
    right: -44px;
  }
}

@media all and (max-width: 1279px) and (min-width: 1100px) {
  .b-type-n7_item {
    padding: 40px 25px;
    gap: 20px;
  }
}

@media all and (max-width: 1023px) {
  .b-type-n7 {
    margin: 0 -30px;
    padding: 80px 50px;
  }

  .b-type-n7_item {
    padding: 40px 25px;
    gap: 20px;
  }

  .b-type-n7_item-title {
    font-size: 28px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n7 {
    margin: 0 -20px;
    padding: 50px 20px;
    gap: 20px;
  }

  .b-type-n7_slider {
    margin-top: 10px;
  }

  .b-type-n7_slider .slider-button-prev,
  .b-type-n7_slider .slider-button-next {
    display: none;
  }

  .b-type-n7_slider .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    gap: 20px;
  }

  .b-type-n7_slider .swiper-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n7_item {
    padding: 30px 30px;
    gap: 15px;
  }

  .b-type-n7_item-title {
    font-size: 26px;
  }
}

.b-type-n8 {
  position: relative;
  margin: 0;
  min-height: 390px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
}

.b-type-n8_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-type-n8_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-type-n8_img.right-side img {
  object-position: right center;
}

.b-type-n8_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
  padding: 40px 20px;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.5625;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.b-type-n8_inner p {
  margin: 0 auto;
  max-width: 540px;
}

@media all and (max-width: 1440px) {
  .b-type-n8 {
    margin: 0 -80px 0;
    border-radius: 0;
  }
}

@media all and (max-width: 1379px) {
  .b-type-n8 {
    margin: 0 -60px 0;
  }
}

@media all and (max-width: 1279px) {
  .b-type-n8 {
    margin: 0 -40px 0;
  }
}

@media all and (max-width: 1199px) {
  .b-type-n8 {
    min-height: 360px;
  }
}

@media all and (max-width: 1099px) {
  .b-type-n8_inner {
    max-width: 480px;
  }
}

@media all and (max-width: 1023px) {
  .b-type-n8 {
    margin: 0 -30px 0;
    min-height: 320px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n8 {
    margin: 0 -20px 0;
    height: 680px;
  }

  .b-type-n8_img img {
    object-position: center;
  }

  .b-type-n8_img.right-side img {
    object-position: center;
  }
}

.b-type-n9 {
  position: relative;
  margin: 0 0 80px;
}

.b-type-n9_title {
  display: block;
  text-align: center;
  margin: 0 0 50px;
}

.b-type-n9_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 40px 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-type-n9_item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}

.b-type-n9_item-img {
  position: relative;
  height: auto;
  aspect-ratio: 467 / 560;
  width: 100%;
  /*background-color: #E6E5E5;*/
  border: 1px solid var(--color-red);
  border-radius: 50px;
  overflow: hidden;
}
.b-type-n9_item-img.view-green {
  border: 1px solid var(--color-green);
}
.b-type-n9_item-img.view-blue {
  border: 1px solid var(--color-blue);
}

.b-type-n9_item-img img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50px;
}
.b-type-n9_item-img.fill-view img {
  object-fit: cover;
}
.b-type-n9_item .b-catalog_item-text {
  text-align: center;
}

.b-type-n9_item-title {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  color: black !important
    /*var(--color-red);*/
}

.b-type-n9_item-btn {
  margin: auto 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.b-type-n9_item-btn .b-btn {
  padding: 0 25px;
}

@media all and (max-width: 1199px) {
  .b-type-n9_list {
    gap: 40px 15px;
  }

  .b-type-n9_item {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 10px);
    flex: 0 0 calc(33.3333333333% - 10px);
  }

  .b-type-n9_item-title {
    font-size: 22px;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-type-n9_title {
    margin-bottom: 40px;
  }

  .b-type-n9_list {
    gap: 40px 15px;
  }

  .b-type-n9_item {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 10px);
    flex: 0 0 calc(33.3333333333% - 10px);
  }

  .b-type-n9_item-img img {
    border-radius: 35px;
  }

  .b-type-n9_item-title {
    font-size: 22px;
  }

  .b-type-n9_item-btn .b-btn {
    height: 44px;
    font-size: 16px;
    padding: 0 20px;
  }

  .b-type-n9.view-v2 .b-type-n9_item-title {
    font-size: 20px;
  }
}

@media all and (max-width: 879px) and (min-width: 768px) {

  .b-type-n9.view-v2 .b-type-n9_item-title {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n9_title {
    margin-bottom: 40px;
  }

  .b-type-n9_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .b-type-n9_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n9_item-title {
    font-size: 22px;
  }

  .b-type-n9_item-img {
    height: auto;
    aspect-ratio: 467 / 560;
  }

  .b-type-n9_item-btn .b-btn {
    height: 46px;
    font-size: 16px;
  }

  .b-type-n9_item-img img {
    object-fit: contain;
  }
}

.b-catalog {
  margin: 80px 0 80px;
}

.b-catalog_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 80px;
}

.b-catalog_filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  height: 50px;
  border: 1px solid #E6E5E5;
  background-color: #E6E5E5;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0C0C0C;
  white-space: nowrap;
  border-radius: 30px;
}

.b-catalog_filter-item:after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.b-catalog_filter-item.view-red {
  border-color: var(--color-red);
  color: var(--color-red);
  background-color: transparent;
}

.b-catalog_filter-item.view-red:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%23FA4616' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-catalog_filter-item.view-green {
  border-color: var(--color-green);
  color: var(--color-green);
  background-color: transparent;
}

.b-catalog_filter-item.view-green:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%23007367' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-catalog_filter-item.view-blue {
  border-color: var(--color-blue);
  color: var(--color-blue);
  background-color: transparent;
}

.b-catalog_filter-item.view-blue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%2300A9CE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-catalog_filter-item.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H12M12 12H16M12 12V16M12 12V8M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%230C0C0C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-catalog_filter-item.active.view-red:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H12M12 12H16M12 12V16M12 12V8M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%23FA4616' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-catalog_filter-item.active.view-green:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H12M12 12H16M12 12V16M12 12V8M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%23007367' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-catalog_filter-item.active.view-blue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H12M12 12H16M12 12V16M12 12V8M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z' stroke='%2300A9CE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.b-catalog_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 20px;
}

.b-catalog_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  flex: 0 0 calc(33.3333333333% - 13.3333333333px);
}

.b-catalog_item-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
  width: 100%;
  /*background-color: #E6E5E5;*/
  border: 1px solid var(--color-red);
  border-radius: 50px;
  height: auto;
  max-height: 560px;
  aspect-ratio: 467 / 560;
  overflow: hidden;
}
.b-catalog_item-img.view-green {
  border: 1px solid var(--color-green);
}
.b-catalog_item-img.view-blue {
  border: 1px solid var(--color-blue);
}

.b-catalog_item-img picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.b-catalog_item-img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.b-catalog_item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.b-catalog_item-label {
  margin: 0 0 8px;
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background: #FA4616;
  border-radius: 30px;
}

.b-catalog_item-label.view-green {
  background: #007367;
}

.b-catalog_item-label.view-blue {
  background: #00A9CE;
}

.b-catalog_item-title {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  color: #0C0C0C;
}

.b-catalog_item-title a {
  display: block;
  text-decoration: none;
}

.b-catalog_item-title a:hover {
  text-decoration: underline;
}

.b-catalog_item-text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #787777;
}

@media all and (max-width: 1199px) {
  .b-catalog_item-title {
    font-size: 20px;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-catalog {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .b-catalog_filter {
    gap: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
  }

  .b-catalog_filter-item {
    gap: 6px;
    padding: 0 18px;
    font-size: 14px;
  }

  .b-catalog_list {
    gap: 50px 20px;
  }

  .b-catalog_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}

@media all and (max-width: 767px) {
  .b-catalog {
    margin: 60px 0;
  }

  .b-catalog_filter {
    margin: 0 -20px 30px;
    padding: 0 20px 10px;
    gap: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-clip-path: inset(0px 0px 10px 0px);
    clip-path: inset(0px 0px 10px 0px);
  }

  .b-catalog_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .b-catalog_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-catalog_item-title {
    font-size: 22px;
  }
}

.s-inner-page {
  margin: 70px 0 0;
}

@media all and (max-width: 1199px) and (min-width: 1024px) {
  .s-inner-page {
    margin-top: 50px;
  }
}

@media all and (max-width: 1023px) {
  .s-inner-page {
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .s-inner-page {
    margin-top: 20px;
  }
}

.b-type-n10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.b-type-n10_info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
  flex: 0 0 38%;
  min-width: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.b-type-n10_info-btn .b-btn {
  padding: 0 30px;
}

.b-type-n10_title {
  display: block;
}

.b-type-n10_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #787777;
}

.b-type-n10_text p {
  margin: 0;
}

.b-type-n10_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 62%;
  flex: 0 1 62%;
  max-width: 770px;
  min-width: 0;
}

.b-type-n10_inner form {
  display: block;
}

@media all and (max-width: 1199px) and (min-width: 1024px) {
  .b-type-n10 {
    gap: 30px;
    margin-top: 50px;
  }

  .b-type-n10_info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    flex: 0 0 36%;
    min-width: 380px;
  }

  .b-type-n10_inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 64%;
    flex: 0 1 64%;
  }

  .b-type-n10_text {
    font-size: 16px;
    gap: 25px;
  }
}

@media all and (max-width: 1023px) {
  .b-type-n10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin-top: 50px;
  }

  .b-type-n10_inner {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media all and (max-width: 767px) {
  .b-type-n10 {
    margin-top: 20px;
    gap: 60px;
  }

  .b-type-n10_info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
  }

  .b-type-n10_info-btn .b-btn {
    font-size: 16px;
    padding: 0 25px;
  }

  .b-type-n10_text {
    font-size: 16px;
    line-height: 1.5625;
    gap: 20px;
  }

  .b-type-n10_inner {
    width: 100%;
  }
}

.b-contact_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.b-contact_form-field {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.b-contact_form-field.size-2n {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}

.b-contact_form-field select {
  width: 100%;
  border-radius: 20px;
  font-size: 18px;
}

.b-contact_form-field textarea {
  width: 100%;
  font-size: 18px;
  border-radius: 20px;
}

.b-contact_form-field input {
  width: 100%;
  font-size: 18px;
  border-radius: 20px;
}

.b-contact_form-label {
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #787777;
}

.b-contact_form-agreement {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.b-contact_form-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.b-contact_form-btn .b-btn {
  padding: 0 30px;
}

@media all and (max-width: 1199px) and (min-width: 1024px) {

  .b-contact_form-field input,
  .b-contact_form-field select,
  .b-contact_form-field textarea {
    font-size: 16px;
    padding-left: 18px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1024px) {

  .b-contact_form-field input,
  .b-contact_form-field select,
  .b-contact_form-field textarea {
    font-size: 17px;
  }
}

@media all and (max-width: 1199px) and (min-width: 1024px) {

  .b-contact_form-field input,
  .b-contact_form-field select,
  .b-contact_form-field textarea {
    font-size: 16px;
  }
}

@media all and (max-width: 1023px) {
  .b-contact_form {
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .b-contact_form {
    width: 100%;
  }

  .b-contact_form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .b-contact_form-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-contact_form-field.size-2n {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-contact_form-field input,
  .b-contact_form-field select,
  .b-contact_form-field textarea {
    padding-left: 20px;
    font-size: 16px;
  }

  .b-contact_form-btn {
    margin-top: 10px;
  }

  .b-contact_form-btn .b-btn {
    font-size: 16px;
  }
}

.b-accordion {
  position: relative;
  border-top: 1px solid #E6E5E5;
}

.b-accordion_item {
  position: relative;
  display: block;
  border-bottom: 1px solid #E6E5E5;
}

.b-accordion_item-title {
  display: block;
  padding: 20px 60px 20px 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #0C0C0C;
  cursor: pointer;
}

.b-accordion_item-title:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 25px;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5283 8C13.394 8.00001 13.8505 9.02538 13.2715 9.66895L10.4746 12.7773C10.1565 13.1309 9.60275 13.1304 9.28516 12.7764L6.49609 9.66797C5.91851 9.02409 6.37527 8.00004 7.24023 8H12.5283Z' fill='%230C0C0C'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-accordion_item-inner {
  display: none;
}

.b-accordion_item-content {
  display: block;
  padding: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #787777;
}
.b-accordion_item-content ul,
.b-accordion_item-content ol {
  margin: 6px 0 0;
}
.b-accordion_item-content p {
  margin: 0;
}

.b-accordion_item.open .b-accordion_item-title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media all and (max-width: 767px) {
  .b-accordion_item-title {
    padding-right: 32px;
  }

  .b-accordion_item-title:after {
    right: 0;
  }
}

.b-faq .b-tabs_inner {
  margin-top: 40px;
}

@media all and (max-width: 1023px) {
  .b-faq .b-tabs_inner {
    margin-top: 30px;
  }
}

.b-catalog-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 40px;
}

.b-catalog-detail_images {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 710px;
  min-width: 0;
}

.b-catalog-detail_images-main {
  position: relative;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-catalog-detail_images-main-item {
  display: block;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}

.b-catalog-detail_images-main .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
}

.b-catalog-detail_images-main img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
}

.b-catalog-detail_images-main .slider-button-prev,
.b-catalog-detail_images-main .slider-button-next {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.b-catalog-detail_images-main .slider-button-next:after,
.b-catalog-detail_images-main .slider-button-prev:after {
  display: none;
}

.b-catalog-detail_images-main .slider-button-next {
  right: 15px;
  left: auto;
}

.b-catalog-detail_images-main .slider-button-prev {
  left: 15px;
}

.b-catalog-detail_images-preview {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 20px 0 0;
}

.b-catalog-detail_images-preview .swiper-slide {
  width: auto;
}

.b-catalog-detail_images-preview-item {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.b-catalog-detail_images-preview-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  margin: auto;
}

.b-catalog-detail_images-preview-item picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.b-catalog-detail_images-preview-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.5;
}

.b-catalog-detail_images-preview .swiper-slide-thumb-active .b-catalog-detail_images-preview-item:after {
  border: 2px solid #0C0C0C;
}

.b-catalog-detail_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 10px 0 0;
}

.b-catalog-detail_subtitle {
  display: block;
  margin: 0 0 10px;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

.b-catalog-detail_title {
  display: block;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #0C0C0C;
}

.b-catalog-detail_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  color: #787777;
}

.b-catalog-detail_text p {
  margin: 0;
}

.b-catalog-detail_select {
  position: relative;
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.b-catalog-detail_select-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 114px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}

.b-catalog-detail_select-item.active img {
  outline: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #0C0C0C;
  box-shadow: 0 0 0 2px #0C0C0C;
}

.b-catalog-detail_select-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
}

.b-catalog-detail_select-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}

.b-catalog-detail_select-title {
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.428;
}

.b-catalog-detail_list {
  margin: 40px 0 0;
}

.b-catalog-detail_seller {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(111, 111, 111);
  border: 1px solid #d9d9d9;
  margin: 40px 0 0;
}

.b-catalog-detail_seller p {
  margin: 0;
}

.b-catalog-detail_seller .b-btn {
  height: 44px;
  padding: 0 30px;
  letter-spacing: 1px;
}

@media all and (max-width: 1279px) and (min-width: 1024px) {
  .b-catalog-detail_images-preview-item {
    height: 180px;
  }
}

@media all and (max-width: 1199px) and (min-width: 1024px) {
  .b-catalog-detail {
    gap: 30px;
  }

  .b-catalog-detail_images-preview-item {
    height: 160px;
  }
}

@media all and (max-width: 1023px) {
  .b-catalog-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .b-catalog-detail_images {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }

  .b-catalog-detail_images-main .slider-button-prev,
  .b-catalog-detail_images-main .slider-button-next {
    display: none;
  }

  .b-catalog-detail_images-preview {
    margin: 20px -30px 0;
    padding: 0 30px;
  }
}

@media all and (max-width: 767px) {
  .b-catalog-detail_images-preview {
    margin: 20px -20px 0;
    padding: 0 20px;
  }

  .b-catalog-detail_images-preview-item {
    width: 166px;
  }

  .b-catalog-detail_images-preview .swiper-slide {
    width: 166px;
  }

  .b-catalog-detail_images-main {
    margin: 0 -20px;
  }

  .b-catalog-detail_images-main .swiper {
    padding: 0 20px;
  }

  .b-catalog-detail_title {
    font-size: 22px;
    line-height: 120%;
  }

  .b-catalog-detail_select {
    gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .b-catalog-detail_select-item {
    min-width: 0;
  }

  .b-catalog-detail_select-title {
    font-size: 12px;
    line-height: 166%;
  }

  .b-catalog-detail_seller {
    font-size: 16px;
    padding: 16px;
  }

  .b-catalog-detail_seller .b-btn {
    padding: 0 20px;
  }
}

.b-type-n11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 80px;
  min-height: 500px;
  overflow: hidden;
  border-radius: 100px 0 100px 0;
}

.b-type-n11_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b-type-n11_img img {
  display: block;
  height: 100%;
  width: 100%;
  object-position: left center;
  object-fit: cover;
}

.b-type-n11_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 600px;
  z-index: 2;
}

.b-type-n11_title {
  display: block;
  margin: 0;
}

.b-type-n11_text {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #FFFFFF;
}

@media all and (max-width: 1199px) {
  .b-type-n11 {
    padding: 40px 60px;
    min-height: 460px;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-type-n11 {
    min-height: 350px;
    padding: 40px 50px;
  }

  .b-type-n11_inner {
    max-width: 460px;
    gap: 20px;
  }

  .b-type-n11_text {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n11 {
    min-height: 460px;
    padding: 30px 20px;
    margin: 0 -20px;
    border-radius: 0;
  }

  .b-type-n11_img img {
    object-position: left center;
  }

  .b-type-n11_text {
    font-size: 16px;
    line-height: 1.5625;
  }

  .b-type-n11_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
}

@media all and (max-width: 767px) {
  .page-title.txt-center {
    text-align: left;
  }
}

.color-red {
  color: var(--color-red);
}

.color-green {
  color: var(--color-green);
}

.color-blue {
  color: var(--color-blue);
}

.color-white {
  color: #fff;
}

.b-type-n12 {
  position: relative;
  overflow: hidden;
}

.b-type-n12_slider {
  position: relative;
  padding: 0 0 58px;
  margin: 0 auto;
  max-width: 860px;
}

.b-type-n12_slider .swiper {
  overflow: visible;
}

.b-type-n12_slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: visible;
}

.b-type-n12_slider .swiper-slide {
  height: auto;
  width: 420px;
}

.b-type-n12_slider .slider-button-prev,
.b-type-n12_slider .slider-button-next {
  bottom: 0;
  top: auto;
  margin: 0;
}

.b-type-n12_slider .slider-button-prev {
  right: 50%;
  left: auto;
  margin-right: 5px;
}

.b-type-n12_slider .slider-button-next {
  left: 50%;
  right: auto;
  margin-left: 5px;
}

.b-type-n12_item {
  position: relative;
  display: block;
  width: 420px;
  height: 322px;
  border-radius: 25px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-type-n12_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media all and (max-width: 1440px) {
  .b-type-n12 {
    margin: 0 -80px 0;
  }
}

@media all and (max-width: 1379px) {
  .b-type-n12 {
    margin: 0 -60px 0;
  }
}

@media all and (max-width: 1279px) {
  .b-type-n12 {
    margin: 0 -40px 0;
  }
}

@media all and (max-width: 1023px) {
  .b-type-n12 {
    margin: 0 -30px 0;
  }

  .b-type-n12_slider {
    max-width: 660px;
  }

  .b-type-n12_slider .swiper-slide {
    width: 320px;
  }

  .b-type-n12_item {
    width: 320px;
    height: 245px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n12 {
    margin: 0 -20px 0;
    padding: 10px 0;
  }

  .b-type-n12_slider {
    max-width: 300px;
  }

  .b-type-n12_slider .swiper-slide {
    width: 300px;
  }

  .b-type-n12_item {
    width: 300px;
    height: 400px;
    border-radius: 50px;
  }
}

.b-type-n13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 50px;
  padding: 70px 80px;
}

.b-type-n13_img {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 570px;
  display: block;
  z-index: 2;
}

.b-type-n13_img img {
  display: block;
  margin: 0 0 auto auto;
  max-width: 100%;
  border-radius: 50px 0 0 0;
}

.b-type-n13_inner {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 575px;
  min-width: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
}

.b-type-n13_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  color: #fff;
}

.b-type-n13_info .page-title {
  color: #fff;
}

.b-type-n13_info p {
  margin: 0;
}

.b-type-n13_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}

.b-type-n13_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media all and (max-width: 1440px) {
  .b-type-n13 {
    margin: 0 -80px 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .b-type-n13_bg {
    border-radius: 100px 0 0 0;
  }
}

@media all and (max-width: 1379px) {
  .b-type-n13 {
    margin: 0 -60px 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media all and (max-width: 1279px) {
  .b-type-n13 {
    margin: 0 -40px 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1279px) and (min-width: 768px) {
  .b-type-n13_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 570px;
  }
}

@media all and (max-width: 1199px) and (min-width: 768px) {
  .b-type-n13 {
    gap: 40px;
  }

  .b-type-n13_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .b-type-n13 {
    gap: 30px;
    margin: 0 -30px 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .b-type-n13_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  .b-type-n13 .page-title {
    font-size: 32px;
  }

  .b-type-n13_info {
    font-size: 14px;
    line-height: 150%;
    gap: 20px;
  }
}

@media all and (max-width: 767px) {
  .b-type-n13 {
    margin: 0 -20px 0;
    padding: 40px 30px;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .b-type-n13_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .b-type-n13_img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .b-type-n13_bg {
    border-radius: 0;
  }

  .b-type-n13_inner {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
}

@media all and (max-width: 399px) {
  .b-type-n13 {
    padding: 40px 20px;
  }
}

.bx-404-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #0C0C0C;
  margin: 40px 0 0;
  text-align: center;
}

.bx-404-container a {
  text-decoration: underline;
}

.bx-404-container a:hover {
  text-decoration: none;
}

.bx-404_groups {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}

.bx-404_group {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.bx-404_group-title {
  display: block;
  margin: 0;
  font-family: "Raleway";
  color: var(--color-red);
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
}

.bx-404_group ul {
  margin: 0;
  padding: 0;
}

.bx-404_group ul li {
  list-style: none;
  font-size: 16px;
  line-height: 180%;
  color: #0C0C0C;
  text-align: center;
}

.bx-404_group ul tr {
  display: block;
}

.bx-404_group a:hover {
  text-decoration: underline;
}

.bx-404_group table {
  border: none;
  border-collapse: collapse;
}

.bx-404_group td {
  display: block;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #0C0C0C;
  text-align: center;
}

.bx-404_group td ul a {
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .bx-404-container {
    margin: 30px 0 0;
    line-height: 160%;
  }

  .bx-404-block img {
    display: block;
    max-width: 100%;
  }

  .bx-404_groups {
    gap: 10px;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
  }

  .bx-404_group-title {
    font-size: 22px;
  }
}

.b-text-article {
  margin: 50px 0 0;
}

.b-text-article_title {
  display: block;
  margin: 0 0 40px;
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  color: var(--color-red);
}

.b-text-article_inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--color-text-main);
}

.b-text-article_inner h2 {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: var(--color-text-main);
}

.b-text-article_inner h3 {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: var(--color-text-main);
}

.b-text-article_inner h4 {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: var(--color-text-main);
}

.b-text-article_inner p {
  display: block;
  margin: 0;
}

.b-text-article_inner b {
  font-weight: 600;
}

.b-text-article_inner a {
  color: var(--color-text-main);
  text-decoration: underline;
}

.b-text-article_inner a:hover {
  text-decoration: none;
}

.b-text-article_inner ul {
  margin: 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.b-text-article_inner ul li {
  list-style: disc;
}

@media (max-width: 1023px) {
  .b-text-article {
    margin: 30px 0 0;
  }

  .b-text-article_title {
    margin-bottom: 32px;
  }

  .b-text-article_inner {
    gap: 20px;
    font-size: 16px;
    line-height: 160%;
  }

  .b-text-article_inner h2 {
    font-size: 22px;
  }

  .b-text-article_inner h3 {
    font-size: 20px;
  }

  .b-text-article_inner h4 {
    font-size: 18px;
  }

  .b-text-article_inner ul {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .b-text-article {
    margin: 20px 0 0;
  }

  .b-text-article_title {
    margin-bottom: 24px;
  }
}

.b-type-map {
  position: relative;
}
  .b-type-map #map {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .b-type-map #map {
      aspect-ratio: 1 / 1;
      max-height: 460px;
      min-height: 400px;
      height: auto;
    }
  }