/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.edusite.ru/montserrat/montserrat.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.edusite.ru/montserrat/montserrat.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.edusite.ru/montserrat/montserrat.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.edusite.ru/montserrat/montserrat.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.edusite.ru/montserrat/montserrat.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*! 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;
  outline: none;
}

/**
 * 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;
}

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 420px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .col-xl-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xxl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-xxl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

  .d-sm-block {
    display: block !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;
  }
}

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

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

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

  .d-md-block {
    display: block !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;
  }
}

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

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

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

  .d-lg-block {
    display: block !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;
  }
}

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

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

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

  .d-xl-block {
    display: block !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;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !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;
  }
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

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

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

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

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

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

@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

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

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

@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

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

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

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

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

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.h1 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .h1 {
    font-size: 28px;
  }
}

.h2 {
  color: var(--hColor, #527DD4);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  /*  @include media-down-xxl {
    font-size: 44px;
  }

  @include media-down-lg {
    font-size: 36px;
  }*/
}

@media (max-width: 1439px) {
  .h2 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .h2 {
    font-size: 22px;
  }
}

.h2.title--orange {
  --hColor: #F48120;
}

/*.h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: $black-color;

  @include media-down-md {
    font-size: 20px;
  }
}*/
.title {
  /*  max-width: 970px;*/
}

.title--sm {
  font-size: .8em;
  color: #333333;
  display: block;
}

.text--md {
  font-size: 24px;
  /*  @include media-down-lg {
    font-size: 18px;
  }*/
}

@media (max-width: 1199px) {
  .text--md {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .text--md {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .text--md {
    font-size: 16px;
  }
}

.text--bigger {
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 991px) {
  .text--bigger {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .text--bigger {
    font-size: 18px;
  }
}

.color-primary {
  color: #527DD4;
}

.text--bolder {
  font-weight: 600;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

@media (max-width: 991px) {

  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {

  .slick-prev,
  .slick-next {
    width: 32px;
    height: 32px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform-origin: center center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Ccircle cx='24' cy='24' r='22.5' transform='matrix(-1 0 0 1 48 0)' stroke='%23FF7A2F' stroke-width='3'/%3E%3Cpath d='M29.6766 38.5303C29.8825 38.2172 29.9901 37.852 29.9994 37.4345C30.0088 37.017 29.9012 36.6517 29.6766 36.3386L20.835 24.0102L29.6766 11.6817C29.8825 11.3947 29.9901 11.036 29.9994 10.6054C30.0088 10.1749 29.9012 9.80311 29.6766 9.49001C29.4708 9.1769 29.2135 9.01383 28.9048 9.00078C28.596 8.98774 28.3293 9.13777 28.1048 9.45087L18.2526 23.1883C18.1591 23.3187 18.0936 23.4492 18.0561 23.5797C18.0187 23.7101 18 23.8536 18 24.0102C18 24.1667 18.0187 24.3102 18.0561 24.4407C18.0936 24.5712 18.1591 24.7016 18.2526 24.8321L28.1048 38.5695C28.3106 38.8565 28.5679 39 28.8767 39C29.1854 39 29.4521 38.8434 29.6766 38.5303Z' fill='%23FF7A2F'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {

  .slick-prev:before,
  .slick-next:before {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {

  .slick-prev:before,
  .slick-next:before {
    width: 32px;
    height: 32px;
  }
}

.slick-prev:before {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  transition: .2s all ease-in-out;
}

@media (hover: hover) {
  .slick-prev:hover:before {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    transition: .2s all ease-in-out;
  }
}

.slick-next:before {
  transform: rotate(180deg);
  box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.25);
  transition: .2s all ease-in-out;
}

@media (hover: hover) {
  .slick-next:hover:before {
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
    transition: .2s all ease-in-out;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  text-align: center;
  background: url("../images/heart-grey.svg") center center no-repeat;
  background-size: 8px 8px;
  transition: all .3s ease-in-out;
}

@media (hover: hover) {
  .slick-dots li button:hover:before {
    background-size: 16px 16px;
    transition: all .3s ease-in-out;
  }
}

.slick-dots li.slick-active button:before {
  background: url("../images/icon-heart.svg") center center no-repeat;
  background-size: 100% auto;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.slick-slide>div {
  height: 100%;
}

.h-100 {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 375px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
  overflow-x: hidden;
}

main {
  flex-grow: 1;
  background: #ffffff;
  color: #333333;
}

.w-100 {
  max-width: 100%;
  height: auto;
  display: block;
}

.block-with-shadow {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.block-with-shadow--blue {
  background: url("../images/bg-alert.svg") top right no-repeat #509FCC;
  background-size: auto 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.block-with-shadow--light-blue {
  background: #D5F3FF;
  border-radius: 16px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.block--bordered {
  border: 1px solid #ffffff;
  background: #509FCC;
  border-radius: 16px;
  padding: 9px 9px 16px;
}

.block--bordered-blue {
  border: 3px solid #527DD4;
  border-radius: 16px;
}

.section:not([class*="pb-"]) {
  padding-bottom: 60px;
  /*@include media-down-sm {
    padding-bottom: 20px;
  }*/
}

@media (max-width: 991px) {
  .section:not([class*="pb-"]) {
    padding-bottom: 30px;
  }
}

.section:not([class*="pt-"]) {
  padding-top: 20px;
  /*  @include media-down-sm {
    padding-top: 20px;
  }*/
}

@media (max-width: 991px) {
  .section:not([class*="pt-"]) {
    padding-top: 10px;
  }
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  /*  min-width: 408px;*/
}

@media (max-width: 991px) {

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 500;
}

.text-semibold600 {
  font-weight: 600;
}

.color-light-yellow {
  color: #FFDC83;
}

.modal-backdrop {
  min-width: 100% !important;
  min-height: 100% !important;
}

.intro__subtitle {
  font-size: 24px;
}

.intro__stat {
  color: #F48120;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* max-width: 500px; */
  margin-left: auto !important;
  margin-bottom: 20px;
  ;
}

@media (max-width: 1441px) and (min-width: 990px) {

  .intro__stat {
    margin-left: 16px;
  }

}

.intro__numbers {
  flex-direction: row;
  gap: 50px;
}

.intro__stat-number {
  font-size: 45px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 450px) {
  .intro__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
  }
  .intro__numbers {
    gap: 0;
  }
  .intro__stat-number {
    font-size: 35px;
  }
}

.intro__stat-sm {
  line-height: 1;
}

.intro__adv-title {
  background: #F48120;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-bottom: 36px;
  margin-bottom: -30px;
  width: max-content;
  text-align: center;
}

.intro__adv-title .h2 {
  --hColor: #ffffff;
}

.ul--theme-hearts {
  padding: 0;
  margin: 0;
}

.ul--theme-hearts li {
  list-style-type: none;
  margin: 0;
}

.ul--theme-hearts li:not(:last-child) {
  padding: 0 0 16px;
}

@media (max-width: 991px) {
  .ul--theme-hearts li:not(:last-child) {
    padding-bottom: 8px;
  }
}

.ul--theme-hearts li:before {
  content: '';
  background: url("../images/icon-heart.svg") center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: 8px;
  top: -2px;
  position: relative;
}

.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  height: 42px;
  padding-bottom: 1px;
  padding-left: 22px;
  padding-right: 22px;
  color: #527DD4;
  /*padding: 16px 24px 18px;*/
  /*min-width: 190px;*/
  font-weight: 600;
  border: 1px solid var(--borderColor, white);
  /*box-shadow: 0px 4px 5px 0px rgba($black-color, 0.25);*/
  transition: all .3s ease-in-out;
  /*&--sizeS {
    padding: 10px 20px 10px;
    min-width: auto;
  }

  &--default {
    color: white;
  }*/
  /*  &--scroll {
    background: $darker-blue;
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 56px;
    height: 56px;
    overflow: hidden;

    @include media-down-sm {
      width: 40px;
      height: 40px;
    }

    svg,
    img {
      height: 18px;
      width: auto;
      top: 50%;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      transform: translateY(-50%);
      animation: btnScroll 1.3s linear infinite;
    }

    &:hover {
      svg,
      img {
        animation: none;
      }
    }
  }

  @keyframes btnScroll {
    from {transform: translateY(-100%)}
    to {transform: translateY(-30%)}
  }*/
}

@media (max-width: 767px) {
  .btn {
    padding: 10px 20px 12px;
    min-width: 150px;
  }
}

@media (hover: hover) {
  .btn:hover {
    transition: all .5s ease-in-out;
  }
}

.btn--with-icon {
  background: white;
  display: flex;
  gap: 10px;
  padding-right: 6px;
}

.btn--with-icon svg {
  width: 36px;
  height: 36px;
  position: relative;
  top: 1px;
  transition: all .5s ease-in-out;
}

.btn--with-icon:hover svg {
  transform: rotate(360deg);
}

.btn--with-icon.active svg {
  transform: rotate(360deg);
}

.btn--inverted {
  --borderColor: white;
}

.btn--orange {
  background: #F48120;
}

@media (hover: hover) {
  .btn--orange:hover {
    background: #F48120;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  }
}

.btn--outlined {
  color: #ffffff;
  position: relative;
}

@media (hover: hover) {
  .btn--outlined:hover {
    color: #e15f06;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  }
}

@media (hover: hover) {
  .btn--outlined:hover:after {
    border: 3px solid #e15f06;
    transition: all .5s ease-in-out;
  }
}

.btn--close {
  border: 0;
  position: relative;
  outline: none;
  cursor: pointer;
  background: url("../images/icon-close.svg") center center no-repeat transparent;
  background-size: 60% auto;
  width: 36px;
  height: 36px;
  opacity: .6;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}

@media (hover: hover) {
  .btn--close:hover {
    opacity: 1;
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
  }
}

.btn--blue-shadow {
  box-shadow: 2px 2px 15px rgba(82, 125, 212, 0.25);
}

@media (hover: hover) {
  .btn--blue-shadow:hover {
    box-shadow: 2px 2px 18px rgba(82, 125, 212, 0.5);
  }
}

.btn--orange-shadow {
  box-shadow: 2px 2px 15px rgba(244, 129, 32, 0.25);
}

@media (hover: hover) {
  .btn--orange-shadow:hover {
    box-shadow: 2px 2px 18px rgba(244, 129, 32, 0.5);
  }
}

.link--decoration-none {
  text-decoration: none;
}

/* old */
.link--orange {
  color: #F48120;
  transition: all .3s ease-in-out;
}

@media (hover: hover) {
  .link--orange:hover {
    color: #e15f06;
    transition: all .3s ease-in-out;
  }
}

.link--black {
  color: #333333;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

@media (hover: hover) {
  .link--black:hover {
    color: #666666;
    transition: all .3s ease-in-out;
  }
}

.link--manual {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: .5em;
}

.link--manual:before {
  content: "";
  display: flex;
  position: relative;
  width: 1.1em;
  height: 1.1em;
  top: 0.05em;
  background: url("../images/icon-document.svg") center center no-repeat;
  background-size: auto 100%;
  transform-origin: center center;
  transform: scale(1);
  transition: .1s all ease-in-out;
}

@media (hover: hover) {
  .link--manual:hover:before {
    transform: scale(1.1);
    transition: .1s all ease-in-out;
  }
}

.link--reg {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: .5em;
}

.link--reg:before {
  content: "";
  display: flex;
  position: relative;
  width: 1.1em;
  height: 1.1em;
  background: url("../images/icon-person.svg") center center no-repeat;
  background-size: auto 100%;
  transform-origin: center center;
  transform: scale(1);
  transition: .1s all ease-in-out;
}

@media (hover: hover) {
  .link--reg:hover:before {
    transform: scale(1.1) translateY(1px);
    transition: .1s all ease-in-out;
  }
}

.link--dashed {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .header {
    position: fixed;
    width: 100%;
  }
}

.header__bottom {
  color: #ffffff;
  background: #003b8c;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease-in-out;
}

.header__logo-wrap {
  max-width: 250px;
  width: 13%;
  height: 100px;
  flex: 0 0 auto;
  border-bottom-right-radius: 80px;
  box-shadow: 2px -17px 15px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  background: #ffffff;
  margin-bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

@media (max-width: 1439px) {
  .header__logo-wrap {
    width: 220px;
    height: 113px;
  }
}

@media (max-width: 1199px) {
  .header__logo-wrap {
    width: 180px;
  }
}

.header__logo-wrap img {
  width: 180px;
  height: auto;
}

@media (max-width: 991px) {
  .header__logo-wrap img {
    width: 150px;
  }
}

.header__menu-wrap {
  flex: 1;
  transition: all .3s ease-in-out;
}

.header__menu {
  display: flex;
  gap: 2px 28px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1439px) {
  .header__menu {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.header__menu li {
  padding: 0;
  left: 0;
}

.header__menu a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .header__menu a {
    font-size: 13px;
  }
}

.header__btns {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}

.header__btn-orange {
  background: #FF7A2F;
  overflow: hidden;
  position: relative;
  color: white;
  cursor: pointer;
  font-size: 15px;
  line-height: 16px;
  padding: 7px 15px 7px 7px;
  border-radius: 24px;
  text-decoration: none;
  display: flex;
  font-weight: 500;
  white-space: nowrap;
  min-width: 104px;
  transition: all 0.3s ease;
}
.header__btn-orange:hover {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header__btn-orange svg {
  transition: all .5s ease-in-out;
}

.header__btn-orange:hover svg {
  transform: rotate(360deg);
}

.header__btn-orange.active svg {
  transform: rotate(360deg);
}

.intro__stat-txt {
  font-size: 1.4rem;
}

@media (max-width: 575px) {
  .header__btn-orange {
    padding-left: 16px;
    padding-right: 16px;
  }
  .intro__stat-txt {
    font-size: 1rem;
  }
}

/* .header__btn-orange:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
} */

.header__btn--free {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.header__btn--free:before {
  -webkit-animation: shiny-btn1 4s ease-in-out infinite;
  -moz-animation: shiny-btn1 4s ease-in-out infinite;
  -o-animation: shiny-btn1 4s ease-in-out infinite;
  animation: shiny-btn1 4s ease-in-out infinite;
}

.header__btn--free-bold {
  font-weight: 700;
  color: #FFE3AA;
}

.header__btn--order {
  display: flex;
  padding-top: 6px;
  gap: 10px;
}

.header__btn--order:before {
  -webkit-animation: shiny-btn1 4s ease-in-out infinite 2s;
  -moz-animation: shiny-btn1 4s ease-in-out infinite 2s;
  -o-animation: shiny-btn1 4s ease-in-out infinite 2s;
  animation: shiny-btn1 4s ease-in-out infinite 2s;
}

.header__btn--order-bold {
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

.header__right {
  width: 300px;
  flex: 0 0 auto;
  /* margin-left: auto; */
}

.header__left {
  width: max-content;
  flex: 0 0 auto;
  margin-right: auto;
}

@media (max-width: 1439px) {
  .header__right {
    width: auto;
    padding-right: 10px;
  }
}

.header__right * {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 1439px) {
  .header__right-phones {
    display: flex;
    flex-direction: column;
  }
}

.header__bottom-main {
  text-align: end;
  font-size: 14px;
  color: #ffffff;
  /* padding-left: 60px; */
  flex: 1;
  margin-right: 30px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .header__bottom-main {
    font-size: 13px;
  }
}

@media (max-width: 1040) {
  .header__bottom-main {
    display: none !important;
  }
}

.header__bottom-right {
  display: flex;
  gap: 30px;
  align-items: center;
}

.header__bottom-left {
  font-size: 0.8em;
  display: flex;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header__bottom-left li {
    background-color: #527dd470;
    margin: 0;
    padding: 3px 9px;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.header__bottom-left li:hover {
    background-color: #527dd4;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header__bottom-left li a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .header__bottom-main {
    display: none;
  }
}

.header__bottom-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: -moz-available;
  flex-basis: -webkit-fill-available;
  flex-direction: row;
  margin-left: 16%;
}

.header__align-div {
  max-width: 250px;
  width: 13%;
  flex: 0 0 auto;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

@media (max-width: 1456px) {
  .header__align-div {
    margin-right: 30px !important;
  }
}

@media (max-width: 1199px) {
  .header__bottom-right {
    gap: 18px;
  }
}

.header__bottom-link {
  text-decoration: underline;
  color: #FFD16C;
  padding-left: 10px;
  font-weight: 500;
}

.header__bottom-soc {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 6px;
}

.header__bottom-soc li {
  margin: 0;
  padding: 0;
}

.header__bottom-soc a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: all .3s ease-in-out;
}

.header__bottom-soc a:hover {
  opacity: .8;
}

.header__email-link {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

.header__logo-mob {
  width: 38px;
}

.header__burger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .header__hidden-on-mob {
    display: none;
  }
}

.header__mob-menu {
  position: fixed;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
}

.header__menu-mob {
  gap: 16px;
}

.header__menu-mob li a {
  font-size: 18px;
  white-space: normal;
}

.header__mob-menu-inner {
  gap: 36px;
  justify-content: space-between;
}

.header__mob-contacts {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 8px;
}

.header__mob-contacts a {
  color: #444444;
}

.header__btn-mob-lk {
  font-weight: 500;
  color: #000000;
  background: white;
  border: 2px solid #F48120;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.header__mob-lk {
  text-decoration: none;
  color: #F48120;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__mob-lk svg {
  width: 28px;
  height: 28px;
}

.header__mob-lk-txt {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
}

.header__bottom-soc-mob {
  gap: 16px;
}

.header__bottom-soc-mob a {
  background: #527DD4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  2% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }

  3% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.5;
  }

  30% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes shiny-btn1 {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  2% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }

  3% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 0.5;
  }

  30% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-o-keyframes shiny-btn1 {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  2% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }

  3% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 0.5;
  }

  30% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }

  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  2% {
    transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }

  3% {
    transform: scale(4) rotate(45deg);
    opacity: 0.5;
  }

  30% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.footer {
  background: #08377D;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 30px;
  font-size: 15px;
}

@media (max-width: 1199px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.footer__email {
  position: relative;
  margin-left: 24px;
}

.footer__email:before {
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 10.6851H2.5C1.67347 10.6851 1 10.0586 1 9.28977V2.11403C1 1.3452 1.67347 0.71875 2.5 0.71875H14.5C15.3265 0.71875 16 1.3452 16 2.11403V9.31825C15.9694 10.0586 15.3265 10.6851 14.5 10.6851Z' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M2 0.71875L8.44091 6.69934L15 0.71875' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E") center center no-repeat;
}

.footer__phone {
  position: relative;
  margin-left: 24px;
}

.footer__phone:before {
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_119_689)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.54579 0.981359C2.83549 1.07738 2.18402 1.42762 1.71216 1.96726C1.2394 2.5079 0.979099 3.20184 0.979648 3.92001C0.979648 6.3335 1.9384 8.64843 3.64498 10.355C5.35156 12.0616 7.66616 13.0203 10.0796 13.0203C10.7978 13.0209 11.4921 12.7606 12.0327 12.2878C12.5724 11.816 12.9226 11.1645 13.0186 10.4542C13.0217 10.4249 13.0153 10.3953 13.0006 10.3698C12.9854 10.3436 12.9622 10.323 12.9344 10.3111L12.9277 10.3083L9.63047 8.83087C9.60958 8.8223 9.58696 8.81889 9.5645 8.8209C9.54681 8.82253 9.52967 8.82751 9.51388 8.83546L7.78695 10.3043C7.77514 10.3144 7.76276 10.3238 7.74988 10.3325C7.60949 10.4273 7.44675 10.4839 7.27786 10.4966C7.1089 10.5094 6.93956 10.4778 6.78657 10.4051L6.78427 10.404C5.51191 9.79032 4.21768 8.51229 3.59686 7.24137L3.59554 7.23868C3.52257 7.08653 3.49035 6.91808 3.50198 6.74974C3.51362 6.58141 3.56874 6.41895 3.66195 6.27834C3.67077 6.26501 3.68034 6.25224 3.69061 6.24003L5.16486 4.48705C5.17255 4.4715 5.17731 4.4546 5.17883 4.43721C5.18078 4.41498 5.17739 4.39262 5.16894 4.37197L3.68879 1.06563C3.6769 1.03781 3.65638 1.01458 3.6302 0.999435C3.60465 0.984657 3.57511 0.978346 3.54579 0.981359ZM3.4445 0.147469C3.65475 0.122492 3.86744 0.166278 4.05072 0.272275C4.23283 0.377591 4.37619 0.538694 4.45964 0.731722L5.9403 4.03917C6.00386 4.18768 6.02973 4.34962 6.01562 4.51056C6.0015 4.67149 5.94786 4.82644 5.85938 4.96162C5.85019 4.97565 5.84017 4.98913 5.82936 5.00197L4.35417 6.75607C4.34608 6.77209 4.34123 6.78962 4.33998 6.80765C4.33839 6.83067 4.34271 6.85363 4.35251 6.87446C4.88963 7.97273 6.04395 9.11379 7.14771 9.64674C7.1686 9.65648 7.19167 9.66074 7.21474 9.659C7.23289 9.6576 7.25053 9.65256 7.2666 9.64422L8.99482 8.17422C9.00736 8.16352 9.02058 8.15361 9.0343 8.14448C9.16998 8.05415 9.32611 7.99916 9.48846 7.98438C9.6508 7.96959 9.81426 7.99558 9.96406 8.05992L9.97 8.0625L13.2684 9.54039C13.4614 9.62383 13.6224 9.76719 13.7277 9.94925C13.8337 10.1325 13.8775 10.3452 13.8525 10.5555L13.8518 10.5617C13.7295 11.4753 13.2795 12.3134 12.5856 12.9202C11.8918 13.5269 11.0011 13.861 10.0793 13.8603C10.0792 13.8603 10.0794 13.8603 10.0793 13.8603C7.44317 13.8602 4.91504 12.813 3.05101 10.949C1.18697 9.08494 0.139734 6.55677 0.139649 3.92066C0.139022 2.999 0.473112 2.10815 1.07981 1.41432C1.68658 0.720416 2.52471 0.270501 3.43834 0.148247L3.4445 0.147469Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_119_689'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 16px;
  font-size: 12px;
  opacity: .8;
  text-align: center;
}

.footer a {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  .intro__round {
    background: url("../images/round.png") center center no-repeat !important;
    background-size: 100% auto !important;
  }

  .intro__round:after {
    display: none !important;
  }

  .intro__round .intro__round-txt,
  .intro__round .intro__round-icon {
    display: none !important;
  }
}

.ul--check {
  margin: 0;
  padding: 0;
}

.ul--check li {
  margin: 0 0 12px;
  padding: 0 0 0 36px;
  list-style-type: none;
  position: relative;
}

.ul--check li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icon-ul-check.svg") center center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1439px) {
  .ul--check li:before {
    top: -1px;
  }
}

.editor {
  background: #D5F3FF;
  border-radius: 30px;
  position: relative;
  min-height: 350px;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
}

.rosobr-check {
  background: #D5F3FF;
  border-radius: 30px;
  position: relative;
  min-height: 400px;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
}

.editor:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: url("../images/bg-blue.svg") top left no-repeat;
  background-size: 200% auto;
}

@media (max-width: 1199px) {
  .editor:after {
    width: 50%;
    height: 80%;
    top: 0;
    background-size: auto 100%;
  }
}

@media (max-width: 991px) {
  .editor:after {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 500px;
    background-position: center top;
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .editor:after {
    height: 300px;
  }

  .rosobr-check {
    margin-bottom: 1em;
  }
}

@media (max-width: 1439px) {

  .editor,
  .rosobr-check {
    font-size: 16px;
  }
}

.editor__col-pic {
  position: absolute;
  right: -15px;
  top: 20px;
  height: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .editor__col-pic {
    right: 0;
    position: relative;
  }
}

.editor__txt {
  position: relative;
  z-index: 1;
}

.editor__img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .editor__img {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .editor__img {
    width: 100%;
  }
}

.voice {
  background: #FFECC6;
  position: relative;
  overflow: hidden;
}

.voice:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1400px;
  height: 100%;
  background: url("../images/bg-yellow.svg") center left no-repeat;
  background-size: 52% auto;
}

@media (max-width: 991px) {
  .voice:after {
    width: 100%;
    height: 400px;
    background-size: auto 100%;
    transform: translate3d(-50%, -30px, 0);
  }
}

@media (max-width: 575px) {
  .voice:after {
    background-position: center center;
  }
}

.voice__wrap {
  position: relative;
  z-index: 1;
}

.voice__video-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .voice__video-wrap {
    width: 500px;
  }
}

@media (max-width: 575px) {
  .voice__video-wrap {
    width: auto;
  }
}

.voice__video {
  width: 100%;
}

.voice__txt {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1439px) {
  .voice__txt {
    font-size: 16px;
  }
}

.eye {
  background: #D5F3FF;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1439px) {
  .eye {
    font-size: 16px;
  }
}

.eye__img-wrap {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  transform: translateY(-24px);
  margin-left: 24px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .eye__img-wrap {
    width: 500px;
  }
}

@media (max-width: 575px) {
  .eye__img-wrap {
    width: auto;
    margin: 16px;
    transform: translateY(0);
  }
}

.work__tabs {
  gap: 10px;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .work__tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.work__tab {
  border-radius: 16px;
  background: #D5F3FF;
  padding: 10px 16px 10px 10px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 1439px) {
  .work__tab {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .work__tab {
    width: calc(50% - 5px);
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .work__tab {
    width: 100%;
    opacity: 1 !important;
  }
}

@media (max-width: 575px) {
  .js_slider-works.work__slider {
      display: none !important;
  }
  
  .work__tabs {
      flex-direction: column;
      width: 100%;
  }
  
  .work__tab {
      pointer-events: none;
      opacity: 0.7;
  }
  
  .work__tab.active {
      opacity: 1;
  }
}

.work__tab.active {
  background: #527DD4;
  color: #ffffff;
}

.work__icon {
  width: 66px;
  height: auto;
  flex: 0 0 auto;
  margin-top: -6px;
  position: relative;
}

@media (max-width: 767px) {
  .work__icon {
    width: 50px;
  }
}

.work__slider {
  position: relative;
}

.work__slider:after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.work__slider-item {
  overflow: hidden;
  border-radius: 20px;
}

.work__img {
  width: 100%;
}

.design {
  background: url("../images/video-bg.svg") center center no-repeat #FFECC6;
  background-size: 80% auto;
  position: relative;
}

.design:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-design.svg") center center no-repeat;
}

@media (max-width: 991px) {
  .design:after {
    display: none;
  }
}

.design>div {
  position: relative;
  z-index: 1;
}

.design__video,
.design__slider {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}

.design__video img,
.design__slider img {
  width: 100%;
  height: auto;
}

.design__slider {
  box-shadow: 2px 2px 30px rgba(202, 81, 33, 0.8);
}

.design__slider-wrap {
  position: relative;
}

.online__block {
  background: #D5F3FF;
  border-radius: 24px;
  font-weight: 500;
}

.online__block:first-child {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .online__block {
    max-width: 370px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}

.online__block--letter {
  position: relative;
  z-index: 1;
  background-image: url("../images/steps-bg.png") center bottom no-repeat;
}

.online__col--letter {
  position: relative;
}

.online__col--letter:after {
  content: "";
  display: block;
  position: absolute;
  width: 1072px;
  top: -43px;
  height: 455px;
  background: url("../images/plane.svg") center top no-repeat;
  z-index: 0;
}

@media (max-width: 1199px) {
  .online__col--letter:after {
    width: 923px;
    top: 0;
  }
}

@media (max-width: 991px) {
  .online__col--letter:after {
    top: -45px;
  }
}

@media (max-width: 767px) {
  .online__col--letter:after {
    background: url("../images/plane-sm.svg") top left no-repeat;
    width: 600px;
    height: 224px;
    top: -80%;
  }
}

@media (max-width: 575px) {
  .online__col--letter:after {
    display: none;
  }
}

.online__sm {
  max-width: 328px;
}

@media (max-width: 575px) {
  .online__sm {
    max-width: none;
  }
}

.online__number {
  color: #527DD4;
  background: white;
  width: 56px;
  height: 56px;
  border: 3px solid #527DD4;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  position: relative;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .online__number {
    width: 42px;
    height: 42px;
    font-size: 24px;
    border: 2px solid #527DD4;
  }
}

.online__pic {
  overflow: hidden;
  border-radius: 40px;
}

@media (max-width: 1199px) {
  .online__pic {
    border-radius: 20px;
  }
}

.online__pic1 {
  left: 60px;
  margin-right: 40px;
  top: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .online__pic1 {
    top: 10px;
    left: 20px;
  }
}

.online__pic2 {
  top: 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .online__pic2 {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .online__pic2 {
    top: 10px;
  }
}

.online__pic3 {
  left: 60px;
  margin-right: 20px;
  top: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .online__pic3 {
    top: 10px;
    left: 20px;
    margin-right: 25px;
  }
}

.online__archive {
  z-index: 2;
  position: relative;
  top: 20px;
  border-radius: 20px;
  background: #ffd16c;
  background: linear-gradient(225deg, #ffd16c 0%, #ff7d4e 100%);
}

.online__archive:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 5px solid rgba(255, 125, 78, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

.online__archive-icon {
  width: 90px;
  height: 86px;
  margin-top: -24px;
  margin-left: -20px;
  z-index: 2;
  margin-right: 13px;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .online__archive-icon {
    width: 70px;
    height: 70px;
  }
}

.online__archive-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  animation: pulseButton 2s ease infinite;
  animation-delay: 1.5s;
}

.online__archive-icon:after {
  opacity: 0;
}

@keyframes pulseButton {
  0% {
    box-shadow: none;
  }

  40% {
    box-shadow: 0 0 0 10px rgba(253, 203, 61, 0.5);
  }

  to {
    box-shadow: 0 0 0 15px rgba(253, 203, 61, 0);
  }
}

.garant {
  background: #FFECC6;
  border-radius: 30px;
  padding: 0 32px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .garant {
    font-size: 16px;
  }
}

.garant:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30%;
  height: 100%;
  background: url("../images/statue.png") top center no-repeat;
  background-size: 90% auto;
}

@media (max-width: 767px) {
  .garant:before {
    width: 100%;
    height: 150px;
    left: 0;
    top: 20px;
    background: url("../images/law.png") top center no-repeat;
    background-size: auto 100%;
  }
}

.garant:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 370px;
  height: 370px;
  background: #ffd16c;
  background: linear-gradient(90deg, rgba(255, 209, 108, 0) 0%, #ffd16c 100%);
  border-radius: 50%;
  opacity: .5;
}

@media (max-width: 1439px) {
  .garant:after {
    left: -30px;
  }
}

@media (max-width: 1199px) {
  .garant:after {
    width: 320px;
    height: 320px;
    left: -60px;
    top: -80px;
  }
}

@media (max-width: 767px) {
  .garant:after {
    left: 50%;
    margin-left: -160px;
    top: -100px;
  }
}

.garant__txt {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .garant__txt {
    padding-top: 170px;
  }
}

.garant__hidden {
  display: none;
}

.garant__hidden li {
  margin-bottom: 12px;
  font-size: .8em;
}

.garant__pic {
  max-width: 320px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .garant__pic {
    max-width: 200px;
  }
}

.projects {
  font-size: 15px;
  font-weight: 500;
}

.projects__block {
  border: 2px solid #B7D0F4;
  padding: 16px;
  border-radius: 30px;
}

.projects__block-header {
  gap: 16px;
}

.projects__block-title {
  font-weight: 700;
  font-size: 18px;
}

.projects__block-h-icon {
  width: 70px;
  display: flex;
  flex: 0 0 auto;
}

.projects__block-h-icon img {
  width: 100%;
}

.projects__row-bordered {
  position: relative;
}

.projects__row-bordered:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #B7D0F4;
  opacity: .6;
  left: 16px;
  right: 16px;
  top: 0;
}

.projects__link--with-icon img {
  width: 20px;
  height: 20px;
  display: flex;
  flex: 0 0 auto;
  margin-right: 10px;
}

.projects__link--tech {
  position: relative;
  margin-left: 24px;
}

.projects__link--tech:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 49.3 54.8' viewBox='0 0 49.3 54.8'%3E%3Cpath d='M24.5 54.8c-.3 0-.6-.1-.8-.2L.8 41c-.5-.3-.8-.9-.8-1.4V14.3c0-.6.3-1.2.9-1.4L24.3.2c.5-.3 1.1-.3 1.5 0l22.6 11.7c.5.3.9.8.9 1.5V40c0 .6-.3 1.1-.8 1.4L25.3 54.6c-.3.2-.6.2-.8.2zM3.3 38.6l21.2 12.7L46 39V14.3L25.1 3.5 3.3 15.3v23.3z'/%3E%3Cpath d='M24.6 29.3c-.3 0-.6-.1-.8-.2L2 16.2c-.8-.5-1-1.5-.6-2.2.5-.8 1.5-1 2.2-.6l21 12.4 21.7-13c.8-.5 1.8-.2 2.3.6.5.8.2 1.8-.6 2.3L25.4 29.1c-.2.2-.5.2-.8.2z'/%3E%3Cpath d='M24.5 53.3c-.9 0-1.6-.7-1.6-1.6V27.4c0-.9.7-1.6 1.6-1.6s1.6.7 1.6 1.6v24.2c0 1-.7 1.7-1.6 1.7z'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}

.projects__link--site {
  position: relative;
  margin-left: 24px;
}

.projects__link--site:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 360 360.1' version='1.1' viewBox='0 0 360 360.1'%3E%3Cstyle%3E.st0%7Bfill:%23333%7D%3C/style%3E%3Cpath d='M180 360C80.7 360 0 279.3 0 180S80.7 0 180 0s180 80.7 180 180-80.7 180-180 180zm0-340C91.8 20 20 91.8 20 180s71.8 160 160 160 160-71.8 160-160S268.2 20 180 20z' class='st0'/%3E%3Cpath d='M166 360.1c-3.1-1.4-75.9-35.3-77.9-180-.7-41.5 5.6-100.1 39.2-143.7C148.1 9.5 169.5 1 170.4.7l7.2 18.7L174 10l3.6 9.3c-.2.1-18 7.4-35.3 30.4-23.2 30.9-35.1 75.9-34.3 130.1.5 37.9 6.9 91.5 34 131.1 16 23.3 32 30.9 32.1 31l-8.1 18.2zM197 360.1l-8.1-18.3c.1 0 16-7.6 32-30.9 27.1-39.6 33.5-93.1 34-131.1.8-54.3-11.1-99.3-34.3-130.1-17.3-23.1-35.2-30.4-35.3-30.4L192.5.7c.9.3 22.4 8.8 43.1 35.7 18.5 24.1 40.4 68.5 39.3 143.7-2 144.8-74.8 178.7-77.9 180z' class='st0'/%3E%3Cpath d='M23 109h316v20H23zM23 232h316v20H23z' class='st0'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}

.projects__link--logo {
  background: #D5F3FF;
  border-radius: 10px;
  height: 56px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.projects__link--logo img {
  height: 100%;
  width: auto;
}

.projects__link--logo-wide {
  flex: 1;
}

.projects a {
  color: #000000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

@media (hover: hover) {
  .projects a:hover {
    color: #F48120;
    transition: all .3s ease-in-out;
  }
}

.sertif {
  background: #D5F3FF;
}

.sertif__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 1439px) {
  .sertif__row {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.sertif__hidden {
  display: none;
}

.sertif__item {
  width: 20%;
  flex: 0 0 auto;
  padding: 16px;
}

@media (max-width: 1439px) {
  .sertif__item {
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  .sertif__item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .sertif__item {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .sertif__item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .sertif__item {
    width: 100%;
  }
}

.sertif__link {
  padding: 16px;
  background: white;
  border-radius: 24px;
  box-shadow: 0px 0px 16px #aec8fa;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  transition: box-shadow, transform ease-in-out .3s;
}

@media (hover: hover) {
  .sertif__link:hover {
    box-shadow: 4px 4px 20px #527DD4;
    transform: scale(1.05) translate3d(0, 0, 0);
    -webkit-transform: scale(1.05) translate3d(0, 0, 0);
  }
}

.sertif__pic {
  height: 250px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sertif__pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sertif__txt {
  font-size: 13px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.sertif__modal .modal-content {
  border-radius: 25px;
}

.sertif__modal .btn--close {
  margin-top: -5px;
  margin-right: -5px;
}

.sertif__modal .modal-body {
  text-align: center;
}

.sertif__modal .modal-body img {
  max-width: 100%;
}

.sertif__show-all-wrap {
  padding-top: 30px;
  background: #d5f3ff;
  background: linear-gradient(180deg, rgba(213, 243, 255, 0) 0%, #d5f3ff 100%);
}

.content_docs h3 {
  color: #003b8c;
}

.doc_links {
  text-decoration: none;
  color: #000;
  margin-left: 20px;
  margin-bottom: 10px;
}

.doc_links:hover {
  color: #003b8c;
}

.block_docs {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.content_service h3 {
  color: #003b8c;
  text-transform: uppercase;
}

.service_links {
  text-decoration: none;
  color: #08377D;
}

.block_service {
  margin-left: 20px;
}

.content_zpdn h3 {
  color: #003b8c;
  text-transform: uppercase;
}

.zpdn_links {
  text-decoration: none;
  color: #08377D;
}

.block_zpdn {
  margin-left: 20px;
}

.content_wordpress h3 {
  color: #003b8c;
  text-transform: uppercase;
}

.wordpress_links {
  text-decoration: none;
  color: #08377D;
}

.block_wordpress {
  margin-left: 20px;
}

.block_figure {
  display: flex;
  align-items: start;
  /* justify-content: center; */
  flex-wrap: wrap;
}

.block_figure figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  text-align: center;
}

.block_figure figure img {
  width: 150px;
  box-shadow: 4px 4px 20px #527DD4;
}

.video_instr {
  box-shadow: 4px 4px 20px #527DD4;
  width: 400px;
}

.btn_zakaz {
  background: #08377D;
  color: white;
  border: solid 1px #08377D;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  max-width: 130px;
  text-transform: uppercase;
  margin: 0;

}

@media (max-width: 991px) {
  .title_show {
    display: block !important;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.kurs_list li {
  margin-bottom: 20px;
}

/* .docs_list li{
      list-style-image: url(https://edusite.ru/images/doc_link.png);

    } */

.docs_list {
  list-style: none;
}

.docs_list li {
  margin-bottom: 10px;
}


.docs_list li::before {
  content: url('https://edusite.ru/images/doc_link_2.png');
  margin-right: -10px;
  vertical-align: middle;

}


.doc_social {
  list-style: none;
}

.doc_social ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

}

.doc_social ul li img {
  width: 30px;
}

.doc_social ul li a {
  padding-top: 10px;
}

.news-slider-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.section__news {
  background-color: #fff;
  padding: 10px;
  color: #4c4c4c;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 3px solid #F48120
}

.news__h {
  margin-bottom: 10px;
  font-size: 1.2rem;
  background-color: #003b8c;
  padding: 10px;
  margin: -10px -10px 10px -10px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  text-align: center;
  color: #fff !important;
  border: 4px solid;
}

.news-content {
  height: 120px;
  display: flex;
  flex-direction: column;
}

.news-slider {
  position: relative;
  flex-grow: 1;
  min-height: 0;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  top: 0;
  left: 0;
}

.slide.active {
  opacity: 1;
  position: relative;
}

.news__title {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 10px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 5.5em;
}

.news-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  position: relative;
}

.news-links {
  margin: 0 auto;
}

.news__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__link img {
  width: 16px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #000;
}

.news__link a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.slider-dots {
  position: absolute;
  right: 0;
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #c3c3c3;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #003b8c;
}

@media (max-width: 766px) {
  .news-slider-wrapper {
    width: 100%;
  }
}

.invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 0.875em;
}

.check-website.is-invalid~.invalid-feedback,
.check-website:invalid:focus~.invalid-feedback {
  display: block;
}

.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

input.check-website {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0;
  border: 2px solid #ddd;
  border-radius: 15px;
  font-size: 17px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  height: 60px;
}

.check-website-button {
  display: block;
  width: 150px;
  padding: 10px;
  background-color: #4a90e2;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.check-website-button:hover {
  background-color: #3a7bc8;
}

.form-container {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-out;
}

.error-message-cls {
  height: 0;
  overflow: hidden;
  color: #fff;
  padding: 0 20px;
  background-color: #FF5252;
  border-radius: 30px;
  font-weight: 400;
  font-size: 0.8em;
  width: max-content;
  margin-top: 0;
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transform-origin: top;
  opacity: 0;
}

.error-message-cls.visible {
  height: auto;
  padding: 10px 20px;
  margin-top: 10px;
  opacity: 1;
  transform: scaleY(1);
}

.button-container {
  transition: margin-top 0.5s ease-out;
}

.inline-flex {
  display: inline-flex;
}

@media (max-width: 1199px) {
  .adaptive-h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 1439px) {
  .adaptive-h2 {
    font-size: 25px;
  }
}

.form-select {
  padding: 0.5rem 1rem;
  height: 42px;
  border-radius: 15px;
  border: 1px solid #ddd;
  background-color: white;
  color: #333;
  transition: all .5s ease-in-out;
  font-size: 17px;
  width: -webkit-fill-available;
  width: fit-content;
}

.buttons-container {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start !important;
  gap: 10px;
}

@media (max-width: 1439px) {
  .buttons-container {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .buttons-container {
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
  }
}

@media (max-width: 575px) {
  .buttons-container {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
}

.login-btn {
  margin-top: 5px;
  flex: 0 0 auto;
  margin-left: auto;
}

.login-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background-color: #FF7A2F;
  padding: 5px 15px 5px 5px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.login-link:hover {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.login-icon, .register-icon {
  height: 24px;
  width: 24px;
  background-size: contain; /* Масштабирует SVG с сохранением пропорций */
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.login-icon {
  background: url(../images/login-img.svg) no-repeat center / contain;
}

.register-icon {
  background: url(../images/register-img.svg) no-repeat center / contain;
}

.login-text {
  color: #fff;
  font-size: 1rem;
}

.font-check {
  font-family: "Montserrat", serif;
}

input.check-website:invalid {
  border: 2px solid #ddd;
}

.form-select option {
  font-family: "Montserrat", serif !important;
}

.header__perenos {
  display: flex;
  align-items: center;
  color: #FF7A2F;
}

.fancybox-content {
  border-radius: 10px !important;
  overflow: hidden !important;
  max-width: 500px;
}

/* Закругление углов для iframe */
.fancybox-iframe {
    border-radius: 10px !important;
}

.sv_settings {
  z-index: 1000;
  position: fixed;
  top: 100%;
  transform: translateY(-100%);
}

.low_see {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}

.low_see span {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 2px 9px;
    background-color: #2458ac;
    border-radius: 20px;
    gap: 10px;
    color: white;
    font-size: 0.8em;
}
.low_see:hover span {
    background-color: #527dd4;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.low_see span img {
  width: 20px;
  height: 20px;
}

.bad-see ::after {
  display: none;
}

.bad-see .header__bottom {
  border-top: 1px solid #000;
}

.social-media-footer {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  margin-bottom: 20px;
  padding: 0;
}

.social-media-footer li a {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.social-media-footer li a img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .fancybox-content {
    width: 95% !important;
    max-width: 500px;
    max-height: 73vh !important;
  }
}