/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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 {
  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 */
  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 {
  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"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/index.scss ***!
  \*********************************************************************************************************************************************************/
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1300px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
::selection {
  background: rgba(236, 63, 173, 0.4980392157);
}

::-moz-selection {
  background: rgba(236, 63, 173, 0.4980392157);
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

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

button {
  cursor: pointer;
}

textarea,
select,
input[type=text],
input[type=button],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

body {
  min-width: 375px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  position: relative;
  transition: none;
  background-color: #fff;
}
body.body--overflow {
  overflow: hidden;
  height: 100%;
}

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

img {
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: 800;
}

.grecaptcha-badge {
  visibility: hidden;
}

:root {
  interpolate-size: allow-keywords;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(.././fonts/afe0a608093579a47b06.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(.././fonts/cfbf0da06d33097e6d0a.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(.././fonts/d3f3d769c2fc1af5c0b4.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(.././fonts/38e62f01be69b2e02e29.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(.././fonts/3530bfc1b50b41bdc29d.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(.././fonts/3530bfc1b50b41bdc29d.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.button-primary {
  cursor: pointer;
  display: inline-flex;
  min-height: 52px;
  padding: 8px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  min-width: 180px;
  border-radius: 26px;
  background: linear-gradient(57deg, #9152F3 12.19%, #594AE3 28.5%, #42CEE4 75.64%, #1ACCCF 87.58%);
  text-align: center;
  /* Text lg Semibold */
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.button-primary:has(i:last-child) {
  padding-right: 8px;
}
.button-primary:has(i:first-child) {
  padding-left: 8px;
}
.button-primary.white {
  color: #121212;
}
.button-primary.white::after {
  background: #fff;
}
.button-primary.white i {
  background: #121212;
  color: #fff;
}
.button-primary i {
  background: #fff;
  color: #121212;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.button-primary i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
  background: linear-gradient(57deg, #9152F3 12.19%, #594AE3 28.5%, #42CEE4 75.64%, #1ACCCF 87.58%);
}
.button-primary i svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  transition: color 0.2s;
}
.button-primary::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #121212;
  z-index: -1;
  border-radius: 26px;
  transition: top 0.2s, left 0.2s, right 0.2s, bottom 0.2s;
}
.button-primary:hover::after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.button-primary:hover i::before {
  opacity: 1;
}
.button-primary:hover svg {
  color: #fff;
}
.button-primary:focus-within {
  box-shadow: 0 0 0 4px rgba(103, 110, 118, 0.16), 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.button-primary:focus-within::after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.button-primary:focus-within i::before {
  opacity: 1;
}
.button-primary:focus-within svg {
  color: #fff;
}

.contact-link {
  display: flex;
  padding: 8px 24px 8px 8px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 40px;
  border: 1px solid #E8E8E8;
  background: #fff;
  color: #121212;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 142%; /* 142.857% */
}
@media (min-width: 1300px) {
  .contact-link {
    font-size: 18px;
  }
}
.contact-link i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FBEDFB;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 20px;
}

.form_input {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  gap: 4px;
}
@media (min-width: 768px) {
  .form_input {
    font-size: 18px;
  }
}
.form_input:has(input[type=checkbox]) {
  flex-direction: row;
  gap: 8px;
  position: relative;
  align-items: flex-start;
}
.form_input:has(input[type=checkbox])::before {
  content: "";
  display: block;
  border-radius: 4px;
  background: #CED2D6;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  order: 1;
  margin: 3px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.form_input:has(input[type=checkbox])::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 10px;
  height: 5px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.25s ease;
}
.form_input:has(input[type=checkbox]) .form_input__label {
  order: 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding-top: 2px;
}
.form_input:has(input[type=checkbox]:checked)::before {
  background-color: #1A79FD;
}
.form_input:has(input[type=checkbox]:checked)::after {
  transform: rotate(-45deg) scale(1);
}
.form_input__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.form_input__label_optional {
  color: #858585;
  top: 0;
  font-size: 100%;
}
.form_input input:not([type=radio], [type=checkbox]) {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  box-shadow: none;
  transition: border-color 0.2s;
  display: flex;
  height: 48px;
  padding: 12px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 992px) {
  .form_input input:not([type=radio], [type=checkbox]) {
    height: 48px;
  }
}
.form_input input:not([type=radio], [type=checkbox]):focus {
  border-color: #1A79FD;
}
.form_input input:not([type=radio], [type=checkbox]):not(:placeholder-shown):not(:focus) {
  border-color: #121212;
}
.form_input input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.form_group {
  width: 100%;
}
.form_group .error-message {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
  color: #C92929;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.form_group--error input:not([type=radio], [type=checkbox]) {
  border-color: #C92929;
}
.form_group--error .error-message {
  height: min-content;
}

.form_message {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  position: fixed;
  z-index: 4;
  bottom: 16px;
  left: 0;
  right: 0;
  background: #fdccd3;
  border-radius: 22px;
  padding: 16px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.form_message--show {
  opacity: 1;
}
@media (min-width: 1300px) {
  .form_message--show {
    opacity: 0;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity, 0.2s z-index step-end;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.popup iframe {
  border: none;
}
.popup__container {
  transform: scale(0.8);
  background-color: transparent;
  padding: 0;
  transition: 0.2s transform;
}
.popup__close {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 20 !important;
  cursor: pointer;
  transform: translateY(-12px);
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  /*@include media-breakpoint-down(md) {
      width: 33px;
      height: 32px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      cursor: pointer;
  }*/
}
.popup__content {
  padding: 16px;
}
.popup--active {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s opacity, 0.2s z-index step-start;
  z-index: 20;
  background: rgba(40, 46, 62, 0.4);
  backdrop-filter: blur(6px);
}
.popup--active .popup__container {
  transform: scale(1);
}
.popup--contact .popup__container {
  border-radius: 24px;
  background: #FFF;
}
.popup--contact .popup__content {
  padding: 0;
  max-height: calc(100vh - 40px);
  max-width: calc(100vw - 40px);
  border-radius: 24px;
}

.block {
  scroll-margin-top: 40px;
  padding: 40px 0;
}
@media (min-width: 1300px) {
  .block {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .block {
    scroll-margin-top: 40px;
  }
}
.block .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1300px) {
  .block .container {
    gap: 80px;
  }
}
.block header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1300px) {
  .block header {
    gap: 24px;
  }
}
.block .description {
  color: #121212;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%; /* 57.6px */
}
.block .description strong {
  font-weight: 600;
}
@media (min-width: 1300px) {
  .block .description {
    font-size: 48px;
  }
}

.block-title {
  display: flex;
  align-items: center;
  color: #05011C;
  font-feature-settings: "liga" off, "clig" off;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 16px 8px 8px;
  gap: 8px;
}
@media (min-width: 1300px) {
  .block-title {
    font-size: 18px;
    padding: 12px 16px 12px 8px;
  }
}
.block-title img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.border-gradient {
  border-radius: 40px;
  background: linear-gradient(90deg, rgba(145, 82, 243, 0.5) 0%, rgba(89, 74, 227, 0.5) 14.42%, rgba(57, 107, 199, 0.5) 27.88%, rgba(66, 206, 228, 0.5) 42.79%, rgba(68, 225, 187, 0.5) 58.65%, rgba(89, 195, 130, 0.5) 74.04%, rgba(66, 225, 219, 0.5) 86.06%, rgba(59, 180, 219, 0.5) 100%);
  position: relative;
  z-index: 1;
}
.border-gradient::before {
  background: #FFF;
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  border-radius: 40px;
}

.header-top {
  position: sticky;
  z-index: 10;
  margin-top: 16pxpx;
  top: 0;
}
@media (min-width: 1300px) {
  .header-top {
    margin-top: 24px;
  }
}
.header-top .modal-body {
  padding: 0;
}

.header-absolute {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
}
@media (min-width: 1300px) {
  .header-absolute {
    top: 20px;
  }
}

.header__wrapper {
  padding: 0 16px;
  margin: 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 24px;
  border: 1px solid #CED2D6;
  background: #FFF;
  transition: border-radius 0.1s ease-in 0.2s;
}
.header__wrapper:has(.header__burger.active) {
  border-radius: 24px 24px 0 0;
  transition: border-radius 0.1s ease-out;
}
@media (min-width: 1300px) {
  .header__wrapper {
    height: 80px;
    border-radius: 40px;
    padding: 0 20px;
    margin: 0;
  }
}

.header__logo {
  display: block;
}

.header__logo-svg {
  width: 156px;
  height: 20px;
  display: block;
}

.header__burger {
  background-color: transparent;
  border: none;
  z-index: 6;
  color: black;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1300px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  width: 18px;
  height: 14px;
  position: relative;
}
.header__burger span i, .header__burger span::after, .header__burger span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #343330;
  border-radius: 2px;
}
.header__burger span i {
  top: calc(50% - 1px);
  transition: width 0.2s ease-in 0.2s;
}
.header__burger span::after {
  top: 0;
  transition: top 0.2s ease-in 0.2s, transform 0.2s;
}
.header__burger span::before {
  top: calc(100% - 2px);
  transition: top 0.2s ease-in 0.2s, transform 0.2s;
}
.header__burger.active {
  color: #F8F8F8;
}
.header__burger.active span i {
  width: 0;
  transition: width 0.2s;
}
.header__burger.active span::after {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.2s ease-in 0.2s;
}
.header__burger.active span::before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  transition: top 0.2s, transform 0.2s ease-in 0.2s;
}

.header__nav {
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  transform: scaleY(0);
  border-radius: 0 0 24px 24px;
  border: 1px solid #CED2D6;
  border-top: none 0;
  background: #FFF;
  transition: transform 0.2s ease-in;
  transform-origin: top;
  padding: 0 16px 16px;
}
@media (min-width: 1300px) {
  .header__nav {
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    position: static;
    transform: none;
    background: transparent;
    border-radius: 0;
    border: none 0;
    transition: none;
    padding: 0;
  }
}
.header__burger.active + .header__nav {
  transform: scaleY(1);
  transition: transform 0.2s ease-in 0.1s;
}

.header__menu {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1300px) {
  .header__menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
  }
}

.header__submenu {
  display: none;
}
.header__arrow_wrapper {
  display: none;
}

.header__links__item {
  display: block;
  list-style: none;
}
.header__links__item:nth-child(4n+1) a:hover, .header__links__item:nth-child(4n+1) a.active {
  color: #1FC9A6;
}
.header__links__item:nth-child(4n+2) a:hover, .header__links__item:nth-child(4n+2) a.active {
  color: #1A79FD;
}
.header__links__item:nth-child(4n+3) a:hover, .header__links__item:nth-child(4n+3) a.active {
  color: #D34FD5;
}
.header__links__item:nth-child(4n+4) a:hover, .header__links__item:nth-child(4n+4) a.active {
  color: #715EED;
}

.header__link {
  color: var(--gray-600, #5D6C7B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: inline-block;
  position: relative;
  transition: color 0.2s, border-bottom-color 0.2s;
  border-bottom: solid 2px transparent;
}
.header__link:hover, .header__link.active {
  border-bottom-color: currentColor;
}

@media (min-width: 1300px) {
  .header__actions {
    display: flex;
    align-items: center;
  }
}

.header__language_switcher {
  position: relative;
  flex-shrink: 0;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.header__language_switcher .header__language_switcher-flag {
  width: 22px;
  height: 22px;
  display: block;
}
.header__language_switcher .header__language_switcher-arrow {
  width: 22px;
  height: 22px;
  display: block;
}
.header__language_switcher-current {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
  height: 40px;
  border-radius: 500px;
  background: #F9F9F9;
  cursor: pointer;
}
.header__language_switcher-current.active + ul {
  transform: scaleY(1);
}
.header__language_switcher ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top;
  right: 0;
  top: 100%;
  width: 100%;
  transition: transform 0.2s;
  padding: 8px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--gray-50, #F9F9F9);
  background: var(--white, #FFF);
  /* Shadows/shadow-5 */
  box-shadow: 0 12px 32px -16px #89B9FF, 0 12px 60px 0 #F4FAFF;
}
@media (min-width: 1300px) {
  .header__language_switcher ul {
    width: 160px;
  }
}
.header__language_switcher ul li {
  list-style: none;
  display: block;
  width: 100%;
}
.header__language_switcher ul li a {
  color: inherit;
  display: flex;
  height: 32px;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  transition: background-color 0.2s;
}
.header__language_switcher ul li a:hover {
  background: var(--gray-50, #F9F9F9);
}

.advantages .shape-container {
  position: relative;
}
.advantages .shape {
  z-index: 2;
  position: absolute;
  left: 78px;
  top: 0;
  transform: translateY(-50%) rotate(-167.037deg);
}
@media (min-width: 1300px) {
  .advantages .shape {
    left: 0;
    top: auto;
    bottom: calc(100% + 47px);
    transform: rotate(-167.037deg);
  }
}
.advantages .shape img {
  width: 86.168px;
  height: 97.735px;
  display: block;
}
@media (min-width: 1300px) {
  .advantages .shape img {
    width: 137.097px;
    height: 155.501px;
  }
}
.advantages .container {
  position: relative;
}
.advantages header {
  text-align: right;
  align-self: flex-end;
  align-items: flex-end;
}
@media (min-width: 1300px) {
  .advantages header {
    text-align: left;
    align-items: flex-start;
  }
}
.advantages .description strong {
  color: #1A79FD;
}
.advantages .advantages-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: column;
}
@media (min-width: 1300px) {
  .advantages .advantages-list {
    flex-direction: row;
  }
}
.advantages .advantages-list h2 {
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 125% */
  color: #0E1109;
  font-size: 20px;
}
@media (min-width: 1300px) {
  .advantages .advantages-list h2 {
    font-size: 24px;
  }
}
.advantages .advantages-list .image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
}
.advantages .advantages-list .image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.advantages .advantages-list .icon {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.advantages .advantages-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  color: #5D6C7B;
  border-radius: 24px;
  gap: 12px;
  min-height: 420px;
  justify-content: flex-end;
  font-weight: 400;
  line-height: 155%;
  font-size: 16px;
  padding: 0 16px 16px 16px;
}
@media (min-width: 1300px) {
  .advantages .advantages-list li {
    font-size: 18px;
    padding: 0 32px 16px 32px;
  }
}
.advantages .advantages-list li:nth-of-type(1) {
  padding-top: 50px;
}
.advantages .advantages-list li:nth-of-type(1) .icon {
  top: 16px;
  left: 16px;
}
@media (min-width: 1300px) {
  .advantages .advantages-list li:nth-of-type(1) {
    padding-top: 0;
    width: calc(61% - 12px);
  }
  .advantages .advantages-list li:nth-of-type(1) .icon {
    top: 32px;
    left: 32px;
  }
  .advantages .advantages-list li:nth-of-type(1) .image {
    justify-content: flex-end;
  }
}
@media (min-width: 1300px) {
  .advantages .advantages-list li:nth-of-type(2) {
    width: calc(39% - 12px);
  }
}
@media (min-width: 1300px) {
  .advantages .advantages-list li:nth-of-type(3) {
    width: calc(39% - 12px);
  }
}
@media (min-width: 1300px) {
  .advantages .advantages-list li:nth-of-type(4) {
    width: calc(61% - 12px);
  }
  .advantages .advantages-list li:nth-of-type(4) .image {
    justify-content: flex-end;
  }
}

.contact-us {
  position: relative;
  padding: 16px;
  height: fit-content;
  transition: height 0.2s;
}
@media (min-width: 992px) {
  .contact-us {
    padding: 24px;
  }
}
.contact-us__logo::before, .contact-us__success-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 571px;
  height: 316px;
  transform: translate(-10px, 50%);
  border-radius: 571px;
  background: linear-gradient(90deg, #9152F3 5.55%, #594AE3 18.38%, #396BC7 30.36%, #42CEE4 43.63%, #44E1BB 57.75%, #59C382 71.44%, #42E1DB 82.14%, #3BB4DB 94.55%);
  filter: blur(100px);
}
.contact-us__logo .grid, .contact-us__success-message .grid {
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  z-index: 1;
  max-width: unset;
}
.contact-us__form-wrapper {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 992px) {
  .contact-us__form-wrapper {
    gap: 24px;
  }
}
.contact-us__logo {
  padding: 16px;
  max-width: calc(100vw - 48px);
  border-radius: 24px;
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 180px;
  width: 100%;
}
@media (max-width: 991px) and (max-height: 820px) {
  .contact-us__logo {
    display: none;
  }
}
@media (min-width: 1300px) {
  .contact-us__logo {
    height: auto;
    width: 480px;
    padding: 24px;
  }
}
.contact-us__logo .shape-1 {
  position: absolute;
  left: -40px;
  bottom: 20px;
  width: 150px;
  transform: rotate(26.09deg);
  z-index: 2;
  display: none;
}
@media (min-width: 1300px) {
  .contact-us__logo .shape-1 {
    display: block;
  }
}
.contact-us__logo .shape-2 {
  position: absolute;
  width: 100px;
  transform: rotate(-22.259deg);
  z-index: 2;
  right: -17px;
  top: -25px;
}
@media (min-width: 1300px) {
  .contact-us__logo .shape-2 {
    right: -15px;
    top: -12px;
  }
}
.contact-us__logo .shape-3 {
  position: absolute;
  right: 20px;
  width: 110px;
  z-index: 4;
  transform: rotate(-6.109deg);
  bottom: -23px;
}
@media (min-width: 1300px) {
  .contact-us__logo .shape-3 {
    transform: rotate(-22.259deg);
    bottom: auto;
    top: calc(50% + 10px);
  }
}
.contact-us__logo .shape-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transform: rotate(-22.259deg);
  z-index: 2;
  display: none;
}
@media (min-width: 1300px) {
  .contact-us__logo .shape-4 {
    display: block;
  }
}
.contact-us__logo .shape-4 img {
  width: 80px;
  display: block;
}
.contact-us__logo .shape-4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-us__logo h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 110% */
  letter-spacing: -0.8px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1300px) {
  .contact-us__logo h2 {
    font-size: 40px;
  }
}
.contact-us__logo h2 strong {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1300px) {
  .contact-us__logo h2 strong {
    font-size: 48px;
  }
}
.contact-us__logo h2 span {
  display: inline-flex;
  border-radius: 100px;
  background: #1A79FD;
  transform: rotate(-7.953deg);
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  text-transform: uppercase;
}
@media (min-width: 1300px) {
  .contact-us__logo h2 span {
    font-size: 48px;
  }
}
.contact-us__logo .logo {
  display: inline-flex;
  transform-origin: left center;
  transform: rotate(11.227deg);
  border-radius: 40px;
  border: 2px solid #E7DEDE;
  background: #FFF;
  box-shadow: 0 127.848px 35.887px 0 rgba(105, 105, 105, 0), 0 81.868px 32.523px 0 rgba(105, 105, 105, 0.01), 0 20.187px 20.187px 0 rgba(105, 105, 105, 0.09);
  padding: 16px 24px;
}
@media (min-width: 1300px) {
  .contact-us__logo .logo {
    padding: 22px 34px;
  }
}
.contact-us__logo .logo img {
  width: 105px;
  height: 16px;
}
@media (min-width: 1300px) {
  .contact-us__logo .logo img {
    width: 174.95px;
    height: 22.429px;
  }
}
.contact-us__title {
  color: var(--gray-900, #121212);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  justify-self: stretch;
}
.contact-us__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  padding: 16px;
  width: 100%;
  max-width: calc(100vw - 48px);
}
@media (min-width: 1300px) {
  .contact-us__form {
    width: 480px;
    padding: 24px;
    max-width: calc(100vw - 48px);
  }
}
.contact-us__form .form_group--row .form_input {
  width: 50%;
}
.contact-us__form .form_group .form_input {
  width: 100%;
}
.contact-us__form .shape-1 {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  transform: translate(0, -50%) rotate(-37.198deg);
}
.contact-us__form .shape-1 img {
  width: 150px;
  height: 150px;
  display: block;
}
@media (min-width: 1300px) {
  .contact-us__form .shape-1 {
    display: block;
  }
}
.contact-us__success-message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 404px;
  border-radius: 24px;
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-us__success-message {
    height: 384px;
    width: 984px;
  }
}
.contact-us__success-message::before {
  width: 100%;
  aspect-ratio: 984/350;
  bottom: auto;
  top: 100%;
  transform: translateY(-40%);
}
.contact-us__success-message .content {
  width: 476px;
  max-width: 100%;
  position: relative;
  z-index: 3;
  color: #5D6C7B;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 16px;
  line-height: 24px; /* 155.556% */
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .contact-us__success-message .content {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    margin-bottom: 56px;
  }
}
.contact-us__success-message h3 {
  color: #121212;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .contact-us__success-message h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.contact-us__success-message .contacts {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-us__success-message .contacts {
    gap: 24px;
    flex-direction: row;
  }
}
.contact-us__success-message img {
  position: absolute;
}
.contact-us__success-message .grid {
  width: 100%;
  left: 0;
  bottom: auto;
  top: 100%;
  transform: translateY(-60%);
}
.contact-us__success-message .shape-1 {
  transform: translate(-27%, 22%) rotate(39.62deg);
  left: 0;
  bottom: 0;
  width: 72px;
  height: 72.123px;
}
@media (min-width: 992px) {
  .contact-us__success-message .shape-1 {
    display: none;
    width: 136.904px;
    height: 143.828px;
  }
}
.contact-us__success-message .shape-2 {
  width: 142.872px;
  height: 148.133px;
  transform: translate(10%, 20%) rotate(-28.24deg);
  right: 0;
  top: 0;
  display: none;
}
@media (min-width: 992px) {
  .contact-us__success-message .shape-2 {
    display: block;
  }
}
.contact-us__success-message .shape-3 {
  transform: rotate(-16.722deg);
  left: 11px;
  top: -10px;
  width: 100.611px;
  height: 58.527px;
}
@media (min-width: 992px) {
  .contact-us__success-message .shape-3 {
    width: 158.701px;
    height: 92.319px;
  }
}
.contact-us__success-message .shape-4 {
  transform: translate(0, 50%) rotate(42.063deg);
  bottom: 0;
  right: 0;
  width: 72px;
  height: 74.734px;
}
@media (min-width: 992px) {
  .contact-us__success-message .shape-4 {
    width: 110.112px;
    height: 115.35px;
    right: 40px;
  }
}
.contact-us__success-message .shape-5 {
  transform: translate(0, -50%) rotate(12.615deg);
  top: 0;
  width: 60.096px;
  height: 59.843px;
  left: auto;
  right: 10%;
}
@media (min-width: 992px) {
  .contact-us__success-message .shape-5 {
    width: 93.287px;
    height: 92.894px;
    left: 50%;
    right: auto;
  }
}
.contact-us__button_wrapper {
  width: 100%;
}
.contact-us__button_wrapper .button-primary {
  width: 100%;
}
.contact-us--success .contact-us__form-wrapper {
  display: none;
}
.contact-us--success .contact-us__success-message {
  display: flex;
}

.footer {
  position: relative;
  padding-top: 48px;
  overflow: hidden;
  z-index: 1;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  left: -44px;
  right: -44px;
  top: 100%;
  height: 100%;
  transform: translateY(-50%) translateY(-30px);
  border-radius: 1528px;
  background: linear-gradient(90deg, #9152F3 5.55%, #594AE3 18.38%, #396BC7 30.36%, #42CEE4 43.63%, #44E1BB 57.75%, #59C382 71.44%, #42E1DB 82.14%, #3BB4DB 94.55%);
  filter: blur(100px);
  z-index: -1;
}

.footer__logo {
  padding: 0 10px;
  margin-bottom: -14px;
}
@media (min-width: 1300px) {
  .footer__logo {
    padding: 0 106px;
    margin-bottom: -50px;
  }
}
.footer__logo a, .footer__logo img, .footer__logo svg {
  display: block;
  width: 100%;
}
.footer__logo img, .footer__logo svg {
  aspect-ratio: 308/48;
}

.footer-wrapper {
  display: flex;
  border-radius: 24px;
  border: 1px solid var(--gray-100, #E8E8E8);
  background: var(--white, #FFF);
  padding: 32px;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 12;
}

.footer__menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__menu-item a {
  color: #5D6C7B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: color 0.2s, border-bottom-color 0.2s;
  border-bottom: solid 2px transparent;
}
.footer__menu-item a:hover, .footer__menu-item a.active {
  border-bottom-color: currentColor;
}
.footer__menu-item:nth-child(4n+1) a:hover, .footer__menu-item:nth-child(4n+1) a.active {
  color: #1FC9A6;
}
.footer__menu-item:nth-child(4n+2) a:hover, .footer__menu-item:nth-child(4n+2) a.active {
  color: #1A79FD;
}
.footer__menu-item:nth-child(4n+3) a:hover, .footer__menu-item:nth-child(4n+3) a.active {
  color: #D34FD5;
}
.footer__menu-item:nth-child(4n+4) a:hover, .footer__menu-item:nth-child(4n+4) a.active {
  color: #715EED;
}

.footer-promotion {
  position: relative;
  z-index: 1;
  background: linear-gradient(57deg, #9152F3 12.19%, #594AE3 28.5%, #42CEE4 75.64%, #1ACCCF 87.58%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  flex-direction: column;
  align-self: stretch;
  border-radius: 24px;
}
@media (min-width: 1300px) {
  .footer-promotion {
    padding: 32px;
    flex-direction: row;
    border-radius: 100px;
    gap: 56px;
    align-self: center;
  }
}
.footer-promotion h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%; /* 112.5% */
}
@media (min-width: 1300px) {
  .footer-promotion h3 {
    font-size: 32px;
  }
}
.footer-promotion::before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 24px;
  background: #fff;
  z-index: -1;
}
@media (min-width: 1300px) {
  .footer-promotion::before {
    border-radius: 100px;
  }
}

.footer__text {
  padding: 24px 0;
  text-align: center;
  color: #fff;
}
.footer__text a {
  color: #fff;
  text-decoration: underline;
}
.footer__text a:hover {
  text-decoration: none;
}

.footer-contacts {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-top: 24px;
}
@media (min-width: 1300px) {
  .footer-contacts {
    margin-top: 0;
    flex-direction: row;
  }
}
.footer-contacts a {
  font-size: 14px;
}

.cookies {
  position: fixed;
  bottom: 24px;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
.cookies__wrapper {
  position: relative;
  border: 1px solid #E8E8E8;
  background: #FFF;
  box-shadow: 0 114px 32px 0 rgba(105, 105, 105, 0), 0 73px 29px 0 rgba(105, 105, 105, 0.01), 0 41px 25px 0 rgba(105, 105, 105, 0.05), 0 18px 18px 0 rgba(105, 105, 105, 0.15), 0 5px 10px 0 rgba(105, 105, 105, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  color: #5D6C7B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 24px;
  padding: 12px;
}
@media (min-width: 768px) {
  .cookies__wrapper {
    flex-direction: row;
    border-radius: 90px;
    padding: 12px 32px;
  }
}
.cookies__image {
  width: 61px;
  height: 48px;
  flex-shrink: 0;
}
.cookies__text strong {
  font-weight: 400;
  color: #121212;
}
.cookies__btn {
  border-radius: 40px;
  padding: 14px 32px;
  border: none;
  display: flex;
  align-items: center;
  background-color: #41b95f;
  transition: 0.1s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .cookies__btn {
    width: auto;
    padding: 16px 32px;
  }
}
.cookies__btn:hover {
  background-color: #20A240;
}
.cookies__btn span {
  font-size: 14px;
  color: #0d1c48;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cookies__btn span {
    font-size: 16px;
    margin: unset;
  }
}
@media (max-width: 575.98px) {
  .cookies .button-primary {
    width: 100%;
  }
}
.cookies .button-close {
  background: none;
  border: none 0;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cookies .button-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cookies .button-close {
    position: static;
    right: auto;
    top: auto;
  }
}

.opportunities header {
  align-items: flex-start;
  align-self: flex-start;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .opportunities header {
    overflow: visible;
  }
}
.opportunities .shape {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(34.196deg);
}
@media (min-width: 1300px) {
  .opportunities .shape {
    right: 0;
    top: 0;
    bottom: auto;
  }
}
.opportunities .shape img {
  width: 90px;
  height: 94.479px;
}
@media (min-width: 1300px) {
  .opportunities .shape img {
    width: 146.88px;
    height: 154.19px;
  }
}
.opportunities .container {
  position: relative;
}
.opportunities .description-wrapper {
  display: flex;
  flex-direction: column;
}
.opportunities .description {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
}
@media (min-width: 1300px) {
  .opportunities .description {
    margin-bottom: 24px;
  }
}
.opportunities .description strong {
  color: #D34FD5;
}
.opportunities .buttons-wrapper {
  width: 100%;
  height: 54px;
  overflow-x: auto;
  border: solid 1px #E2E2E1;
  border-radius: 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.opportunities .buttons {
  display: flex;
  gap: 4px;
  align-self: stretch;
  padding: 6px;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}
.opportunities .buttons a {
  white-space: nowrap;
  flex-grow: 1;
  flex-basis: 33.33%;
  align-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 40px;
  padding: 0 16px;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: color 0.2s, font-weight 0.2s;
}
.opportunities .buttons a.disabled {
  color: #CED2D6;
}
.opportunities .buttons a.slide-active {
  color: #FFF;
  font-weight: 700;
}
.opportunities .buttons .bg {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
  transition: left 0.2s, width 0.2s;
  border-radius: 40px;
  background: #D34FD5;
}
.opportunities .slides li:nth-of-type(1) .image.gradient_bg::before {
  background: linear-gradient(90deg, rgba(142, 66, 228, 0.8) 5.55%, rgba(167, 68, 225, 0.8) 26.51%, rgba(211, 79, 213, 0.8) 50.9%, rgba(225, 66, 66, 0.8) 82.14%, rgba(219, 59, 62, 0.8) 94.55%);
}
.opportunities .slides li:nth-of-type(2) .image.gradient_bg::before {
  background: linear-gradient(90deg, rgba(66, 206, 228, 0.8) 5.55%, rgba(68, 225, 187, 0.8) 26.51%, rgba(89, 195, 130, 0.8) 50.9%, rgba(66, 225, 219, 0.8) 82.14%, rgba(59, 180, 219, 0.8) 94.55%);
}
.opportunities .slides li:nth-of-type(3) .image.gradient_bg::before {
  background: linear-gradient(90deg, rgba(66, 193, 228, 0.8) 5.55%, rgba(68, 152, 225, 0.8) 26.51%, rgba(39, 71, 188, 0.8) 50.9%, rgba(66, 185, 225, 0.8) 82.14%, rgba(22, 61, 191, 0.8) 94.55%);
}
.opportunities .slides li:nth-of-type(4) .image.gradient_bg::before {
  background: linear-gradient(90deg, rgba(145, 82, 243, 0.6) 11.23%, rgba(89, 74, 227, 0.6) 65.45%, rgba(57, 107, 199, 0.6) 94.55%);
}
.opportunities ul.slide {
  display: none;
}
.opportunities ul.slide li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
}
@media (min-width: 1300px) {
  .opportunities ul.slide li {
    gap: 12px;
    padding: 32px;
  }
}
.opportunities ul.slide h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-top: 8px;
  color: #121212;
}
@media (min-width: 1300px) {
  .opportunities ul.slide h2 {
    padding-top: 0;
    font-size: 24px;
  }
}
.opportunities ul.slide .advantage-description {
  color: #5D6C7B;
  font-size: 16px;
}
@media (min-width: 1300px) {
  .opportunities ul.slide .advantage-description {
    font-size: 18px;
  }
}
.opportunities ul.slide .image {
  display: flex;
}
.opportunities ul.slide .image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.opportunities ul.slide .image.align_top {
  align-items: start;
}
.opportunities ul.slide .image.align_center {
  align-items: center;
}
.opportunities ul.slide .image.align_bottom {
  align-items: end;
}
.opportunities ul.slide .image.gradient_bg {
  flex-grow: 1;
  border-radius: 24px;
  background: var(--gray-50, #F9F9F9);
  position: relative;
  overflow: hidden;
}
.opportunities ul.slide .image.gradient_bg::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 183px;
  z-index: 0;
  border-radius: 596px;
  filter: blur(81.2223815918px);
  transform: translateY(-50%);
}
@media (min-width: 1300px) {
  .opportunities ul.slide .image.gradient_bg {
    min-height: 235px;
  }
}
.opportunities ul.slide:nth-of-type(1) {
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1300px) {
  .opportunities ul.slide:nth-of-type(1) {
    gap: 24px;
  }
}
@media (min-width: 1300px) {
  .opportunities ul.slide:nth-of-type(1) li {
    width: calc(50% - 12px);
  }
}
.opportunities ul.slide:nth-of-type(2) .gradient_bg, .opportunities ul.slide:nth-of-type(3) .gradient_bg {
  min-height: 200px;
}
.opportunities ul.slide:nth-of-type(2).slide-active, .opportunities ul.slide:nth-of-type(3).slide-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1300px) {
  .opportunities ul.slide:nth-of-type(2).slide-active, .opportunities ul.slide:nth-of-type(3).slide-active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .opportunities ul.slide:nth-of-type(2).slide-active li:nth-of-type(1), .opportunities ul.slide:nth-of-type(3).slide-active li:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .opportunities ul.slide:nth-of-type(2).slide-active li:nth-of-type(2), .opportunities ul.slide:nth-of-type(3).slide-active li:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .opportunities ul.slide:nth-of-type(2).slide-active li:nth-of-type(3), .opportunities ul.slide:nth-of-type(3).slide-active li:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.opportunities ul.slide.slide-active {
  display: flex;
  animation: fadeIn 0.2s;
}

@keyframes fadeIn {
  from {
    opacity: 0.9;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#decision .container {
  position: relative;
}
@media (min-width: 1300px) {
  #decision .container {
    gap: 56px;
  }
}
#decision header {
  align-items: flex-start;
}
#decision .description strong {
  color: #1FC9A6;
}
#decision .frame {
  width: 100%;
  background: #F9F9F9;
  position: relative;
  border-radius: 24px;
}
#decision .frame-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 530px;
}
@media (min-width: 1300px) {
  #decision .frame-wrapper {
    overflow: visible;
    height: 420px;
  }
}
#decision .aurora-logo {
  border-radius: 100px;
  background: #1A79FD;
  box-shadow: 0 0 50px 4px rgba(26, 121, 253, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 28px;
}
@media (min-width: 1300px) {
  #decision .aurora-logo {
    padding: 32px 60px;
  }
}
#decision .aurora-logo img {
  display: block;
  flex-shrink: 0;
  width: 99.45px;
  height: 12.75px;
}
@media (min-width: 1300px) {
  #decision .aurora-logo img {
    width: 156px;
    height: 20px;
  }
}
#decision .aurora-logo .wave {
  position: absolute;
  border-radius: 300px;
  border: solid 1px #1A79FD;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  transition: left 0.2s linear, right 0.2s linear, top 0.2s linear, bottom 0.2s linear;
}
#decision .aurora-logo .wave .wave {
  opacity: 0.8;
}
#decision .aurora-logo .wave > .wave {
  transition-delay: 0.2s;
}
#decision .aurora-logo .wave > .wave > .wave {
  transition-delay: 0.4s;
}
#decision .aurora-logo .wave > .wave > .wave > .wave {
  transition-delay: 0.6s;
}
#decision.block-in-focus .wave {
  left: -15%;
  right: -15%;
  top: -30px;
  bottom: -30px;
  opacity: 0.3;
}
#decision .solves-problems {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 1300px) {
  #decision .solves-problems {
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
  }
}
#decision .solves-problems li {
  color: #0E1109;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 999px;
  border: 1px solid #F9F9F9;
  background: #FFF;
  box-shadow: 0 4px 44px 0 rgba(224, 227, 255, 0.73);
  font-size: 14px;
  line-height: 20px;
  padding: 8px 8px 8px 16px;
  gap: 8px;
  animation-duration: 1ms; /* Firefox requires this to apply the animation */
}
@media (min-width: 1300px) {
  #decision .solves-problems li {
    font-size: 18px;
    line-height: 28px;
    padding: 16px 16px 16px 24px;
    gap: 16px;
  }
}
#decision .solves-problems li:nth-child(1) {
  left: 16px;
  top: 70px;
}
@media (min-width: 1300px) {
  #decision .solves-problems li:nth-child(1) {
    left: auto;
    top: auto;
    right: 120px;
    bottom: 100px;
    animation: move1 linear;
    animation-timeline: view(-100px);
  }
}
#decision .solves-problems li:nth-child(2) {
  right: 16px;
  top: 143px;
}
#decision .solves-problems li:nth-child(2) i {
  order: -1;
}
@media (min-width: 1300px) {
  #decision .solves-problems li:nth-child(2) {
    right: auto;
    top: auto;
    left: 190px;
    bottom: 50px;
    animation: move2 linear;
    animation-timeline: view(-100px);
  }
}
#decision .solves-problems li:nth-child(3) {
  bottom: 102px;
  left: 16px;
}
#decision .solves-problems li:nth-child(3) i {
  order: -1;
}
@media (min-width: 1300px) {
  #decision .solves-problems li:nth-child(3) {
    bottom: auto;
    top: 50px;
    left: 150px;
    animation: move3 linear;
    animation-timeline: view(-100px);
  }
}
#decision .solves-problems li:nth-child(4) {
  bottom: 34px;
  right: 12px;
}
@media (min-width: 1300px) {
  #decision .solves-problems li:nth-child(4) {
    bottom: auto;
    top: 40px;
    right: 130px;
    animation: move4 linear;
    animation-timeline: view(-100px);
  }
}
#decision .solve-problem-icon {
  flex-shrink: 0;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
#decision .parallax-item {
  position: absolute;
  right: 0;
  top: -60px;
  animation: float linear;
  animation-timeline: view();
}
#decision .parallax-item img {
  transform: rotate(29.157deg);
  width: 97.658px;
  height: 56.809px;
}
@media (min-width: 1300px) {
  #decision .parallax-item img {
    width: 186.325px;
    height: 108.389px;
  }
}

@keyframes float {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(25%);
  }
}
@keyframes move1 {
  from {
    transform: translate(60px, 70px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes move2 {
  from {
    transform: translate(-30px, 40px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes move3 {
  from {
    transform: translate(-30px, -40px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes move4 {
  from {
    transform: translate(30px, -20px);
  }
  to {
    transform: translate(0, 0);
  }
}
#pricing .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
#pricing .position-relative {
  position: relative;
}
#pricing .shape {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-70%);
}
@media (min-width: 1300px) {
  #pricing .shape {
    left: 0;
    bottom: 100%;
    top: auto;
    transform: none;
  }
}
#pricing .shape img {
  display: block;
  width: 125.294px;
  height: 123.973px;
}
@media (min-width: 1300px) {
  #pricing .shape img {
    width: 221.95px;
    height: 219.609px;
  }
}
#pricing header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 60px;
  text-align: right;
}
@media (min-width: 1300px) {
  #pricing header {
    text-align: left;
    padding-left: 0;
    align-items: flex-start;
  }
}
#pricing .description strong {
  color: #715EED;
}
#pricing .tariffs-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 1300px) {
  #pricing .tariffs-list {
    flex-direction: row;
    gap: 24px;
  }
}
#pricing .tariff {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1300px) {
  #pricing .tariff {
    width: calc(50% - 12px);
  }
}
#pricing .tariff-container {
  display: flex;
  border-radius: 24px;
  background: #F9F9F9;
  width: 100%;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
}
@media (min-width: 1300px) {
  #pricing .tariff-container {
    flex-direction: row;
    padding: 32px;
  }
}
#pricing .tariff-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1300px) {
  #pricing .tariff-info {
    flex-basis: 46%;
    gap: 24px;
  }
}
#pricing .tariff-info h4 {
  padding: 8px 24px;
  display: inline-flex;
  align-self: flex-start;
  border-radius: 12px;
  border: 1px solid #CED2D6;
  background: #FFF;
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
}
#pricing .tariff-info .button-primary {
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 1300px) {
  #pricing .tariff-info .button-primary {
    width: auto;
  }
}
#pricing .tariff-price {
  flex-grow: 1;
}
#pricing .tariff-price-group {
  display: flex;
  gap: 12px;
}
#pricing .tariff-price-group h3 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  color: #121212;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.3px;
}
#pricing .tariff-price-group h3 small {
  color: #5D6C7B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
#pricing .tariff-price-emoji {
  font-size: 48px;
  flex-shrink: 0;
}
#pricing .tariff-price-emoji + h3 {
  font-size: 24px;
}
@media (min-width: 1300px) {
  #pricing .tariff-options {
    flex-basis: 54%;
  }
}
#pricing .tariff-options > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#pricing .tariff-options > ul > li {
  display: flex;
  list-style: none;
  position: relative;
  gap: 8px;
  color: #5D6C7B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
#pricing .tariff-options > ul > li::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  align-self: center;
  background-image: url(.././img/ico-star.svg);
}
#pricing .tariff-border {
  position: relative;
  flex-shrink: 0;
  height: 1px;
  width: 100%;
}
@media (min-width: 1300px) {
  #pricing .tariff-border {
    width: 1px;
    height: auto;
  }
}
#pricing .tariff-border::before {
  content: "";
  display: block;
  position: absolute;
  background: #CED2D6;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}
@media (min-width: 1300px) {
  #pricing .tariff-border::before {
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
  }
}
#pricing .tariff.special {
  padding: 0 8px 8px 8px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
#pricing .tariff.special::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 140%;
  height: 140%;
  border-radius: 821.579px;
  opacity: 0.9;
  background: linear-gradient(90deg, #9152F3 5.55%, #594AE3 18.38%, #396BC7 30.36%, #42CEE4 43.63%, #44E1BB 57.75%, #59C382 71.44%, #42E1DB 82.14%, #3BB4DB 94.55%);
  filter: blur(111.9641113281px);
}
#pricing .tariff.special .tariff-container {
  position: relative;
  z-index: 1;
}
#pricing .special-title {
  padding: 16px 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  position: relative;
  z-index: 1;
}

.faq .title {
  align-self: flex-start;
}
.faq .description strong {
  color: #1FC9A6;
}
.faq .container {
  position: relative;
}
.faq .shape {
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(16.295deg);
}
@media (min-width: 1300px) {
  .faq .shape {
    right: 0;
  }
}
.faq .shape img {
  display: block;
  width: 105.882px;
  height: 108.529px;
}
@media (min-width: 1300px) {
  .faq .shape img {
    width: 131.757px;
    height: 138.023px;
  }
}
.faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1300px) {
  .faq .faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.faq .faq-item {
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
  padding: 16px;
}
@media (min-width: 1300px) {
  .faq .faq-item {
    padding: 32px;
  }
  .faq .faq-item:nth-of-type(2n + 1) {
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .faq .faq-item:nth-of-type(2n + 2) {
    grid-column-start: 2;
    grid-column-end: 2;
  }
}
.faq .faq-item-active {
  background-color: #F9F9F9;
}
.faq .faq-item-active .faq-answer {
  height: fit-content;
  margin-top: 8px;
  cursor: pointer;
}
.faq .faq-item-active .faq-icon {
  color: #1A79FD;
}
.faq .faq-item-active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq .faq-question {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (min-width: 1300px) {
  .faq .faq-question {
    gap: 24px;
  }
}
.faq .faq-question span {
  flex-grow: 1;
  color: #05011C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.faq .faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease, margin 0.2s ease;
  color: #5D6C7B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq .faq-answer strong {
  font-weight: 600;
}
.faq .faq-icon {
  color: #5D6C7B;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  border: solid 2px currentColor;
  transition: border-color 0.2s ease;
  background: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.faq .faq-icon::after, .faq .faq-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  left: 50%;
  top: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.faq .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq-icon::before {
  transform: translate(-50%, -50%);
}

#more .shape {
  position: absolute;
  z-index: 3;
}
#more .shape img {
  display: block;
  max-width: unset;
}
#more .shape-1 {
  z-index: -1;
  bottom: calc(100% - 20px);
  right: 25px;
}
@media (min-width: 1300px) {
  #more .shape-1 {
    bottom: calc(100% - 20px);
    right: 117px;
  }
}
#more .shape-1 img {
  width: 60.151px;
  height: 63.193px;
  transform: rotate(28.715deg);
}
@media (min-width: 1300px) {
  #more .shape-1 img {
    width: 86.24px;
    height: 90.602px;
  }
}
#more .shape-2 {
  left: calc(100% - 35px);
  top: calc(100% - 30px);
}
@media (min-width: 1300px) {
  #more .shape-2 {
    left: calc(100% - 50px);
    top: calc(100% - 50px);
  }
}
#more .shape-2 img {
  width: 76.788px;
  height: 44.669px;
  transform: rotate(29.157deg);
}
@media (min-width: 1300px) {
  #more .shape-2 img {
    width: 110.958px;
    height: 64.546px;
    transform: rotate(29.157deg);
  }
}
@media (min-width: 1300px) {
  #more .shape-3 {
    bottom: 20px;
    left: 150px;
  }
}
#more .shape-3 img {
  width: 72.215px;
  height: 63.375px;
  transform: rotate(16.631deg);
}
@media (min-width: 1300px) {
  #more .shape-3 img {
    width: 104.349px;
    height: 91.576px;
    transform: rotate(16.631deg);
  }
}
@media (min-width: 1300px) {
  #more .shape-4 {
    bottom: -60px;
    right: 150px;
  }
}
@media (min-width: 1300px) {
  #more .shape-4 img {
    width: 159px;
    height: 159px;
  }
}
#more .container {
  overflow: hidden;
  border-radius: 24px;
  background: #F9F9F9;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  height: 428px;
}
@media (min-width: 1300px) {
  #more .container {
    height: 470px;
    gap: 32px;
  }
}
#more .title {
  position: relative;
  margin: 0 38px;
  z-index: 1;
}
@media (min-width: 1300px) {
  #more .title {
    margin: 0;
  }
}
#more .title > img {
  position: absolute;
}
#more .title > img.v-l {
  right: calc(100% - 70px);
  top: calc(50% - 134px);
  height: 428px;
}
@media (min-width: 1300px) {
  #more .title > img.v-l {
    height: 470px;
    right: calc(100% - 1px);
    top: calc(50% - 150px);
  }
}
#more .title > img.v-r {
  left: calc(100% - 70px);
  top: calc(50% - 134px);
  height: 428px;
}
@media (min-width: 1300px) {
  #more .title > img.v-r {
    height: 470px;
    left: calc(100% - 1px);
    top: calc(50% - 150px);
  }
}
#more .title h2 {
  color: #121212;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 110% */
  letter-spacing: -0.8px;
  border-radius: 100px;
  background: #EBEBEB;
  box-shadow: 0 114px 32px 0 rgba(105, 105, 105, 0), 0 73px 29px 0 rgba(105, 105, 105, 0.01), 0 41px 25px 0 rgba(105, 105, 105, 0.05), 0 18px 18px 0 rgba(105, 105, 105, 0.09), 0 5px 10px 0 rgba(105, 105, 105, 0.1);
  backdrop-filter: blur(4px);
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-size: 24px;
  padding: 8px;
}
@media (min-width: 1300px) {
  #more .title h2 {
    padding: 12px;
    font-size: 40px;
  }
}
#more .title h2 span {
  display: block;
  background: #fff;
  padding: 12px 16px;
  border-radius: 100px;
  text-align: center;
}
@media (min-width: 1300px) {
  #more .title h2 span {
    padding: 26px 42px;
  }
}
#more .title h2::after, #more .title h2::before {
  content: "";
  position: absolute;
  z-index: -1;
}
#more .title h2::before {
  left: 0;
  top: 50%;
  width: 273.603px;
  height: 104.84px;
  transform: translate(-20%, -50%) rotate(142.846deg);
  border-radius: 273.603px;
  background: linear-gradient(90deg, rgba(66, 206, 228, 0.8) 5.55%, rgba(68, 225, 187, 0.8) 26.51%, rgba(89, 195, 130, 0.8) 50.9%, rgba(66, 225, 219, 0.8) 82.14%, rgba(59, 180, 219, 0.8) 94.55%);
  filter: blur(17.5px);
}
#more .title h2::after {
  right: 0;
  top: 50%;
  width: 206.114px;
  height: 90.088px;
  transform: translate(20%, -50%) rotate(60.345deg);
  flex-shrink: 0;
  border-radius: 273.603px;
  background: linear-gradient(90deg, #9152F3 11.23%, #594AE3 65.45%, #396BC7 94.55%);
  filter: blur(17.5px);
}
#more .description {
  color: #5D6C7B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding: 0 20px;
}
@media (min-width: 1300px) {
  #more .description {
    padding: 0;
    width: 50%;
  }
}

@keyframes welcomeScreenAnimation1 {
  0% {
    transform: rotate(141.592deg) scale(1);
  }
  100% {
    transform: rotate(141.592deg) scale(1.5);
  }
}
@keyframes welcomeScreenAnimation2 {
  0% {
    transform: rotate(-133.347deg) scale(1.5);
  }
  100% {
    transform: rotate(-133.347deg) scale(1);
  }
}
#welcome_screen {
  height: calc(100vh - 100px);
  padding: 0;
  margin: 0 16px 32px;
  border-radius: 24px;
  border-bottom: 1px solid #9152F3;
  background: #F9F9F9;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  #welcome_screen {
    margin: 0 24px 80px;
  }
}
#welcome_screen .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 65%;
  background-image: url(.././img/welcome-bg.svg);
  background-size: cover;
}
#welcome_screen h2 {
  color: #0E1109;
  text-align: center;
  /* Display xl Medium */
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%; /* 112.5% */
  letter-spacing: -1.12px;
  white-space: pre-wrap;
}
@media (min-width: 992px) {
  #welcome_screen h2 {
    font-size: 56px;
    line-height: 128%; /* 128.571% */
  }
}
@media (min-width: 992px) and (max-height: 900px) {
  #welcome_screen h2 {
    font-size: 36px;
  }
}
#welcome_screen .description {
  color: #696B66;
  text-align: center;
  /* Text lg Regular */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 155.556% */
  white-space: pre-wrap;
}
@media (min-width: 992px) and (max-height: 900px) {
  #welcome_screen .description {
    font-size: 16px;
  }
}
#welcome_screen .button-primary {
  align-self: center;
}
#welcome_screen .img {
  margin-top: auto;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.55);
  padding: 4px 4px 0 4px;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 992px) {
  #welcome_screen .img {
    border-radius: 33px 33px 0 0;
    padding: 15px 15px 0 15px;
  }
}
#welcome_screen img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 992px) {
  #welcome_screen img {
    border-radius: 20px 20px 0 0;
  }
}
#welcome_screen .container {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  #welcome_screen .container {
    padding-top: 168px;
  }
}
@media (min-width: 992px) and (max-height: 900px) {
  #welcome_screen .container {
    padding-top: 120px;
  }
}
#welcome_screen::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(141.592deg);
  background: linear-gradient(90deg, rgba(145, 82, 243, 0.5) 5.55%, rgba(89, 74, 227, 0.5) 18.38%);
  filter: blur(93.16015625px);
  animation: welcomeScreenAnimation1 3s infinite ease-in-out alternate;
  width: 416.898px;
  height: 259.602px;
  border-radius: 416.898px;
}
@media (min-width: 1300px) {
  #welcome_screen::before {
    width: 1068.544px;
    height: 665.38px;
    border-radius: 1068.544px;
  }
}
#welcome_screen::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, #42CEE4 43.63%, #44E1BB 57.75%, #59C382 71.44%, #42E1DB 82.14%, #3BB4DB 94.55%);
  filter: blur(141.5px);
  animation: welcomeScreenAnimation2 3s infinite ease-in-out alternate;
  transform: rotate(-133.347deg);
  width: 317.587px;
  height: 208.792px;
  border-radius: 317px;
}
@media (min-width: 1300px) {
  #welcome_screen::after {
    width: 814px;
    height: 535.151px;
    border-radius: 814px;
  }
}
.wysiwyg-content {
  color: #0E1109;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.wysiwyg-content:first-child {
  padding-top: 96px;
}
@media (min-width: 1300px) {
  .wysiwyg-content:first-child {
    padding-top: 180px;
  }
}
.wysiwyg-content strong {
  font-weight: 600;
}
.wysiwyg-content h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1300px) {
  .wysiwyg-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wysiwyg-content h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1300px) {
  .wysiwyg-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wysiwyg-content ul {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin: 8px 0;
}
.wysiwyg-content ul > li {
  padding-left: 24px;
  position: relative;
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.wysiwyg-content ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1A79FD;
}
.wysiwyg-content ol {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin: 8px 0 8px 24px;
}
.wysiwyg-content ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/*# sourceMappingURL=index.css.map*/