:root {
  --font-primary: "Montserrat", "Helvetica Neue", sans-serif;
  --body-bg: #fff;
  --body-color: #18181A;
  --color-primary: #0159BD;
  --color-secondary: #000060;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* ==========================================================================
   Utilites
   ========================================================================== */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

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

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

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

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -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 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

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

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

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

/* Defaults
 ========================================================================== */
html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img, video, svg {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

button, input, textarea, select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
}

mark {
  background: none;
  color: #AE0F0A;
}

a, button {
  -webkit-transition: color 0.15s, background 0.15s, border-color 0.15s;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.ui-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  gap: 1rem;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ui-link svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.ui-link:hover {
  text-decoration: none;
}

.ui-link--primary {
  color: #0159BD;
}
.ui-link--primary:hover {
  color: #000060;
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ui-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.5rem;
  border-radius: 0;
  border: 1px solid transparent;
  padding: 0 3.5rem;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  gap: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ui-btn svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ui-btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.ui-btn:active {
  -webkit-transition: none;
  transition: none;
}
.ui-btn.is-loading {
  font-size: 0;
  color: transparent;
}
.ui-btn.is-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5001 0C13.1904 0 13.7501 0.559644 13.7501 1.25C13.7501 1.94036 13.1904 2.5 12.5001 2.5C10.6212 2.5 8.78403 3.05671 7.22177 4.10059C5.65965 5.14438 4.44276 6.62855 3.72372 8.36426C3.00469 10.1002 2.81614 12.0107 3.1827 13.8535C3.54928 15.6963 4.45376 17.3892 5.78231 18.7178C7.11087 20.0463 8.80382 20.9508 10.6466 21.3174C12.4894 21.6839 14.3999 21.4964 16.1358 20.7773C17.8717 20.0583 19.3556 18.8405 20.3995 17.2783C21.4434 15.7161 22.0001 13.8789 22.0001 12C22.0001 11.3096 22.5597 10.75 23.2501 10.75C23.9404 10.75 24.5001 11.3096 24.5001 12C24.5001 14.3734 23.7962 16.6936 22.4776 18.667C21.1591 20.6403 19.2845 22.1787 17.0919 23.0869C14.8994 23.995 12.4868 24.2324 10.1593 23.7695C7.8315 23.3065 5.69297 22.1636 4.01474 20.4854C2.33651 18.8071 1.19358 16.6686 0.730556 14.3408C0.26764 12.0133 0.505119 9.6007 1.41317 7.4082C2.3214 5.21555 3.85978 3.34103 5.83309 2.02246C7.80648 0.703885 10.1267 1.13119e-06 12.5001 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}

.ui-btn__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ui-btn__text:first-child {
  text-align: left;
}
.ui-btn__text:last-child {
  text-align: right;
}

.ui-btn__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}
.ui-btn__arrow:first-child {
  border-right: inherit;
}
.ui-btn__arrow:last-child {
  border-left: inherit;
}
.ui-btn__arrow svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.ui-btn--xl {
  height: 9.1rem;
  font-size: 2.2rem;
  padding: 0 5rem;
}
.ui-btn--xl .ui-btn__arrow:first-child {
  margin-left: -5rem;
  margin-right: 5rem;
}
.ui-btn--xl .ui-btn__arrow:last-child {
  margin-right: -5rem;
  margin-left: 5rem;
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-btn--primary {
  background: #0159BD;
  color: #fff;
}
.ui-btn--primary:before {
  background: #000060;
}
.ui-btn--primary:hover {
  background: #0159BD;
  color: #fff;
}

.ui-btn--secondary {
  border-color: #D9D9D9;
  background: transparent;
  color: #0159BD;
  font-weight: 500;
}
.ui-btn--secondary:before {
  background: #e0e9fa;
}
.ui-btn--secondary .ui-btn__arrow {
  color: #A8A8A8;
}
.ui-btn--secondary:hover {
  border-color: #0159BD;
  color: #0159BD;
}
.ui-btn--secondary:hover .ui-btn__arrow {
  color: #0159BD;
}

.ui-btn--dark {
  border-color: #000060;
  background: #000060;
  color: #fff;
}
.ui-btn--dark:before {
  background: #0159BD;
}
.ui-btn--dark:hover {
  border-color: #0159BD;
  color: #fff;
}

.ui-number {
  position: relative;
  height: 7rem;
  width: 100%;
  padding: 0 4.4rem 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #F7F7F7;
}

.ui-number__input {
  width: 100%;
  height: 100%;
  padding: 0 2.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui-number__increase,
.ui-number__decrease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: 50%;
  color: #0159BD;
  position: absolute;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ui-number__increase svg,
.ui-number__decrease svg {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}
.ui-number__increase:hover,
.ui-number__decrease:hover {
  background: #0159BD;
  color: #fff;
}

.ui-number__increase {
  top: 0;
}

.ui-number__decrease {
  bottom: 0;
}

.ui-placeholder {
  position: relative;
  margin: 0;
}
.ui-placeholder.is-error .ui-placeholder__input,
.ui-placeholder.is-error .ui-placeholder__textarea {
  border-color: var(--color-error);
}

.ui-placeholder__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A8A8A8;
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ui-placeholder__icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border-right: 1px solid #F4F5F6;
}
.ui-placeholder__icon svg {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
}
.ui-placeholder__icon ~ .ui-placeholder__label, .ui-placeholder__icon ~ .ui-placeholder__input {
  padding-left: 8rem;
  -webkit-transform-origin: 8rem 50%;
          transform-origin: 8rem 50%;
}

.ui-placeholder__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, color 0.25s;
  transition: transform 0.25s, color 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: 2rem 50%;
          transform-origin: 2rem 50%;
}

.ui-placeholder__input {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0;
  padding: 0.8rem 2rem 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  height: 7rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ui-placeholder__input::-webkit-input-placeholder {
  color: transparent;
}
.ui-placeholder__input::-moz-placeholder {
  color: transparent;
}
.ui-placeholder__input::-ms-input-placeholder {
  color: transparent;
}
.ui-placeholder__input::placeholder {
  color: transparent;
}
.ui-placeholder__input:focus {
  border-color: #9fbcf0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
}
.ui-placeholder__input:not(:-moz-placeholder) ~ .ui-placeholder__label {
  transform: scale(0.625) translate(0, -50%);
}
.ui-placeholder__input:focus ~ .ui-placeholder__label, .ui-placeholder__input:not(:placeholder-shown) ~ .ui-placeholder__label {
  -webkit-transform: scale(0.625) translate(0, -50%);
          transform: scale(0.625) translate(0, -50%);
}

.ui-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .ui-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ui-upload__caption {
  display: block;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #49494A;
}
.ui-upload__caption br {
  display: none;
}
@media (min-width: 1200px) {
  .ui-upload__caption br {
    display: block;
  }
}

.ui-upload__file {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 7rem;
  border: 1px solid #D9D9D9;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #0159BD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.ui-upload__file:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.ui-upload__file:hover {
  text-decoration: none;
  color: #0159BD;
}
.ui-upload__file:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: #e0e9fa;
}
@media (min-width: 1200px) {
  .ui-upload__file {
    max-width: 20.5rem;
  }
}

.ui-upload__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.ui-upload__text {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ui-agree {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #49494A;
}

: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, 15rem) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 15rem) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 15rem) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 15rem) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 15rem), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 15rem), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 15rem), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 15rem), 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, 1.6rem, 0);
            transform: scale(0.975) translate3d(0, 1.6rem, 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, 1.6rem, 0);
            transform: scale(0.975) translate3d(0, 1.6rem, 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, 1.6rem, 0);
            transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 1.6rem, 0);
            transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0;
  }
}
.f-zoomIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease 0.1s both f-zoomIn;
          animation: var(--f-transition-duration, 0.5s) ease 0.1s both f-zoomIn;
}

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

@-webkit-keyframes f-zoomIn {
  from {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes f-zoomIn {
  from {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOut {
  to {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
    opacity: 0;
  }
}
@keyframes f-zoomOut {
  to {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
    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(-7.5rem);
            transform: translateX(-7.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-7.5rem);
            transform: translateX(-7.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(7.5rem);
            transform: translateX(7.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(7.5rem);
            transform: translateX(7.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-7.5rem);
            transform: translateX(-7.5rem);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-7.5rem);
            transform: translateX(-7.5rem);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(7.5rem);
            transform: translateX(7.5rem);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(7.5rem);
            transform: translateX(7.5rem);
    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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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);
  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, 0.2rem) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 0.2rem) 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 {
  -ms-touch-action: none;
      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: 1rem;
  --f-spinner-width: 5rem;
  --f-spinner-height: 5rem;
  --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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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%;
  -moz-text-size-adjust: none;
  -ms-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::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;
      -ms-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: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 0.4rem;
  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: 4rem;
}

.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;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

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

.fancybox__content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: #1F1F1F;
  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: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  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;
  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;
  -o-object-fit: contain;
     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 {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 1.4rem 0 0.4rem 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: 0.8rem;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 3.4rem;
  --f-button-height: 3.4rem;
  --f-button-border-radius: 0.4rem;
  --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: 2.2rem;
  --f-button-svg-height: 2.2rem;
  position: absolute;
  top: -3.8rem;
  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: 2.4rem;
  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: 1.2rem;
}

.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: 1.8rem;
  --f-button-svg-height: 1.8rem;
  --f-button-svg-filter: none;
  top: 0.5rem;
  right: 0.5rem;
}

.fancybox__nav {
  --f-button-width: 5rem;
  --f-button-height: 5rem;
  --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: 2.6rem;
  --f-button-svg-height: 2.6rem;
  --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: -3rem;
  right: -2rem;
  left: -2rem;
  bottom: -3rem;
  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;
  -o-object-fit: contain;
     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%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 12rem);
  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;
  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: 9.6rem;
  --f-thumb-height: 7.2rem;
  --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: 0.2rem;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0 ;
}

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

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 0.4rem;
  --f-thumb-extra-gap: 1.6rem;
  --f-thumb-clip-width: 4.6rem;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-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: 100rem;
          perspective: 100rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#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: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: clip-path 0.33s ease;
  transition: 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(0.2rem 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 0.2rem 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0.2rem 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 0.2rem 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;
  -ms-touch-action: manipulation;
      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));
  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;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 0.8rem 0 1.2rem 0;
}

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

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.8rem;
}

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

.fancybox__thumbs {
  --f-thumb-width: 9.6rem;
  --f-thumb-height: 7.2rem;
  --f-thumb-border-radius: 0.2rem;
  --f-thumb-outline: 0.2rem;
  --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: 0.8rem;
  --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: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 0.4rem;
  --f-thumb-extra-gap: 1.6rem;
  --f-thumb-clip-width: 4.6rem;
  --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: 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: 6.4rem;
  --f-thumb-clip-width: 3.2rem;
  --f-thumb-height: 4.8rem;
  --f-thumb-extra-gap: 1rem;
}

.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: 4.6rem;
  --f-button-height: 4.6rem;
  --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: 2.4rem;
  --f-button-svg-height: 2.4rem;
  --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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

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

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

.fancybox__infobar {
  padding: 0 0.5rem;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 1.7rem;
  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 0.5rem;
}

.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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

:-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: flex;
}

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

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

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
  -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;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox__toolbar {
  text-shadow: none;
  font-family: var(--font-primary);
  padding: 1rem;
}

.fancybox__slide {
  padding: 2rem;
}

.f-button {
  background: transparent;
  color: #fff;
  border-radius: 50%;
}
.f-button svg {
  -webkit-filter: unset;
          filter: unset;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
.f-button.is-prev svg {
  left: -0.1em;
}
.f-button.is-next svg {
  right: -0.1em;
}
.f-button:hover {
  background: none;
  color: #fff;
}

/**
 * Swiper 11.2.6
 * 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: March 19, 2025
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

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

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

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

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 120rem;
          perspective: 120rem;
}

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

.swiper-3d {
  -webkit-perspective: 120rem;
          perspective: 120rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
.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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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, 1rem);
  left: auto;
}

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

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms 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;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 0.8rem);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.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, 0.8rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.8rem));
  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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 0.8rem);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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, 0.4rem);
}

.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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

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

/* Progress */
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 0.4rem);
  left: 0;
  top: 0;
}

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 1rem);
  position: relative;
  -ms-touch-action: none;
      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, 0.4rem);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 0.4rem);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 0.4rem);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 0.4rem);
  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, 1rem);
  left: 0;
  top: 0;
}

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

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

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

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

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

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

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

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

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

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

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

.swiper.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(5rem);
          filter: blur(5rem);
}

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

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.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;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.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;
}

: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;
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@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-panzoom {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: #fff;
}

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

.f-panzoom.can-zoom_in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.f-panzoom.can-zoom_out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

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

.f-panzoom.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  z-index: 9999;
}

.f-panzoom__content {
  display: block;
  margin: auto;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0) skew(0);
          transform: translate3d(0, 0, 0) scale(1) rotate(0) skew(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.is-loading .f-panzoom__content {
  display: none;
}

.is-scaling .f-panzoom__content {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  will-change: transform, width, height;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

picture.f-panzoom__content > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.f-panzoom__content:not(:last-child) {
  margin-bottom: 0;
}

.f-panzoom__viewport {
  margin: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 1px;
}

.f-panzoom__viewport:not(:last-child) {
  margin-bottom: 0;
}

.f-panzoom__caption:not(:first-child) {
  margin-bottom: auto;
}

html.with-panzoom-in-fullscreen {
  overflow: hidden;
}

html {
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 480px) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-hd-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-hd-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-hd-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-hd-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-hd-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-hd-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-hd-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-hd-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-hd-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-hd-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-hd-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-hd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-hd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-hd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-hd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-hd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-hd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) and (max-width: 1520px) {
  html {
    font-size: 0.6097560976vw;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  font: 500 1.6rem/1.375 var(--font-primary);
}

.wrapper {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container-fluid {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 4rem;
    max-width: 144.6rem;
  }
}

:has(.hero) .main,
.is-page-index .main {
  padding: 0;
}
@media (min-width: 992px) {
  :has(.hero) .header,
  .is-page-index .header {
    padding: 1rem 0 0;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  :has(.hero) .header,
  .is-page-index .header {
    padding: 4.9rem 0 0;
  }
}

.is-nav-open body {
  overflow: hidden;
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  height: 7.7rem;
}
.header > .container-fluid {
  height: 100%;
}
@media (min-width: 992px) {
  .header {
    position: absolute;
    height: auto;
  }
}
.header__sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 992px) {
  .header__sticky {
    height: 7.3rem;
    background: #fff;
    display: grid;
    grid-template-columns: 114fr 238fr 114fr 267fr 211fr;
  }
  .header__sticky > * {
    height: 100%;
    min-height: 0;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .header__sticky {
    height: 9.1rem;
    grid-template-columns: 157fr 183fr 383fr 430fr 212fr;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 2rem 0;
  margin: 0 auto 0 0;
}
.header__logo img {
  display: block;
  max-height: 100%;
}
@media (min-width: 992px) {
  .header__logo {
    padding: 1.6rem 2.6rem;
    border-right: 1px solid #D9D9D9;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    padding: 1.8rem 3.7rem;
  }
}

.header__nav {
  height: 100%;
}
@media (min-width: 992px) {
  .header__nav {
    border-right: 1px solid #D9D9D9;
  }
}

.header__nav-toggle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7777rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  gap: 1.6rem;
}
.header__nav-toggle svg {
  display: block;
  width: 4.3rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__nav-toggle:hover {
  color: #0159BD;
}
@media (min-width: 992px) {
  .header__nav-toggle {
    width: 100%;
  }
}

.header__nav-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.header__nav-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.header__nav-head .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .header__nav-head {
    height: 9.3rem;
  }
}
@media (max-width: 991px) {
  .header__nav-head {
    height: 7.7rem;
  }
}

.header__nav-body {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__nav-body .container-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__nav-body .row {
  margin: 0 -2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__nav-body .row > [class^=col] {
  padding: 19rem 2rem 14rem;
}
@media (max-width: 1199px) {
  .header__nav-body .row {
    margin: 0 -2rem;
  }
  .header__nav-body .row > [class^=col] {
    padding: 11.3rem 2rem 9.3rem;
  }
}
@media (max-width: 991px) {
  .header__nav-body .row {
    margin: 0;
    padding: 9.7rem 0 0;
  }
  .header__nav-body .row > [class^=col] {
    padding: 0;
  }
}

.header__nav-logo {
  width: 8.4rem;
}
.header__nav-logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .header__nav-logo {
    width: 6.1rem;
  }
}
@media (max-width: 991px) {
  .header__nav-logo {
    width: 5.6rem;
  }
}

.header__nav-close {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
}
.header__nav-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header__nav-close:hover {
  color: #0159BD;
}
@media (max-width: 991px) {
  .header__nav-close {
    color: #000;
  }
}

.header__nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 4.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 53.4rem;
}
.header__nav-menu > li {
  min-width: 0;
}
.header__nav-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #18181A;
  text-decoration: none;
}
.header__nav-menu a:hover {
  color: #0159BD;
  text-decoration: none;
}
.header__nav-menu svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .header__nav-menu {
    font-size: 3rem;
    max-width: none;
  }
}
.header__nav-submenu {
  margin: 1.5rem 0 -1rem;
  padding: 1.2rem 0;
  list-style: none;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  font-size: 3rem;
  line-height: 1.6667;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 1199px) {
  .header__nav-submenu {
    font-size: 2rem;
  }
}
.header__nav-back {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  z-index: -1;
  pointer-events: none;
  padding: 0 7rem 3.5rem 5rem;
}
.header__nav-back img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .header__nav-back {
    position: relative;
    width: auto;
    padding: 0;
  }
}

.header__nav-follow {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #18181A;
  color: #fff;
}
.header__nav-follow:hover .header__nav-follow-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.header__nav-follow:hover .header__nav-follow-image:after {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header__nav-follow {
    position: relative;
    width: auto;
    height: 25.4rem;
    margin: 0 -4rem;
  }
}
@media (max-width: 767px) {
  .header__nav-follow {
    margin: 0 -2rem;
  }
}

.header__nav-follow-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.header__nav-follow-image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #0159BD;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__nav-follow-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-follow-desc {
  position: relative;
  z-index: 2;
  text-align: center;
}

.header__nav-follow-title {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 10rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header__nav-follow-title {
    font-size: 5.4rem;
    margin: 0 0 1.9rem;
  }
}
.header__nav-follow-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.header__nav-follow-text svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__search {
  display: none;
}
@media (min-width: 992px) {
  .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-right: 1px solid #D9D9D9;
  }
}

.header__search-offcanvas {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}
@media (min-width: 1200px) {
  .header__search-offcanvas {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-width: 0%;
    opacity: 0;
    visibility: hidden;
    margin: 0;
  }
}

.header__search-input {
  display: block;
  width: 100%;
  height: 4.3rem;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 1rem 1.7rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__search-input::-webkit-input-placeholder {
  color: #747474;
}
.header__search-input::-moz-placeholder {
  color: #747474;
}
.header__search-input::-ms-input-placeholder {
  color: #747474;
}
.header__search-input::placeholder {
  color: #747474;
}
@media (min-width: 992px) {
  .header__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0;
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 2.5rem;
  }
  .header__search-btn svg {
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .header__search-btn:hover {
    color: #0159BD;
  }
}
@media (min-width: 1200px) {
  .header__search-btn {
    width: auto;
  }
}

.header__contacts {
  display: none;
}
@media (min-width: 992px) {
  .header__contacts {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7777rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header__contacts > li {
    border-right: 1px solid #D9D9D9;
  }
  .header__contacts > li:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header__contacts > li:nth-child(1) ~ li {
    display: none;
  }
  .header__contacts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    min-width: 9.9rem;
    text-decoration: none;
    color: #000;
  }
  .header__contacts a:hover {
    color: #0159BD;
  }
  .header__contacts svg {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .header__contacts > li:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header__contacts > li:nth-child(1) ~ li {
    display: block;
  }
}

.header__btn {
  display: none;
}
@media (min-width: 992px) {
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2.8rem;
    margin: 0 -1px 0 0;
    height: 100%;
    background: #000060 -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 96)), color-stop(50%, rgb(0, 0, 96)), color-stop(50%, rgb(0, 77, 164)), to(rgb(0, 77, 164)));
    background: #000060 linear-gradient(to bottom, rgb(0, 0, 96) 0%, rgb(0, 0, 96) 50%, rgb(0, 77, 164) 50%, rgb(0, 77, 164) 100%);
    background-size: auto 200%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header__btn:hover {
    background-position: 0 -100%;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .header__btn {
    font-size: 2rem;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7.7rem 0 0 0;
}
@media (min-width: 992px) {
  .main {
    padding: 7.3rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 9.1rem 0 0 0;
  }
}

.footer {
  position: relative;
  z-index: 1;
  padding: 3.8rem 0 0;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer {
    padding: 5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 8.5rem 0 0;
  }
}

@media (min-width: 1200px) {
  .footer__wrapper {
    position: relative;
  }
}

.footer__lines {
  display: none;
}
@media (min-width: 1200px) {
  .footer__lines {
    position: absolute;
    top: -100vh;
    bottom: -100vh;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer__lines:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.footer__section {
  position: relative;
}
.footer__section:nth-child(1) {
  margin: 0 0 2.1rem;
}
.footer__section:nth-child(2) {
  margin: 0 0 3.8rem;
}
@media (min-width: 1200px) {
  .footer__section:nth-child(1) {
    margin: 0 0 3.4rem;
  }
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
}
.footer__menu a {
  color: #0159BD;
  text-decoration: none;
}
.footer__menu a:hover {
  color: #000060;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__menu {
    margin: 0 0 12rem;
  }
}
@media (min-width: 1200px) {
  .footer__menu {
    margin: 0 0 19.8rem;
  }
}

.footer__aside {
  padding: 3.8rem 0 0 0;
}
@media (min-width: 992px) {
  .footer__aside {
    padding: 0 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .footer__aside {
    padding: 0 0 0 6rem;
  }
}

.footer__contacts {
  margin: 0;
  padding: 0 0 2rem;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.footer__contacts > li:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__contacts a {
  text-decoration: none;
  color: #18181A;
}
.footer__contacts a svg {
  color: #747474;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__contacts a:hover {
  text-decoration: none;
  color: #0159BD;
}
.footer__contacts a:hover svg {
  color: #0159BD;
}
@media (min-width: 1200px) {
  .footer__contacts > li:first-child {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000060;
  color: #fff;
  min-height: 6.5rem;
  padding: 1rem 2.1rem;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1.9rem;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer__btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #0159BD;
}
.footer__btn:hover {
  text-decoration: none;
  color: #fff;
}
.footer__btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.footer__address {
  display: block;
  margin: 0 0 4.5rem;
  font-style: normal;
}

.footer__requisites {
  margin: 0 0 2.1rem;
  padding: 0;
  list-style: none;
}

.footer__back {
  display: block;
}
.footer__back img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .footer__back {
    position: absolute;
    left: 0;
    bottom: 2.5rem;
    z-index: -1;
    width: 56.2rem;
    height: 10rem;
  }
}
@media (min-width: 1200px) {
  .footer__back {
    width: 105.5rem;
    height: 18.8rem;
    bottom: 0;
  }
}

.footer__copyright {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.footer__copyright a {
  text-decoration: none;
  color: #18181A;
}
.footer__copyright a:hover {
  color: #0159BD;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__copyright {
    gap: 0;
    margin: 0;
  }
}

.footer__caption {
  margin: 0;
}
@media (min-width: 992px) {
  .footer__caption {
    margin: 0 -2rem 0 0;
  }
}

.footer__cover {
  position: relative;
  height: 13.2rem;
  margin: 0;
}
@media (min-width: 992px) {
  .footer__cover {
    height: 28.4rem;
  }
}
@media (min-width: 1200px) {
  .footer__cover {
    height: 44.6rem;
  }
}

.footer__cover-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  z-index: 1;
  overflow: hidden;
}
.footer__cover-image img {
  display: block;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -50%;
}

.footer__cover-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.2rem;
  height: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.footer__cover-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .footer__cover-logo {
    width: 27.4rem;
    height: 4.7rem;
  }
}

.hero {
  overflow: hidden;
  margin: 0 0 4rem;
}
@media (min-width: 992px) {
  .hero {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin: 0 0 9.1rem;
  }
}

.hero__wrapper {
  position: relative;
  z-index: 1;
  padding: 22.9rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100svh;
  color: #fff;
}
.hero__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  z-index: -1;
  background: #18181A;
}
@media (min-width: 992px) {
  .hero__wrapper {
    padding: 22.9rem 0 12.1rem;
    min-height: calc(100svh - 7rem);
  }
}
@media (min-width: 1200px) {
  .hero__wrapper {
    padding: 23.2rem 0 19.4rem;
    min-height: calc(100svh - 7rem);
  }
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  z-index: -1;
  overflow: hidden;
}
.hero__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 100;
}
.hero__bg video {
  position: relative;
  top: -50%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__bg img {
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__title {
  display: block;
  margin: 0 0 3.1rem;
  font-size: 4rem;
  line-height: 1.225;
  font-weight: 700;
  text-transform: uppercase;
}
.hero__title small {
  display: block;
  padding: 2rem 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 6.4rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 2.3rem;
  }
  .hero__title small {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 0;
    max-width: 48rem;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    margin: 0 0 0.8rem;
    font-size: 9.2rem;
    line-height: 1;
    font-weight: 700;
  }
  .hero__title small {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    max-width: 74rem;
  }
}

@media (min-width: 992px) {
  .hero__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.hero__action {
  margin: 0 -2rem;
}
.hero__action .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .hero__action {
    margin: 0 -4rem;
  }
}
@media (min-width: 992px) {
  .hero__action {
    margin: 0;
  }
  .hero__action .ui-btn {
    width: auto;
  }
}

.hero__search {
  padding: 3.5rem 0 0 0;
}
@media (min-width: 992px) {
  .hero__search {
    background: #fff;
    position: relative;
    top: -6.8rem;
    margin: 0 0 -6.8rem;
    z-index: 5;
    height: 14.3rem;
    padding: 4.7rem 25.5rem 3.5rem 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2rem;
    border-top: 0.7rem solid #0159BD;
  }
}
@media (min-width: 1200px) {
  .hero__search {
    top: -14.2rem;
    margin: 0 0 -14.2rem;
    padding-right: 42.6rem;
  }
}

.hero__search-label {
  display: block;
  margin: 0 0 2rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
.hero__search-label br {
  display: none;
}
@media (min-width: 992px) {
  .hero__search-label {
    margin: 0;
  }
  .hero__search-label br {
    display: block;
  }
}

.hero__search-field {
  position: relative;
  margin: 0 0 2rem;
}
@media (min-width: 992px) {
  .hero__search-field {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.hero__search-input {
  display: block;
  width: 100%;
  height: 5.9rem;
  padding: 1.6rem 6rem 1rem 2rem;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.hero__search-input::-webkit-input-placeholder {
  color: #747474;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.hero__search-input::-moz-placeholder {
  color: #747474;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.hero__search-input::-ms-input-placeholder {
  color: #747474;
  -ms-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.hero__search-input::placeholder {
  color: #747474;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.hero__search-input:focus {
  border-color: #9fbcf0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
}
.hero__search-input:focus ~ .hero__search-icon {
  color: #0159BD;
}
.hero__search-input:not(:-moz-placeholder) ~ .hero__search-placeholder {
  transform: scale(0.625) translate(0, -45%);
}
.hero__search-input:focus ~ .hero__search-placeholder, .hero__search-input:not(:placeholder-shown) ~ .hero__search-placeholder {
  -webkit-transform: scale(0.625) translate(0, -45%);
          transform: scale(0.625) translate(0, -45%);
}
@media (min-width: 992px) {
  .hero__search-input {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

.hero__search-placeholder {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #747474;
  pointer-events: none;
  -webkit-transform-origin: 2rem center;
          transform-origin: 2rem center;
}
@media (min-width: 992px) {
  .hero__search-placeholder {
    padding: 0 2.6rem;
    -webkit-transform-origin: 2.6rem center;
            transform-origin: 2.6rem center;
  }
}

.hero__search-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: -1rem 0 0 0;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .hero__search-icon {
    display: none;
  }
}

.hero__search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 8.2rem;
  padding: 0 2rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #0159BD;
  color: #fff;
  position: relative;
  z-index: 1;
}
.hero__search-btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/gradient.webp) 50% 50% repeat;
  background-size: cover;
  -webkit-transition: inherit;
  transition: inherit;
}
.hero__search-btn svg {
  display: none;
}
.hero__search-btn:hover {
  background: #0072cf;
  color: #fff;
}
.hero__search-btn:hover:before {
  opacity: 0;
}
@media (min-width: 992px) {
  .hero__search-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 22.3rem;
    height: 100%;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero__search-btn {
    width: 38.2rem;
    gap: 1.2rem;
  }
  .hero__search-btn svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.about {
  margin: 0 0 4.4rem;
}
@media (min-width: 992px) {
  .about {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .about {
    margin: 0 0 10.6rem;
  }
}

.about__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: 62rem;
}
.about__title img {
  display: inline-block;
  vertical-align: middle;
  width: 8.6rem;
  height: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__title svg {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  vertical-align: baseline;
}

.about-video {  }
  .about-video .company__desc { padding-top: 0; }
  .about-video-txt { font-size: 18px; }
    .about-video-txt b { display: block; font-size: 2.5rem; text-transform: uppercase; margin-bottom: 1rem; }


@media (min-width: 992px) {
  .about__title {
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 700;
    max-width: 86rem;
    margin: 0 0 8rem;
  }
  .about__title img {
    display: none;
  }
  .about__title svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .about__title {
    margin: 0 0 9.2rem;
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
    max-width: 124rem;
  }
  .about__title img {
    display: inline-block;
    width: 27rem;
    height: 4.3rem;
  }
  .about__title svg {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.about__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.5rem;
}
.about__list > li {
  min-width: 0;
}
@media (min-width: 768px) {
  .about__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .about__list > li {
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .about__list {
    display: grid;
    grid-template-columns: 216fr 156fr 205fr 181fr;
    gap: 6.1rem;
  }
  .about__list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-left: 1px solid #A8A8A8;
  }
  .about__list.is-lock {
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .about__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}

.about__card {
  color: #000;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (min-width: 992px) {
  .about__card {
    padding: 2.3rem 0 0.8rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    position: relative;
  }
  .about__card:hover {
    color: #fff;
  }
  .about__card:hover .about__card-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .about__card:hover .about__card-text {
    color: #fff;
  }
  .about__card:hover .about__card-text small {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .about__card {
    padding: 2.9rem 0 3.9rem 3.7rem;
  }
}

.about__card-image {
  display: none;
}
@media (min-width: 992px) {
  .about__card-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .about__card-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    bottom: -25%;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
  .about__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) {
  .about__card-desc {
    position: relative;
    z-index: 2;
  }
}

.about__card-number {
  display: none;
}
@media (min-width: 992px) {
  .about__card-number {
    display: block;
    margin: 0 0 5.5rem;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .about__card-number {
    margin: 0 0 22rem;
  }
}

.about__card-text {
  display: block;
  margin: 0;
  font-size: 7rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  color: #0159BD;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.about__card-text font { 
  font-size: 5rem;
 }
.about__card-text small {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  white-space: normal;
  color: #000;
  padding: 1.6rem 0 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (min-width: 992px) {
  .about__card-text {
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 400;
    margin: auto 0 0 0;
  }
  .about__card-text small {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
    padding: 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .about__card-text {
    font-size: 7rem;
  }
  .about__card-text small {
    padding: 0.8rem 0 0;
  }
}

.company {
  position: relative;
  padding: 5rem 0 0;
  margin: 0 0 6.3rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .company {
    position: relative;
    padding: 0;
    margin: 0 0 6rem;
  }
}
@media (min-width: 1200px) {
  .company {
    margin: 0 0 11rem;
    border-bottom: 1px solid #D9D9D9;
  }
}

.company__mark {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .company__mark {
    margin: 0 0 2.1rem;
  }
}
@media (min-width: 1200px) {
  .company__mark {
    margin: 0 0 6.4rem;
  }
}

@media (min-width: 768px) {
  .company__body {
    display: grid;
    grid-template-columns: 373fr 452fr;
    grid-template-areas: "gallery desc" "gallery logo" "gallery action";
    gap: 0 6.8rem;
  }
  .company__body > * {
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .company__body {
    display: grid;
    grid-template-columns: 373fr 452fr;
    grid-template-areas: "gallery desc" "gallery logo" "gallery action";
    gap: 0 6.8rem;
    padding: 0 5rem 0 0;
  }
  .company__body > * {
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .company__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6rem;
    padding: 0;
  }
}

.company__desc {
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.225;
  font-weight: 500;
}
.company__desc p {
  margin: 0 0 1rem;
}
.company__desc p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .company__desc {
    grid-area: desc;
    margin: 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .company__desc {
    grid-area: desc;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .company__desc {
    font-size: 2.2rem;
    line-height: 1.35;
    font-weight: 500;
    padding: 3.3rem 0 0 0;
    margin: 0;
  }
}

.company__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
}
.company__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .company__logo {
    position: relative;
    grid-area: logo;
    margin: 0 -4.5rem 2.8rem -6.8rem;
  }
}
@media (min-width: 992px) {
  .company__logo {
    position: relative;
    grid-area: logo;
    margin: 0 -4.5rem 2.8rem -6.8rem;
  }
}
@media (min-width: 1200px) {
  .company__logo {
    top: -3rem;
    /*margin: 0 -34rem -3.5rem -9rem;*/
    margin: -3.5rem -34rem -3.5rem -9rem;
    height: 19.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.company__gallery {
  margin: 0 -2rem 3rem;
  position: relative;
  min-width: 100%;
  height: auto;
  aspect-ratio: 360/236;
}
@media (min-width: 768px) {
  .company__gallery {
    grid-area: gallery;
    margin: 0;
    aspect-ratio: unset;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .company__gallery {
    grid-area: gallery;
    margin: 0;
    aspect-ratio: unset;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .company__gallery-align {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50vw - 4rem);
  }
}
@media (min-width: 992px) {
  .company__gallery-align {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50vw - 4rem);
  }
}
@media (min-width: 1200px) {
  .company__gallery-align {
    right: 1rem;
  }
}

.company__gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.company__gallery-list > li {
  position: absolute;
  inset: 0;
}
.company__gallery-list > li:nth-child(1) {
  z-index: 4;
}
.company__gallery-list > li:nth-child(2) {
  z-index: 3;
}
.company__gallery-list > li:nth-child(3) {
  z-index: 2;
}
.company__gallery-list > li:nth-child(4) {
  z-index: 1;
}
.company__gallery-list.is-active > li:nth-child(1) {
  -webkit-transform: translate(-17.5%, -17.5%) scale(0.4);
          transform: translate(-17.5%, -17.5%) scale(0.4);
  opacity: 1;
}
.company__gallery-list.is-active > li:nth-child(2) {
  -webkit-transform: translate(22.5%, -22.5%) scale(0.45);
          transform: translate(22.5%, -22.5%) scale(0.45);
  opacity: 1;
}
.company__gallery-list.is-active > li:nth-child(3) {
  -webkit-transform: translate(-25%, 25%) scale(0.5);
          transform: translate(-25%, 25%) scale(0.5);
  opacity: 1;
}
.company__gallery-list.is-active > li:nth-child(4) {
  -webkit-transform: translate(20%, 20%) scale(0.4);
          transform: translate(20%, 20%) scale(0.4);
  opacity: 1;
}

.company__gallery-clickable,
.company__gallery-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 7rem;
  height: 7rem;
  margin: -3.5rem 0 0 -3.5rem;
  background: #000060;
  color: #fff;
}
.company__gallery-clickable svg,
.company__gallery-toggle svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .company__gallery-clickable,
  .company__gallery-toggle {
    width: 11.2rem;
    height: 11.2rem;
    margin: -5.6rem 0 0 -5.6rem;
  }
  .company__gallery-clickable svg,
  .company__gallery-toggle svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.company__gallery-image {
  display: block;
  width: 100%;
  height: 100%;
}
.company__gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company__action .ui-btn {
  width: 100%;
}
.company__action .ui-btn__text {
  text-align: center;
}
@media (min-width: 992px) {
  .company__action {
    grid-area: action;
  }
}
@media (min-width: 1200px) {
  .company__action {
    margin: 0 0 14rem;
  }
  .company__action .ui-btn__text {
    text-align: right;
  }
}

.company__btn {
  height: 9.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9D9D9;
  background: #fff;
  color: #0159BD;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.company__btn:hover {
  border-color: #0159BD;
}
.company__btn:hover .company__btn-icon {
  border-color: #0159BD;
}
.company__btn:hover .company__btn-icon svg {
  color: #0159BD;
}

.company__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #D9D9D9;
  width: 9.2rem;
  height: 100%;
  color: #A8A8A8;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.company__btn-icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.company__btn-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2rem;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 992px) {
  .company__btn-text {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .company__btn-text {
    padding: 0 4.5rem;
  }
}

.types {
  margin: 0 0 5.3rem;
}
@media (min-width: 768px) {
  .types {
    margin: 0;
    overflow: clip;
  }
}
@media (min-width: 992px) {
  .types {
    margin: 0;
    overflow: clip;
  }
}

@media (min-width: 768px) {
  .types__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1rem;
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .types__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1rem;
    padding: 2rem 0 0;
    position: relative;
    z-index: 300;
  }
  .types__head:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin: 0 0 0 -50vw;
    background: #fff;
    z-index: -1;
  }
}

.types__body {
  position: relative;
}

.types__mark {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .types__mark {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 992px) {
  .types__mark {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.types__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .types__title {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .types__title {
    margin: 0;
    font-size: 6.7rem;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.types__swiper {
  display: none;
}
@media (min-width: 992px) {
  .types__swiper {
    display: block;
    position: relative;
    left: 50%;
    width: 100vw;
    margin: 0 0 0 -50vw;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background: #f7f7f7;
  }
  .types__swiper .swiper-slide {
    border-right: 1px solid #A8A8A8;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .types__swiper .swiper {
    overflow: unset;
  }
  .types__swiper .swiper-slide {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .types__swiper {
    position: relative;
    left: 50%;
    width: 100vw;
    margin: 0 0 0 -50vw;
    border: none;
  }
  .types__swiper .swiper-slide {
    border-right: 1px solid #A8A8A8;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 992px) {
  .types__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 36rem;
    height: 7rem;
    padding: 0 8.2rem 0 1.8rem;
    position: relative;
    color: #18181A;
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .types__btn:hover {
    color: #0159BD;
    background: #e0e9fa;
  }
  .types__btn.is-desktop-active {
    background: #fff;
    color: #0159BD;
    border-bottom-color: transparent;
  }
  .types__btn.is-desktop-active .types__btn-icon {
    color: #49494A;
    opacity: 0.1;
  }
}
@media (min-width: 1200px) {
  .types__btn {
    min-width: auto;
    height: 12.4rem;
    padding: 2.2rem 10.3rem 2.2rem 3.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .types__btn-text {
    display: block;
    margin: 0;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .types__btn-icon {
    position: absolute;
    top: 0;
    right: 1.6rem;
    z-index: 1;
    width: auto;
    height: 100%;
    padding: 1rem 0;
    color: #fff;
  }
  .types__btn-icon img, .types__btn-icon svg {
    display: block;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .types__btn-icon {
    right: 2rem;
    padding: 1.6rem 0;
  }
}

.types__card {
  position: relative;
  margin: 0;
}
.types__card:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  border-bottom: 1px solid #A8A8A8;
}
@media (max-width: 991px) {
  .types__card.is-mobile-active .types__card-head {
    color: #0159BD;
  }
  .types__card.is-mobile-active .types__card-head:before {
    background: #fff;
  }
  .types__card.is-mobile-active .types__card-icon {
    color: #49494A;
    opacity: 0.1;
  }
}
@media (min-width: 992px) {
  .types__card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .types__card .types__card-title,
  .types__card .types__card-figure,
  .types__card .types__card-text {
    opacity: 0;
  }
  .types__card.is-desktop-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .types__card.is-desktop-active .types__card-title {
    -webkit-animation: fadeInLeft 1s forwards;
            animation: fadeInLeft 1s forwards;
  }
  .types__card.is-desktop-active .types__card-figure {
    -webkit-animation: fadeInLeft 1s forwards;
            animation: fadeInLeft 1s forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .types__card.is-desktop-active .types__card-text {
    -webkit-animation: fadeInLeft 1s forwards;
            animation: fadeInLeft 1s forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.types__card-head {
  position: sticky;
  top: 7.6rem;
  z-index: 200;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  margin: 0;
  width: 100%;
}
.types__card-head:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  background: #f7f7f7;
  border-bottom: 1px solid #A8A8A8;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .types__card-head {
    display: none;
  }
}

.types__card-label {
  display: block;
  margin: 0;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.types__card-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding: 1rem 0;
  color: #fff;
}
.types__card-icon img, .types__card-icon svg {
  display: block;
  height: 100%;
  width: auto;
}

.types__card-body {
  padding: 3.7rem 0 2rem;
}
@media (min-width: 768px) {
  .types__card-body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .types__card-body {
    min-height: 46.6rem;
    padding: 0;
  }
  .types__card-body .row {
    min-height: inherit;
  }
}

@media (min-width: 768px) {
  .types__card-desc {
    padding: 6rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .types__card-desc {
    padding: 6rem 0 3rem;
  }
}
@media (min-width: 1200px) {
  .types__card-desc {
    padding: 14.2rem 0 26.1rem;
    max-width: 56rem;
  }
}

.types__card-title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
.types__card-title small {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #D9D9D9;
}
@media (min-width: 992px) {
  .types__card-title {
    margin: 0 0 2rem;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .types__card-title {
    margin: 0 0 4.1rem;
  }
}

.types__card-figure {
  display: none;
}
@media (min-width: 992px) {
  .types__card-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.3rem;
    gap: 1rem;
  }
  .types__card-figure img {
    display: block;
    width: 18rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .types__card-figure figcaption {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #0159BD;
  }
}
@media (min-width: 1200px) {
  .types__card-figure {
    margin: 0 0 4.3rem;
    gap: 2.6rem;
  }
}

.types__card-text {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}
@media (min-width: 992px) {
  .types__card-text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .types__card-text {
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: 500;
    max-width: 42rem;
  }
}

.types__card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 320/234;
  position: relative;
  overflow: hidden;
}
.types__card-image img {
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .types__card-image {
    aspect-ratio: unset;
    width: 41.6667vw;
    height: 100%;
    margin: 0 0 0 4rem;
  }
}
@media (min-width: 992px) {
  .types__card-image {
    aspect-ratio: unset;
    margin: 0 0 0 4rem;
    width: 41.6667vw;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .types__card-image {
    margin: 0 0 0 -4rem;
    width: calc(50vw + 4rem);
  }
}

.types__card-foot {
  display: none;
}
@media (min-width: 992px) {
  .types__card-foot {
    display: block;
  }
}
@media (min-width: 1200px) {
  .types__card-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
  }
  .types__card-foot .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .types__card-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.8rem 0;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 33.5rem;
  }
  .types__card-scroll:before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8V5M8 21C4.13401 21 1 17.866 1 14V8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8V14C15 17.866 11.866 21 8 21Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0 2rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .types__card-scroll {
    margin: 4rem 8.5rem 4rem 0;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .types__card-scroll-label {
    display: block;
    margin: 0 1.5rem 0 0;
  }
}

@media (min-width: 992px) {
  .types__card-scroll-line {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 1px solid #747474;
    margin: 0.8rem 0 0;
  }
}

.types__card-scroll-fraction {
  margin: 0 0 0 1rem;
}
.types__card-scroll-fraction mark {
  color: #0159BD;
}
@media (min-width: 1200px) {
  .types__card-scroll-fraction {
    margin: 0 0 0 4rem;
  }
}

@media (min-width: 992px) {
  .types__card-btn {
    position: relative;
    z-index: 1;
    margin: 0 0 0 4rem;
    width: 40vw;
    min-height: 10.4rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 3.6rem;
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    gap: 3rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #0159BD;
    color: #fff;
  }
  .types__card-btn svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .types__card-btn:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: #000060;
  }
  .types__card-btn:hover {
    text-decoration: none;
    color: #fff;
  }
  .types__card-btn:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (min-width: 1200px) {
  .types__card-btn {
    width: 36.8rem;
    height: 17.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 3.6rem;
    margin: 0 0 0 -3rem;
  }
  .types__card-btn svg {
    position: relative;
    top: -0.4rem;
  }
}

.cover {
  background: #18181A;
  color: #fff;
  height: 33rem;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.cover > .container-fluid {
  height: 100%;
}
@media (min-width: 992px) {
  .cover {
    height: 37.7rem;
  }
}
@media (min-width: 1200px) {
  .cover {
    height: 54.1rem;
  }
}

.cover__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.cover__image img {
  position: relative;
  top: -50%;
  display: block;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover__desc {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10rem 0;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .cover__desc {
    text-align: left;
    padding: 6.5rem 0;
  }
}

.cover__mark {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 5.7rem;
  left: 0;
  right: 0;
}
.cover__mark img {
  max-width: 150px;
}
@media (min-width: 992px) {
  .cover__mark {
    position: relative;
    top: 0;
  }
}
.cover__logo {
  display: block;
  margin: auto;
  width: 18.2rem;
}
.cover__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cover__logo b {
  font-size: 4rem;
}
.cover__logo:has(b),
.cover__logo:has(.h1) {
  width: auto;
  max-width: 100%;
  text-wrap: balance;
}
.cover__logo:has(b) b,
.cover__logo:has(.h1) .h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 992px) {
  .cover__logo {
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .cover__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cover__logo:has(b) b,
  .cover__logo:has(.h1) .h1 {
    font-size: 4rem;
  }
}

.cover__arrow {
  display: none;
}
@media (min-width: 1200px) {
  .cover__arrow {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 4rem;
  }
  .cover__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.benefits {
  padding: 4.8rem 0 8.2rem;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .benefits {
    padding: 6.4rem 0 5.3rem;
  }
}
@media (min-width: 1200px) {
  .benefits {
    padding: 10.6rem 0 13.5rem;
  }
}

.benefits__title {
  display: block;
  margin: 0 0 3.5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.benefits__title img, .benefits__title svg {
  display: none;
}
@media (min-width: 992px) {
  .benefits__title {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
    max-width: 78rem;
    margin: 0 0 5.5rem;
  }
}
@media (min-width: 1200px) {
  .benefits__title {
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 9rem;
    max-width: 100%;
  }
  .benefits__title img {
    display: inline-block;
    vertical-align: middle;
    width: 27.1rem;
    height: 4.3rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0.5rem;
  }
  .benefits__title svg {
    display: inline-block;
    vertical-align: middle;
    width: 3.4rem;
    height: 3.4rem;
  }
}

@media (min-width: 992px) {
  .benefits__wrapper {
    position: relative;
    z-index: 100;
  }
}

.benefits__lines {
  display: none;
}
@media (min-width: 1200px) {
  .benefits__lines {
    position: absolute;
    top: -100vh;
    bottom: -100vh;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .benefits__lines:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.benefits__move,
.benefits__back {
  display: none;
}
@media (min-width: 992px) {
  .benefits__move,
  .benefits__back {
    position: absolute;
    top: -25%;
    left: 50%;
    z-index: -1;
    margin: 0 0 0 -55rem;
    width: 110.8rem;
    height: 110.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0.3;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    will-change: transform;
  }
  .benefits__move img,
  .benefits__back img {
    display: block;
    width: 75%;
    height: 75%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .benefits__move,
  .benefits__back {
    width: 134rem;
    height: 134rem;
    margin: 0 0 0 -67rem;
  }
}

.benefits__mark {
  display: none;
}
@media (min-width: 992px) {
  .benefits__mark {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 5;
    color: #18181A;
  }
}

.benefits__list {
  margin: 0 0 7.3rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.benefits__list > li {
  min-width: 0;
}
@media (min-width: 768px) {
  .benefits__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9.2rem 0;
  }
  .benefits__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .benefits__list > li:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .benefits__list > li:nth-child(even) {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .benefits__list {
    margin: 0 0 9.2rem;
    gap: 9.2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits__list > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .benefits__list > li:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .benefits__list > li:nth-child(2) {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .benefits__list {
    gap: 28.1rem 0;
    display: block;
    height: 100%;
  }
  .benefits__list > li:nth-child(2) {
    top: 50%;
  }
}

.benefits__card {
  background: rgba(255, 255, 255, 0.6);
  min-height: 43.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.7rem 2.5rem 3.5rem 2rem;
  position: relative;
  width: 100%;
}
.benefits__card:after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11L9.5 14L15.5 8M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%230159BD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
}
@media (min-width: 768px) {
  .benefits__card {
    max-width: 32rem;
  }
}
@media (min-width: 992px) {
  .benefits__card {
    max-width: 32rem;
  }
}
@media (min-width: 1200px) {
  .benefits__card {
    padding: 4rem 5.2rem 2.5rem 4.2rem;
    min-height: 52.7rem;
    max-width: 54rem;
  }
  .benefits__card:after {
    top: 3.6rem;
    right: 3.6rem;
  }
}

.benefits__card-number {
  display: block;
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .benefits__card-number {
    margin: 0 0 5.4rem;
  }
}

.benefits__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 4rem;
}
@media (min-width: 1200px) {
  .benefits__card-title {
    font-size: 2.8rem;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 1.4rem;
  }
}

.benefits__card-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .benefits__card-text {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 500;
  }
}

.benefits__card-image {
  display: block;
  height: 12.3rem;
  position: relative;
  top: 3.5rem;
  margin: auto -2.5rem 0 -2rem;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.benefits__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .benefits__card-image {
    height: 20.9rem;
    top: 2.5rem;
    margin: auto -5.2rem 0 -4.2rem;
  }
}

@media (min-width: 992px) {
  .benefits__request .row {
    gap: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .benefits__request .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.benefits__request-title {
  display: block;
  margin: 0 0 1.8rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
.benefits__request-title img {
  display: inline-block;
  vertical-align: middle;
  width: 10.8rem;
  height: 1.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits__request-title br {
  display: none;
}
@media (min-width: 768px) {
  .benefits__request-title br {
    display: block;
  }
}
@media (min-width: 992px) {
  .benefits__request-title {
    margin: 0;
    font-size: 3rem;
    line-height: 1.45;
    font-weight: 700;
  }
  .benefits__request-title br {
    display: block;
  }
  .benefits__request-title img {
    width: 16.2rem;
    height: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .benefits__request-title {
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
  }
  .benefits__request-title img {
    width: 27.1rem;
    height: 4.3rem;
  }
}

.benefits__request-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 17.6rem;
  position: relative;
  z-index: 1;
  padding: 2.2rem 1.9rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  background: #0159BD;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.benefits__request-btn svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2.3rem;
  right: 2rem;
}
.benefits__request-btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #000060;
}
.benefits__request-btn:hover {
  text-decoration: none;
  color: #fff;
}
.benefits__request-btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (min-width: 992px) {
  .benefits__request-btn {
    width: 34.3rem;
    padding: 3.2rem 3.9rem;
  }
}

.side-btn {
  display: none;
}
@media (min-width: 992px) {
  .side-btn {
    position: fixed;
    top: 16rem;
    right: 0;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    height: 8.2rem;
    width: auto;
    padding: 0 4rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    background: #0159BD;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(-90deg) translate(0, -8.2rem);
            transform: rotate(-90deg) translate(0, -8.2rem);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .side-btn svg {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .side-btn:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: #000060;
  }
  .side-btn:hover {
    text-decoration: none;
  }
  .side-btn:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (min-width: 992px) {
  :has(.txt) .breadcrumbs__menu {
    max-width: 50%;
  }
}

.breadcrumbs {
  padding: 2rem 0;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs > .container-fluid {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 2.5rem 0;
    margin: 0;
    min-height: 7rem;
  }
}

.breadcrumbs__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
}
.breadcrumbs__menu > li {
  position: relative;
}
.breadcrumbs__menu > li:after {
  content: "/";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: -4.6rem;
  width: 4.6rem;
}
.breadcrumbs__menu > li:last-child:after {
  display: none;
}
.breadcrumbs__menu a {
  color: #000060;
  text-decoration: none;
}
.breadcrumbs__menu a:hover {
  color: #0159BD;
  text-decoration: none;
}
.breadcrumbs__menu a.	is-active {
  color: #A8A8A8;
  pointer-events: none;
}
:has(.sku) body {
  background: rgba(217, 217, 217, 0.2);
}

.sku {
  margin: 0 0 12.3rem;
  overflow: unset;
}

@media (min-width: 992px) {
  .sku__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-areas: "swiper title" "swiper aside";*/
    grid-template-areas: "swiper title" "swiper aside" "swiper .";
  }
  .sku__grid > * {
    min-width: 0;
  }
}

.sku__swiper {
  margin: 0 0 4rem;
}
.sku__swiper .swiper-prev,
.sku__swiper .swiper-next {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: -2rem 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #0159BD;
}
.sku__swiper .swiper-prev svg,
.sku__swiper .swiper-next svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.sku__swiper .swiper-prev {
  left: 0;
}
.sku__swiper .swiper-next {
  right: 0;
}
.sku__swiper .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .sku__swiper {
    grid-area: swiper;
  }
  .sku__swiper .swiper-prev,
  .sku__swiper .swiper-next {
    display: none;
  }
  .sku__swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}
@media (min-width: 1200px) {
  .sku__swiper {
    margin: 0 2rem 0 0;
  }
}

.sku__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  position: relative;
}
.sku__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 992px) {
  .sku__image {
    aspect-ratio: unset;
  }
}

.sku__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
}
.sku__title small {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #0159BD;
  margin: 0 0 1.2rem;
}
@media (min-width: 992px) {
  .sku__title {
    grid-area: title;
  }
}
@media (min-width: 1200px) {
  .sku__title {
    font-size: 5.4rem;
    margin: 0 0 4rem;
  }
  .sku__title small {
    font-size: 2.3rem;
    margin: 0 0 0.8rem;
  }
}

@media (min-width: 992px) {
  .sku__aside {
    grid-area: aside;
  }
}
@media (min-width: 1200px) {
  .sku__aside {
    /*margin: 0 0 0 1rem;*/
    margin: 0;
  }
}

.sku__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  color: #49494A;
  margin: 0 0 2rem;
}
.sku__table thead {
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
.sku__table thead th, .sku__table thead td {
  padding: 0 0 2rem;
}
.sku__table tbody tr:nth-child(odd) {
  background: #fff;
}
.sku__table tbody th, .sku__table tbody td {
  padding: 1rem;
  height: 5rem;
}
.sku__table tbody th:first-child, .sku__table tbody td:first-child {
  padding-left: 2rem;
}
.sku__table tbody th:last-child, .sku__table tbody td:last-child {
  padding-right: 2rem;
  font-weight: 700;
  text-align: right;
  color: #18181A;
}
@media (min-width: 1200px) {
  .sku__table {
    margin: 0 0 4rem;
  }
}

.sku__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 8rem;
}
.sku__action .ui-btn__arrow {
  display: none;
}
.sku__action .ui-btn__text {
  text-align: center;
}
.sku__action .ui-btn--xl {
  padding: 0 2rem;
}
.sku__action .ui-btn--primary {
  text-transform: none;
  font-size: 2.2rem;
}
.sku__action .ui-btn--secondary {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .sku__action .ui-btn__text {
    text-align: left;
  }
  .sku__action .ui-btn__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sku__action .ui-btn--xl {
    padding: 0 5rem;
  }
  .sku__action .ui-btn--primary,
  .sku__action .ui-btn--secondary {
    font-size: 2.2rem;
  }
}

.sku__extra {
  margin: 0 0 8rem;
}
.sku__extra:last-child {
  margin-bottom: 0;
}
.sku__extra.is-open .sku__extra-action .ui-link svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sku__extra-title {
  margin: 0 0 2rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 700;
}

.sku__extra-cards {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.sku__extra-cards > li, .sku__extra-cards div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-animation: fadeIn 0.4s forwards;
  animation: fadeIn 0.4s forwards;
}
.sku__extra-cards:last-child {
  margin-bottom: 0;
}

.sku__extra-card, .sku__extra-cards div {
  border: 1px solid #D9D9D9;
  height: 100%;
  min-height: 6.2rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  color: #49494A;
}

.sku__extra-card-title, .sku__extra-cards div b {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.sku__extra-card-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.sku__extra-card-text {
  display: block;
  margin: 0;
}

.sku__extra-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.sku__extra-list > li {
  position: relative;
  min-width: 0;
  padding: 0 0 0 4.3rem;
}
.sku__extra-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 12C11.5523 12 12 11.5523 12 11V2C12 1.44772 11.5523 1 11 1C10.4477 1 10 1.44772 10 2V10H2C1.44772 10 1 10.4477 1 11C1 11.5523 1.44772 12 2 12H11ZM1 1L0.292893 1.70711L10.2929 11.7071L11 11L11.7071 10.2929L1.70711 0.292893L1 1Z' fill='%230159BD'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.sku__extra-list:last-child {
  margin-bottom: 0;
}

.sku__extra-action {
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 500;
}
.sku__extra-action .ui-btn {
  width: 100%;
}
.sku__extra-action .ui-btn__arrow {
  display: none;
}
.sku__extra-action .ui-btn__text {
  text-align: center;
}
.sku__extra-action .ui-btn--xl {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .sku__extra-action .ui-btn {
    width: 45.1rem;
    max-width: 100%;
  }
  .sku__extra-action .ui-btn__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sku__extra-action .ui-btn__text {
    text-align: right;
  }
  .sku__extra-action .ui-btn--xl {
    padding: 0 5rem;
  }
  .sku__extra-action .ui-btn--secondary {
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  :has(.sku) .search {
    padding: 6.8rem 0 1.7rem;
    margin: 0 0 1.5rem;
  }
}

.search {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 1.5rem 0 2rem;
}
@media (min-width: 992px) {
  .search {
    margin: 0 0 4.5rem;
    padding: 19.7rem 0 0 0;
    background: transparent;
  }
}

.search__image {
  display: none;
}
@media (min-width: 992px) {
  .search__image {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    display: block;
  }
  .search__image:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: #0E529E;
    opacity: 0.8;
  }
  .search__image img {
    position: relative;
    top: -50%;
    display: block;
    width: 100%;
    height: 150%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.search__form {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .search__form {
    background: #fff;
    height: 14.2rem;
    padding: 4.9rem 25.5rem 3.5rem 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2rem;
    border-top: 0.7rem solid #0159BD;
  }
}
@media (min-width: 1200px) {
  .search__form {
    padding-right: 42.6rem;
  }
}

.search__label {
  display: block;
  margin: 0 0 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 992px) {
  .search__label {
    margin: 0;
  }
}

.search__field {
  position: relative;
  margin: 0;
}
@media (min-width: 992px) {
  .search__field {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.search__input {
  display: block;
  width: 100%;
  height: 5.9rem;
  padding: 1.6rem 6rem 1rem 2rem;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search__input::-webkit-input-placeholder {
  color: #747474;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.search__input::-moz-placeholder {
  color: #747474;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.search__input::-ms-input-placeholder {
  color: #747474;
  -ms-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.search__input::placeholder {
  color: #747474;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.search__input:focus {
  border-color: #9fbcf0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
}
.search__input:focus ~ .search__icon {
  color: #0159BD;
}
.search__input:not(:-moz-placeholder) ~ .search__placeholder {
  transform: scale(0.625) translate(0, -45%);
}
.search__input:focus ~ .search__placeholder, .search__input:not(:placeholder-shown) ~ .search__placeholder {
  -webkit-transform: scale(0.625) translate(0, -45%);
          transform: scale(0.625) translate(0, -45%);
}
@media (min-width: 992px) {
  .search__input {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

.search__placeholder {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #747474;
  pointer-events: none;
  -webkit-transform-origin: 2rem center;
          transform-origin: 2rem center;
}
@media (min-width: 992px) {
  .search__placeholder {
    padding: 0 2.6rem;
    -webkit-transform-origin: 2.6rem center;
            transform-origin: 2.6rem center;
  }
}

.search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.9rem;
  height: 5.9rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: #000;
}
.search__btn svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
.search__btn span {
  display: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  gap: inherit;
}
.search__btn:hover {
  color: #000;
}
@media (min-width: 992px) {
  .search__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.2rem;
    width: 22.3rem;
    height: 100%;
    padding: 0 2rem;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #0159BD;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search__btn:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../images/gradient.webp) 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .search__btn svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .search__btn:hover {
    background: #0072cf;
    color: #fff;
  }
  .search__btn:hover:before {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .search__btn {
    width: 38.2rem;
  }
}

.txt {
  margin: 0 0 5rem;
}

.txt__card {
  position: relative;
}
.txt__card .txt__card-title,
.txt__card .txt__card-figure,
.txt__card .txt__card-text {
  opacity: 0;
}
.txt__card .txt__card-title {
  -webkit-animation: fadeInLeft 1s forwards;
          animation: fadeInLeft 1s forwards;
}
.txt__card .txt__card-figure {
  -webkit-animation: fadeInLeft 1s forwards;
          animation: fadeInLeft 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.txt__card .txt__card-text {
  -webkit-animation: fadeInLeft 1s forwards;
          animation: fadeInLeft 1s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (min-width: 768px) {
  .txt__card-desc {
    padding: 6rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .txt__card-desc {
    padding: 6rem 0 3rem;
  }
}
@media (min-width: 1200px) {
  .txt__card-desc {
    padding: 7rem 0 14rem;
    max-width: 56rem;
  }
}

.txt__card-title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
.txt__card-title small {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #D9D9D9;
}
@media (min-width: 992px) {
  .txt__card-title {
    margin: 0 0 2rem;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .txt__card-title {
    margin: 0 0 4.1rem;
  }
}

.txt__card-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.4rem;
}
.txt__card-figure img {
  display: none;
}
.txt__card-figure figcaption {
  display: block;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
  text-transform: uppercase;
  color: #0159BD;
}
@media (min-width: 992px) {
  .txt__card-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.3rem;
    gap: 1rem;
  }
  .txt__card-figure img {
    display: block;
    width: 18rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .txt__card-figure figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .txt__card-figure {
    margin: 0 0 4.3rem;
    gap: 2.6rem;
  }
}

.txt__card-text {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}
@media (min-width: 992px) {
  .txt__card-text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .txt__card-text {
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: 500;
    max-width: 42rem;
  }
}

.txt__card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 320/234;
  position: relative;
  overflow: hidden;
}
.txt__card-image img {
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .txt__card-image {
    aspect-ratio: unset;
    width: 41.6667vw;
    height: 100%;
    margin: 0 0 0 4rem;
  }
}
@media (min-width: 992px) {
  .txt__card-image {
    aspect-ratio: unset;
    margin: 0 0 0 4rem;
    width: 41.6667vw;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .txt__card-image {
    position: relative;
    top: -7rem;
    margin: 0 0 -7rem -4rem;
    width: calc(50vw + 4rem);
  }
}

.catalog {
  margin: 0 0 2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .catalog {
    margin: 0 0 4rem;
  }
}

.catalog__counter {
  display: block;
  margin: 0 0 2rem;
  color: #747474;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #747474;
}
.catalog__counter mark {
  display: none;
}
@media (min-width: 992px) {
  .catalog__counter {
    margin: 0 0 4rem;
    color: #000;
  }
  .catalog__counter mark {
    display: inline;
    color: #747474;
  }
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.catalog__list > li {
  min-width: 0;
}
@media (min-width: 768px) {
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .catalog__list {
    grid-template-columns: 1fr;
  }
}

.catalog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F7F7F7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 2rem 2rem 4rem;
  height: 100%;
  min-height: 16rem;
  background: #F7F7F7;
}
.catalog__card:hover {
  background: #fff;
}
.catalog__card:hover .catalog__card-control .ui-number {
  background: #fff;
}
.catalog__card.is-lock {
  pointer-events: none;
  color: #A8A8A8;
}
.catalog__card.is-lock .catalog__card-product,
.catalog__card.is-lock .catalog__card-product small,
.catalog__card.is-lock .catalog__card-product-type-icon,
.catalog__card.is-lock .catalog__card-product-type-caption {
  color: #A8A8A8;
}
.catalog__card.is-lock .catalog__card-control .ui-number__increase,
.catalog__card.is-lock .catalog__card-control .ui-number__decrease {
  color: #A8A8A8;
}
.catalog__card.is-lock .catalog__card-control .ui-btn {
  background: #A8A8A8;
}
@media (min-width: 1200px) {
  .catalog__card {
    padding: 1.2rem 2.6rem 1.2rem 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.4rem;
  }
}

.catalog__card-product {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 0 0 2.7rem;
}
.catalog__card-product > * {
  min-width: 0;
}
@media (min-width: 1200px) {
  .catalog__card-product {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 13.3rem 1fr 1fr;
    gap: 5.6rem;
  }
}

.catalog__card-product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  margin: 0 auto 2.5rem;
  max-width: 23rem;
}
.catalog__card-product-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .catalog__card-product-image {
    margin: 0;
  }
}

.catalog__card-product-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog__card-product-title small {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #49494A;
}
@media (min-width: 1200px) {
  .catalog__card-product-title {
    margin: 0;
    font-size: 5rem;
  }
}

.catalog__card-product-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}

.catalog__card-product-type-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #fff;
  color: #0159BD;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.catalog__card-product-type-icon img, .catalog__card-product-type-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.catalog__card-product-type-caption {
  display: block;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #49494A;
}

.catalog__card-control {
  display: grid;
  /*grid-template-columns: 124fr 139fr;*/
  gap: 1.7rem;
  margin: auto 0 0 0;
}
.catalog__card-control > * {
  min-width: 0;
}
.catalog__card-control .ui-number {
  max-width: 100%;
  width: auto;
  height: 7rem;
}
.catalog__card-control .ui-btn {
  max-width: 100%;
  width: auto;
  height: 7rem;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .catalog__card-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4rem;
    margin: 0;
  }
  .catalog__card-control .ui-number {
    width: 12.4rem;
  }
  .catalog__card-control .ui-btn {
    width: 29.1rem;
  }
}

.pagination {
  margin: 0 0 8rem;
}
@media (min-width: 1200px) {
  .pagination {
    margin: 0 0 12.8rem;
  }
}

.pagination__more .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .pagination__more {
    display: none;
  }
}

.pagination__menu {
  display: none;
}
@media (min-width: 1200px) {
  .pagination__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7rem;
  height: 7rem;
  background: #F7F7F7;
  color: #49494A;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pagination__link svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  color: #0159BD;
  -webkit-transition: inherit;
  transition: inherit;
}
.pagination__link:hover {
  background: #0159BD;
  color: #fff;
}
.pagination__link:hover svg {
  color: #fff;
}
.pagination__link.is-active {
  background: #0159BD;
  color: #fff;
}
.pagination__link.is-active svg {
  color: #fff;
}

.contacts {
  margin: 0 0 8rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .contacts {
    margin: 0 0 12rem;
  }
}

.contacts__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contacts__title {
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
  }
}

.contacts__info {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 0;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 700;
}
.contacts__info > li {
  min-width: 0;
}
.contacts__info address {
  display: block;
  margin: 0;
  max-width: 37rem;
  font-style: normal;
}
.contacts__info small {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #747474;
}
.contacts__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts__info ul > li {
  margin: 0 0 0.8rem;
}
.contacts__info ul > li:last-child {
  margin-bottom: 0;
}
.contacts__info a {
  color: #0159BD;
}
@media (min-width: 768px) {
  .contacts__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12rem;
  }
  .contacts__info > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.contacts__feedback,
.contacts__call {
  margin: 0 0 4rem;
  padding: 4rem 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 0;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
}
.contacts__feedback small,
.contacts__call small {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #747474;
}
.contacts__feedback a,
.contacts__call a {
  display: block;
  color: #000;
}
.contacts__feedback a:hover,
.contacts__call a:hover {
  color: #0159BD;
}
.contacts__feedback > li,
.contacts__call > li {
  min-width: 0;
}
@media (min-width: 768px) {
  .contacts__feedback,
  .contacts__call {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .contacts__feedback,
  .contacts__call {
    border: 1px solid #D9D9D9;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4rem;
    padding: 0;
    margin: 0 0 4rem;
  }
  .contacts__feedback > li,
  .contacts__call > li {
    padding: 4rem 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .contacts__feedback > li:has(.contacts__social),
  .contacts__call > li:has(.contacts__social) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-left: 1px solid #D9D9D9;
  }
}

.contacts__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  min-height: 100%;
}
.contacts__social a {
  color: #000;
}
.contacts__social a:hover {
  color: #0159BD;
}
.contacts__social svg {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}
@media (min-width: 768px) {
  .contacts__social {
    padding: 2.8rem 0 0;
  }
}
@media (min-width: 1200px) {
  .contacts__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6.5rem;
    gap: 6.5rem;
  }
}

.contacts__map {
  display: block;
  margin: 0;
  height: 45rem;
  background: rgba(217, 217, 217, 0.2);
}

.branches {
  overflow: hidden;
  margin: 0 0 8rem;
}
@media (min-width: 1200px) {
  .branches {
    margin: 0 0 12rem;
  }
}

.branches__title {
  display: block;
  margin: 0;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .branches__title {
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
  }
}

.branches__panzoom {
  position: relative;
  top: -7rem;
  margin: 0 -2rem 2rem;
}
.branches__panzoom svg {
  min-width: 87.6rem;
  display: block;
  width: 100%;
  height: auto;
}
.branches__panzoom ellipse {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  stroke: transparent;
  stroke-width: 10;
}
.branches__panzoom ellipse:hover {
  fill: #000060;
}
@media (min-width: 1200px) {
  .branches__panzoom {
    position: relative;
    top: -7rem;
    margin: 0 0 0.8rem;
  }
}

.branches__tooltip {
  position: absolute;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 0.4rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  white-space: nowrap;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.branches__grid {
  max-width: 116.4rem;
  margin: 0 auto;
}
.branches__grid .row {
  gap: 2rem 0;
  margin: 0 -1.5rem;
}
.branches__grid .row > [class^=col] {
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .branches__grid .row {
    gap: 7rem 0;
  }
}

.branches__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.branches__list > li {
  margin: 0 0 3rem;
}
.branches__list > li:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .branches__list {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.branches__line {
  border: none;
  border-bottom: 1px solid #747474;
  margin: 1.5rem 0;
}

.branches__text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  color: #18181A;
  margin: 0 0 2rem;
}
.branches__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .branches__text {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 -2rem 2rem 0;
  }
  .branches__text:last-child {
    margin-bottom: 0;
  }
}

.branches__item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.branches__item:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1rem;
  z-index: -1;
}
.branches__item:hover {
  color: #0159BD;
}
.branches__item:hover .branches__item-tooltip {
  opacity: 1;
  visibility: visible;
}

.branches__item-city {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin: 0;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.branches__item-city:hover {
  color: #0159BD;
}

.branches__item-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 400;
  max-width: 100svw;
  margin: 1rem 0 0 0;
  padding: 2rem;
  background: #000060;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  white-space: normal;
}
.branches__item-tooltip p {
  margin: 0;
}
.branches__item-tooltip a {
  text-decoration: none;
  color: #fff;
}
.branches__item-tooltip a:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1200px) {
  .branches__item-tooltip {
    font-size: 2.2rem;
    padding: 2.2rem 2.9rem;
  }
}

.requisites {
  margin: 0 0 8rem;
}
@media (min-width: 1200px) {
  .requisites {
    margin: 0 0 12rem;
  }
}

.requisites__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .requisites__title {
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
  }
}

.requisites__grid .row {
  margin: 0 -1.5rem;
}
.requisites__grid .row > [class^=col] {
  padding: 0 1.5rem;
}

.requisites__list {
  margin: 0 0 2rem;
  padding: 0.8rem 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.requisites__list > li {
  margin: 0 0 2.5rem;
}
.requisites__list > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .requisites__list {
    font-size: 2.2rem;
  }
}

.requisites__action .ui-btn {
  width: 100%;
}
.requisites__action .ui-btn__arrow {
  display: none;
}
.requisites__action .ui-btn__text {
  text-align: center;
}
.requisites__action .ui-btn--xl {
  padding: 0 2rem;
}
.requisites__action .ui-btn--primary {
  text-transform: none;
  font-size: 2.2rem;
}
.requisites__action .ui-btn--secondary {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .requisites__action .ui-btn__text {
    text-align: left;
  }
  .requisites__action .ui-btn__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .requisites__action .ui-btn--xl {
    padding: 0 5rem;
  }
  .requisites__action .ui-btn--primary,
  .requisites__action .ui-btn--secondary {
    font-size: 2.2rem;
  }
}

.topbar {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .topbar {
    margin: 0 0 12rem;
  }
}

.topbar__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .topbar__title {
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 2.5rem;
  }
}

.topbar__image {
  background: rgba(217, 217, 217, 0.2);
  position: relative;
  left: 50%;
  width: 100vw;
  height: 28.1rem;
  margin: 0 0 0 -50vw;
  overflow: hidden;
}
.topbar__image img {
  position: relative;
  top: -50%;
  display: block;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .topbar__image {
    height: 37.7rem;
  }
}
@media (min-width: 1200px) {
  .topbar__image {
    height: 54rem;
  }
}

.timeline {
  position: relative;
  z-index: 100;
  background: #000060 url(../images/timeline/bg.webp) 50% 0 no-repeat;
  background-size: contain;
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
  padding: 8rem 0;
  margin-top: 8rem;
}
.timeline > .container-fluid > .row > [class^=col] {
  position: static;
}
@media (min-width: 992px) {
  .timeline {
    padding: 0;
  }
  .timeline > .container-fluid > .row > [class^=col] {
    position: relative;
    min-height: 100svh;
  }
  .timeline > .container-fluid > .row > [class^=col]:nth-child(1):before, .timeline > .container-fluid > .row > [class^=col]:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 30svh;
    z-index: 100;
  }
  .timeline > .container-fluid > .row > [class^=col]:nth-child(1):before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 96)), to(rgba(0, 0, 96, 0)));
    background: linear-gradient(to bottom, rgb(0, 0, 96) 0%, rgba(0, 0, 96, 0) 100%);
  }
  .timeline > .container-fluid > .row > [class^=col]:nth-child(1):after {
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 96, 0)), to(rgb(0, 0, 96)));
    background: linear-gradient(to bottom, rgba(0, 0, 96, 0) 0%, rgb(0, 0, 96) 100%);
  }
}

.timeline__move {
  display: none;
}

.timeline__years {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 35svw;
  width: 30svw;
  height: 7.7rem;
  z-index: 500;
}
.timeline__years:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 120vw;
  height: 100%;
  margin: 0 0 0 -60vw;
  background: rgba(0, 0, 96, 0.8);
  backdrop-filter: blur(0.5rem);
  z-index: -1;
}
.timeline__years > li {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (min-width: 992px) {
  .timeline__years {
    position: absolute;
    top: 40vh;
    left: 0;
    width: auto;
    height: 20vh;
    background: transparent;
    margin: 0;
  }
  .timeline__years:before {
    display: none;
  }
  .timeline__years > li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 7.1rem;
  }
}
@media (min-width: 1200px) {
  .timeline__years > li {
    font-size: 16rem;
  }
}

.timeline__slides {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 200;
}
.timeline__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6rem 0;
}
@media (min-width: 992px) {
  .timeline__card {
    padding: 12rem 0;
    min-height: 100svh;
  }
}

.timeline__card-swiper {
  width: calc(50vw + 15rem);
  margin: 0 0 0 -15rem;
}
.timeline__card-swiper .swiper-overflow {
  overflow: hidden;
}
.timeline__card-swiper .swiper {
  margin: 0 -2rem;
  overflow: unset;
}
.timeline__card-swiper .swiper-slide {
  padding: 0 2rem;
  width: 66.666%;
}
.timeline__card-swiper .swiper-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin: 4rem 0 8rem 15rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 67.5rem;
}
.timeline__card-swiper .swiper-scroll:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8V5M8 21C4.13401 21 1 17.866 1 14V8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8V14C15 17.866 11.866 21 8 21Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 2rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.timeline__card-swiper .swiper-scroll-label {
  display: block;
}
.timeline__card-swiper .swiper-scroll-line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #747474;
  margin: 0.8rem 0 0;
}
.timeline__card-swiper .swiper-scroll-fraction {
  margin: 0;
  width: auto;
}
.timeline__card-swiper .swiper-scroll-fraction mark {
  color: inherit;
}

.timeline__card-gallery {
  display: none;
}
@media (min-width: 992px) {
  .timeline__card-gallery {
    margin: 0 0 4rem -15rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    width: calc(50vw + 15rem);
  }
  .timeline__card-gallery > * {
    width: 66.666%;
    max-width: 66.666%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .timeline__card-gallery > *:nth-child(2) {
    -webkit-transform: scale(0.666);
            transform: scale(0.666);
  }
}

.timeline__card-image {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.timeline__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline__card-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin: 0 0 8rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 67.5rem;
}
.timeline__card-scroll:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8V5M8 21C4.13401 21 1 17.866 1 14V8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8V14C15 17.866 11.866 21 8 21Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 2rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .timeline__card-scroll {
    display: none;
  }
}

.timeline__card-scroll-label {
  display: block;
}

.timeline__card-scroll-line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #747474;
  margin: 0.8rem 0 0;
  position: relative;
}

.timeline__card-scroll-fraction {
  margin: 0;
  width: auto;
}
.timeline__card-scroll-fraction mark {
  color: inherit;
}

.timeline__card-desc {
  display: block;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  max-width: 62.5rem;
}
.timeline__card-desc picture {
  display: block;
  margin: 0 -2rem 4rem;
}
.timeline__card-desc picture img {
  display: block;
  width: 100%;
  height: auto;
}
.timeline__card-desc picture:last-child {
  margin-bottom: 0;
}
.timeline__card-desc p {
  margin: 0 0 4rem;
}
.timeline__card-desc p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .timeline__card-desc picture {
    display: none;
  }
}
@media (min-width: 1200px) {
  .timeline__card-desc {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 500;
  }
}

.fancybox__container:has(.fullscreen) .fancybox__slide {
  padding: 0;
}

.fullscreen {
  width: 100%;
  height: auto;
  background: transparent;
  padding: 19rem 0 7.5rem;
  position: relative;
  z-index: 100;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #000 url(../images/fullscreen/bg.webp) 50% 50% no-repeat;
  background-size: cover;
}
.fullscreen:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}
.fullscreen > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .fullscreen {
    padding: 11.3rem 0 2rem;
  }
}
@media (max-width: 991px) {
  .fullscreen {
    padding: 9.3rem 0 2rem;
  }
}

.fullscreen__head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 19rem;
}
.fullscreen__head > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 1199px) {
  .fullscreen__head {
    height: 9.3rem;
  }
}
@media (max-width: 991px) {
  .fullscreen__head {
    height: 7.7rem;
  }
}

.fullscreen__logo {
  width: 8.4rem;
}
.fullscreen__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .fullscreen__logo {
    width: 6.1rem;
  }
}
@media (max-width: 991px) {
  .fullscreen__logo {
    width: 5.6rem;
  }
}

.fullscreen__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
}
.fullscreen__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fullscreen__close:hover {
  color: #0159BD;
}

.fullscreen__body {
  margin: auto 0;
}

.fullscreen__search {
  background: #fff;
  color: #18181A;
  display: grid;
  grid-template-columns: 962fr 404fr;
}
.fullscreen__search > * {
  min-width: 0;
}
@media (max-width: 991px) {
  .fullscreen__search {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.fullscreen__search-main {
  padding: 7.7rem 6.5rem;
}
@media (max-width: 1199px) {
  .fullscreen__search-main {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .fullscreen__search-main {
    padding: 2rem;
  }
}

.fullscreen__search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.1rem;
  margin: 0 0 4rem;
  font-size: 5.4rem;
  line-height: 1.15;
  font-weight: 700;
}
.fullscreen__search-title small {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 0.2em;
}
@media (max-width: 1199px) {
  .fullscreen__search-title {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .fullscreen__search-title {
    display: block;
  }
  .fullscreen__search-title br {
    display: none;
  }
}

.fullscreen__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  .fullscreen__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fullscreen__search-field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fullscreen__search-input {
  display: block;
  width: 100%;
  height: 100%;
  height: 9.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  resize: none;
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 2.4rem 2rem 0.8rem;
  font-size: 1.8rem;
  line-height: 1.375;
  font-weight: 500;
  color: #18181A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fullscreen__search-input::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.fullscreen__search-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.fullscreen__search-input::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.fullscreen__search-input::placeholder {
  opacity: 0;
  visibility: hidden;
}
.fullscreen__search-input:focus {
  border-color: #9fbcf0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
}
.fullscreen__search-input:not(:-moz-placeholder) ~ .fullscreen__search-placeholder {
  transform: scale(0.75) translate(0, -25%);
}
.fullscreen__search-input:focus ~ .fullscreen__search-placeholder, .fullscreen__search-input:not(:placeholder-shown) ~ .fullscreen__search-placeholder {
  -webkit-transform: scale(0.75) translate(0, -25%);
          transform: scale(0.75) translate(0, -25%);
}
@media (min-width: 992px) {
  .fullscreen__search-input {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

.fullscreen__search-placeholder {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #747474;
  pointer-events: none;
  -webkit-transform-origin: 2rem center;
          transform-origin: 2rem center;
}
@media (min-width: 992px) {
  .fullscreen__search-placeholder {
    padding: 0 2.6rem;
    -webkit-transform-origin: 2.6rem center;
            transform-origin: 2.6rem center;
  }
}

.fullscreen__search-textarea {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 9.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  resize: none;
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  line-height: 1.375;
  font-weight: 500;
  color: #18181A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fullscreen__search-textarea::-webkit-input-placeholder {
  color: #747474;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fullscreen__search-textarea::-moz-placeholder {
  color: #747474;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.fullscreen__search-textarea::-ms-input-placeholder {
  color: #747474;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.fullscreen__search-textarea::placeholder {
  color: #747474;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fullscreen__search-textarea:focus {
  border-color: #9fbcf0;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.4rem rgba(13, 110, 253, 0.25);
}
.fullscreen__search-textarea:focus::-webkit-input-placeholder {
  opacity: 0.2;
}
.fullscreen__search-textarea:focus::-moz-placeholder {
  opacity: 0.2;
}
.fullscreen__search-textarea:focus::-ms-input-placeholder {
  opacity: 0.2;
}
.fullscreen__search-textarea:focus::placeholder {
  opacity: 0.2;
}

.fullscreen__search-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28.6rem;
  height: 100%;
  min-height: 9.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  background: #0159BD;
  text-decoration: none;
  color: #fff;
  padding: 0 1.6rem;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fullscreen__search-btn svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
}
.fullscreen__search-btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/gradient.webp) 50% 50% repeat;
  background-size: cover;
  -webkit-transition: inherit;
  transition: inherit;
}
.fullscreen__search-btn:hover {
  background: #0072cf;
  color: #fff;
}
.fullscreen__search-btn:hover:before {
  opacity: 0;
}
@media (max-width: 1199px) {
  .fullscreen__search-btn {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .fullscreen__search-btn {
    width: 100%;
    min-height: 8.2rem;
  }
}

.fullscreen__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0159BD;
  color: #fff;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 2rem;
  min-height: 25.4rem;
}
.fullscreen__follow:hover .fullscreen__follow-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.fullscreen__follow-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.fullscreen__follow-image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #0159BD;
  opacity: 0.7;
}
.fullscreen__follow-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fullscreen__follow-desc {
  position: relative;
  z-index: 2;
}

.fullscreen__follow-title {
  display: block;
  margin: 0 0 1.9rem;
  font-size: 5.4rem;
  line-height: 1.1;
  font-weight: 700;
}
.fullscreen__follow-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.fullscreen__follow-text svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  top: -0.05em;
}
.popup {
  background: #F7F7F7;
  width: 100%;
  max-width: 136.8rem;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .popup {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .popup {
    padding: 8rem;
  }
}

.popup__close {
  z-index: 200;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #49494A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup__close svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.3rem;
  height: 1.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup__close:hover {
  color: #0159BD;
}
.popup__close:hover svg {
  color: #0159BD;
}

.popup__feedback-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 0 2rem 0 0;
}

.popup__feedback-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #18181A;
}
@media (min-width: 992px) {
  .popup__feedback-title {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
    max-width: 78rem;
  }
}
@media (min-width: 1200px) {
  .popup__feedback-title {
    font-size: 5.4rem;
    line-height: 1.15;
    font-weight: 700;
  }
}

.popup__feedback-text {
  display: block;
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #49494A;
}
.popup__feedback-text b {
  font-weight: 700;
  color: #000;
}
.popup__feedback-text br {
  display: none;
}

.popup__feedback-image {
  display: none;
}
@media (min-width: 992px) {
  .popup__feedback-image {
    display: block;
    margin: auto 0 -4rem -4rem;
  }
  .popup__feedback-image img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .popup__feedback-image {
    margin: auto 0 -8rem -8rem;
  }
}

.popup__feedback-form .ui-placeholder {
  margin: 0 0 1.1rem;
}
.popup__feedback-form .ui-upload {
  margin: 0 0 4rem;
}
.popup__feedback-form .ui-action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.popup__feedback-form .ui-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 6.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .popup__feedback-form .ui-action {
    display: grid;
    grid-template-columns: 307fr 277fr;
    gap: 1rem;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-4rem, 0);
            transform: translate(-4rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-4rem, 0);
            transform: translate(-4rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.text-green {
  color: #7BBA87 !important;
}

.text-yellow {
  color: #F3D54E !important;
}

.text-blue {
  color: #6FA5D6 !important;
}

.text-red {
  color: #E64646 !important;
}

.text-grey {
  color: rgba(31, 31, 31, 0.7);
}

.text-nowrap {
  white-space: nowrap;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

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

@media (max-width: 479px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}


@media (max-width: 991px) {
  .types__card-foot {
    display: block;
    margin: 0;
  }
  .types__card-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.8rem 0;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 33.5rem;
  }
  .types__card-scroll:before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8V5M8 21C4.13401 21 1 17.866 1 14V8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8V14C15 17.866 11.866 21 8 21Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0 2rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .types__card-scroll-label {
    display: block;
    margin: 0 1.5rem 0 0;
  }
  .types__card-scroll-line {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 1px solid #747474;
    margin: 0.8rem 0 0;
  }
  .types__card-scroll-fraction {
    margin: 0 0 0 1rem;
  }
  .types__card-scroll-fraction mark {
    color: #0159bd;
  }
  .types__card-btn {
    position: relative;
    left: 4rem;
    z-index: 1;
    margin: 0;
    width: auto;
    min-height: 10.4rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2rem;
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    gap: 3rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #0159bd;
    color: #fff;
  }
  .types__card-btn svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .types__card-btn:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: #000060;
  }
  .types__card-btn:hover {
    text-decoration: none;
    color: #fff;
  }
  .types__card-btn:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (max-width: 767px) {
  .types__card-foot {
    margin: -2rem 0 0;
  }
  .types__card-btn {
    margin: 0 -2rem;
    left: 0;
  }
}


@media (max-width: 991px) {
  .types__card-figure {
    display: flex;
    margin: 0 0 2.3rem;
    gap: 1rem;
  }

  .types__card-figure img {
    display: block;
    width: 18rem;
    max-width: 30svw;
    flex: 0 0 auto;
    object-fit: cover;
  }

  .types__card-figure figcaption {
    display: block;
    flex: 1;
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #0159bd;
  }
}

@media (max-width: 767px) {
  .types__card-figure figcaption {
    font-size: 1.4rem;
  }
}