

/* Start:/local/templates/expert/assets/css/style.css?1744711984151224*/
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
 /* 1 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
    -ms-text-size-adjust: 100%;
 /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
 /* 1 */
    -ms-interpolation-mode: bicubic;
 /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
 /* 1 */
    padding: 0;
    white-space: normal;
 /* 2 */
    *margin-left: -7px;
 /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
 /* 1 */
    margin: 0;
 /* 2 */
    vertical-align: baseline;
 /* 3 */
    *vertical-align: middle;
 /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
 /* 2 */
    cursor: pointer;
 /* 3 */
    *overflow: visible;
 /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
    *height: 13px;
 /* 3 */
    *width: 13px;
 /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield;
 /* 1 */ /* 2 */
    box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
 /* 1 */
    vertical-align: top;
 /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v5.1.3 (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)
 */
:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 100%;
    }
    .news__element {
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important;
        width: 33.33%!important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 100%;
    }
    .news__element {
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important;
        width: 33.33%!important;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
    .news__element {
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important;
        width: 25%!important;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
    .news__element {
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important;
        width: 20%!important;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1580px;
    }
    .news__element {
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important;
        width: 20%!important;
    }
}

.row {
    --bs-gutter-x: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.col {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 750px) {
    .col-md {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

    .justify-content-sm-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-sm-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-sm-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-sm-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-sm-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-sm-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

    .justify-content-md-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-md-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-md-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-md-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-md-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-md-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-md-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

    .justify-content-lg-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-lg-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-lg-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-lg-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-lg-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-lg-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-lg-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-lg-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xl-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xl-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xl-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xl-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xl-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xl-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xl-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xxl-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xxl-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xxl-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xxl-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xxl-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xxl-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xxl-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xxl-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 64px;
    width: 64px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    opacity: 0.8;
    z-index: 10;
}

@media screen and (max-width: 750px) {
    .slick-prev,
.slick-next {
        height: 52px;
        width: 52px;
    }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.2;
}

.slick-prev {
    left: 0;
    background: url(/local/templates/expert/assets/css/../images/arrow-left.svg) center no-repeat;
}

@media screen and (max-width: 610px) {
    .slick-prev {
        left: -1.5rem;
    }
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 0;
    background: url(/local/templates/expert/assets/css/../images/arrow-right.svg) center no-repeat;
}

@media screen and (max-width: 610px) {
    .slick-next {
        right: -1.5rem;
    }
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 60px;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 30px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #D9D9D9;
    border-radius: 50%;
    display: block;
    height: 13px;
    width: 13px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active {
    height: 23px;
    width: 23px;
}

.slick-dots li.slick-active button {
    height: 23px;
    width: 23px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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);
    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.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;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-size: 1.4rem;
    color: #0C1B26;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    height: 100%;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}

@media screen and (max-width: 750px) {
    body.no-scroll {
        padding-right: 0;
    }
}

body.show-sidebar {
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

p {
    margin-bottom: 2rem;
}

ul.list {
    margin-bottom: 2rem;
}

ul.list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

ul.list li:before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    left: 0.6rem;
    font-size: 4rem;
    background: #000;
    top: 0.7rem;
    line-height: 1;
    border-radius: 50%;
}

ul.list--black li:before {
    background: #000;
}

ol.list li {
    position: relative;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    list-style: decimal;
    list-style-position: inside;
}

img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .desktop {
        display: none;
    }
}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .tablet {
        display: none;
    }
}

.slick-current {
    z-index: 100;
    position: relative;
}

h1.title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #0172B6;
    margin-bottom: 3rem;
}

@media screen and (max-width: 750px) {
    h1.title {
        font-size: 4.4rem;
    }
}

@media screen and (max-width: 610px) {
    h1.title {
        font-size: 2.4rem;
    }
}

h2.subtitle {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: -0.015em;
    color: #1B3244;
    margin-bottom: 3rem;
}

@media screen and (max-width: 750px) {
    h2.subtitle {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 610px) {
    h2.subtitle {
        font-size: 1.5rem;
    }
}

p.blue {
    color: #0172B6;
}

b {
    font-weight: 500;
}

a:focus, a:active {
    outline: none;
}

.page {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .show-sidebar .page {
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .page__mask {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
    }
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 0.9em 2.3em;
    font-family: "Montserrat";
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    background: #fff;
    text-decoration: none;
    border: 2px solid #0172B6;
    transition: background-color 0.2s linear;
}

.btn:hover {
    text-decoration: none;
    background: #0172B6;
    color: #fff;
}

.btn:focus {
    outline: none;
}

.btn--blue {
    background: #0172B6;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
}

@media screen and (max-width: 750px) {
    .btn--blue {
        font-size: 1.4rem;
    }
}

.btn--blue:hover {
    background: #168DD5;
}

.btn--red {
    background: #E40014;
    border-color: #E40014;
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .btn--red {
        font-size: 1.4rem;
    }
}

.btn--red:hover {
    background: #D50417;
    border-color: #E40014;
}

.btn--rounded {
    border-radius: 4em;
}

.btn--sm {
    padding: 0.8em 1.3em 0.8em;
    line-height: 1.2;
}

.btn--wide {
    width: 100%;
}

.btn--user {
    padding: 0;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
}

.btn__icon {
    margin-right: 1rem;
}

.btn--plus {
    font-size: 0;
    background: #e9f0f5;
    position: relative;
    width: 3.1rem;
    height: 3.1rem;
    transition: background 0.2s linear;
}

.btn--plus svg {
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.btn--plus:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(180deg, #93E034 0%, #02905D 100%);
    border-radius: 0.3rem;
    z-index: -1;
}

.btn--plus:hover, .btn--plus.active {
    background: linear-gradient(93.58deg, #02905D 0%, #93E034 100%);
}

.btn--plus:hover svg, .btn--plus.active svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn--plus:hover svg path, .btn--plus.active svg path {
    fill: #fff;
}

.btn--plus:hover:before, .btn--plus.active:before {
    background: linear-gradient(93.58deg, #02905D 0%, #93E034 100%);
}

.btn--transparent {
    background: transparent;
    color: #fff;
}

.burger {
    display: none;
    width: 3rem;
    height: 2rem;
    position: absolute;
    top: 4.3rem;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    z-index: 110;
}

.burger:before, .burger:after,
.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(34, 32, 30, 0.7);
    position: absolute;
    border-radius: 25px;
    left: 0;
}

.burger:before, .burger:after {
    content: "";
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.burger:before {
    top: 0;
}

.burger:after {
    bottom: 0;
}

.burger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.2s linear;
}

.show-sidebar .burger span {
    opacity: 0;
}

.show-sidebar .burger:before, .show-sidebar .burger:after {
    top: 50%;
}

.show-sidebar .burger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-sidebar .burger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .burger {
        display: block;
    }
}

.header {
    margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
    .header {
        margin-bottom: 7rem;
    }
}

@media screen and (max-width: 750px) {
    .header {
        margin-bottom: 2rem;
    }
}

.header__inner {
    padding: 4rem 0 0;
}

@media screen and (max-width: 1024px) {
    .header__inner {
        padding: 2rem 0 0;
    }
}

.header__address {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #000;
}

@media screen and (max-width: 750px) {
    .header__address {
        display: none;
    }
}

.header__address-text {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.5em;
}

.header__phone {
    padding-right: 0;
}

@media screen and (max-width: 750px) {
    .header__phone {
        padding-left: 0;
    }
}

.header__phone-link {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    color: #0C1B26;
    display: block;
    letter-spacing: 0.09em;
    text-decoration: none;
    font-family: "Montserrat";
}

.header__phone-link:hover {
    text-decoration: underline;
}

.header__call {
    padding-left: 0;
}

@media screen and (max-width: 1140px) {
    .header__call {
        width: 100%;
        padding-left: 1.5rem;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 750px) {
    .header__call {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
    }
}

.logo {
    max-width: 25rem;
    position: relative;
    margin-top: -0.5rem;
}

@media screen and (max-width: 750px) {
    .logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100%;
        margin-bottom: 2rem;
    }
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.logo__text {
    font-size: 1.2rem;
    line-height: 1.1;
    margin-top: 1rem;
}

@media screen and (max-width: 750px) {
    .logo__text {
        text-align: center;
    }
}

.header-mobile {
    margin-top: 2rem;
    padding: 3rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header-mobile__phone {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.09em;
    margin-bottom: 2rem;
}

.header-mobile__phone a {
    text-decoration: none;
    color: #283946;
}

.header-mobile__button {
    padding-bottom: 3.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
    text-align: center;
}

.header-mobile .social {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-mobile .social svg {
    fill: #999;
}

.header-mobile .social__item {
    margin: 0 1rem;
}

.header-mobile .footer__address {
    padding: 2.5rem 0 0 2rem;
}

.header-mobile .footer__address-text {
    max-width: 22.8rem;
    color: #283946;
    text-transform: none;
    padding-left: 1.5rem;
}

.nav {
    color: #1B3244;
    transition: all 0.2s ease;
    font-family: "Roboto";
    text-transform: uppercase;
}

.nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 6.2rem;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .header .nav__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 8rem 3.5rem 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.nav__item {
    margin-right: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .nav__item {
        margin-bottom: 2.5rem;
        margin-right: 0;
    }
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__link {
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.nav__link:hover {
    color: #0172B6;
}

@media screen and (max-width: 1024px) {
    .nav#nav {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        height: 100vh;
        padding-bottom: 1.5rem;
        overflow: auto;
        top: 4rem;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .show-sidebar .nav#nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.sections.gray {
    padding-top: 8rem;
    background: linear-gradient(180deg, #F1F1F1 0%, rgba(233, 233, 233, 0) 100%);
}

@media screen and (max-width: 750px) {
    .sections.gray {
        padding-top: 6rem;
    }
}

.sections.detail {
    margin-bottom: 13rem;
}

.sections__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sections__title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: 0.015em;
    margin-bottom: 3.5rem;
    color: #0172B6;
}

@media screen and (max-width: 750px) {
    .sections__title {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 610px) {
    .sections__title {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }
}

.top {
    overflow: hidden;
    position: relative;
    font-family: "Montserrat";
}

@media screen and (max-width: 750px) {
    .top {
        margin-bottom: 0;
    }
}

.top__item {
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: opacity 0.2s ease;
}

@media screen and (max-width: 750px) {
    .top__item {
        margin: 0;
        position: relative;
    }
}

.top__left {
    width: 50%;
}

@media screen and (max-width: 610px) {
    .top__left {
        width: 70%;
    }
}

.top__title {
    font-weight: 600;
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #0172B6;
    margin-bottom: 4.5rem;
}

@media screen and (max-width: 1200px) {
    .top__title {
        font-size: 4.4rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 750px) {
    .top__title {
        font-size: 2.4rem;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 610px) {
    .top__title {
        max-width: 22rem;
    }
}

.top__text {
    font-weight: 500;
    font-size: 4rem;
    line-height: 1;
    color: #1B3244;
    letter-spacing: -0.015em;
    margin-bottom: 4.5rem;
}

@media screen and (max-width: 1200px) {
    .top__text {
        font-size: 2.4rem;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 750px) {
    .top__text {
        font-size: 1.6rem;
        margin-bottom: 1.7rem;
    }
}

@media screen and (max-width: 610px) {
    .top__text {
        max-width: 20rem;
    }
}

.top__right {
    position: relative;
    height: 57rem;
    width: 50%;
}

@media (min-width: 1600px) {
    .top__right {
        height: 60rem;
    }
}

@media screen and (max-width: 750px) {
    .top__right {
        height: 30rem;
    }
}

@media screen and (max-width: 610px) {
    .top__right {
        width: 30%;
    }
}

.top__image {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0;
    margin-right: -1.5rem;
    position: absolute;
    top: 0;
    left: -14rem;
    bottom: 0;
    min-width: 100rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

@media screen and (max-width: 1024px) {
    .top__image {
        left: -9rem;
    }
}

@media screen and (max-width: 750px) {
    .top__image {
        background-size: contain;
    }
}

@media screen and (max-width: 610px) {
    .top__image {
        left: -11rem;
    }
}

@media screen and (max-width: 610px) {
    .top__button {
        z-index: 1;
        position: relative;
    }
}

.top .slick-list {
    overflow: inherit;
}

@media screen and (max-width: 750px) {
    .top .slick-list {
        overflow: hidden;
    }
}

.slick-active .top__item {
    opacity: 1;
}

@media screen and (max-width: 610px) {
    .js-slider.slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 610px) {
    .js-slider.slick-dotted.slick-slider .slick-dots {
        bottom: -45px;
        text-align: center;
    }
}

.js-slider-nav {
    display: none;
    position: relative;
    margin-bottom: 5.5rem;
    height: 3.6rem;
}

@media screen and (max-width: 750px) {
    .js-slider-nav {
        display: block;
    }
}

.js-slider-nav .slick-next {
    right: 0;
    left: 6.1rem;
}

.slider-dots {
    position: relative;
}

@media screen and (max-width: 610px) {
    .slider-dots {
        margin-bottom: 50px;
    }
}

.about {
    position: relative;
    overflow: hidden;
}

.about.sections {
    padding: 5rem 0;
}

@media screen and (max-width: 750px) {
    .about.sections {
        padding: 5rem 0;
    }
}

@media screen and (max-width: 610px) {
    .about.sections {
        padding: 4rem 0;
    }
}

.about__left {
    -ms-flex: 1;
    flex: 1;
    border-radius: 0.5em;
    overflow: hidden;
}

.tile {
    -ms-flex: 1;
    flex: 1;
    border-radius: 0.5em;
    overflow: hidden;
    background-color: #0F334F;
    color: white;
    padding: 5rem 3rem;
    margin: 0px 4rem 5rem 2rem;
    min-width: 40rem;
}
.tile .tile__blockquote {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}
.tile .tile__note {
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .tile {
        flex: 100%;
    } 
    .about__left {
        width: 100%;
    }
}

.about__left img {
    display: block;
    width: 100%;
}

.about__right {
    width: 45rem;
}

@media screen and (max-width: 1024px) {
    .about__right {
        width: 100%;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 610px) {
    .about__right {
        width: 100%;
        margin-bottom: 3.5rem;
    }
}

.about__title {
    line-height: 1.2;
    margin-bottom: 3rem;
    font-weight: 600;
    font-size: 5rem;
    line-height: 139%;
    letter-spacing: 0.015em;
    color: #0172B6;
    font-family: "Montserrat";
}

@media screen and (max-width: 750px) {
    .about__title {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 610px) {
    .about__title {
        padding: 2.2rem 0;
    }
}

.about__text {
    font-size: 2rem;
    padding-right: 3rem;
    margin-bottom: 6.5rem;
}

@media screen and (max-width: 750px) {
    .about__text {
        font-size: 2rem;
        padding-right: 0;
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 610px) {
    .about__text {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
}

.about p {
    margin-bottom: 2rem;
}

.about p:last-child {
    margin-bottom: 0;
}

.about__blockquote {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 3rem;
}

@media screen and (max-width: 750px) {
    .about__blockquote {
        font-size: 2.2rem;
        margin-bottom: 2.6rem;
    }
}

@media screen and (max-width: 610px) {
    .about__blockquote {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
}

.about ol {
    font-size: 2rem;
    line-height: 1.4;
    max-width: 70rem;
}

@media screen and (max-width: 750px) {
    .about ol {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 610px) {
    .about ol {
        font-size: 1.6rem;
    }
}

.about__bg {
    position: absolute;
    bottom: 2rem;
    right: -6rem;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .about__bg {
        left: 40%;
        bottom: 0;
    }
}

@media screen and (max-width: 610px) {
    .about__bg {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        margin-top: 2rem;
    }
}

.about__bg img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

@media screen and (max-width: 610px) {
    .about__bg img {
        -webkit-transform: none;
        transform: none;
    }
}

.about__note {
    font-weight: 500;
    font-size: 2rem;
    color: #0172B6;
    margin-top: 6rem;
    margin-bottom: 6rem;
    max-width: 60rem;
}
.about__note .logotype__item{
    width: 300px;
}

@media screen and (max-width: 750px) {
    .about__note {
        margin-top: 2.6rem;
        margin-bottom: 5rem;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 610px) {
    .about__note {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 750px) {
    .logotype {
        display: -ms-flexbox;
        display: flex;
        margin-right: -1rem;
        margin-left: -1rem;
        -ms-flex-align: center;
        align-items: center;
    }
}

.logotype__item {
    margin-bottom: 7.5rem;
}

@media screen and (max-width: 750px) {
    .logotype__item {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
}

.logotype__item:last-child {
    margin-bottom: 0;
}

.news {
    margin-bottom: 23rem;
}

@media screen and (max-width: 750px) {
    .news {
        margin-bottom: 6rem;
    }
}

.news__item {
    padding-left: 1em;
    padding-right: 1em;
}

.news__image {
    margin-bottom: 2rem;
    border-radius: 2.5rem;
    background: linear-gradient(180deg, #F1F1F1 0%, rgba(233, 233, 233, 0) 100%);
    width: 100%;
}

.news__image img {
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__date {
    color: rgba(12, 27, 38, 0.6);
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}

.news__link {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 3.1rem;
    color: #0172B6;
    margin-bottom: 1.2rem;
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .news__link {
        font-size: 2.2rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 610px) {
    .news__link {
        font-size: 1.8rem;
    }
}

.news__link:hover {
    text-decoration: underline;
    color: #E40014;
}

.news__text {
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .news__text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 610px) {
    .news__text {
        font-size: 1.6rem;
    }
}

.news__bottom {
    margin-top: 5rem;
}

@media screen and (max-width: 610px) {
    .news__bottom {
        margin-top: 8.5rem;
        text-align: center;
    }
}

.js-slider-news .slick-list {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media screen and (max-width: 992px) {
    .js-slider-news .slick-list {
        padding-right: 5rem;
    }
}

.js-slider-news .slick-dots {
    bottom: -50px;
    text-align: center;
}

.js-slider-news-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.js-slider-news-nav .slick-next, .js-slider-news-nav .slick-prev {
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.js-slider-news-nav .slick-next:hover, .js-slider-news-nav .slick-prev:hover {
    background: #fdfdfd;
}

.js-slider-news-nav .slick-next:before, .js-slider-news-nav .slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/expert/assets/css/../images/arrow-left.svg) center no-repeat;
}

.js-slider-news-nav .slick-next {
    margin-left: 2rem;
}

.js-slider-news-nav .slick-next:before {
    background: url(/local/templates/expert/assets/css/../images/arrow-right.svg) center no-repeat;
}

.proizv {
    background: url(/local/templates/expert/assets/css/../images/bg1.jpg) center no-repeat;
    padding-top: 5rem;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .proizv {
        padding-bottom: 6rem;
    }
}

@media screen and (max-width: 610px) {
    .proizv {
        padding-top: 3rem;
        background-position: top left;
        background-size: cover;
    }
}

@media screen and (max-width: 750px) {
    .proizv .col-auto:first-child {
        display: none;
    }
}

.proizv__item {
    padding-left: 5rem;
    margin-top: 6rem;
}
.proizv__item ul li{
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .proizv__item {
        margin-top: 0;
        padding-left: 0;
    }
}

.proizv__image {
    margin-top: -17rem;
}

@media screen and (max-width: 1200px) {
    .proizv__image {
        display: none;
    }
}

.proizv__title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 5rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 750px) {
    .proizv__title {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 610px) {
    .proizv__title {
        font-size: 2.2rem;
    }
}

.proizv__text {
    font-size: 2rem;
    margin-bottom: 5.5rem;
}

@media screen and (max-width: 750px) {
    .proizv__text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 610px) {
    .proizv__text {
        font-size: 1.6rem;
    }
}

.proizv__blockquote {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 750px) {
    .proizv__blockquote {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 610px) {
    .proizv__blockquote {
        font-size: 1.8rem;
    }
}

.proizv ul {
    margin-bottom: 5.5rem;
}

@media screen and (max-width: 750px) {
    .proizv ul {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 610px) {
    .proizv ul {
        font-size: 1.8rem;
    }
}

.proizv ul li:before {
    background: #fff;
}

.form-section {
    background: linear-gradient(0deg, #11487C, #11487C), #185380;
    margin-top: -4rem;
    position: relative;
    padding: 7.5rem;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .form-section {
        margin-top: 0;
        padding: 6rem 0;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
}

::-moz-placeholder {
    color: inherit;
    font-size: inherit;
}

:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
}

::placeholder {
    color: inherit;
    font-size: inherit;
}

.form--index {
    max-width: 35rem;
}

@media screen and (max-width: 750px) {
    .form--index {
        margin: 0 auto;
    }
}

.form__name {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 5rem;
    letter-spacing: 0.015em;
    margin-bottom: 4.3rem;
}

@media screen and (max-width: 750px) {
    .form__name {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
}

.form__title {
    font-size: 2rem;
    margin-bottom: 8rem;
}

.form__group {
    margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
    .form__group .col-4 {
        width: 50%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 610px) {
    .form__group .col-4 {
        width: 100%;
    }
}

@media screen and (max-width: 610px) {
    .form__group .col-6 {
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 750px) {
    .form__group .col-4:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width: 610px) {
    .form__group .col-auto {
        width: 100%;
    }
}

@media screen and (max-width: 610px) {
    .form__group .col-auto .btn {
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

.form__label {
    position: relative;
}

.form__label--checkbox {
    padding-left: 1.8rem;
}

.form__control {
    font-family: inherit;
    color: inherit;
}

.form__control--text {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 5.6rem;
    width: 100%;
    padding: 1.8rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: "Roboto";
}

.form__control--checkbox {
    display: none;
}

.form__control--checkbox:checked ~ span {
    background: url(/local/templates/expert/assets/css/../images/icon-checkbox.svg) center no-repeat;
}

.form__control--select {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 5.6rem;
    width: 100%;
    padding: 1.8rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
    color: inherit;
    cursor: pointer;
    font-family: "Roboto";
}

@media screen and (max-width: 750px) {
    .form__control--select {
        padding-left: 1.6rem;
    }
}

.form__control--select option {
    color: #000;
}

.form__control--textarea {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 8rem;
    width: 100%;
    padding: 1.8rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
    color: inherit;
    resize: none;
    font-family: "Roboto";
}

@media screen and (max-width: 750px) {
    .form__control--textarea {
        height: 12rem;
    }
}

.form__control--file {
    outline: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

.form__agree {
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
}

.form__checkbox {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #8C808B;
}

.form__icon {
    text-align: center;
    margin-bottom: 1rem;
}

.form__footer .form__group:last-child {
    margin-top: 8rem;
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .form__footer .form__group:last-child {
        margin-top: 3.7rem;
    }
}

.form .label-file {
    display: block;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    color: #fff;
}

@media screen and (max-width: 610px) {
    .form .label-file {
        text-align: center;
    }
}

.form .label-file .title {
    display: inline-block;
    max-width: 110px;
    font-size: 12px;
}

.form .label-file .js-fileName {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.form .label-file .js-fileName.active {
    display: block;
}

.map {
    position: relative;
}

.map__image {
    height: 70.2rem;
    background-repeat: no-repeat;
}

.map__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.map__logo {
    margin-bottom: 4rem;
}

.map__point {
    position: absolute;
    width: 7.4rem;
    height: 7.4rem;
    background: rgba(1, 114, 182, 0.2);
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50%;
}

.map__point-circle {
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: #0172B6;
    top: 2.1rem;
    left: 2.2rem;
    border-radius: 50%;
}

.map__bubble {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 3.8rem;
    background: #fff;
    border-radius: 3.4rem;
    padding: 4rem;
    width: 49rem;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.17);
    margin-top: 2px;
}

@media screen and (max-width: 610px) {
    .map__bubble {
        padding: 2rem;
        width: 30rem;
    }
}

.map__bubble:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.map__bubble-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.map__bubble-icon {
    font-size: 2rem;
    width: 3rem;
}

.map__bubble-text {
    font-size: 2rem;
    -ms-flex: 0 0 92%;
    flex: 0 0 92%;
    padding-left: 10px;
}

@media screen and (max-width: 750px) {
    .map__bubble-text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 610px) {
    .map__bubble-text {
        font-size: 1.6rem;
    }
}

.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social__item {
    margin-right: 1.6rem;
}

.social__item:last-child {
    margin-right: 0;
}

.social__item a {
    text-decoration: none;
}

.social__item a svg {
    fill: rgba(255, 255, 255, 0.4);
    display: block;
}

.social__item a:hover svg {
    fill: #fff;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb__item {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #BABABA;
    margin-right: 0.5rem;
    position: relative;
    padding-right: 1rem;
}

@media screen and (max-width: 750px) {
    .breadcrumb__item {
        margin-bottom: 1rem;
    }
}

.breadcrumb__item a {
    color: inherit;
    text-decoration: underline;
}

.breadcrumb__item a:hover {
    text-decoration: none;
}

.breadcrumb__item a:after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #BABABA;
    left: 100%;
    top: 5px;
    margin-left: -4px;
}

.news-detail {
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .news-detail {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 610px) {
    .news-detail {
        font-size: 1.6rem;
        font-size: 36px;
    }
}

.news-detail h1 {
    margin-bottom: 5.4rem;
    font-size: 36px;
}

@media screen and (max-width: 750px) {
    .news-detail h1 {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 610px) {
    .news-detail h1 {
        font-size: 2.5rem;
    }
}

.news-detail__container {
    max-width: 104.3rem;
    margin: 0 auto;
}

.news-detail__image {
    margin: 5.8rem 0 7rem;
}

@media screen and (max-width: 750px) {
    .news-detail__image {
        margin: 3rem 0 3.5rem;
    }
}

@media screen and (max-width: 610px) {
    .news-detail__image {
        margin: 3rem 0 3rem;
    }
}

.news-detail__images {
    margin: 2rem 0;
}

@media screen and (max-width: 610px) {
    .news-detail__images {
        overflow: auto;
    }
}

@media screen and (max-width: 610px) {
    .news-detail__images .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media screen and (max-width: 610px) {
    .news-detail__images .col {
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }
}

.news-detail__blockquote {
    position: relative;
    margin: 6rem 0;
    color: #E40014;
    padding: 2rem 4rem;
}

@media screen and (max-width: 750px) {
    .news-detail__blockquote {
        padding: 1rem 2rem;
        margin: 4rem 0;
    }
}

@media screen and (max-width: 610px) {
    .news-detail__blockquote {
        padding: 2rem 4rem;
        margin: 3rem 0;
    }
}

.news-detail__blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 9px;
    border-radius: 4.5px;
    background: #E40014;
}

.news-detail__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.news-detail__share .social {
    margin-left: 2rem;
}

.news-detail__share .social__item {
    margin-right: 1rem;
}

.news-detail__share .social__item:last-child {
    margin-right: 0;
}

.news-detail__share .social__item a svg {
    fill: rgba(153, 153, 153, 0.4);
}

.news-detail__share .social__item a:hover svg {
    fill: #999999;
}

.news-detail__footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 3rem;
    font-style: italic;
    font-size: 1.6rem;
    margin-bottom: 13em;
}

@media screen and (max-width: 750px) {
    .news-detail__footer {
        margin-bottom: 6em;
    }
}

@media screen and (max-width: 610px) {
    .news-detail__footer {
        margin-bottom: 4em;
    }
}

.modal {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: rgba(229, 229, 229, 0.8);
    padding: 1rem;
}

@media screen and (max-width: 610px) {
    .modal {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.modal.show {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.modal .form__name {
    margin-bottom: 1.7rem;
    font-size: 4rem;
}

@media screen and (max-width: 750px) {
    .modal .form__name {
        font-size: 3rem;
    }
}

@media screen and (max-width: 610px) {
    .modal .form__name {
        font-size: 2.4rem;
        text-align: center;
    }
}

.modal .form__title {
    margin-bottom: 2.4rem;
}

.modal .form__control--text {
    border-bottom: 1px solid #1B3244;
}

.modal .form__control--textarea {
    border-bottom: 1px solid #1B3244;
}

.modal .form__agree {
    color: #1B3244;
}

.modal .form__label {
    font-size: 1.3rem;
    color: rgba(27, 50, 68, 0.6);
}

.modal .form__control--select {
    padding-left: 0;
    padding-top: 0;
    margin-left: -4px;
    height: 6.6rem;
}

.modal .form .label-file {
    color: #1B3244;
}

.modal .form__footer .form__group:last-child {
    margin-top: 5rem;
}

#choice .btn {
    font-size: 1.8rem;
}

#choice .modal__content {
    max-width: 84rem;
}

.modal__content {
    width: 100%;
    max-width: 60rem;
    padding: 5rem 7rem;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    opacity: 0;
    box-shadow: 0px 15px 45px rgba(51, 84, 112, 0.1);
    border-radius: 39px;
}

@media screen and (max-width: 750px) {
    .modal__content {
        padding: 3.5em 1.5rem 3.5rem;
    }
}

.modal__content--work {
    padding: 6.5rem;
    max-width: 73rem;
    -webkit-transform: none;
    transform: none;
    overflow: auto;
}

@media screen and (max-width: 750px) {
    .modal__content--work {
        padding: 3.5em 1.5rem 3.5rem;
    }
}

.modal__content--contact {
    padding-bottom: 2.5rem;
}

.modal__content--story {
    padding: 0;
    background: none;
}

.modal__content--nopadding {
    padding: 1rem;
    width: auto;
}

.modal__close {
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
    opacity: 0.5;
    color: #000;
}

.modal__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.modal__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    color: #B2B2B2;
    font-size: 1.2rem;
    margin-top: 4rem;
}

.modal__footer li {
    margin: 0 0.5rem;
}

.modal__footer a {
    color: inherit;
    text-decoration: underline;
}

.modal__footer a:hover {
    text-decoration: none;
}

.modal__video {
    display: block;
    margin: 0 auto;
}

.controls {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.controls .control-block {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 106px;
    width: 128px;
    font-size: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.controls .control-block .control-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.2s;
    position: absolute;
}

.controls .control-block .control-btn.control-btn[data-direction=right] {
    top: 44px;
    right: 0;
}

.controls .control-block .control-btn.control-btn[data-direction=left] {
    top: 44px;
    left: 0;
}

.controls .control-block .control-btn.control-btn[data-direction=down] {
    top: 44px;
    left: 44px;
}

.controls .control-block .control-btn.control-btn[data-direction=up] {
    top: 0;
    left: 44px;
}

.footer {
    background: #0F334F;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo img{
    width: 190px;
}
@media screen and (max-width: 1200px) {
    .footer__logo {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .footer__logo {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
}

.footer__logo img {
    margin-right: 4rem;
    opacity: 0.6;
}

@media screen and (max-width: 992px) {
    .footer__logo img {
        margin-right: 2rem;
        max-width: 20rem;
    }
}

@media screen and (max-width: 610px) {
    .footer__logo img {
        width: 100%;
        max-width: 150px;
    }
}

.footer__logo img:last-child {
    margin-right: 0;
    margin-top: 8px;
}

.footer__slogan {
    font-family: "Montserrat";
    font-style: italic;
    font-size: 1.6rem;
    text-align: center;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
}

@media screen and (max-width: 1200px) {
    .footer__slogan {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        text-align: right;
    }
}

@media screen and (max-width: 992px) {
    .footer__slogan {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 750px) {
    .footer__slogan {
        width: 100%;
        text-align: center;
    }
}

.footer__contact {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .footer__contact {
        -ms-flex: 1 0 10%;
        flex: 1 0 10%;
    }
}

@media screen and (max-width: 1024px) {
    .footer__contact {
        display: none;
    }
}

.footer__phone {
    font-weight: 500;
    font-size: 2.4rem;
    color: inherit;
    text-decoration: none;
    margin-right: 3.2rem;
}

@media screen and (max-width: 1024px) {
    .footer__phone {
        display: none;
    }
}

.footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0;
}

.footer__middle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0;
}

.footer__bottom {
    padding: 3rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
}

.footer__bottom a {
    color: inherit;
}

@media screen and (max-width: 1200px) {
    .footer__nav {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

@media screen and (max-width: 750px) {
    .footer__nav .col-6 {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .footer__info .col-6 {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .footer .nav {
        margin-bottom: 2.5rem;
    }
}

.footer .nav__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .footer .nav__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        display: grid;
    }
}

@media screen and (max-width: 1200px) {
    .footer .nav__item:nth-child(5) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .footer .nav__item:nth-child(6) {
        margin-bottom: 0;
    }
}

.footer .nav__link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.4rem;
}

.footer .nav__link:hover {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .footer .social {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 2.7rem;
    }
}

@media screen and (max-width: 750px) {
    .footer .social {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
}

.footer__address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 750px) {
    .footer__address {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__address-icon {
    width: 3rem;
    opacity: 0.4;
}
/* End */


/* Start:/local/templates/expert/styles.css?1744613287134*/
.news__image img {border-radius: 2px;}

.news-detail__image img {border-radius: 2px;}

.text-form{font-size: 20px; font-weight: bold;}
/* End */


/* Start:/local/templates/expert/template_styles.css?17532531202017*/
.disabled {
    pointer-events: none;
}
.hidden {
    visibility: hidden !important;
    opacity: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    line-height: 0;
    left: -1000px;
}
.text-center {
    text-align: center;
}
.about.sections {
    padding: 1rem 4rem;
}
.about.sections ul li{
    list-style: disc;
    padding: 0 0 2rem 1rem;
    margin-left: 2rem;
    font-size: 2rem;
}
.about.sections a {
    font-size: 20px;
}
#map {
    height: 70.2rem;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
}
.map__bubble {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    box-shadow: none;
    width: auto;
    padding: 2rem;
    margin-left: 0;
    margin-top: 0;
}
.map__bubble-icon {
    margin-top: -3px;
}
.map__bubble-text {
    flex: 0 0 90%;
}
.ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout {
    border-radius: 4px;
}
.ymaps-2-1-79-balloon__close {
    margin-right: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 575px) {
    .news-all .col {
        flex: 1 0 100%;
    }
    .news-all .news__item {
        margin-bottom: 3rem;
    }
    #map {
        height: 50rem;
    }
}
.news-detail__container .news-table table, .news-detail__container .news-table th, .news-detail__container .news-table td {
  border: 1px solid #aaa;
}
.news-detail__container .news-table th {font-weight: bold;}
.news-detail__container .news-table th, .news-detail__container .news-table td {
  padding: 10px;
}

table.company-info {
    width: 100%;
    border: 1px solid;
    border-color: #aaa;
}
table.company-info tr td:first-child {
    text-align: right;
}
table.company-info tr td {
    width: 50%;
    text-align: left;
    font-size: 1.8rem;
    padding: 5px 10px;
    border: 1px solid;
    border-color: #aaa;
}
.proizv {
    padding: 0;
}
.proizv__title {
    font-size: 2rem;
}
.proizv__item {
    padding-left: 0;
    margin-bottom: 2rem;
}
.tile .tile__blockquote {
    color:#ff8418;
}
/* End */
/* /local/templates/expert/assets/css/style.css?1744711984151224 */
/* /local/templates/expert/styles.css?1744613287134 */
/* /local/templates/expert/template_styles.css?17532531202017 */
