/*! 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.
 */

 :root {
  --primary: #69C8FD;
  --secondary: #4f537b;
  --info: #11cdef;
  --success: #00bf9a;
  --warning: #ff8d72;
  --danger: #fd5d93;
  --body-bg: #1e1e2f;
  --timeline-before-bg : #222a42;
  /* --timeline-body-bg: #EBF6FF; */
  --timeline-body-bg: #69C8FD;
}

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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1360px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

.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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.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;
  }
}
@font-face {
  font-family: "ralewayblack";
  src: url("raleway-black-webfont.eot");
  src: url("../fonts/raleway-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-black-webfont.woff2") format("woff2"), url("../fonts/raleway-black-webfont.woff") format("woff"), url("../fonts/raleway-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewayextrabold";
  src: url("raleway-black-webfont.eot");
  src: url("../fonts/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaybold";
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaymedium";
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewayregular";
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaysemibold";
  src: url("../fonts/raleway-semibold-webfont.eot");
  src: url("../fonts/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-semibold-webfont.woff2") format("woff2"), url("../fonts/raleway-semibold-webfont.woff") format("woff"), url("../fonts/raleway-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.h2 {
  color: #3B5D90;
  font-size: 38px;
  font-family: "ralewayextrabold";
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 1439px) {
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .h2 {
    font-size: 26px;
  }
}

.h3 {
  color: #3B5D90;
  font-size: 32px;
  font-family: "ralewayextrabold";
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .h3 {
    font-size: 22px;
  }
}

.title {
  max-width: 970px;
}

.text--md {
  font-size: 1.25em;
  line-height: 1.6;
  /*  @include media-down-lg {
      font-size: 18px;
    }*/
}
@media (max-width: 767px) {
  .text--md {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .text--md {
    font-size: 16px;
  }
}

.text--bigger {
  font-size: 1.5em;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .text--bigger {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text--bigger {
    font-size: 18px;
  }
}

.txt--important {
  margin-top: 36px;
  margin-bottom: 16px;
  font-family: "ralewayextrabold";
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .txt--important {
    text-align: center;
  }
}

/* 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: 0.2s all ease-in-out;
}
@media (hover: hover) {
  .slick-prev:hover:before {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    transition: 0.2s all ease-in-out;
  }
}

.slick-next:before {
  transform: rotate(180deg);
  box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.25);
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) {
  .slick-next:hover:before {
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
    transition: 0.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 0.3s ease-in-out;
}
@media (hover: hover) {
  .slick-dots li button:hover:before {
    background-size: 16px 16px;
    transition: all 0.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%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 440px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "ralewayregular", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  overflow-x: hidden;
}

main {
  flex-grow: 1;
  background: #EBF6FF;
  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: #EBF6FF;
  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 #3B5D90;
  border-radius: 16px;
}

.section:not([class*=pb-]) {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section:not([class*=pb-]) {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section:not([class*=pb-]) {
    padding-bottom: 30px;
  }
}

.section:not([class*=pt-]) {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .section:not([class*=pt-]) {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .section:not([class*=pt-]) {
    padding-top: 30px;
  }
}

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

.intro {
  background: white;
}
.intro__content {
  height: 100vh;
  position: relative;
  /* z-index: 1; */
}
@media (max-width: 991px) {
  .intro__content {
    height: auto;
  }
}
/* .intro__content:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 90%;
  right: 0;
  top: 70px;
  background: url("../images/button.jpg") right center #ffffff no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
@media (max-width: 1439px) {
  .intro__content:after {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .intro__content:after {
    display: none;
  }
} */

.intro__check-img {
  width: 560px;
  height: 560px;
  background-image: url('../images/test-button.svg');
  background-size: contain;
  background-repeat: no-repeat;
  /* content: "";
  position: absolute;
  width: 50%;
  height: 10%;
  right: 0;
  top: 70px;
  background: url("../images/button.jpg") right center #ffffff no-repeat;
  background-size: 100% auto;
  z-index: 0; */
}

.intro__test-link:hover .intro__check-img {
  background-image: url('../images/test-button-active.svg');
}

.intro__h1 {
  font-size: 58px;
  line-height: 1.15;
  color: #FF7A2F;
  font-family: "ralewayextrabold", sans-serif;
  margin-top: 33px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .intro__h1 {
    font-size: 52px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .intro__h1 {
    font-size: 46px;
    margin-top: 10px;
  }
}
.intro__pic--sm {
  width: 80%;
  max-width: 600px;
}
.intro__subtitle {
  color: #333333;
  font-family: "ralewayregular", "Arial", sans-serif;
  font-size: 34px;
  margin-bottom: 42px;
  line-height: 1.2;
}
.intro__subtitle-2 {
  color: #088BCE;
  font-family: "ralewaybold", sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .intro__subtitle, .intro__subtitle-2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .intro__subtitle, .intro__subtitle-2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .intro__subtitle, .intro__subtitle-2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.intro__ul-wrap {
  margin-bottom: 46px;
}

.intro__ul-span{
  font-size: 24px;
  margin-bottom: 20px;
}

.intro__ul-wrap li {
  font-size: 24px;
}
@media (max-width: 991px) {
  .intro__ul-wrap li {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .intro__ul-span{
    font-size: 18px;
  }
}
.intro__logo {
  width: 200px;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .intro__logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .intro__logo {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .intro__logo {
    width: 100px;
  }
}
.intro__btn-wrap {
  max-width: 550px;
}
.intro__pic {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 1199px) {
  .intro__pic {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.intro__slogan-item {
  border-radius: 20px;
  background: white;
  padding: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  font-size: 16px;
  font-family: "ralewaysemibold";
}
@media (max-width: 1439px) {
  .intro__slogan-item {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .intro__slogan-item img {
    max-width: 60px;
  }
}
.intro .container,
.intro .container-fluid,
.intro .container-sm,
.intro .container-md,
.intro .container-lg,
.intro .container-xl,
.intro .container-xxl {
  position: relative;
}

.intro__test-block {
  display: flex;
  flex-direction: column;
  text-wrap: wrap;
  /* background-color: #f0f0f0; */
  border-radius: 50px;
  /* padding: 60px; */
  height: max-content;
  align-self: center;
  /* margin-top: 100px; */
  padding: 60px;
}
@media (max-width: 991px) {
  .intro__test-block {
    margin-bottom: 30px;
  }
}

.intro__test-bold {
  font-weight: normal;
  font-family: "ralewaybold", sans-serif;
  font-size: 30px;
  margin: 0 0 30px 0;
}

.intro__test-text {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}

.intro__test-button {
  display: flex;
  color: #fff;
  padding: 15px 70px;
  background-color: #FF7A2F;
  text-align: center;
  border-radius: 30px;
  width: max-content;
  align-self: flex-end;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 10px 8px 35px 0px rgba(34, 60, 80, 0.1);
  transition: all .3s ease-in-out;
}

.intro__test-button:hover {
  background-color: #EE702A;
  box-shadow: 10px 8px 35px 0px rgba(34, 60, 80, 0.2);
}

.info {
  background: #3B5D90;
}

.info__item {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 16px 16px 40px;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 1439px) {
  .info__item {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .info__item {
    padding-bottom: 16px;
  }
}
.info__item--baby {
  background: url("../images/advantages1.png") top right no-repeat #ffffff;
}
@media (max-width: 767px) {
  .info__item--baby {
    background-position: calc(100% + 20px) -30px;
  }
}
.info__item--exercises {
  background: url("../images/advantages2.png") top right no-repeat #ffffff;
}
@media (max-width: 767px) {
  .info__item--exercises {
    background-position: calc(100% + 20px) -30px;
  }
}
.info__item--control {
  background: url("../images/advantages3.png") top right no-repeat #ffffff;
}
@media (max-width: 767px) {
  .info__item--control {
    background-position: calc(100% + 20px) -30px;
  }
}
.info__item--consult {
  background: url("../images/advantages4.png") top right no-repeat #ffffff;
}
@media (max-width: 767px) {
  .info__item--consult {
    background-position: calc(100% + 20px) -30px;
  }
}
.info__item-title-wrap {
  height: 100px;
  align-items: center;
  display: flex;
}
@media (max-width: 1439px) {
  .info__item-title-wrap {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .info__item-title-wrap {
    height: auto;
    min-height: 80px;
  }
}
@media (max-width: 575px) {
  .info__item-title-wrap {
    min-height: auto;
    margin-bottom: 12px;
  }
}
.info__item-title {
  color: #3B5D90;
  font-size: 30px;
  line-height: 1.2;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-family: "ralewayextrabold", sans-serif;
}
@media (max-width: 991px) {
  .info__item-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .info__item-title {
    font-size: 22px;
  }
}
.info__item-title--big {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 991px) {
  .info__item-title--big {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .info__item-title--big {
    font-size: 30px;
  }
}
.info__item-title--sm {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1439px) {
  .info__item-title--sm {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .info__item-title--sm {
    font-size: 30px;
  }
}

.help1 {
  background: #EBF6FF;
}
.help1__video-wrap {
  background: url("../images/fit-wrap.png") top left no-repeat;
  background-size: 100%;
  width: 515px;
  height: 657px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1199px) {
  .help1__video-wrap {
    width: 350px;
    height: 450px;
  }
}
.help1__video-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  background: url("../images/bg-round.svg") top left no-repeat;
  background-size: auto 100%;
  z-index: 0;
}
@media (max-width: 1199px) {
  .help1__video-wrap:after {
    width: 300px;
    height: 300px;
  }
}
.help1__video {
  border-radius: 20px;
  overflow: hidden;
  left: 154px;
  top: 120px;
  width: 199px;
  position: relative;
}
@media (max-width: 1199px) {
  .help1__video {
    left: 102px;
    top: 77px;
    width: 141px;
  }
}
.help1__video-h {
  width: 100%;
  max-width: 550px;
  overflow: hidden;
  border-radius: 10px;
}

.help2 {
  background: white;
}
.help2__img-wrap {
  position: relative;
}
@media (max-width: 1439px) {
  .help2__img-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
.help2__img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  background: url("../images/bg-round.svg") top left no-repeat;
  background-size: auto 100%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .help2__img-wrap:after {
    display: none;
  }
}
.help2__img {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
  z-index: 1;
}
@media (max-width: 1439px) {
  .help2__img {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}

.everyday {
  background: #3B5D90;
  color: white;
  position: relative;
}
.everyday .title {
  color: white;
}
.everyday .accident {
  color: #F4A63C;
}
.everyday__video {
  width: 100%;
}
.everyday__video-wrap {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  z-index: 2;
  border: 20px solid #1d3d68;
  top: -16px;
}
@media (max-width: 991px) {
  .everyday__video-wrap {
    display: none;
  }
}
.everyday__pic--sm {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.everyday__content {
  position: relative;
  z-index: 1;
}
.everyday__slideTrack {
  position: absolute;
  bottom: 48px;
  left: 0;
  white-space: nowrap;
  height: 210px;
  margin-top: -105px;
  width: 100%;
  display: block;
  background: url("../images/line.png") repeat-x;
  opacity: 0.5;
}
@media (max-width: 1439px) {
  .everyday__slideTrack {
    height: 150px;
    background-size: auto 100%;
    bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .everyday__slideTrack {
    display: none;
  }
}
.everyday__modal {
  color: #000000;
}
.everyday__modal * {
  color: #000000;
}
.everyday__modal ol {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
.everyday__modal-header {
  background: #eceff1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0;
}
.everyday__modal-title {
  font-family: "ralewaybold", sans-serif;
}
.everyday .modal-content {
  border: 3px solid #3B5D90;
  border-radius: 16px;
}
.everyday .btn--close {
  margin-top: -5px;
  margin-right: -5px;
}

.steps {
  background: white;
}

.panel,
.panel--mob {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 100%;
  z-index: 2;
  /* bottom: 0; */
  /*font-size: 14px; */
  line-height: 19px;
  transform: translateY(100%);
  transition: 0.3s all ease-in-out;
}

.pannel--scroll{
  position: fixed;
  top: 0!important;
  z-index: 99;
}
.panel.active,
.panel--mob.active {
  transform: translateY(calc(100% - 54px));
  transition: 0.3s all ease-in-out;
}
.panel.open,
.panel--mob.open {
  transform: translateY(0) !important;
  transition: 0.3s all ease-in-out;
}
.panel__btn,
.panel--mob__btn {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  gap: 16px;
  align-items: center;
  height: 54px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  background:  #3b5d90;
  color: #ffffff;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  font-family: "ralewaymedium", sans-serif;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 575px) {
  .panel__btn,
  .panel--mob__btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.panel__btn:before,
.panel--mob__btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -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;
}
.panel__icon-entrance,
.panel--mob__icon-entrance {
  width: 30px;
  height: auto;
}
.panel__content,
.panel--mob__content {
  background: #ffffff;
  z-index: 2;
  position: relative;
  max-width: 600px;
  border-top-right-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.panel__content a,
.panel--mob__content a {
  color: #3B5D90;
  text-decoration: none;
  font-family: "ralewaysemibold", sans-serif;
}
.panel__content a img,
.panel--mob__content a img {
  transition: all 0.3s ease-in-out;
}
.panel__content a:hover img,
.panel--mob__content a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.panel__content-item,
.panel--mob__content-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.panel__content-icon,
.panel--mob__content-icon {
  width: 80px;
}
.panel__logo,
.panel--mob__logo {
  width: 123px;
  height: auto;
  object-fit: contain;
}
.panel__right-col,
.panel--mob__right-col {
  margin-left: auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .panel__right-col,
  .panel--mob__right-col {
    justify-content: space-between;
  }
}
.panel__btn-wrap,
.panel--mob__btn-wrap {
  margin-left: 40px;
  align-items: center;
  display: flex;
}
.panel__phone-wrap,
.panel--mob__phone-wrap {
  display: flex;
  align-items: center;
}
.panel__icon-document,
.panel--mob__icon-document {
  width: 16px;
}
.panel__icon-phone,
.panel--mob__icon-phone {
  width: 19px;
}
.panel__phone,
.panel--mob__phone {
  top: 1px;
  position: relative;
}
@media (max-width: 575px) {
  .panel .link--manual,
  .panel--mob .link--manual {
    position: absolute;
    left: 50px;
  }
}
@media (max-width: 575px) {
  .panel .link--manual:before,
  .panel--mob .link--manual:before {
    width: 1.4em;
    height: 1.4em;
  }
}

@-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;
  }
}
.alert__content {
  padding-left: 38px;
}
@media (max-width: 1199px) {
  .alert__content {
    padding-left: 0;
  }
}

.alert-bordered {
  border-radius: 16px;
  padding: 8px 12px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .alert-bordered {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.alert-bordered--blue {
  border: 2px solid #64C7FF;
}
.alert-bordered--blue .alert-bordered__number {
  color: #64C7FF;
}
.alert-bordered--orange {
  border: 2px solid #FF7A2F;
}
.alert-bordered--orange .alert-bordered__number {
  color: #fd7e14;
}
.alert-bordered__number {
  font-family: "ralewayextrabold";
  font-size: 32px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-family: "ralewayextrabold", sans-serif;
}
.alert-bordered__persent {
  font-family: "ralewaysemibold";
  font-size: 25px;
}
.alert-bordered__txt {
  font-family: "ralewaybold";
}

.services {
  background: #ffffff;
}
.services__slider {
  display: none;
}
.services__slider.slick-initialized {
  display: block;
}
.services__video-block {
  padding: 27px 43px 43px;
  background: #F5F5F5;
  border-radius: 15px;
  border: 3px solid #3B5D90;
}
.services__img {
  width: 100%;
  display: block;
}
.services__video-wrap {
  position: relative;
}
.services__video-wrap:after {
  content: "ll";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.services video {
  width: 100%;
  height: auto;
  display: block;
}
.services__slider-item {
  display: block;
}
.services__slider-wrap {
  overflow: hidden;
}
.services__col-slider {
  position: relative;
}
.services__col-slider .slick-prev,
.services__col-slider .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 3;
}
@media (max-width: 575px) {
  .services__col-slider .slick-prev,
  .services__col-slider .slick-next {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  .services__col-slider .slick-prev:before,
  .services__col-slider .slick-next:before {
    background-color: #EBF6FF;
  }
}
.services__col-slider .slick-next {
  right: 0;
}
.services__col-slider .slick-prev {
  left: 0;
}
.services__col-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .services__col-slider .slick-dots {
    margin-top: 16px;
  }
}
.services__col-slider .slick-slide {
  line-height: 0;
  font-size: 0;
}

.experts {
  background: #ffffff;
}
.experts__item-comment {
  color: #333333;
  padding: 23px 32px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .experts__item-comment {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .experts__item-comment {
    padding: 16px;
  }
}
.experts__item-comment p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.experts__item-comment p:not(:last-child) {
  padding-bottom: 16px;
}
.experts__item-comment:before {
  content: "";
  display: block;
  width: 40px;
  height: 47px;
  position: absolute;
  top: 60px;
  left: -40px;
  background: url("../images/arrow2.png") center right no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .experts__item-comment:before {
    background-image: none;
    border: 12px solid #EBF6FF;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    /*transform: rotate(90deg);*/
    top: -26px;
    left: 76px;
    width: 20px;
    height: 23px;
    z-index: 1;
  }
}
.experts__item-author {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .experts__item-author {
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .experts__item-author {
    align-items: flex-start;
  }
}
.experts__item-author-img {
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .experts__item-author-img {
    margin-bottom: 0;
    margin-right: 16px;
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .experts__item-author-img {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
}
.experts__item-author-name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.experts__item-author-job {
  color: #626261;
  font-style: italic;
}
@media (max-width: 575px) {
  .experts__item-author-job {
    font-size: 14px;
  }
}
.experts__item:nth-child(odd) .experts__item-comment:before {
  background-image: url("../images/arrow2-1.png");
  right: -40px;
  left: auto;
}
@media (max-width: 991px) {
  .experts__item:nth-child(odd) .experts__item-comment:before {
    background-image: none;
    border: 12px solid #EBF6FF;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    top: -26px;
    left: 76px;
    width: 20px;
    height: 23px;
    z-index: 1;
  }
}
.experts__modal .modal-content {
  border: 3px solid #3B5D90;
  border-radius: 16px;
}
.experts__modal .modal-header {
  background: #eceff1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0;
}
.experts__modal .experts__item-author-name {
  margin-bottom: 0;
}
.experts__modal .btn--close {
  margin-top: -5px;
  margin-right: -5px;
}
.experts__modal-title {
  gap: 16px;
  align-items: center;
}
.experts__modal-author-img {
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
}
.experts__modal-author-img img {
  width: 100%;
  height: auto;
}

.about {
  background: white;
}
.about__alert {
  border-radius: 16px;
  background: #FCEEE8;
  border: 2px solid #F4A63C;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .about__alert {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.about__alert-content {
  padding: 16px;
}
.about__h4 {
  font-family: "ralewayextrabold";
  font-size: 20px;
  text-transform: uppercase;
  color: #e15f06;
}
.about__alert-num {
  font-family: "ralewayextrabold";
  color: #FF3434;
  font-size: 34px;
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .about__alert-num {
    width: 170px;
    flex: 0 0 auto;
  }
}
.about__alert-num > span {
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 2;
  background: white;
  border: 8px solid #fff3ec;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__alert-num:before {
  content: "";
  display: block;
  background: white;
  border-radius: 50%;
  border: 8px solid #FF3434;
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 1;
  -webkit-animation: anim1 4s linear infinite 0.5s;
  animation: anim1 4s linear infinite 0.5s;
}
.about__alert-num:after {
  content: "";
  display: block;
  background: white;
  border-radius: 50%;
  border: 8px solid #FF3434;
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 1;
  -webkit-animation: anim1 4s linear infinite;
  animation: anim1 4s linear infinite;
}
.about__map {
  position: relative;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .about__map-items {
    position: absolute;
    top: 150px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about__map-pic {
    max-width: 900px;
  }
}
.about__map-item {
  position: absolute;
  z-index: 2;
  text-align: center;
  max-width: 400px;
}
@media (max-width: 767px) {
  .about__map-item {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    text-align: left;
  }
}
.about__map-title {
  color: #3B5D90;
  font-size: 18px;
  font-family: "ralewayextrabold";
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 5px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
@media (max-width: 767px) {
  .about__map-title {
    padding-top: 0;
    padding-left: 55px;
  }
}
.about__map-txt {
  font-size: 16px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
@media (max-width: 767px) {
  .about__map-txt {
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .about__map-icon img {
    width: 40px;
    position: absolute;
  }
}
.about__map-item--conference {
  left: 46%;
  top: 30%;
}
@media (max-width: 991px) {
  .about__map-item--conference {
    left: auto;
    right: 5%;
  }
}
.about__map-item--regions {
  left: 20%;
  bottom: 24%;
}
@media (max-width: 991px) {
  .about__map-item--regions {
    left: 5%;
  }
}
@media (max-width: 575px) {
  .about__map-item--regions {
    top: 300px;
    bottom: auto;
  }
}
.about__logo-med {
  max-width: 160px;
}
.about .subtitle {
  font-family: "ralewaysemibold", sans-serif;
}

@keyframes anim1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  5% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.tarifs {
  background: #088BCE;
}
.tarifs__item {
  padding: 42px 24px;
  height: 100%;
  /* height: auto; */
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .tarifs__item {
    flex-direction: row;
    align-items: flex-end;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .tarifs__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
.tarifs__item--popular {
  position: relative;
}
.tarifs__item--popular:before {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  top: -6px;
  width: 138px;
  height: 122px;
  background: url("../images/popular.png") top right no-repeat;
  background-size: 100% auto;
}

.sale__img figure{
  text-align: center;
  color: #FF7A2F;
  font-weight: bold;
  font-size: 22px;
  background-color: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;

}
.sale__content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sale__img img{
  width: 80px;
  height: 80px;
}

.sale__txt {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  font-variant-numeric: lining-nums;
padding: 5px;

}
@media (max-width: 991px) {
  .tarifs__item--popular:before {
    width: 90px;
    top: -4px;
    right: -4px;
  }
}
@media (max-width: 991px) {
  .tarifs__item-title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .tarifs__item-title {
    text-align: center;
  }
}
.tarifs__item-info {
  /* padding-bottom: 40px; */
}

.title__padding{
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .tarifs__item-info {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .tarifs__item-info {
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .tarifs__item-info {
    min-height: auto;
  }
}
.tarifs__item-price {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .tarifs__item-price {
    border-left: 1px dashed #c5c5c5;
    padding-left: 10px;
    margin-left: 10px;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .tarifs__item-price {
    height: auto;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 0;
  }
}
.tarifs__item-new-price {
  font-family: "ralewaybold", sans-serif;
  color: #FF7A2F;
  font-size: 36px;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
@media (max-width: 1199px) {
  .tarifs__item-new-price {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .tarifs__item-new-price {
    font-size: 28px;
  }
}
.tarifs__item-txt {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
.tarifs__item-text-sm {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 1199px) {
  .tarifs__item-text-sm {
    font-size: 13px;
  }
}
.tarifs__item-full-discount {
  font-size: 28px;
  color: #42403E;
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid #FF7A2F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
@media (max-width: 1199px) {
  .tarifs__item-full-discount {
    font-size: 20px;
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}
.tarifs__item-old-price {
  font-family: "ralewaymedium", sans-serif;
  color: #CCCCCC;
  font-size: 36px;
  line-height: 64px;
  text-decoration: line-through;
}
.tarifs__discounts {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .tarifs__discounts {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.tarifs__discounts-count {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  width: 115px;
  min-width: 115px;
  max-width: 115px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-family: "ralewaymedium", sans-serif;
}
@media (max-width: 1199px) {
  .tarifs__discounts-count {
    font-size: 16px;
    width: 105px;
    min-width: 105px;
    max-width: 105px;
  }
}
.tarifs__discounts-price {
  color: #504844;
  font-family: "ralewaybold", sans-serif;
  font-size: 26px;
  line-height: 1;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  white-space: nowrap;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
@media (max-width: 1199px) {
  .tarifs__discounts-price {
    font-size: 22px;
    width: 115px;
    min-width: 115px;
    max-width: 115px;
  }
}
.tarifs__discounts-discount {
  border-radius: 4px;
  background: #088BCE;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 5px 7px;
  position: relative;
  top: 2px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-family: "ralewaymedium", sans-serif;
}
@media (max-width: 1199px) {
  .tarifs__discounts-discount {
    font-size: 16px;
    padding: 3px 6px;
  }
}
.tarifs .title {
  color: #ffffff;
}
.tarifs .sup {
  font-size: 0.5em;
}

@media (max-width: 575px) {
  .advantages {
    margin-bottom: 40px;
  }
}
.advantages__slider-item {
  margin: 12px;
  padding: 43px 20px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.advantages__slider-item-icon {
  background: #3B5D90;
  margin-bottom: 18px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .advantages__slider-item-icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .advantages__slider-item-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .advantages__slider-item-icon svg {
    width: 40px;
    height: 40px;
  }
}
.advantages__slider-item-title {
  text-align: center;
  height: 80px;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .advantages__slider-item-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.advantages__slider-item-txt {
  font-size: 16px;
  color: #333333;
}
.advantages__slider {
  position: relative;
}
.advantages__slider:before, .advantages__slider:after {
  content: "";
  display: block;
  height: 100%;
  width: 60px;
  top: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 575px) {
  .advantages__slider:before, .advantages__slider:after {
    display: none;
  }
}
.advantages__slider:before {
  left: 0;
  background: rgb(235, 246, 255);
  background: -moz-linear-gradient(90deg, rgb(235, 246, 255) 33%, rgba(235, 246, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 246, 255) 33%, rgba(235, 246, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(235, 246, 255) 33%, rgba(235, 246, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf6ff",endColorstr="#ebf6ff",GradientType=1);
}
.advantages__slider:after {
  right: 0;
  background: rgb(235, 246, 255);
  background: -moz-linear-gradient(270deg, rgb(235, 246, 255) 33%, rgba(235, 246, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(235, 246, 255) 33%, rgba(235, 246, 255, 0) 100%);
  background: linear-gradient(270deg, rgb(235, 246, 255) 33%, rgba(235, 246, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf6ff",endColorstr="#ebf6ff",GradientType=1);
}
.advantages__slider .slick-prev,
.advantages__slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -24px;
  /*     &:after {
         content: "";
         display: block;
         width: 50px;
         height: 100%;
         border: 1px solid;
         position: absolute;
         top: 0;

       }*/
}
@media (max-width: 575px) {
  .advantages__slider .slick-prev,
  .advantages__slider .slick-next {
    top: calc(100% + 32px);
  }
}
.advantages__slider .slick-prev {
  left: -18px;
}
@media (max-width: 991px) {
  .advantages__slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 575px) {
  .advantages__slider .slick-prev {
    right: 56px;
    left: auto;
  }
}
.advantages__slider .slick-next {
  right: -18px;
}
@media (max-width: 991px) {
  .advantages__slider .slick-next {
    right: 0;
  }
}
@media (max-width: 575px) {
  .advantages__slider .slick-next {
    right: 10px;
  }
}
.advantages .slick-slide > div > div {
  height: calc(100% - 24px);
}

.download {
  background: #3B5D90;
  color: white;
  overflow: hidden;
  /*  &__img-phone {
      position: relative;
      z-index: 1;

      @include media-down-lg {
        !*max-width: 150px*!
        width: 80%;
        max-width: 500px;
      }
    }*/
}
.download__content {
  max-width: 400px;
  width: 100%;
}
.download__txt {
  margin-top: 50px;
  position: relative;
}
.download__pic-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.download__pic-wrap:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  margin-top: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .download__pic-wrap:before {
    width: 250px;
    height: 250px;
  }
}
.download__pic-wrap:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  margin-top: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .download__pic-wrap:after {
    width: 350px;
    height: 350px;
  }
}
.download__btn {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
.download__btn:before {
  content: "";
  display: flex;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  background: url("../images/icon-download-bottom.svg") center center no-repeat;
  background-size: auto 80%;
}
.download__btn:after {
  content: "";
  display: flex;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -60px;
  background: url("../images/icon-download-top.svg") center center no-repeat;
  background-size: auto 80%;
  -webkit-animation: btnDownload 1s linear infinite;
  -moz-animation: btnDownload 1s linear infinite;
  -o-animation: btnDownload 1s linear infinite;
  animation: btnDownload 1s linear infinite;
}
.download__qr {
  position: relative;
}
.download__link {
  position: relative;
}
.download__link:before {
  content: "";
  display: block;
  position: relative;
  background: url("../images/icon-arrow.svg") center center no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 30px;
  left: -10px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .download__link:hover:before {
    transform: rotate(-15deg);
    transition: all 0.3s ease-in-out;
  }
}
.download__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.download__btn img {
  height: 35px;
}
.download a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes btnDownload {
  from {
    -webkit-transform: translateY(-30%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes btnDownload {
  from {
    -moz-transform: translateY(-30%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes btnDownload {
  from {
    -o-transform: translateY(-30%);
  }
  to {
    -o-transform: translateY(0);
  }
}
@keyframes btnDownload {
  from {
    transform: translateY(-30%);
  }
  to {
    transform: translateY(0);
  }
}
.help {
  background: white;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.help__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "ralewayextrabold", sans-serif;
  color: #088BCE;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .help__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .help__title {
    font-size: 30px;
  }
}
.help:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -40px;
  left: 50%;
  margin-left: -25px;
  animation: btnScroll 1.3s linear infinite;
  background: url("../images/rect.svg") center center no-repeat;
  background-size: 100% 100%;
}

.ul--theme-hearts {
  padding: 0;
  margin: 0;
}
.ul--theme-hearts li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding-left: 38px;
  padding-top: 0;
  padding-right: 0;
}
.ul--theme-hearts li:not(:last-child) {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .ul--theme-hearts li:not(:last-child) {
    padding-bottom: 8px;
  }
}
.ul--theme-hearts li:before {
  content: "";
  position: absolute;
  background: url("../images/icon-heart.svg") center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  top: 8px;
  left: 16px;
}

.btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 24px 18px;
  min-width: 190px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn {
    padding: 10px 20px 12px;
    min-width: 150px;
  }
}
@media (hover: hover) {
  .btn:hover {
    transition: all 0.5s ease-in-out;
  }
}
.btn--sizeS {
  padding: 10px 20px 10px;
  min-width: auto;
}
.btn--default {
  color: white;
}
.btn--orange {
  color: white;
  background: #FF7A2F;
}
@media (hover: hover) {
  .btn--orange:hover {
    background: #e15f06;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  }
}
.btn--black {
  color: white;
  background: black;
}
@media (hover: hover) {
  .btn--black:hover {
    background: #06295e;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  }
}
.btn--outlined {
  color: #FF7A2F;
  background: #ffffff;
  position: relative;
}
.btn--outlined:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #FF7A2F;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
@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 0.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: 0.6;
  transform: rotate(0);
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .btn--close:hover {
    opacity: 1;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
}
.btn--scroll {
  background: #509FCC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .btn--scroll {
    width: 40px;
    height: 40px;
  }
}
.btn--scroll svg,
.btn--scroll img {
  height: 18px;
  width: auto;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: translateY(-50%);
  animation: btnScroll 1.3s linear infinite;
}
.btn--scroll:hover svg,
.btn--scroll:hover img {
  animation: none;
}
@keyframes btnScroll {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(-30%);
  }
}

.link--orange {
  color: #FF7A2F;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .link--orange:hover {
    color: #e15f06;
    transition: all 0.3s ease-in-out;
  }
}

.link--black {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .link--black:hover {
    color: #666666;
    transition: all 0.3s ease-in-out;
  }
}

.link--manual {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.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: 0.1s all ease-in-out;
}
@media (hover: hover) {
  .link--manual:hover:before {
    transform: scale(1.1);
    transition: 0.1s all ease-in-out;
  }
}

.link--reg {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.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: 0.1s all ease-in-out;
}
@media (hover: hover) {
  .link--reg:hover:before {
    transform: scale(1.1) translateY(1px);
    transition: 0.1s all ease-in-out;
  }
}

.link--dashed {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.footer {
  background: #509FCC;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.footer__logo-col {
  text-align: right;
}
@media (max-width: 767px) {
  .footer__logo-col {
    text-align: center;
    margin-bottom: 16px;
  }
}
.footer__logo {
  max-width: 366px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .footer__logo {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    max-width: 200px;
  }
}
.footer__address {
  position: relative;
  padding-left: 30px;
}
.footer__address:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer__address--phone {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
.footer__address--phone:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.7143C13.1926 14.7143 11.3963 14.3167 9.61111 13.5215C7.82593 12.7264 6.22222 11.6927 4.8 10.4204C3.37778 9.14816 2.22222 7.71355 1.33333 6.1166C0.444444 4.51965 0 2.91276 0 1.29593C0 1.04033 0.0952369 0.827342 0.285711 0.656952C0.476185 0.486562 0.714281 0.401367 1 0.401367H4.11111C4.31276 0.401367 4.4928 0.464318 4.65124 0.590218C4.80967 0.716119 4.91111 0.885091 4.95556 1.09713L5.55556 3.6019C5.58519 3.78743 5.58148 3.95641 5.54444 4.10881C5.50741 4.26122 5.42963 4.39043 5.31111 4.49645L3.08889 6.50424C3.91852 7.73674 4.84815 8.81021 5.87778 9.72465C6.90741 10.6391 8.07407 11.4144 9.37778 12.0505L11.4889 10.1024C11.637 9.95657 11.8074 9.85386 12 9.79422C12.1926 9.73459 12.3852 9.72465 12.5778 9.76441L15.2222 10.2813C15.4491 10.326 15.6354 10.4266 15.7812 10.5832C15.9271 10.7397 16 10.924 16 11.1361V13.8197C16 14.0753 15.9048 14.2883 15.7143 14.4587C15.5238 14.6291 15.2857 14.7143 15 14.7143ZM2.42222 5.41089L4.22222 3.78081L3.71111 1.59411H1.33333C1.33333 2.11097 1.42222 2.67752 1.6 3.29377C1.77778 3.91002 2.05185 4.61573 2.42222 5.41089ZM14.6667 13.5215V11.3945L12.3778 10.977L10.6222 12.627C11.2296 12.8788 11.8889 13.0842 12.6 13.2432C13.3111 13.4023 14 13.495 14.6667 13.5215Z' fill='white'/%3E%3C/svg%3E%0A") center left no-repeat;
}
.footer__address--email:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47273 14.7006C1.08 14.7006 0.736364 14.5664 0.441818 14.2981C0.147273 14.0297 0 13.7166 0 13.3588V1.72953C0 1.37171 0.147273 1.05861 0.441818 0.790246C0.736364 0.521879 1.08 0.387695 1.47273 0.387695H18.1636C18.5564 0.387695 18.9 0.521879 19.1945 0.790246C19.4891 1.05861 19.6364 1.37171 19.6364 1.72953V13.3588C19.6364 13.7166 19.4891 14.0297 19.1945 14.2981C18.9 14.5664 18.5564 14.7006 18.1636 14.7006H1.47273ZM18.1636 2.95955L10.2109 7.70071C10.1455 7.73052 10.0841 7.75662 10.0268 7.77898C9.96955 7.80134 9.9 7.81253 9.81818 7.81253C9.73636 7.81253 9.66682 7.80134 9.60955 7.77898C9.55227 7.75662 9.49091 7.73052 9.42546 7.70071L1.47273 2.95955V13.3588H18.1636V2.95955ZM9.81818 6.60487L18.0655 1.72953H1.59545L9.81818 6.60487ZM1.47273 3.1161V2.23681V2.25318V1.72953V2.2439V2.22351V3.1161Z' fill='white'/%3E%3C/svg%3E ") center left no-repeat;
}
.footer__row {
  flex: 1;
}
.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;
  }
}

.menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.menu__ {
  background-color: #FF7A2F;
  border-radius: 10px;
  z-index: 2000;
}

.menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;

}

.menu ul li {
  padding: 10px;
  /* z-index: 1300; */
}

.menu ul li:not(:last-child) {
  margin-right: 10px;
}

.active_menu{
  background-color: #fff;
  border: #FF7A2F 2px solid;
  border-radius: 10px;
}

.active_menu a{
  color: #FF7A2F!important;
  font-weight: bold;
}

/* .menu ul li:not(.active_menu):hover{
  text-shadow: #fff 0 0 5px;
} */

#menu-toggle, [for=menu-toggle] {
  display: none;
}

.podmenu {
  display: none;
  z-index: 1200;
}

.menu ul li:hover > .podmenu{
  display: block;
}

.pointer li:hover{
  text-decoration: underline #fff 4px solid;
  text-underline-offset: 12px;
}

.podmenu ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 82px;
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.podmenu ul li{
  display: flex;
  align-items: center;
  text-decoration: none!important;
  
}

.podmenu ul li img{
  width: 25px;
  margin-right: 10px;
}


.podmenu ul li a{
  color: #088BCE;
  display: block;
  width: 100%;
}

.social{
  background: #fff;
  font-family: "ralewayregular", "Arial", sans-serif;
  font-variant-numeric: lining-nums;
}

.social__content {
  height: auto;
  position: relative;
  z-index: 1;
}

.social__title {
  display: none;
  font-size: 40px;
  line-height: 1.15;
  color: #FF7A2F;
  font-family: "ralewayextrabold", sans-serif;
  margin-top: 33px;
  margin-bottom: 10px;
}

.social__subtitle{
  font-size: 24px;
  color: #088BCE;
  padding: 10px;
  margin-top: 10px;
}

.social__icon{
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-items: center;
  margin-bottom: 10px;
  width: 50%;
}

.social__icon li a {
  padding: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #088BCE;
}

.social__icon li a img{
  width: 50px;
}

.social__icon li a:visited{
  color: #088BCE;
}

.social__icon li a span{
  padding: 10px;
}

.social__blocks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 50px;
  height: 100%;
}

.social__public{
  list-style: none;
  display: flex;
  flex-direction: column;
}
.social__public li{
  display: flex;
  flex-direction: column;
}

.social__public a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #088BCE;
  /* justify-content: center; */
}

.social__public a img{
  margin-right: 10px;
  width: 20px;
}

.mobile__reg{
  display: none;
}

@media (max-width: 512px) {
  .intro__h1{
    margin-top: 50px;
  }
}

@media screen and (max-width: 1200px) {

  .panel{
    display: none;
  }

  .mobile__reg{
    position: fixed;
    top: 60px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background:  #3b5d90;
    color: #ffffff;
    padding: 10px;
    /* padding-left: 10px;
    padding-right: 10px; */
    font-family: "ralewaymedium", sans-serif;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    z-index: 99;
  }

  .mobile__reg a{
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile__reg a img{
    width: 20px;
    margin-right: 10px;
  }

  .social__title{
    display: block;
  }
  .social__blocks {
  width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-top: 0px;
 }

 .right__block{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
 }

 .left__block{
  display: flex;
  align-items: center;
  flex-direction: column;
 }

}

@media screen and (max-width: 720px) {
  .rutube_int{
    width: 350px;
    height: 220px;
  }

}

.guides{
  background: #fff;
  font-family: "ralewayregular", "Arial", sans-serif;
  font-variant-numeric: lining-nums;
}

.guides__content {
  height: auto;
  position: relative;
  z-index: 1;
}

.guides__title {
  display: none;
  font-size: 40px;
  line-height: 1.15;
  color: #FF7A2F;
  font-family: "ralewayextrabold", sans-serif;
  margin-top: 33px;
  margin-bottom: 10px;
}

.guidesbtn__video{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #088BCE;
  font-weight: bold;
  width: 100px;
  max-height: 70px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

.guidestxt__video{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #088BCE;
  font-weight: bold;
  width: 200px;
  max-height: 70px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

.guides__list {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(90rem, 90%);
  margin-inline: auto;
  padding-left: 0;
  }

  /* line */
  .guides__list::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 24;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
  }

  /* columns*/

  /* row gaps */
  .guides__list li:not(:last-child) {
  margin-bottom: var(--row-gap);
  }

  /* card */
  .guides__list li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  }

  /* date */
  .guides__list li .date {
  /* --dateH: 3rem; */
  /* height: var(--dateH); */
  height: auto;
  padding: 10px;
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  /* border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2); */
  }


  /* date flap */
  .guides__list li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
  }

  /* circle */
  .guides__list li .date::after {
  content: attr(step);
  position: absolute;
  width: 3rem;
  aspect-ratio: 1;
  background: var(--accent-color);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  font-size: 24px;
  padding-top: 5px;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  /* title descr */
  .guides__list li .title,
  .guides__list li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
  }
  .guides__list li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  }
  .guides__list li .title img{ 
      width: 200px;
  }
  .guides__list li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  }

  .guides__list li .descr a {
      display: block;
      width: 20%;
  }
  .guides__list li .descr a img{
      width: 100%;
  }

  /* .guides__list li .descr .guides__video{
      width: 100px;
  } */

  /* shadows */
  .guides__list li .title::before,
  .guides__list li .descr::before {
  /* content: ""; */
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
  }
  .guides__list li .title::before {
  bottom: calc(100% + 0.125rem);
  }

  .guides__list li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
  }

  .dowmnload_app{
    color: #088BCE;
    text-decoration: none;
  }

  .dowmnload_app:visited{
    color: #088BCE;
    text-decoration: none;
  }

  .logo_mira{
    width: 30%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }

  .paysystem{
    display: flex;
    align-items: center;
  }

  .paysystem__img{
    display: flex;
    align-items: center;
  }

  .pay_mira{
    width: 80px;
    padding: 5px;
  }

  @media (min-width: 40rem) {
      .guides__list {
          grid-template-columns: 1fr var(--line-w) 1fr;
      }
      .guides__list::before {
          grid-column: 2;
          grid-row: 1 / span 12;
      }
      .guides__list li:nth-child(odd) {
          grid-column: 1;
      }
      .guides__list li:nth-child(even) {
          grid-column: 3;
      }

      /* start second card */
      .guides__list li:nth-child(2) {
          grid-row: 2/4;
      }

      .guides__list li:nth-child(odd) .date::before {
          clip-path: polygon(0 0, 100% 0, 100% 100%);
          left: 0;
      }

      .guides__list li:nth-child(odd) .date::after {
          transform: translate(-50%, -50%);
          left: calc(100% + var(--col-gap) + var(--line-w) / 2);
      }
      .guides__list li:nth-child(odd) .date {
          border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
      }
      .guides__list li .date::after{
        width: 5.5rem;
        font-size: 40px;
        padding-top: 10px;
      }

      .guides__list li .date{
        border-radius: 0;
      }        
  }

.video{
  background: #fff;
}

.video__content{
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .video__content video{
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
} */

.video_index{
  width: 50%;
}

.events{
  background: #fff;
  font-family: "ralewayregular", "Arial", sans-serif;
  font-variant-numeric: lining-nums;
}

.events__content {
  height: auto;
  position: relative;
  z-index: 1;
}

.ev__title {
  display: none;
  font-size: 40px;
  line-height: 1.15;
  color: #FF7A2F;
  font-family: "ralewayextrabold", sans-serif;
  margin-top: 33px;
  margin-bottom: 10px;
}

.events__btn{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.events__video{
  width: 100%;
  /* max-height: 300px; */
  /* background-color: #fff; */
  background-color: #088BCE;
  background-color: var(--accent-color);
  
  border: var(--accent-color) solid;
  border-radius: 10px;
  /* padding: 5px; */
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.events__video a{
  display: block;
  width: 100%;
  height: 100%;
}

.events__video a img{
  width: 100%;
  /* height: 100%; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.eventsbtn__video{
  text-decoration: none;
  /* color: #088BCE; */
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.event_lefttxt{
  padding: 20px;
}

.text__ev {
  /* font-weight: bold; */
  font-family: "ralewaybold", sans-serif;
}
.ev__list {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(90rem, 100%);
  margin-inline: auto;
  padding-left: 20px;
  }

  /* line */
  .ev__list::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
  }

  /* columns*/

  /* row gaps */
  .ev__list li:not(:last-child) {
  margin-bottom: var(--row-gap);
  }

  /* card */
  .ev__list li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  }

  /* date */
  .ev__list li .date {
  --dateH: 3rem;
  /* height: var(--dateH); */
  height: auto;
  padding: 10px;
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  }


  /* date flap */
  .ev__list li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
  }

  /* circle */
  .ev__list li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--accent-color);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .ev__list li:nth-child(even) .date::after {
      display: none;
  
  }

  .ev__list li .date::after {
  content: '';
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--accent-color);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  /* title descr */
  .ev__list li .title,
  .ev__list li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
  }
  .ev__list li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  }
  .ev__list li .title img{ 
      width: 200px;
  }
  .ev__list li .descr {
  padding-block-end: 1.5rem;
  font-weight: 100;
  font-size: 1rem;
  }

  /* shadows */
  .ev__list li .title::before,
  .ev__list li .descr::before {
  /* content: ""; */
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
  }
  .ev__list li .title::before {
  bottom: calc(100% + 0.125rem);
  }

  .ev__list li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
  }

  @media (min-width: 90rem) {
      .ev__list {
          grid-template-columns: 1fr var(--line-w) 1fr;
      }
      .ev__list::before {
          grid-column: 2;
      }
      .ev__list li:nth-child(odd) {
          grid-column: 1;
      }
      .ev__list li:nth-child(even) {
          grid-column: 3;
      }

      /* start second card */
      .ev__list li:nth-child(2) {
          grid-row: 1;
      }

      .ev__list li:nth-child(odd) .date::before {
          clip-path: polygon(0 0, 100% 0, 100% 100%);
          left: 0;
      }

      .ev__list li .date {
          font-size: 1.25rem;
      }

      .ev__list li .descr {
          font-size: 1.12rem;
          }

      .ev__list li:nth-child(odd) .date::after {
          transform: translate(-50%, -50%);
          left: calc(100% + var(--col-gap) + var(--line-w) / 2);
      }
      .ev__list li:nth-child(odd) .date {
          border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
      }

      .ev__list li .date::after {
          width: 5rem;
      }

  }

  .konkurs_anons{
    width: 100%!important;
  }

  .konkurs_anons img{
    width: 100%!important;
  }

  .konkurs_photo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  .konkurs_photo a{
    text-decoration: none;
    color: #088BCE;
  }

  .konkurs_photo a img{
    width: 50px;
    
  }

  .konkurs_photo a figure{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    padding: 0;
    margin: 0;
    padding: 10px;
    margin: 10px;
  }

  .konkurs_photo a figure figcaption{
    text-align: center;
  }

  .konkurs_photo a figure figcaption{
    text-align: center;
  }


.partners{
  width: 100%;
  background: #fff;
  font-variant-numeric: lining-nums;
}

.partners__title {
  display: none;
  font-size: 40px;
  line-height: 1.15;
  color: #FF7A2F;
  font-family: "ralewayextrabold", sans-serif;
  margin-top: 33px;
  margin-bottom: 10px;
}

.partners__content {
  height: auto;
  position: relative;
  z-index: 1;
}

.partners__list {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(90rem, 100%);
  margin-inline: auto;
  padding-left: 15px;
  }

  /* line */
  .partners__list::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
  }

  /* columns*/

  /* row gaps */
  .partners__list li:not(:last-child) {
  margin-bottom: var(--row-gap);
  }

  /* card */
  .partners__list li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  }

  /* date */
  .partners__list li .date {
  --dateH: 3rem;
  /* height: var(--dateH); */
  height: auto;
  padding: 10px;
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  }


  /* date flap */
  .partners__list li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
  }

  /* circle */
  .partners__list li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--accent-color);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  /* title descr */
  .partners__list li .title,
  .partners__list li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
  }
  .partners__list li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  }
  .partners__list li .title img{ 
      width: 200px;
  }
  .partners__list li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  }

  /* shadows */
  .partners__list li .title::before,
  .partners__list li .descr::before {
  /* content: ""; */
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
  }
  .partners__list li .title::before {
  bottom: calc(100% + 0.125rem);
  }

  .partners__list li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
  }

  .miraclinik_list{
    list-style: none;
    padding: 10px;
    margin: 0;
  }
  .miraclinik_list li{
    margin-bottom: 5px;
  }

  .mira__back{
    width: 100px;
    border: #088BCE 1px solid;
    border-radius: 10px;
    background-color: #fff;
    color: #088BCE;
    margin: 10px;
    text-align: center;
  }

  @media (min-width: 40rem) {
      .partners__list {
          grid-template-columns: 1fr var(--line-w) 1fr;
      }
      .partners__list::before {
          grid-column: 2;
      }
      .partners__list li:nth-child(odd) {
          grid-column: 1;
      }
      .partners__list li:nth-child(even) {
          grid-column: 3;
      }

      /* start second card */
      .partners__list li:nth-child(2) {
          grid-row: 2/4;
      }

      .partners__list li:nth-child(odd) .date::before {
          clip-path: polygon(0 0, 100% 0, 100% 100%);
          left: 0;
      }

      .partners__list li:nth-child(odd) .date::after {
          transform: translate(-50%, -50%);
          left: calc(100% + var(--col-gap) + var(--line-w) / 2);
      }
      .partners__list li:nth-child(odd) .date {
          border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
      }
  }

.partners__icon{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.partners__icon li{
  padding: 10px;
  display: flex;
  align-items: center;
}
.partners__icon li img{
  width: 150px;
  margin-right: 20px;
}

dialog {
  width: 50%;
  height: 80vh;
  position: relative;
  border: #088BCE 3px solid; 
}

.close_btn{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
}

.mira{
  width: 150px;
  border: #088BCE 1px solid;
  border-radius: 10px;
  background-color: #fff;
  color: #088BCE;
  padding: 10px;
}

@media screen and (max-width: 988px) {
  dialog {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
    margin: 0;  
    margin: auto;
  }
}

.mira_close{
  width: 100px;
  border: #088BCE 1px solid;
  border-radius: 10px;
  background-color: #fff;
  color: #088BCE;
}

.consultants__block{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

.consultants_list{
    /* width: 100%; */
    height: 100vh;
    margin-bottom: 5px;
}

.consultants__title {
  display: none;
  font-size: 40px;
  line-height: 1.15;
  color: #FF7A2F;
  font-family: "ralewayextrabold", sans-serif;
  margin-top: 33px;
  margin-bottom: 10px;
}

.mobile_show{
  display: none!important;
}

.site_partners{
  text-decoration: none;
  color: #088BCE;
}

.site_partners:visited{
  text-decoration: none;
  color: #088BCE;
}

.container__events {
  max-width: 95%;
  margin: 50px auto;
}

/* .timeline {
    position: relative;
    padding-left: 4rem;
    margin: 0 0 0 30px;
    color: #000;

    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: var(--primary);
    }

    .timeline-container {
        position: relative;
        margin-bottom: 2.5rem;;

        .timeline-icon {
            position: absolute;
            left: -108px;
            top: -10px;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            text-align: center;
            font-size: 1.5rem;
            background: var(--secondary);
            border: var(--timeline-body-bg) 3px solid;

            span{
              position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }
        }

        .timeline-body {
            background: var(--timeline-body-bg);
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            padding: 10px 20px;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
            min-height: 70px;
            display: flex;
            align-items: center;

            &:before {
                content: '';
                background: inherit;
                width: 20px;
                height: 20px;
                display: block;
                position: absolute;
                left: -10px;
                transform: rotate(45deg);
                border-radius: 0 0 0 2px;
            }

            .timeline-title {
                margin: 0;
                font-size: 1.5rem;
                font-weight: bold;
            }
        }

        .timeline-txt {
          background: #fff;
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px;
          padding: 10px 20px;
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
          font-family: inherit;
        }

        .timeline-txt-img{
          display: flex;
          width: 100%;
        }
        .events__img{
          display: block;
          width: 50%;
          border-radius: 16px;
        }
        .events__img a{
          display: block;
          width: 100%;
        }

        .events__img a img{
          border-radius: 16px;
        }
        &.primary {
            .timeline-icon {
                background: #fff!important;
            }
        }

    }
} */

.timeline-txt-img{
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.events__img{
  display: block;
  width: 300px;
}
.events__img a{
  display: block;
  width: 100%;
}

.events__img a img{
  border-radius: 16px;
  width: 100%;
  padding-left: 10px;
}

@media screen and (max-width: 988px) {
  .video_index{
    width: 100%;
    font-size: 1.5rem;
  }
  .timeline-txt-img{
    flex-direction: column;
    /* justify-content: center;
    align-items: center;
    justify-items: center; */
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
  }
  .events__img{
    display: block;
    width: 100%;
  }

  .events__btn{
    width: 100%;
  }

}

/* @media screen and (max-width: 640px) {
  .guides__list li .descr a {
    display: inline;
    width: 100%;
  }
} */

.payblock{
  display: block;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .paysystem{
    flex-direction: column;
  }
  .payblock{
    flex-direction: column;
  }

  .consultants__title, .guides__title, .ev__title, .partners__title{
    display: block;
  }
  .menu-head {
      display: flex;
  }

  .podmenu{
    display: none;
  }

  .menu ul li:hover > .podmenu{
    display: none;
  }

  .pointer li:hover{
    text-decoration: none;
    text-shadow: none;
  }

  [for=menu-toggle] {
      display: block; 
  }

  [for=menu-toggle]::before {
      content: url("../images/burger-menu.svg");
      
  }

  .menu-icon{
      position: fixed;
      width: 50px;
      height: 50px;
      text-align: center;
      right: 20px;
      top: 5px;
      cursor: pointer;
      background-color: #fff;
      border-radius: 50%;
  }

  .menu__{
    display: block;
    z-index: 1500; 
  }

  .menu {
      display: none;
      z-index: 1100;  
  }
      
  #menu-toggle:checked + label + nav{
      display: block;
      animation: show .5s ease;
      position: fixed;
      left: 0;
      top: 0;
      margin-top: 70px;
      background: #FF7A2F;
      user-select: none;
      width: 100%;   
      height: 100%;
      border-bottom: 1px solid #000;
      
  }
  .menu ul {
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
  }

  #menu-toggle:checked +[for=menu-toggle]::before {
      content: url("../images/cross-circle.svg");
  }

  .menu ul li a{
      display:block;
      margin: 0;
      text-decoration: none;
      color: #fff;
      width: 100%;
      font-size: 2rem;
      
  }

  .menu ul li{
      margin-right: 0;
      padding: 10px;
      width: 100%;
      text-align: center;
  }  

  .menu ul li:not(:last-child) {
    margin-right: 0px;
}

  .active_menu{
    background-color: #088BCE;
    text-decoration: none;
  }

  .active_menu a{
    color: #fff!important;
  }

 
  
  .menu ul li:not(.active_menu):hover{
    text-shadow: none;
  }

  .mobile_show{
    display: block !important;;
  }

  .mobile_none{
    display: none!important;
  }

  .menu ul li a .mobile_show{
    display: none;
  }

  .desc_hide {
    display: block;
  }
  
  .desc_show {
    display: none;
  }


  .social__icon{
    width: 80%;
  }
}
@keyframes show {
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}

#popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: block;
z-index: 2500;
overflow-y: scroll;

}
#popup {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
padding: 10px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.title_marafon{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: #088BCE;
  width: 100%;
  color: #fff;
  height: 50px;
}

.title_marafon span{
  padding: 10px;
  font-size: 1.2rem;
}

.hide__rec{
cursor: pointer;
background-color: #088BCE;
color: #fff;
border: none;
padding: 10px;
border-radius: 5px;
font-size: 16px;
transition: background-color 0.3s ease;
position: fixed;
top: 10px;
right: 10px;

}

.recept{
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 20px;
flex-wrap: wrap;

}

.recept_img{
width: 30%;
border-radius: 16px;
}

.recept_txt{
margin: 0;
padding: 0;
width: 70%;
padding: 10px;
}

.recept_txt ul{
margin: 0;
margin-bottom: 10px;
list-style: none;

}

.recept_btn{
cursor: pointer;
background-color: #088BCE;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
font-size: 16px;
transition: background-color 0.3s ease;
width: 200px;
text-align: center;
margin:0 auto;
}

.recept_btn_hide{
cursor: pointer;
background-color: #088BCE;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
font-size: 16px;
transition: background-color 0.3s ease;
width: 200px;
text-align: center;
margin:0 auto;
display: none;
}

.recept_more{
display: none;
font-size: 1rem;
margin: 0;
}

.recept_title{
font-weight: bold;
margin-bottom: 10px;
}

#popup h3{
  margin-bottom: 10px;
  }

.mainpoints_txt{
  font-size: 1.2rem;
}

.mainpoints{
  list-style:circle;
}

.list_rec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.list_recept{
cursor: pointer;
background-color: #088BCE;
/* background-color: #FF7A2F; */
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
font-size: 16px;
transition: background-color 0.3s ease;
/* width: 200px; */
text-align: center;
margin: 10px;
}

.active_show{
  background-color: #FF7A2F;
}

@media screen and (max-width: 1050px) {
.recept {
flex-direction: column;
font-size: 1rem;
height: auto;
overflow-y: scroll;

}

.recept_img{
width: 30%;
}

.recept_txt{
width: 100%;
padding: 0;

}

.recept_txt ul{
width: 100%;
margin: 0;
padding: 0;
padding: 5px;
}

#popup{
width: 100%;
}

#popup h3{
margin-bottom: 10px;
}

.recept_more ol{
width: 99%;
margin: 0;
padding: 0;
padding-left: 20px;
}
}

.icon-cards {
  position: relative;
  width: 60vw;
  height: 40vw;
  max-width: 400px;
  max-height: 270px;
  margin: 0;
  color: white;
  perspective: 1000px;
  transform-origin: center;
}
.icon-cards__content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: translateZ(-30vw) rotateY(0);
  -webkit-animation: carousel 20s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: carousel 20s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.icon-cards__content.step-animation {
  -webkit-animation: carousel 8s infinite steps(1) forwards;
          animation: carousel 8s infinite steps(1) forwards;
}
.icon-cards__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60vw;
  height: 40vw;
  max-width: 400px;
  max-height: 270px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transform-origin: center;
  padding: 5px;
}

.icon-cards__item video{
  width: 95%;
  /* height: 100%; */
}

.icon-cards__item span{
  color: #fff;
  padding-bottom: 10px;
  padding-top: 5px;
}

@media screen and (max-width: 1050px) {
  .icon-cards__item span{
      font-size: 1rem;
      padding: 0;
      text-align: center;
      padding-bottom: 5px;
      padding-top: 5px;
  }
  .icon-cards__item video{
      width: 90%;
  }

  .icon-cards__item {
      height: 200px;
  }

  .icon-cards {
      height: 200px;
  }

}

.icon-cards__item:nth-child(1) {
background: #FF7A2F;
transform: rotateY(0) translateZ(35vw);
}
.icon-cards__item:nth-child(2) {
background: #FF7A2F;
transform: rotateY(120deg) translateZ(35vw);
}
.icon-cards__item:nth-child(3) {
background: #FF7A2F;
transform: rotateY(240deg) translateZ(35vw);
}

@-webkit-keyframes carousel {
0%, 17.5% {
  transform: translateZ(-35vw) rotateY(0);
}
27.5%, 45% {
  transform: translateZ(-35vw) rotateY(-120deg);
}
55%, 72.5% {
  transform: translateZ(-35vw) rotateY(-240deg);
}
82.5%, 100% {
  transform: translateZ(-35vw) rotateY(-360deg);
}
}

@keyframes carousel {
0%, 17.5% {
  transform: translateZ(-35vw) rotateY(0);
}
27.5%, 45% {
  transform: translateZ(-35vw) rotateY(-120deg);
}
55%, 72.5% {
  transform: translateZ(-35vw) rotateY(-240deg);
}
82.5%, 100% {
  transform: translateZ(-35vw) rotateY(-360deg);
}
}

@-webkit-keyframes jelly {
from {
  transform: scale(1, 1);
}
30% {
  transform: scale(1.25, 0.75);
}
40% {
  transform: scale(0.75, 1.25);
}
50% {
  transform: scale(1.15, 0.85);
}
65% {
  transform: scale(0.95, 1.05);
}
75% {
  transform: scale(1.05, 0.95);
}
to {
  transform: scale(1, 1);
}
}

@keyframes jelly {
from {
  transform: scale(1, 1);
}
30% {
  transform: scale(1.25, 0.75);
}
40% {
  transform: scale(0.75, 1.25);
}
50% {
  transform: scale(1.15, 0.85);
}
65% {
  transform: scale(0.95, 1.05);
}
75% {
  transform: scale(1.05, 0.95);
}
to {
  transform: scale(1, 1);
}
}
/*# sourceMappingURL=style.css.map */
