:root {
  --vh: 1vh; }

:root {
  --blue: #0e2cbb;
  --indigo: #6610f2;
  --purple: #c173ff;
  --pink: #e83e8c;
  --red: #ff5454;
  --orange: #fff400;
  --yellow: #ffc107;
  --green: #73d500;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fff400;
  --secondary: #0e2cbb;
  --success: #73d500;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff5454;
  --light: #f0f0f0;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-hd: 1340px;
  --breakpoint-laptop: 1440px;
  --breakpoint-desktop: 1660px;
  --breakpoint-fullhd: 1800px;
  --font-family-sans-serif: "eUkraine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "eUkraine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 3.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #fff400;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #b33300;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .c-team__name, .c-contacts__link, .c-author__name, .h4, .h5, .h6,
.c-title {
  margin-bottom: 3.5rem;
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 992px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .c-team__name, .c-contacts__link, .c-author__name, .h4, .h5, .h6,
    .c-title {
      margin-bottom: 6rem; } }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3, .c-team__name, .c-contacts__link, .c-author__name {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled, .l-list, ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1340px) {
    .container {
      max-width: 1260px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1380px; } }
  @media (min-width: 1660px) {
    .container {
      max-width: 1620px; } }
  @media (min-width: 1800px) {
    .container {
      max-width: 1740px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-laptop, .container-desktop, .container-fullhd {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1340px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd {
    max-width: 1260px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-laptop {
    max-width: 1380px; } }

@media (min-width: 1660px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-laptop, .container-desktop {
    max-width: 1620px; } }

@media (min-width: 1800px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-hd, .container-laptop, .container-desktop, .container-fullhd {
    max-width: 1740px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1340px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-hd-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-hd-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-hd-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-hd-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-hd-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-hd-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-hd-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-hd-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-hd-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-hd-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-hd-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-hd-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-hd-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-hd-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-hd-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-hd-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-hd-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-hd-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-hd-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-hd-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-hd-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-hd-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-hd-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-hd-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-hd-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-hd-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-hd-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-hd-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-hd-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-hd-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-hd-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-hd-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-hd-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-hd-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-hd-0 {
    margin-left: 0; }
  .offset-hd-1 {
    margin-left: 8.33333%; }
  .offset-hd-2 {
    margin-left: 16.66667%; }
  .offset-hd-3 {
    margin-left: 25%; }
  .offset-hd-4 {
    margin-left: 33.33333%; }
  .offset-hd-5 {
    margin-left: 41.66667%; }
  .offset-hd-6 {
    margin-left: 50%; }
  .offset-hd-7 {
    margin-left: 58.33333%; }
  .offset-hd-8 {
    margin-left: 66.66667%; }
  .offset-hd-9 {
    margin-left: 75%; }
  .offset-hd-10 {
    margin-left: 83.33333%; }
  .offset-hd-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-laptop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-laptop-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-laptop-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-laptop-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-laptop-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-laptop-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-laptop-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-laptop-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-laptop-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-laptop-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-laptop-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-laptop-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-laptop-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-laptop-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-laptop-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-laptop-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-laptop-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-laptop-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-laptop-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-laptop-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-laptop-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-laptop-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-laptop-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-laptop-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-laptop-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-laptop-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-laptop-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-laptop-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-laptop-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-laptop-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-laptop-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-laptop-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-laptop-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-laptop-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-laptop-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-laptop-0 {
    margin-left: 0; }
  .offset-laptop-1 {
    margin-left: 8.33333%; }
  .offset-laptop-2 {
    margin-left: 16.66667%; }
  .offset-laptop-3 {
    margin-left: 25%; }
  .offset-laptop-4 {
    margin-left: 33.33333%; }
  .offset-laptop-5 {
    margin-left: 41.66667%; }
  .offset-laptop-6 {
    margin-left: 50%; }
  .offset-laptop-7 {
    margin-left: 58.33333%; }
  .offset-laptop-8 {
    margin-left: 66.66667%; }
  .offset-laptop-9 {
    margin-left: 75%; }
  .offset-laptop-10 {
    margin-left: 83.33333%; }
  .offset-laptop-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1660px) {
  .col-desktop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-desktop-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-desktop-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-desktop-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-desktop-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-desktop-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-desktop-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-desktop-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-desktop-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-desktop-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-desktop-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-desktop-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-desktop-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-desktop-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-desktop-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-desktop-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-desktop-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-desktop-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-desktop-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-desktop-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-desktop-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-desktop-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-desktop-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-desktop-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-desktop-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-desktop-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-desktop-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-desktop-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-desktop-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-desktop-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-desktop-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-desktop-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-desktop-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-desktop-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-desktop-0 {
    margin-left: 0; }
  .offset-desktop-1 {
    margin-left: 8.33333%; }
  .offset-desktop-2 {
    margin-left: 16.66667%; }
  .offset-desktop-3 {
    margin-left: 25%; }
  .offset-desktop-4 {
    margin-left: 33.33333%; }
  .offset-desktop-5 {
    margin-left: 41.66667%; }
  .offset-desktop-6 {
    margin-left: 50%; }
  .offset-desktop-7 {
    margin-left: 58.33333%; }
  .offset-desktop-8 {
    margin-left: 66.66667%; }
  .offset-desktop-9 {
    margin-left: 75%; }
  .offset-desktop-10 {
    margin-left: 83.33333%; }
  .offset-desktop-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1800px) {
  .col-fullhd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-fullhd-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-fullhd-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-fullhd-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-fullhd-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-fullhd-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-fullhd-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-fullhd-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-fullhd-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-fullhd-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-fullhd-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-fullhd-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-fullhd-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-fullhd-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-fullhd-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-fullhd-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-fullhd-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-fullhd-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-fullhd-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-fullhd-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-fullhd-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-fullhd-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-fullhd-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-fullhd-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-fullhd-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-fullhd-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-fullhd-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-fullhd-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-fullhd-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-fullhd-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-fullhd-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-fullhd-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-fullhd-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-fullhd-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-fullhd-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-fullhd-0 {
    margin-left: 0; }
  .offset-fullhd-1 {
    margin-left: 8.33333%; }
  .offset-fullhd-2 {
    margin-left: 16.66667%; }
  .offset-fullhd-3 {
    margin-left: 25%; }
  .offset-fullhd-4 {
    margin-left: 33.33333%; }
  .offset-fullhd-5 {
    margin-left: 41.66667%; }
  .offset-fullhd-6 {
    margin-left: 50%; }
  .offset-fullhd-7 {
    margin-left: 58.33333%; }
  .offset-fullhd-8 {
    margin-left: 66.66667%; }
  .offset-fullhd-9 {
    margin-left: 75%; }
  .offset-fullhd-10 {
    margin-left: 83.33333%; }
  .offset-fullhd-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
    border-radius: 4px;
    background: #EEE;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffa480;
    outline: 0; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(2.2rem + 1px);
  padding-bottom: calc(2.2rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.4; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 2.2rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.4em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 3rem; }
  .form-group.has-validate {
    margin-bottom: 1.5rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #73d500; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(115, 213, 0, 0.9);
  border-radius: 4rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #73d500; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #73d500; }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #73d500;
  padding-right: calc(0.75em + 9.8rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 5.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2373d500' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 6.5rem/calc(0.75em + 2.2rem) calc(0.75em + 2.2rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #73d500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #73d500; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #73d500; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #73d500; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #8eff09;
  background-color: #8eff09; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #73d500; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #73d500; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #73d500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #fff400; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 73, 0, 0.9);
  border-radius: 4rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fff400; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #fff400; }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fff400;
  padding-right: calc(0.75em + 9.8rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 5.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fff400' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fff400' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 6.5rem/calc(0.75em + 2.2rem) calc(0.75em + 2.2rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #fff400;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fff400; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fff400; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #fff400; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff6d33;
  background-color: #ff6d33; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fff400; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fff400; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fff400;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 500;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 2.2rem 5.5rem;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 4rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #000;
  background-color: #fff400;
  border-color: #fff400; }
  .btn-primary:hover {
    color: #000;
    background-color: #d93e00;
    border-color: #cc3a00; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    border-color: #cc3a00; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #fff400;
    border-color: #fff400; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #bf3700; }

.btn-secondary {
  color: #fff;
  background-color: #0e2cbb;
  border-color: #0e2cbb; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0b2497;
    border-color: #0a218c; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    border-color: #0a218c; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #0e2cbb;
    border-color: #0e2cbb; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    border-color: #0a1e80; }

.btn-success {
  color: #212529;
  background-color: #73d500;
  border-color: #73d500; }
  .btn-success:hover {
    color: #fff;
    background-color: #5eaf00;
    border-color: #57a200; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    border-color: #57a200; }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #73d500;
    border-color: #73d500; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    border-color: #519500; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    border-color: #117a8b; }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    border-color: #10707f; }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    border-color: #d39e00; }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    border-color: #c69500; }

.btn-danger {
  color: #fff;
  background-color: #ff5454;
  border-color: #ff5454; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff2e2e;
    border-color: #ff2121; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    border-color: #ff2121; }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    border-color: #ff1414; }

.btn-light {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0; }
  .btn-light:hover {
    color: #212529;
    background-color: #dddddd;
    border-color: #d7d7d7; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    border-color: #d7d7d7; }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f0f0f0;
    border-color: #f0f0f0; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    border-color: #d0d0d0; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    border-color: #1d2124; }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    border-color: #171a1d; }

.btn-outline-primary {
  color: #fff400;
  border-color: #fff400; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #fff400;
    border-color: #fff400; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fff400;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #fff400;
    border-color: #fff400; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.5); }

.btn-outline-secondary {
  color: #0e2cbb;
  border-color: #0e2cbb; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0e2cbb;
    border-color: #0e2cbb; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 44, 187, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(14, 44, 187, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0e2cbb;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0e2cbb;
    border-color: #0e2cbb; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 44, 187, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(14, 44, 187, 0.5); }

.btn-outline-success {
  color: #73d500;
  border-color: #73d500; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #73d500;
    border-color: #73d500; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #73d500;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #73d500;
    border-color: #73d500; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(115, 213, 0, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #ff5454;
  border-color: #ff5454; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff5454;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 84, 84, 0.5); }

.btn-outline-light {
  color: #f0f0f0;
  border-color: #f0f0f0; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f0f0f0;
    border-color: #f0f0f0; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f0f0f0;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f0f0f0;
    border-color: #f0f0f0; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #fff400;
  text-decoration: none; }
  .btn-link:hover {
    color: #b33300;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #000;
  font-size: 1.8rem;
  min-width: 32px;
  text-align: center; }
  .page-link:hover {
    z-index: 2;
    color: #fff400;
    text-decoration: none; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 73, 0, 0.25); }
  .page-link.has-dots {
    pointer-events: none;
    padding: 0.5rem 10px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fff400;
  border-radius: 7px; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

@media (min-width: 768px) {
  .page-link {
    font-size: 2rem;
    min-width: 35px; } }

@media (min-width: 992px) {
  .page-link {
    font-size: 2.2rem;
    min-width: 37px; } }

@media (min-width: 1200px) {
  .page-link {
    font-size: 2.4rem;
    min-width: 40px; } }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 30px 15px;
    border-radius: 16px;}
  @media (min-width: 768px) {
    .modal-content {
      padding: 40px 30px; } }
  @media (min-width: 992px) {
    .modal-content {
        padding: 32px 56px; } }
  @media (min-width: 1200px) {
    .modal-content {
      padding: 32px 56px; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.8; }

.modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  /*padding-right: 30px;*/
  margin-bottom: 15px; }
  .modal-header:last-child {
    margin: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
    line-height: 140%;
  font-weight: 400;
  font-size: 32px;
  }
  .modal-title:last-child {
    margin-bottom: 0; }

.modal-subtitle {
  line-height: 1.2;
  font-weight: 500; }

.modal .c-form {
    width: 100%;
  /*max-width: 340px;*/
}

@media (min-width: 768px) {
  .modal-header {
    margin-bottom: 30px; }
  .modal-title {
    font-size: 3rem; }
  .modal-subtitle {
    font-size: 2rem; } }

@media (min-width: 992px) {
  .modal-header {
    padding-right: 0; }
  .modal-title {
    font-size: 3.6rem; }
  .modal-subtitle {
    font-size: 2.2rem; } }

@media (min-width: 1340px) {
  .modal-title {
    font-size: 4.2rem; }
  .modal-subtitle {
    font-size: 2.4rem; } }

@media (min-width: 1200px) {
  .modal {
    margin-bottom: 40px; } }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 488px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #fff400 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc3a00 !important; }

.bg-secondary {
  background-color: #0e2cbb !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0a218c !important; }

.bg-success {
  background-color: #73d500 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #57a200 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #ff5454 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff2121 !important; }

.bg-light {
  background-color: #f0f0f0 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d7d7d7 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #fff400 !important; }

.border-secondary {
  border-color: #0e2cbb !important; }

.border-success {
  border-color: #73d500 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #ff5454 !important; }

.border-light {
  border-color: #f0f0f0 !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 4rem !important; }

.rounded-top {
  border-top-left-radius: 4rem !important;
  border-top-right-radius: 4rem !important; }

.rounded-right {
  border-top-right-radius: 4rem !important;
  border-bottom-right-radius: 4rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 4rem !important;
  border-bottom-left-radius: 4rem !important; }

.rounded-left {
  border-top-left-radius: 4rem !important;
  border-bottom-left-radius: 4rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1340px) {
  .d-hd-none {
    display: none !important; }
  .d-hd-inline {
    display: inline !important; }
  .d-hd-inline-block {
    display: inline-block !important; }
  .d-hd-block {
    display: block !important; }
  .d-hd-table {
    display: table !important; }
  .d-hd-table-row {
    display: table-row !important; }
  .d-hd-table-cell {
    display: table-cell !important; }
  .d-hd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-hd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-laptop-none {
    display: none !important; }
  .d-laptop-inline {
    display: inline !important; }
  .d-laptop-inline-block {
    display: inline-block !important; }
  .d-laptop-block {
    display: block !important; }
  .d-laptop-table {
    display: table !important; }
  .d-laptop-table-row {
    display: table-row !important; }
  .d-laptop-table-cell {
    display: table-cell !important; }
  .d-laptop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-laptop-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1660px) {
  .d-desktop-none {
    display: none !important; }
  .d-desktop-inline {
    display: inline !important; }
  .d-desktop-inline-block {
    display: inline-block !important; }
  .d-desktop-block {
    display: block !important; }
  .d-desktop-table {
    display: table !important; }
  .d-desktop-table-row {
    display: table-row !important; }
  .d-desktop-table-cell {
    display: table-cell !important; }
  .d-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-desktop-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1800px) {
  .d-fullhd-none {
    display: none !important; }
  .d-fullhd-inline {
    display: inline !important; }
  .d-fullhd-inline-block {
    display: inline-block !important; }
  .d-fullhd-block {
    display: block !important; }
  .d-fullhd-table {
    display: table !important; }
  .d-fullhd-table-row {
    display: table-row !important; }
  .d-fullhd-table-cell {
    display: table-cell !important; }
  .d-fullhd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-fullhd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -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; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -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; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -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; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1340px) {
  .flex-hd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-hd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-hd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-hd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-hd-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-hd-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-hd-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-hd-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-hd-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-hd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-hd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-hd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-hd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-hd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-hd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-hd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-hd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-hd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-laptop-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-laptop-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-laptop-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-laptop-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-laptop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-laptop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-laptop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-laptop-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-laptop-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-laptop-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-laptop-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-laptop-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-laptop-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-laptop-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-laptop-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-laptop-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-laptop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-laptop-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-laptop-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-laptop-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-laptop-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-laptop-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-laptop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-laptop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-laptop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-laptop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-laptop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-laptop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-laptop-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-laptop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-laptop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-laptop-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-laptop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-laptop-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1660px) {
  .flex-desktop-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-desktop-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-desktop-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-desktop-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-desktop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-desktop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-desktop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-desktop-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-desktop-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-desktop-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-desktop-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-desktop-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-desktop-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-desktop-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-desktop-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-desktop-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-desktop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-desktop-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-desktop-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-desktop-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-desktop-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-desktop-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-desktop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-desktop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-desktop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-desktop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-desktop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-desktop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-desktop-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-desktop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-desktop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-desktop-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-desktop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-desktop-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1800px) {
  .flex-fullhd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-fullhd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-fullhd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-fullhd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-fullhd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-fullhd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-fullhd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-fullhd-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-fullhd-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-fullhd-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-fullhd-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-fullhd-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-fullhd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-fullhd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-fullhd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-fullhd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-fullhd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-fullhd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-fullhd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-fullhd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-fullhd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-fullhd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-fullhd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-fullhd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-fullhd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-fullhd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-fullhd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-fullhd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-fullhd-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-fullhd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-fullhd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-fullhd-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-fullhd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-fullhd-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1340px) {
  .float-hd-left {
    float: left !important; }
  .float-hd-right {
    float: right !important; }
  .float-hd-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-laptop-left {
    float: left !important; }
  .float-laptop-right {
    float: right !important; }
  .float-laptop-none {
    float: none !important; } }

@media (min-width: 1660px) {
  .float-desktop-left {
    float: left !important; }
  .float-desktop-right {
    float: right !important; }
  .float-desktop-none {
    float: none !important; } }

@media (min-width: 1800px) {
  .float-fullhd-left {
    float: left !important; }
  .float-fullhd-right {
    float: right !important; }
  .float-fullhd-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

.m-1 {
  margin: 5px !important; }

.mt-1,
.my-1 {
  margin-top: 5px !important; }

.mr-1,
.mx-1 {
  margin-right: 5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 5px !important; }

.ml-1,
.mx-1 {
  margin-left: 5px !important; }

.m-2 {
  margin: 10px !important; }

.mt-2,
.my-2 {
  margin-top: 10px !important; }

.mr-2,
.mx-2 {
  margin-right: 10px !important; }

.mb-2,
.my-2 {
  margin-bottom: 10px !important; }

.ml-2,
.mx-2 {
  margin-left: 10px !important; }

.m-3 {
  margin: 15px !important; }

.mt-3,
.my-3 {
  margin-top: 15px !important; }

.mr-3,
.mx-3 {
  margin-right: 15px !important; }

.mb-3,
.my-3 {
  margin-bottom: 15px !important; }

.ml-3,
.mx-3 {
  margin-left: 15px !important; }

.m-4 {
  margin: 20px !important; }

.mt-4,
.my-4 {
  margin-top: 20px !important; }

.mr-4,
.mx-4 {
  margin-right: 20px !important; }

.mb-4,
.my-4 {
  margin-bottom: 20px !important; }

.ml-4,
.mx-4 {
  margin-left: 20px !important; }

.m-5 {
  margin: 30px !important; }

.mt-5,
.my-5 {
  margin-top: 30px !important; }

.mr-5,
.mx-5 {
  margin-right: 30px !important; }

.mb-5,
.my-5 {
  margin-bottom: 30px !important; }

.ml-5,
.mx-5 {
  margin-left: 30px !important; }

.m-6 {
  margin: 40px !important; }

.mt-6,
.my-6 {
  margin-top: 40px !important; }

.mr-6,
.mx-6 {
  margin-right: 40px !important; }

.mb-6,
.my-6 {
  margin-bottom: 40px !important; }

.ml-6,
.mx-6 {
  margin-left: 40px !important; }

.m-7 {
  margin: 50px !important; }

.mt-7,
.my-7 {
  margin-top: 50px !important; }

.mr-7,
.mx-7 {
  margin-right: 50px !important; }

.mb-7,
.my-7 {
  margin-bottom: 50px !important; }

.ml-7,
.mx-7 {
  margin-left: 50px !important; }

.m-8 {
  margin: 60px !important; }

.mt-8,
.my-8 {
  margin-top: 60px !important; }

.mr-8,
.mx-8 {
  margin-right: 60px !important; }

.mb-8,
.my-8 {
  margin-bottom: 60px !important; }

.ml-8,
.mx-8 {
  margin-left: 60px !important; }

.m-9 {
  margin: 70px !important; }

.mt-9,
.my-9 {
  margin-top: 70px !important; }

.mr-9,
.mx-9 {
  margin-right: 70px !important; }

.mb-9,
.my-9 {
  margin-bottom: 70px !important; }

.ml-9,
.mx-9 {
  margin-left: 70px !important; }

.m-10 {
  margin: 80px !important; }

.mt-10,
.my-10 {
  margin-top: 80px !important; }

.mr-10,
.mx-10 {
  margin-right: 80px !important; }

.mb-10,
.my-10 {
  margin-bottom: 80px !important; }

.ml-10,
.mx-10 {
  margin-left: 80px !important; }

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

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

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

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

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

.p-1 {
  padding: 5px !important; }

.pt-1,
.py-1 {
  padding-top: 5px !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 5px !important; }

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

.p-2 {
  padding: 10px !important; }

.pt-2,
.py-2 {
  padding-top: 10px !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 10px !important; }

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

.p-3 {
  padding: 15px !important; }

.pt-3,
.py-3 {
  padding-top: 15px !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 15px !important; }

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

.p-4 {
  padding: 20px !important; }

.pt-4,
.py-4 {
  padding-top: 20px !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 20px !important; }

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

.p-5 {
  padding: 30px !important; }

.pt-5,
.py-5 {
  padding-top: 30px !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 30px !important; }

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

.p-6 {
  padding: 40px !important; }

.pt-6,
.py-6 {
  padding-top: 40px !important; }

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

.pb-6,
.py-6 {
  padding-bottom: 40px !important; }

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

.p-7 {
  padding: 50px !important; }

.pt-7,
.py-7 {
  padding-top: 50px !important; }

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

.pb-7,
.py-7 {
  padding-bottom: 50px !important; }

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

.p-8 {
  padding: 60px !important; }

.pt-8,
.py-8 {
  padding-top: 60px !important; }

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

.pb-8,
.py-8 {
  padding-bottom: 60px !important; }

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

.p-9 {
  padding: 70px !important; }

.pt-9,
.py-9 {
  padding-top: 70px !important; }

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

.pb-9,
.py-9 {
  padding-bottom: 70px !important; }

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

.p-10 {
  padding: 80px !important; }

.pt-10,
.py-10 {
  padding-top: 80px !important; }

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

.pb-10,
.py-10 {
  padding-bottom: 80px !important; }

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

.m-n1 {
  margin: -5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -5px !important; }

.m-n2 {
  margin: -10px !important; }

.mt-n2,
.my-n2 {
  margin-top: -10px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -10px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -10px !important; }

.m-n3 {
  margin: -15px !important; }

.mt-n3,
.my-n3 {
  margin-top: -15px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -15px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -15px !important; }

.m-n4 {
  margin: -20px !important; }

.mt-n4,
.my-n4 {
  margin-top: -20px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -20px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -20px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -20px !important; }

.m-n5 {
  margin: -30px !important; }

.mt-n5,
.my-n5 {
  margin-top: -30px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -30px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -30px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -30px !important; }

.m-n6 {
  margin: -40px !important; }

.mt-n6,
.my-n6 {
  margin-top: -40px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -40px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -40px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -40px !important; }

.m-n7 {
  margin: -50px !important; }

.mt-n7,
.my-n7 {
  margin-top: -50px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -50px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -50px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -50px !important; }

.m-n8 {
  margin: -60px !important; }

.mt-n8,
.my-n8 {
  margin-top: -60px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -60px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -60px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -60px !important; }

.m-n9 {
  margin: -70px !important; }

.mt-n9,
.my-n9 {
  margin-top: -70px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -70px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -70px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -70px !important; }

.m-n10 {
  margin: -80px !important; }

.mt-n10,
.my-n10 {
  margin-top: -80px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -80px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -80px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -80px !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important; }
  .m-sm-2 {
    margin: 10px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important; }
  .m-sm-3 {
    margin: 15px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important; }
  .m-sm-4 {
    margin: 20px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 20px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 20px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 20px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 20px !important; }
  .m-sm-5 {
    margin: 30px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 30px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 30px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 30px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 30px !important; }
  .m-sm-6 {
    margin: 40px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 40px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 40px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 40px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 40px !important; }
  .m-sm-7 {
    margin: 50px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 50px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 50px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 50px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 50px !important; }
  .m-sm-8 {
    margin: 60px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 60px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 60px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 60px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 60px !important; }
  .m-sm-9 {
    margin: 70px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 70px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 70px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 70px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 70px !important; }
  .m-sm-10 {
    margin: 80px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 80px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 80px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 80px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 80px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important; }
  .p-sm-2 {
    padding: 10px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important; }
  .p-sm-3 {
    padding: 15px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important; }
  .p-sm-4 {
    padding: 20px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 20px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 20px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 20px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 20px !important; }
  .p-sm-5 {
    padding: 30px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 30px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 30px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 30px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 30px !important; }
  .p-sm-6 {
    padding: 40px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 40px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 40px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 40px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 40px !important; }
  .p-sm-7 {
    padding: 50px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 50px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 50px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 50px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 50px !important; }
  .p-sm-8 {
    padding: 60px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 60px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 60px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 60px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 60px !important; }
  .p-sm-9 {
    padding: 70px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 70px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 70px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 70px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 70px !important; }
  .p-sm-10 {
    padding: 80px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 80px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 80px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 80px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 80px !important; }
  .m-sm-n1 {
    margin: -5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important; }
  .m-sm-n2 {
    margin: -10px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important; }
  .m-sm-n3 {
    margin: -15px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -15px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -15px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -15px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -15px !important; }
  .m-sm-n4 {
    margin: -20px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -20px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -20px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -20px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -20px !important; }
  .m-sm-n5 {
    margin: -30px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -30px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -30px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -30px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -30px !important; }
  .m-sm-n6 {
    margin: -40px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -40px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -40px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -40px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -40px !important; }
  .m-sm-n7 {
    margin: -50px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -50px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -50px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -50px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -50px !important; }
  .m-sm-n8 {
    margin: -60px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -60px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -60px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -60px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -60px !important; }
  .m-sm-n9 {
    margin: -70px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -70px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -70px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -70px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -70px !important; }
  .m-sm-n10 {
    margin: -80px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -80px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -80px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -80px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -80px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important; }
  .m-md-2 {
    margin: 10px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important; }
  .m-md-3 {
    margin: 15px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important; }
  .m-md-4 {
    margin: 20px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 20px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 20px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 20px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 20px !important; }
  .m-md-5 {
    margin: 30px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 30px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 30px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 30px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 30px !important; }
  .m-md-6 {
    margin: 40px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 40px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 40px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 40px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 40px !important; }
  .m-md-7 {
    margin: 50px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 50px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 50px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 50px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 50px !important; }
  .m-md-8 {
    margin: 60px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 60px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 60px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 60px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 60px !important; }
  .m-md-9 {
    margin: 70px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 70px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 70px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 70px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 70px !important; }
  .m-md-10 {
    margin: 80px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 80px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 80px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 80px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 80px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important; }
  .p-md-2 {
    padding: 10px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important; }
  .p-md-3 {
    padding: 15px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important; }
  .p-md-4 {
    padding: 20px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 20px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 20px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 20px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 20px !important; }
  .p-md-5 {
    padding: 30px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 30px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 30px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 30px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 30px !important; }
  .p-md-6 {
    padding: 40px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 40px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 40px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 40px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 40px !important; }
  .p-md-7 {
    padding: 50px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 50px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 50px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 50px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 50px !important; }
  .p-md-8 {
    padding: 60px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 60px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 60px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 60px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 60px !important; }
  .p-md-9 {
    padding: 70px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 70px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 70px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 70px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 70px !important; }
  .p-md-10 {
    padding: 80px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 80px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 80px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 80px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 80px !important; }
  .m-md-n1 {
    margin: -5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important; }
  .m-md-n2 {
    margin: -10px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important; }
  .m-md-n3 {
    margin: -15px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -15px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -15px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -15px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -15px !important; }
  .m-md-n4 {
    margin: -20px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -20px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -20px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -20px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -20px !important; }
  .m-md-n5 {
    margin: -30px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -30px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -30px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -30px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -30px !important; }
  .m-md-n6 {
    margin: -40px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -40px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -40px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -40px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -40px !important; }
  .m-md-n7 {
    margin: -50px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -50px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -50px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -50px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -50px !important; }
  .m-md-n8 {
    margin: -60px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -60px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -60px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -60px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -60px !important; }
  .m-md-n9 {
    margin: -70px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -70px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -70px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -70px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -70px !important; }
  .m-md-n10 {
    margin: -80px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -80px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -80px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -80px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -80px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important; }
  .m-lg-2 {
    margin: 10px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important; }
  .m-lg-3 {
    margin: 15px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important; }
  .m-lg-4 {
    margin: 20px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 20px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 20px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 20px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 20px !important; }
  .m-lg-5 {
    margin: 30px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 30px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 30px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 30px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 30px !important; }
  .m-lg-6 {
    margin: 40px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 40px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 40px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 40px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 40px !important; }
  .m-lg-7 {
    margin: 50px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 50px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 50px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 50px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 50px !important; }
  .m-lg-8 {
    margin: 60px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 60px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 60px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 60px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 60px !important; }
  .m-lg-9 {
    margin: 70px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 70px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 70px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 70px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 70px !important; }
  .m-lg-10 {
    margin: 80px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 80px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 80px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 80px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 80px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important; }
  .p-lg-2 {
    padding: 10px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important; }
  .p-lg-3 {
    padding: 15px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important; }
  .p-lg-4 {
    padding: 20px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 20px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 20px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 20px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 20px !important; }
  .p-lg-5 {
    padding: 30px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 30px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 30px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 30px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 30px !important; }
  .p-lg-6 {
    padding: 40px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 40px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 40px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 40px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 40px !important; }
  .p-lg-7 {
    padding: 50px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 50px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 50px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 50px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 50px !important; }
  .p-lg-8 {
    padding: 60px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 60px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 60px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 60px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 60px !important; }
  .p-lg-9 {
    padding: 70px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 70px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 70px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 70px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 70px !important; }
  .p-lg-10 {
    padding: 80px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 80px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 80px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 80px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 80px !important; }
  .m-lg-n1 {
    margin: -5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important; }
  .m-lg-n2 {
    margin: -10px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important; }
  .m-lg-n3 {
    margin: -15px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -15px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -15px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -15px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -15px !important; }
  .m-lg-n4 {
    margin: -20px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -20px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -20px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -20px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -20px !important; }
  .m-lg-n5 {
    margin: -30px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -30px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -30px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -30px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -30px !important; }
  .m-lg-n6 {
    margin: -40px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -40px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -40px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -40px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -40px !important; }
  .m-lg-n7 {
    margin: -50px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -50px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -50px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -50px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -50px !important; }
  .m-lg-n8 {
    margin: -60px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -60px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -60px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -60px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -60px !important; }
  .m-lg-n9 {
    margin: -70px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -70px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -70px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -70px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -70px !important; }
  .m-lg-n10 {
    margin: -80px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -80px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -80px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -80px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -80px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important; }
  .m-xl-2 {
    margin: 10px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important; }
  .m-xl-3 {
    margin: 15px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important; }
  .m-xl-4 {
    margin: 20px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 20px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 20px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 20px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 20px !important; }
  .m-xl-5 {
    margin: 30px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 30px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 30px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 30px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 30px !important; }
  .m-xl-6 {
    margin: 40px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 40px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 40px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 40px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 40px !important; }
  .m-xl-7 {
    margin: 50px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 50px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 50px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 50px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 50px !important; }
  .m-xl-8 {
    margin: 60px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 60px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 60px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 60px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 60px !important; }
  .m-xl-9 {
    margin: 70px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 70px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 70px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 70px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 70px !important; }
  .m-xl-10 {
    margin: 80px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 80px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 80px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 80px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 80px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important; }
  .p-xl-2 {
    padding: 10px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important; }
  .p-xl-3 {
    padding: 15px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important; }
  .p-xl-4 {
    padding: 20px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 20px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 20px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 20px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 20px !important; }
  .p-xl-5 {
    padding: 30px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 30px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 30px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 30px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 30px !important; }
  .p-xl-6 {
    padding: 40px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 40px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 40px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 40px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 40px !important; }
  .p-xl-7 {
    padding: 50px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 50px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 50px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 50px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 50px !important; }
  .p-xl-8 {
    padding: 60px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 60px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 60px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 60px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 60px !important; }
  .p-xl-9 {
    padding: 70px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 70px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 70px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 70px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 70px !important; }
  .p-xl-10 {
    padding: 80px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 80px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 80px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 80px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 80px !important; }
  .m-xl-n1 {
    margin: -5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important; }
  .m-xl-n2 {
    margin: -10px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important; }
  .m-xl-n3 {
    margin: -15px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -15px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -15px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -15px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -15px !important; }
  .m-xl-n4 {
    margin: -20px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -20px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -20px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -20px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -20px !important; }
  .m-xl-n5 {
    margin: -30px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -30px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -30px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -30px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -30px !important; }
  .m-xl-n6 {
    margin: -40px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -40px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -40px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -40px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -40px !important; }
  .m-xl-n7 {
    margin: -50px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -50px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -50px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -50px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -50px !important; }
  .m-xl-n8 {
    margin: -60px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -60px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -60px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -60px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -60px !important; }
  .m-xl-n9 {
    margin: -70px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -70px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -70px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -70px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -70px !important; }
  .m-xl-n10 {
    margin: -80px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -80px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -80px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -80px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -80px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1340px) {
  .m-hd-0 {
    margin: 0 !important; }
  .mt-hd-0,
  .my-hd-0 {
    margin-top: 0 !important; }
  .mr-hd-0,
  .mx-hd-0 {
    margin-right: 0 !important; }
  .mb-hd-0,
  .my-hd-0 {
    margin-bottom: 0 !important; }
  .ml-hd-0,
  .mx-hd-0 {
    margin-left: 0 !important; }
  .m-hd-1 {
    margin: 5px !important; }
  .mt-hd-1,
  .my-hd-1 {
    margin-top: 5px !important; }
  .mr-hd-1,
  .mx-hd-1 {
    margin-right: 5px !important; }
  .mb-hd-1,
  .my-hd-1 {
    margin-bottom: 5px !important; }
  .ml-hd-1,
  .mx-hd-1 {
    margin-left: 5px !important; }
  .m-hd-2 {
    margin: 10px !important; }
  .mt-hd-2,
  .my-hd-2 {
    margin-top: 10px !important; }
  .mr-hd-2,
  .mx-hd-2 {
    margin-right: 10px !important; }
  .mb-hd-2,
  .my-hd-2 {
    margin-bottom: 10px !important; }
  .ml-hd-2,
  .mx-hd-2 {
    margin-left: 10px !important; }
  .m-hd-3 {
    margin: 15px !important; }
  .mt-hd-3,
  .my-hd-3 {
    margin-top: 15px !important; }
  .mr-hd-3,
  .mx-hd-3 {
    margin-right: 15px !important; }
  .mb-hd-3,
  .my-hd-3 {
    margin-bottom: 15px !important; }
  .ml-hd-3,
  .mx-hd-3 {
    margin-left: 15px !important; }
  .m-hd-4 {
    margin: 20px !important; }
  .mt-hd-4,
  .my-hd-4 {
    margin-top: 20px !important; }
  .mr-hd-4,
  .mx-hd-4 {
    margin-right: 20px !important; }
  .mb-hd-4,
  .my-hd-4 {
    margin-bottom: 20px !important; }
  .ml-hd-4,
  .mx-hd-4 {
    margin-left: 20px !important; }
  .m-hd-5 {
    margin: 30px !important; }
  .mt-hd-5,
  .my-hd-5 {
    margin-top: 30px !important; }
  .mr-hd-5,
  .mx-hd-5 {
    margin-right: 30px !important; }
  .mb-hd-5,
  .my-hd-5 {
    margin-bottom: 30px !important; }
  .ml-hd-5,
  .mx-hd-5 {
    margin-left: 30px !important; }
  .m-hd-6 {
    margin: 40px !important; }
  .mt-hd-6,
  .my-hd-6 {
    margin-top: 40px !important; }
  .mr-hd-6,
  .mx-hd-6 {
    margin-right: 40px !important; }
  .mb-hd-6,
  .my-hd-6 {
    margin-bottom: 40px !important; }
  .ml-hd-6,
  .mx-hd-6 {
    margin-left: 40px !important; }
  .m-hd-7 {
    margin: 50px !important; }
  .mt-hd-7,
  .my-hd-7 {
    margin-top: 50px !important; }
  .mr-hd-7,
  .mx-hd-7 {
    margin-right: 50px !important; }
  .mb-hd-7,
  .my-hd-7 {
    margin-bottom: 50px !important; }
  .ml-hd-7,
  .mx-hd-7 {
    margin-left: 50px !important; }
  .m-hd-8 {
    margin: 60px !important; }
  .mt-hd-8,
  .my-hd-8 {
    margin-top: 60px !important; }
  .mr-hd-8,
  .mx-hd-8 {
    margin-right: 60px !important; }
  .mb-hd-8,
  .my-hd-8 {
    margin-bottom: 60px !important; }
  .ml-hd-8,
  .mx-hd-8 {
    margin-left: 60px !important; }
  .m-hd-9 {
    margin: 70px !important; }
  .mt-hd-9,
  .my-hd-9 {
    margin-top: 70px !important; }
  .mr-hd-9,
  .mx-hd-9 {
    margin-right: 70px !important; }
  .mb-hd-9,
  .my-hd-9 {
    margin-bottom: 70px !important; }
  .ml-hd-9,
  .mx-hd-9 {
    margin-left: 70px !important; }
  .m-hd-10 {
    margin: 80px !important; }
  .mt-hd-10,
  .my-hd-10 {
    margin-top: 80px !important; }
  .mr-hd-10,
  .mx-hd-10 {
    margin-right: 80px !important; }
  .mb-hd-10,
  .my-hd-10 {
    margin-bottom: 80px !important; }
  .ml-hd-10,
  .mx-hd-10 {
    margin-left: 80px !important; }
  .p-hd-0 {
    padding: 0 !important; }
  .pt-hd-0,
  .py-hd-0 {
    padding-top: 0 !important; }
  .pr-hd-0,
  .px-hd-0 {
    padding-right: 0 !important; }
  .pb-hd-0,
  .py-hd-0 {
    padding-bottom: 0 !important; }
  .pl-hd-0,
  .px-hd-0 {
    padding-left: 0 !important; }
  .p-hd-1 {
    padding: 5px !important; }
  .pt-hd-1,
  .py-hd-1 {
    padding-top: 5px !important; }
  .pr-hd-1,
  .px-hd-1 {
    padding-right: 5px !important; }
  .pb-hd-1,
  .py-hd-1 {
    padding-bottom: 5px !important; }
  .pl-hd-1,
  .px-hd-1 {
    padding-left: 5px !important; }
  .p-hd-2 {
    padding: 10px !important; }
  .pt-hd-2,
  .py-hd-2 {
    padding-top: 10px !important; }
  .pr-hd-2,
  .px-hd-2 {
    padding-right: 10px !important; }
  .pb-hd-2,
  .py-hd-2 {
    padding-bottom: 10px !important; }
  .pl-hd-2,
  .px-hd-2 {
    padding-left: 10px !important; }
  .p-hd-3 {
    padding: 15px !important; }
  .pt-hd-3,
  .py-hd-3 {
    padding-top: 15px !important; }
  .pr-hd-3,
  .px-hd-3 {
    padding-right: 15px !important; }
  .pb-hd-3,
  .py-hd-3 {
    padding-bottom: 15px !important; }
  .pl-hd-3,
  .px-hd-3 {
    padding-left: 15px !important; }
  .p-hd-4 {
    padding: 20px !important; }
  .pt-hd-4,
  .py-hd-4 {
    padding-top: 20px !important; }
  .pr-hd-4,
  .px-hd-4 {
    padding-right: 20px !important; }
  .pb-hd-4,
  .py-hd-4 {
    padding-bottom: 20px !important; }
  .pl-hd-4,
  .px-hd-4 {
    padding-left: 20px !important; }
  .p-hd-5 {
    padding: 30px !important; }
  .pt-hd-5,
  .py-hd-5 {
    padding-top: 30px !important; }
  .pr-hd-5,
  .px-hd-5 {
    padding-right: 30px !important; }
  .pb-hd-5,
  .py-hd-5 {
    padding-bottom: 30px !important; }
  .pl-hd-5,
  .px-hd-5 {
    padding-left: 30px !important; }
  .p-hd-6 {
    padding: 40px !important; }
  .pt-hd-6,
  .py-hd-6 {
    padding-top: 40px !important; }
  .pr-hd-6,
  .px-hd-6 {
    padding-right: 40px !important; }
  .pb-hd-6,
  .py-hd-6 {
    padding-bottom: 40px !important; }
  .pl-hd-6,
  .px-hd-6 {
    padding-left: 40px !important; }
  .p-hd-7 {
    padding: 50px !important; }
  .pt-hd-7,
  .py-hd-7 {
    padding-top: 50px !important; }
  .pr-hd-7,
  .px-hd-7 {
    padding-right: 50px !important; }
  .pb-hd-7,
  .py-hd-7 {
    padding-bottom: 50px !important; }
  .pl-hd-7,
  .px-hd-7 {
    padding-left: 50px !important; }
  .p-hd-8 {
    padding: 60px !important; }
  .pt-hd-8,
  .py-hd-8 {
    padding-top: 60px !important; }
  .pr-hd-8,
  .px-hd-8 {
    padding-right: 60px !important; }
  .pb-hd-8,
  .py-hd-8 {
    padding-bottom: 60px !important; }
  .pl-hd-8,
  .px-hd-8 {
    padding-left: 60px !important; }
  .p-hd-9 {
    padding: 70px !important; }
  .pt-hd-9,
  .py-hd-9 {
    padding-top: 70px !important; }
  .pr-hd-9,
  .px-hd-9 {
    padding-right: 70px !important; }
  .pb-hd-9,
  .py-hd-9 {
    padding-bottom: 70px !important; }
  .pl-hd-9,
  .px-hd-9 {
    padding-left: 70px !important; }
  .p-hd-10 {
    padding: 80px !important; }
  .pt-hd-10,
  .py-hd-10 {
    padding-top: 80px !important; }
  .pr-hd-10,
  .px-hd-10 {
    padding-right: 80px !important; }
  .pb-hd-10,
  .py-hd-10 {
    padding-bottom: 80px !important; }
  .pl-hd-10,
  .px-hd-10 {
    padding-left: 80px !important; }
  .m-hd-n1 {
    margin: -5px !important; }
  .mt-hd-n1,
  .my-hd-n1 {
    margin-top: -5px !important; }
  .mr-hd-n1,
  .mx-hd-n1 {
    margin-right: -5px !important; }
  .mb-hd-n1,
  .my-hd-n1 {
    margin-bottom: -5px !important; }
  .ml-hd-n1,
  .mx-hd-n1 {
    margin-left: -5px !important; }
  .m-hd-n2 {
    margin: -10px !important; }
  .mt-hd-n2,
  .my-hd-n2 {
    margin-top: -10px !important; }
  .mr-hd-n2,
  .mx-hd-n2 {
    margin-right: -10px !important; }
  .mb-hd-n2,
  .my-hd-n2 {
    margin-bottom: -10px !important; }
  .ml-hd-n2,
  .mx-hd-n2 {
    margin-left: -10px !important; }
  .m-hd-n3 {
    margin: -15px !important; }
  .mt-hd-n3,
  .my-hd-n3 {
    margin-top: -15px !important; }
  .mr-hd-n3,
  .mx-hd-n3 {
    margin-right: -15px !important; }
  .mb-hd-n3,
  .my-hd-n3 {
    margin-bottom: -15px !important; }
  .ml-hd-n3,
  .mx-hd-n3 {
    margin-left: -15px !important; }
  .m-hd-n4 {
    margin: -20px !important; }
  .mt-hd-n4,
  .my-hd-n4 {
    margin-top: -20px !important; }
  .mr-hd-n4,
  .mx-hd-n4 {
    margin-right: -20px !important; }
  .mb-hd-n4,
  .my-hd-n4 {
    margin-bottom: -20px !important; }
  .ml-hd-n4,
  .mx-hd-n4 {
    margin-left: -20px !important; }
  .m-hd-n5 {
    margin: -30px !important; }
  .mt-hd-n5,
  .my-hd-n5 {
    margin-top: -30px !important; }
  .mr-hd-n5,
  .mx-hd-n5 {
    margin-right: -30px !important; }
  .mb-hd-n5,
  .my-hd-n5 {
    margin-bottom: -30px !important; }
  .ml-hd-n5,
  .mx-hd-n5 {
    margin-left: -30px !important; }
  .m-hd-n6 {
    margin: -40px !important; }
  .mt-hd-n6,
  .my-hd-n6 {
    margin-top: -40px !important; }
  .mr-hd-n6,
  .mx-hd-n6 {
    margin-right: -40px !important; }
  .mb-hd-n6,
  .my-hd-n6 {
    margin-bottom: -40px !important; }
  .ml-hd-n6,
  .mx-hd-n6 {
    margin-left: -40px !important; }
  .m-hd-n7 {
    margin: -50px !important; }
  .mt-hd-n7,
  .my-hd-n7 {
    margin-top: -50px !important; }
  .mr-hd-n7,
  .mx-hd-n7 {
    margin-right: -50px !important; }
  .mb-hd-n7,
  .my-hd-n7 {
    margin-bottom: -50px !important; }
  .ml-hd-n7,
  .mx-hd-n7 {
    margin-left: -50px !important; }
  .m-hd-n8 {
    margin: -60px !important; }
  .mt-hd-n8,
  .my-hd-n8 {
    margin-top: -60px !important; }
  .mr-hd-n8,
  .mx-hd-n8 {
    margin-right: -60px !important; }
  .mb-hd-n8,
  .my-hd-n8 {
    margin-bottom: -60px !important; }
  .ml-hd-n8,
  .mx-hd-n8 {
    margin-left: -60px !important; }
  .m-hd-n9 {
    margin: -70px !important; }
  .mt-hd-n9,
  .my-hd-n9 {
    margin-top: -70px !important; }
  .mr-hd-n9,
  .mx-hd-n9 {
    margin-right: -70px !important; }
  .mb-hd-n9,
  .my-hd-n9 {
    margin-bottom: -70px !important; }
  .ml-hd-n9,
  .mx-hd-n9 {
    margin-left: -70px !important; }
  .m-hd-n10 {
    margin: -80px !important; }
  .mt-hd-n10,
  .my-hd-n10 {
    margin-top: -80px !important; }
  .mr-hd-n10,
  .mx-hd-n10 {
    margin-right: -80px !important; }
  .mb-hd-n10,
  .my-hd-n10 {
    margin-bottom: -80px !important; }
  .ml-hd-n10,
  .mx-hd-n10 {
    margin-left: -80px !important; }
  .m-hd-auto {
    margin: auto !important; }
  .mt-hd-auto,
  .my-hd-auto {
    margin-top: auto !important; }
  .mr-hd-auto,
  .mx-hd-auto {
    margin-right: auto !important; }
  .mb-hd-auto,
  .my-hd-auto {
    margin-bottom: auto !important; }
  .ml-hd-auto,
  .mx-hd-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-laptop-0 {
    margin: 0 !important; }
  .mt-laptop-0,
  .my-laptop-0 {
    margin-top: 0 !important; }
  .mr-laptop-0,
  .mx-laptop-0 {
    margin-right: 0 !important; }
  .mb-laptop-0,
  .my-laptop-0 {
    margin-bottom: 0 !important; }
  .ml-laptop-0,
  .mx-laptop-0 {
    margin-left: 0 !important; }
  .m-laptop-1 {
    margin: 5px !important; }
  .mt-laptop-1,
  .my-laptop-1 {
    margin-top: 5px !important; }
  .mr-laptop-1,
  .mx-laptop-1 {
    margin-right: 5px !important; }
  .mb-laptop-1,
  .my-laptop-1 {
    margin-bottom: 5px !important; }
  .ml-laptop-1,
  .mx-laptop-1 {
    margin-left: 5px !important; }
  .m-laptop-2 {
    margin: 10px !important; }
  .mt-laptop-2,
  .my-laptop-2 {
    margin-top: 10px !important; }
  .mr-laptop-2,
  .mx-laptop-2 {
    margin-right: 10px !important; }
  .mb-laptop-2,
  .my-laptop-2 {
    margin-bottom: 10px !important; }
  .ml-laptop-2,
  .mx-laptop-2 {
    margin-left: 10px !important; }
  .m-laptop-3 {
    margin: 15px !important; }
  .mt-laptop-3,
  .my-laptop-3 {
    margin-top: 15px !important; }
  .mr-laptop-3,
  .mx-laptop-3 {
    margin-right: 15px !important; }
  .mb-laptop-3,
  .my-laptop-3 {
    margin-bottom: 15px !important; }
  .ml-laptop-3,
  .mx-laptop-3 {
    margin-left: 15px !important; }
  .m-laptop-4 {
    margin: 20px !important; }
  .mt-laptop-4,
  .my-laptop-4 {
    margin-top: 20px !important; }
  .mr-laptop-4,
  .mx-laptop-4 {
    margin-right: 20px !important; }
  .mb-laptop-4,
  .my-laptop-4 {
    margin-bottom: 20px !important; }
  .ml-laptop-4,
  .mx-laptop-4 {
    margin-left: 20px !important; }
  .m-laptop-5 {
    margin: 30px !important; }
  .mt-laptop-5,
  .my-laptop-5 {
    margin-top: 30px !important; }
  .mr-laptop-5,
  .mx-laptop-5 {
    margin-right: 30px !important; }
  .mb-laptop-5,
  .my-laptop-5 {
    margin-bottom: 30px !important; }
  .ml-laptop-5,
  .mx-laptop-5 {
    margin-left: 30px !important; }
  .m-laptop-6 {
    margin: 40px !important; }
  .mt-laptop-6,
  .my-laptop-6 {
    margin-top: 40px !important; }
  .mr-laptop-6,
  .mx-laptop-6 {
    margin-right: 40px !important; }
  .mb-laptop-6,
  .my-laptop-6 {
    margin-bottom: 40px !important; }
  .ml-laptop-6,
  .mx-laptop-6 {
    margin-left: 40px !important; }
  .m-laptop-7 {
    margin: 50px !important; }
  .mt-laptop-7,
  .my-laptop-7 {
    margin-top: 50px !important; }
  .mr-laptop-7,
  .mx-laptop-7 {
    margin-right: 50px !important; }
  .mb-laptop-7,
  .my-laptop-7 {
    margin-bottom: 50px !important; }
  .ml-laptop-7,
  .mx-laptop-7 {
    margin-left: 50px !important; }
  .m-laptop-8 {
    margin: 60px !important; }
  .mt-laptop-8,
  .my-laptop-8 {
    margin-top: 60px !important; }
  .mr-laptop-8,
  .mx-laptop-8 {
    margin-right: 60px !important; }
  .mb-laptop-8,
  .my-laptop-8 {
    margin-bottom: 60px !important; }
  .ml-laptop-8,
  .mx-laptop-8 {
    margin-left: 60px !important; }
  .m-laptop-9 {
    margin: 70px !important; }
  .mt-laptop-9,
  .my-laptop-9 {
    margin-top: 70px !important; }
  .mr-laptop-9,
  .mx-laptop-9 {
    margin-right: 70px !important; }
  .mb-laptop-9,
  .my-laptop-9 {
    margin-bottom: 70px !important; }
  .ml-laptop-9,
  .mx-laptop-9 {
    margin-left: 70px !important; }
  .m-laptop-10 {
    margin: 80px !important; }
  .mt-laptop-10,
  .my-laptop-10 {
    margin-top: 80px !important; }
  .mr-laptop-10,
  .mx-laptop-10 {
    margin-right: 80px !important; }
  .mb-laptop-10,
  .my-laptop-10 {
    margin-bottom: 80px !important; }
  .ml-laptop-10,
  .mx-laptop-10 {
    margin-left: 80px !important; }
  .p-laptop-0 {
    padding: 0 !important; }
  .pt-laptop-0,
  .py-laptop-0 {
    padding-top: 0 !important; }
  .pr-laptop-0,
  .px-laptop-0 {
    padding-right: 0 !important; }
  .pb-laptop-0,
  .py-laptop-0 {
    padding-bottom: 0 !important; }
  .pl-laptop-0,
  .px-laptop-0 {
    padding-left: 0 !important; }
  .p-laptop-1 {
    padding: 5px !important; }
  .pt-laptop-1,
  .py-laptop-1 {
    padding-top: 5px !important; }
  .pr-laptop-1,
  .px-laptop-1 {
    padding-right: 5px !important; }
  .pb-laptop-1,
  .py-laptop-1 {
    padding-bottom: 5px !important; }
  .pl-laptop-1,
  .px-laptop-1 {
    padding-left: 5px !important; }
  .p-laptop-2 {
    padding: 10px !important; }
  .pt-laptop-2,
  .py-laptop-2 {
    padding-top: 10px !important; }
  .pr-laptop-2,
  .px-laptop-2 {
    padding-right: 10px !important; }
  .pb-laptop-2,
  .py-laptop-2 {
    padding-bottom: 10px !important; }
  .pl-laptop-2,
  .px-laptop-2 {
    padding-left: 10px !important; }
  .p-laptop-3 {
    padding: 15px !important; }
  .pt-laptop-3,
  .py-laptop-3 {
    padding-top: 15px !important; }
  .pr-laptop-3,
  .px-laptop-3 {
    padding-right: 15px !important; }
  .pb-laptop-3,
  .py-laptop-3 {
    padding-bottom: 15px !important; }
  .pl-laptop-3,
  .px-laptop-3 {
    padding-left: 15px !important; }
  .p-laptop-4 {
    padding: 20px !important; }
  .pt-laptop-4,
  .py-laptop-4 {
    padding-top: 20px !important; }
  .pr-laptop-4,
  .px-laptop-4 {
    padding-right: 20px !important; }
  .pb-laptop-4,
  .py-laptop-4 {
    padding-bottom: 20px !important; }
  .pl-laptop-4,
  .px-laptop-4 {
    padding-left: 20px !important; }
  .p-laptop-5 {
    padding: 30px !important; }
  .pt-laptop-5,
  .py-laptop-5 {
    padding-top: 30px !important; }
  .pr-laptop-5,
  .px-laptop-5 {
    padding-right: 30px !important; }
  .pb-laptop-5,
  .py-laptop-5 {
    padding-bottom: 30px !important; }
  .pl-laptop-5,
  .px-laptop-5 {
    padding-left: 30px !important; }
  .p-laptop-6 {
    padding: 40px !important; }
  .pt-laptop-6,
  .py-laptop-6 {
    padding-top: 40px !important; }
  .pr-laptop-6,
  .px-laptop-6 {
    padding-right: 40px !important; }
  .pb-laptop-6,
  .py-laptop-6 {
    padding-bottom: 40px !important; }
  .pl-laptop-6,
  .px-laptop-6 {
    padding-left: 40px !important; }
  .p-laptop-7 {
    padding: 50px !important; }
  .pt-laptop-7,
  .py-laptop-7 {
    padding-top: 50px !important; }
  .pr-laptop-7,
  .px-laptop-7 {
    padding-right: 50px !important; }
  .pb-laptop-7,
  .py-laptop-7 {
    padding-bottom: 50px !important; }
  .pl-laptop-7,
  .px-laptop-7 {
    padding-left: 50px !important; }
  .p-laptop-8 {
    padding: 60px !important; }
  .pt-laptop-8,
  .py-laptop-8 {
    padding-top: 60px !important; }
  .pr-laptop-8,
  .px-laptop-8 {
    padding-right: 60px !important; }
  .pb-laptop-8,
  .py-laptop-8 {
    padding-bottom: 60px !important; }
  .pl-laptop-8,
  .px-laptop-8 {
    padding-left: 60px !important; }
  .p-laptop-9 {
    padding: 70px !important; }
  .pt-laptop-9,
  .py-laptop-9 {
    padding-top: 70px !important; }
  .pr-laptop-9,
  .px-laptop-9 {
    padding-right: 70px !important; }
  .pb-laptop-9,
  .py-laptop-9 {
    padding-bottom: 70px !important; }
  .pl-laptop-9,
  .px-laptop-9 {
    padding-left: 70px !important; }
  .p-laptop-10 {
    padding: 80px !important; }
  .pt-laptop-10,
  .py-laptop-10 {
    padding-top: 80px !important; }
  .pr-laptop-10,
  .px-laptop-10 {
    padding-right: 80px !important; }
  .pb-laptop-10,
  .py-laptop-10 {
    padding-bottom: 80px !important; }
  .pl-laptop-10,
  .px-laptop-10 {
    padding-left: 80px !important; }
  .m-laptop-n1 {
    margin: -5px !important; }
  .mt-laptop-n1,
  .my-laptop-n1 {
    margin-top: -5px !important; }
  .mr-laptop-n1,
  .mx-laptop-n1 {
    margin-right: -5px !important; }
  .mb-laptop-n1,
  .my-laptop-n1 {
    margin-bottom: -5px !important; }
  .ml-laptop-n1,
  .mx-laptop-n1 {
    margin-left: -5px !important; }
  .m-laptop-n2 {
    margin: -10px !important; }
  .mt-laptop-n2,
  .my-laptop-n2 {
    margin-top: -10px !important; }
  .mr-laptop-n2,
  .mx-laptop-n2 {
    margin-right: -10px !important; }
  .mb-laptop-n2,
  .my-laptop-n2 {
    margin-bottom: -10px !important; }
  .ml-laptop-n2,
  .mx-laptop-n2 {
    margin-left: -10px !important; }
  .m-laptop-n3 {
    margin: -15px !important; }
  .mt-laptop-n3,
  .my-laptop-n3 {
    margin-top: -15px !important; }
  .mr-laptop-n3,
  .mx-laptop-n3 {
    margin-right: -15px !important; }
  .mb-laptop-n3,
  .my-laptop-n3 {
    margin-bottom: -15px !important; }
  .ml-laptop-n3,
  .mx-laptop-n3 {
    margin-left: -15px !important; }
  .m-laptop-n4 {
    margin: -20px !important; }
  .mt-laptop-n4,
  .my-laptop-n4 {
    margin-top: -20px !important; }
  .mr-laptop-n4,
  .mx-laptop-n4 {
    margin-right: -20px !important; }
  .mb-laptop-n4,
  .my-laptop-n4 {
    margin-bottom: -20px !important; }
  .ml-laptop-n4,
  .mx-laptop-n4 {
    margin-left: -20px !important; }
  .m-laptop-n5 {
    margin: -30px !important; }
  .mt-laptop-n5,
  .my-laptop-n5 {
    margin-top: -30px !important; }
  .mr-laptop-n5,
  .mx-laptop-n5 {
    margin-right: -30px !important; }
  .mb-laptop-n5,
  .my-laptop-n5 {
    margin-bottom: -30px !important; }
  .ml-laptop-n5,
  .mx-laptop-n5 {
    margin-left: -30px !important; }
  .m-laptop-n6 {
    margin: -40px !important; }
  .mt-laptop-n6,
  .my-laptop-n6 {
    margin-top: -40px !important; }
  .mr-laptop-n6,
  .mx-laptop-n6 {
    margin-right: -40px !important; }
  .mb-laptop-n6,
  .my-laptop-n6 {
    margin-bottom: -40px !important; }
  .ml-laptop-n6,
  .mx-laptop-n6 {
    margin-left: -40px !important; }
  .m-laptop-n7 {
    margin: -50px !important; }
  .mt-laptop-n7,
  .my-laptop-n7 {
    margin-top: -50px !important; }
  .mr-laptop-n7,
  .mx-laptop-n7 {
    margin-right: -50px !important; }
  .mb-laptop-n7,
  .my-laptop-n7 {
    margin-bottom: -50px !important; }
  .ml-laptop-n7,
  .mx-laptop-n7 {
    margin-left: -50px !important; }
  .m-laptop-n8 {
    margin: -60px !important; }
  .mt-laptop-n8,
  .my-laptop-n8 {
    margin-top: -60px !important; }
  .mr-laptop-n8,
  .mx-laptop-n8 {
    margin-right: -60px !important; }
  .mb-laptop-n8,
  .my-laptop-n8 {
    margin-bottom: -60px !important; }
  .ml-laptop-n8,
  .mx-laptop-n8 {
    margin-left: -60px !important; }
  .m-laptop-n9 {
    margin: -70px !important; }
  .mt-laptop-n9,
  .my-laptop-n9 {
    margin-top: -70px !important; }
  .mr-laptop-n9,
  .mx-laptop-n9 {
    margin-right: -70px !important; }
  .mb-laptop-n9,
  .my-laptop-n9 {
    margin-bottom: -70px !important; }
  .ml-laptop-n9,
  .mx-laptop-n9 {
    margin-left: -70px !important; }
  .m-laptop-n10 {
    margin: -80px !important; }
  .mt-laptop-n10,
  .my-laptop-n10 {
    margin-top: -80px !important; }
  .mr-laptop-n10,
  .mx-laptop-n10 {
    margin-right: -80px !important; }
  .mb-laptop-n10,
  .my-laptop-n10 {
    margin-bottom: -80px !important; }
  .ml-laptop-n10,
  .mx-laptop-n10 {
    margin-left: -80px !important; }
  .m-laptop-auto {
    margin: auto !important; }
  .mt-laptop-auto,
  .my-laptop-auto {
    margin-top: auto !important; }
  .mr-laptop-auto,
  .mx-laptop-auto {
    margin-right: auto !important; }
  .mb-laptop-auto,
  .my-laptop-auto {
    margin-bottom: auto !important; }
  .ml-laptop-auto,
  .mx-laptop-auto {
    margin-left: auto !important; } }

@media (min-width: 1660px) {
  .m-desktop-0 {
    margin: 0 !important; }
  .mt-desktop-0,
  .my-desktop-0 {
    margin-top: 0 !important; }
  .mr-desktop-0,
  .mx-desktop-0 {
    margin-right: 0 !important; }
  .mb-desktop-0,
  .my-desktop-0 {
    margin-bottom: 0 !important; }
  .ml-desktop-0,
  .mx-desktop-0 {
    margin-left: 0 !important; }
  .m-desktop-1 {
    margin: 5px !important; }
  .mt-desktop-1,
  .my-desktop-1 {
    margin-top: 5px !important; }
  .mr-desktop-1,
  .mx-desktop-1 {
    margin-right: 5px !important; }
  .mb-desktop-1,
  .my-desktop-1 {
    margin-bottom: 5px !important; }
  .ml-desktop-1,
  .mx-desktop-1 {
    margin-left: 5px !important; }
  .m-desktop-2 {
    margin: 10px !important; }
  .mt-desktop-2,
  .my-desktop-2 {
    margin-top: 10px !important; }
  .mr-desktop-2,
  .mx-desktop-2 {
    margin-right: 10px !important; }
  .mb-desktop-2,
  .my-desktop-2 {
    margin-bottom: 10px !important; }
  .ml-desktop-2,
  .mx-desktop-2 {
    margin-left: 10px !important; }
  .m-desktop-3 {
    margin: 15px !important; }
  .mt-desktop-3,
  .my-desktop-3 {
    margin-top: 15px !important; }
  .mr-desktop-3,
  .mx-desktop-3 {
    margin-right: 15px !important; }
  .mb-desktop-3,
  .my-desktop-3 {
    margin-bottom: 15px !important; }
  .ml-desktop-3,
  .mx-desktop-3 {
    margin-left: 15px !important; }
  .m-desktop-4 {
    margin: 20px !important; }
  .mt-desktop-4,
  .my-desktop-4 {
    margin-top: 20px !important; }
  .mr-desktop-4,
  .mx-desktop-4 {
    margin-right: 20px !important; }
  .mb-desktop-4,
  .my-desktop-4 {
    margin-bottom: 20px !important; }
  .ml-desktop-4,
  .mx-desktop-4 {
    margin-left: 20px !important; }
  .m-desktop-5 {
    margin: 30px !important; }
  .mt-desktop-5,
  .my-desktop-5 {
    margin-top: 30px !important; }
  .mr-desktop-5,
  .mx-desktop-5 {
    margin-right: 30px !important; }
  .mb-desktop-5,
  .my-desktop-5 {
    margin-bottom: 30px !important; }
  .ml-desktop-5,
  .mx-desktop-5 {
    margin-left: 30px !important; }
  .m-desktop-6 {
    margin: 40px !important; }
  .mt-desktop-6,
  .my-desktop-6 {
    margin-top: 40px !important; }
  .mr-desktop-6,
  .mx-desktop-6 {
    margin-right: 40px !important; }
  .mb-desktop-6,
  .my-desktop-6 {
    margin-bottom: 40px !important; }
  .ml-desktop-6,
  .mx-desktop-6 {
    margin-left: 40px !important; }
  .m-desktop-7 {
    margin: 50px !important; }
  .mt-desktop-7,
  .my-desktop-7 {
    margin-top: 50px !important; }
  .mr-desktop-7,
  .mx-desktop-7 {
    margin-right: 50px !important; }
  .mb-desktop-7,
  .my-desktop-7 {
    margin-bottom: 50px !important; }
  .ml-desktop-7,
  .mx-desktop-7 {
    margin-left: 50px !important; }
  .m-desktop-8 {
    margin: 60px !important; }
  .mt-desktop-8,
  .my-desktop-8 {
    margin-top: 60px !important; }
  .mr-desktop-8,
  .mx-desktop-8 {
    margin-right: 60px !important; }
  .mb-desktop-8,
  .my-desktop-8 {
    margin-bottom: 60px !important; }
  .ml-desktop-8,
  .mx-desktop-8 {
    margin-left: 60px !important; }
  .m-desktop-9 {
    margin: 70px !important; }
  .mt-desktop-9,
  .my-desktop-9 {
    margin-top: 70px !important; }
  .mr-desktop-9,
  .mx-desktop-9 {
    margin-right: 70px !important; }
  .mb-desktop-9,
  .my-desktop-9 {
    margin-bottom: 70px !important; }
  .ml-desktop-9,
  .mx-desktop-9 {
    margin-left: 70px !important; }
  .m-desktop-10 {
    margin: 80px !important; }
  .mt-desktop-10,
  .my-desktop-10 {
    margin-top: 80px !important; }
  .mr-desktop-10,
  .mx-desktop-10 {
    margin-right: 80px !important; }
  .mb-desktop-10,
  .my-desktop-10 {
    margin-bottom: 80px !important; }
  .ml-desktop-10,
  .mx-desktop-10 {
    margin-left: 80px !important; }
  .p-desktop-0 {
    padding: 0 !important; }
  .pt-desktop-0,
  .py-desktop-0 {
    padding-top: 0 !important; }
  .pr-desktop-0,
  .px-desktop-0 {
    padding-right: 0 !important; }
  .pb-desktop-0,
  .py-desktop-0 {
    padding-bottom: 0 !important; }
  .pl-desktop-0,
  .px-desktop-0 {
    padding-left: 0 !important; }
  .p-desktop-1 {
    padding: 5px !important; }
  .pt-desktop-1,
  .py-desktop-1 {
    padding-top: 5px !important; }
  .pr-desktop-1,
  .px-desktop-1 {
    padding-right: 5px !important; }
  .pb-desktop-1,
  .py-desktop-1 {
    padding-bottom: 5px !important; }
  .pl-desktop-1,
  .px-desktop-1 {
    padding-left: 5px !important; }
  .p-desktop-2 {
    padding: 10px !important; }
  .pt-desktop-2,
  .py-desktop-2 {
    padding-top: 10px !important; }
  .pr-desktop-2,
  .px-desktop-2 {
    padding-right: 10px !important; }
  .pb-desktop-2,
  .py-desktop-2 {
    padding-bottom: 10px !important; }
  .pl-desktop-2,
  .px-desktop-2 {
    padding-left: 10px !important; }
  .p-desktop-3 {
    padding: 15px !important; }
  .pt-desktop-3,
  .py-desktop-3 {
    padding-top: 15px !important; }
  .pr-desktop-3,
  .px-desktop-3 {
    padding-right: 15px !important; }
  .pb-desktop-3,
  .py-desktop-3 {
    padding-bottom: 15px !important; }
  .pl-desktop-3,
  .px-desktop-3 {
    padding-left: 15px !important; }
  .p-desktop-4 {
    padding: 20px !important; }
  .pt-desktop-4,
  .py-desktop-4 {
    padding-top: 20px !important; }
  .pr-desktop-4,
  .px-desktop-4 {
    padding-right: 20px !important; }
  .pb-desktop-4,
  .py-desktop-4 {
    padding-bottom: 20px !important; }
  .pl-desktop-4,
  .px-desktop-4 {
    padding-left: 20px !important; }
  .p-desktop-5 {
    padding: 30px !important; }
  .pt-desktop-5,
  .py-desktop-5 {
    padding-top: 30px !important; }
  .pr-desktop-5,
  .px-desktop-5 {
    padding-right: 30px !important; }
  .pb-desktop-5,
  .py-desktop-5 {
    padding-bottom: 30px !important; }
  .pl-desktop-5,
  .px-desktop-5 {
    padding-left: 30px !important; }
  .p-desktop-6 {
    padding: 40px !important; }
  .pt-desktop-6,
  .py-desktop-6 {
    padding-top: 40px !important; }
  .pr-desktop-6,
  .px-desktop-6 {
    padding-right: 40px !important; }
  .pb-desktop-6,
  .py-desktop-6 {
    padding-bottom: 40px !important; }
  .pl-desktop-6,
  .px-desktop-6 {
    padding-left: 40px !important; }
  .p-desktop-7 {
    padding: 50px !important; }
  .pt-desktop-7,
  .py-desktop-7 {
    padding-top: 50px !important; }
  .pr-desktop-7,
  .px-desktop-7 {
    padding-right: 50px !important; }
  .pb-desktop-7,
  .py-desktop-7 {
    padding-bottom: 50px !important; }
  .pl-desktop-7,
  .px-desktop-7 {
    padding-left: 50px !important; }
  .p-desktop-8 {
    padding: 60px !important; }
  .pt-desktop-8,
  .py-desktop-8 {
    padding-top: 60px !important; }
  .pr-desktop-8,
  .px-desktop-8 {
    padding-right: 60px !important; }
  .pb-desktop-8,
  .py-desktop-8 {
    padding-bottom: 60px !important; }
  .pl-desktop-8,
  .px-desktop-8 {
    padding-left: 60px !important; }
  .p-desktop-9 {
    padding: 70px !important; }
  .pt-desktop-9,
  .py-desktop-9 {
    padding-top: 70px !important; }
  .pr-desktop-9,
  .px-desktop-9 {
    padding-right: 70px !important; }
  .pb-desktop-9,
  .py-desktop-9 {
    padding-bottom: 70px !important; }
  .pl-desktop-9,
  .px-desktop-9 {
    padding-left: 70px !important; }
  .p-desktop-10 {
    padding: 80px !important; }
  .pt-desktop-10,
  .py-desktop-10 {
    padding-top: 80px !important; }
  .pr-desktop-10,
  .px-desktop-10 {
    padding-right: 80px !important; }
  .pb-desktop-10,
  .py-desktop-10 {
    padding-bottom: 80px !important; }
  .pl-desktop-10,
  .px-desktop-10 {
    padding-left: 80px !important; }
  .m-desktop-n1 {
    margin: -5px !important; }
  .mt-desktop-n1,
  .my-desktop-n1 {
    margin-top: -5px !important; }
  .mr-desktop-n1,
  .mx-desktop-n1 {
    margin-right: -5px !important; }
  .mb-desktop-n1,
  .my-desktop-n1 {
    margin-bottom: -5px !important; }
  .ml-desktop-n1,
  .mx-desktop-n1 {
    margin-left: -5px !important; }
  .m-desktop-n2 {
    margin: -10px !important; }
  .mt-desktop-n2,
  .my-desktop-n2 {
    margin-top: -10px !important; }
  .mr-desktop-n2,
  .mx-desktop-n2 {
    margin-right: -10px !important; }
  .mb-desktop-n2,
  .my-desktop-n2 {
    margin-bottom: -10px !important; }
  .ml-desktop-n2,
  .mx-desktop-n2 {
    margin-left: -10px !important; }
  .m-desktop-n3 {
    margin: -15px !important; }
  .mt-desktop-n3,
  .my-desktop-n3 {
    margin-top: -15px !important; }
  .mr-desktop-n3,
  .mx-desktop-n3 {
    margin-right: -15px !important; }
  .mb-desktop-n3,
  .my-desktop-n3 {
    margin-bottom: -15px !important; }
  .ml-desktop-n3,
  .mx-desktop-n3 {
    margin-left: -15px !important; }
  .m-desktop-n4 {
    margin: -20px !important; }
  .mt-desktop-n4,
  .my-desktop-n4 {
    margin-top: -20px !important; }
  .mr-desktop-n4,
  .mx-desktop-n4 {
    margin-right: -20px !important; }
  .mb-desktop-n4,
  .my-desktop-n4 {
    margin-bottom: -20px !important; }
  .ml-desktop-n4,
  .mx-desktop-n4 {
    margin-left: -20px !important; }
  .m-desktop-n5 {
    margin: -30px !important; }
  .mt-desktop-n5,
  .my-desktop-n5 {
    margin-top: -30px !important; }
  .mr-desktop-n5,
  .mx-desktop-n5 {
    margin-right: -30px !important; }
  .mb-desktop-n5,
  .my-desktop-n5 {
    margin-bottom: -30px !important; }
  .ml-desktop-n5,
  .mx-desktop-n5 {
    margin-left: -30px !important; }
  .m-desktop-n6 {
    margin: -40px !important; }
  .mt-desktop-n6,
  .my-desktop-n6 {
    margin-top: -40px !important; }
  .mr-desktop-n6,
  .mx-desktop-n6 {
    margin-right: -40px !important; }
  .mb-desktop-n6,
  .my-desktop-n6 {
    margin-bottom: -40px !important; }
  .ml-desktop-n6,
  .mx-desktop-n6 {
    margin-left: -40px !important; }
  .m-desktop-n7 {
    margin: -50px !important; }
  .mt-desktop-n7,
  .my-desktop-n7 {
    margin-top: -50px !important; }
  .mr-desktop-n7,
  .mx-desktop-n7 {
    margin-right: -50px !important; }
  .mb-desktop-n7,
  .my-desktop-n7 {
    margin-bottom: -50px !important; }
  .ml-desktop-n7,
  .mx-desktop-n7 {
    margin-left: -50px !important; }
  .m-desktop-n8 {
    margin: -60px !important; }
  .mt-desktop-n8,
  .my-desktop-n8 {
    margin-top: -60px !important; }
  .mr-desktop-n8,
  .mx-desktop-n8 {
    margin-right: -60px !important; }
  .mb-desktop-n8,
  .my-desktop-n8 {
    margin-bottom: -60px !important; }
  .ml-desktop-n8,
  .mx-desktop-n8 {
    margin-left: -60px !important; }
  .m-desktop-n9 {
    margin: -70px !important; }
  .mt-desktop-n9,
  .my-desktop-n9 {
    margin-top: -70px !important; }
  .mr-desktop-n9,
  .mx-desktop-n9 {
    margin-right: -70px !important; }
  .mb-desktop-n9,
  .my-desktop-n9 {
    margin-bottom: -70px !important; }
  .ml-desktop-n9,
  .mx-desktop-n9 {
    margin-left: -70px !important; }
  .m-desktop-n10 {
    margin: -80px !important; }
  .mt-desktop-n10,
  .my-desktop-n10 {
    margin-top: -80px !important; }
  .mr-desktop-n10,
  .mx-desktop-n10 {
    margin-right: -80px !important; }
  .mb-desktop-n10,
  .my-desktop-n10 {
    margin-bottom: -80px !important; }
  .ml-desktop-n10,
  .mx-desktop-n10 {
    margin-left: -80px !important; }
  .m-desktop-auto {
    margin: auto !important; }
  .mt-desktop-auto,
  .my-desktop-auto {
    margin-top: auto !important; }
  .mr-desktop-auto,
  .mx-desktop-auto {
    margin-right: auto !important; }
  .mb-desktop-auto,
  .my-desktop-auto {
    margin-bottom: auto !important; }
  .ml-desktop-auto,
  .mx-desktop-auto {
    margin-left: auto !important; } }

@media (min-width: 1800px) {
  .m-fullhd-0 {
    margin: 0 !important; }
  .mt-fullhd-0,
  .my-fullhd-0 {
    margin-top: 0 !important; }
  .mr-fullhd-0,
  .mx-fullhd-0 {
    margin-right: 0 !important; }
  .mb-fullhd-0,
  .my-fullhd-0 {
    margin-bottom: 0 !important; }
  .ml-fullhd-0,
  .mx-fullhd-0 {
    margin-left: 0 !important; }
  .m-fullhd-1 {
    margin: 5px !important; }
  .mt-fullhd-1,
  .my-fullhd-1 {
    margin-top: 5px !important; }
  .mr-fullhd-1,
  .mx-fullhd-1 {
    margin-right: 5px !important; }
  .mb-fullhd-1,
  .my-fullhd-1 {
    margin-bottom: 5px !important; }
  .ml-fullhd-1,
  .mx-fullhd-1 {
    margin-left: 5px !important; }
  .m-fullhd-2 {
    margin: 10px !important; }
  .mt-fullhd-2,
  .my-fullhd-2 {
    margin-top: 10px !important; }
  .mr-fullhd-2,
  .mx-fullhd-2 {
    margin-right: 10px !important; }
  .mb-fullhd-2,
  .my-fullhd-2 {
    margin-bottom: 10px !important; }
  .ml-fullhd-2,
  .mx-fullhd-2 {
    margin-left: 10px !important; }
  .m-fullhd-3 {
    margin: 15px !important; }
  .mt-fullhd-3,
  .my-fullhd-3 {
    margin-top: 15px !important; }
  .mr-fullhd-3,
  .mx-fullhd-3 {
    margin-right: 15px !important; }
  .mb-fullhd-3,
  .my-fullhd-3 {
    margin-bottom: 15px !important; }
  .ml-fullhd-3,
  .mx-fullhd-3 {
    margin-left: 15px !important; }
  .m-fullhd-4 {
    margin: 20px !important; }
  .mt-fullhd-4,
  .my-fullhd-4 {
    margin-top: 20px !important; }
  .mr-fullhd-4,
  .mx-fullhd-4 {
    margin-right: 20px !important; }
  .mb-fullhd-4,
  .my-fullhd-4 {
    margin-bottom: 20px !important; }
  .ml-fullhd-4,
  .mx-fullhd-4 {
    margin-left: 20px !important; }
  .m-fullhd-5 {
    margin: 30px !important; }
  .mt-fullhd-5,
  .my-fullhd-5 {
    margin-top: 30px !important; }
  .mr-fullhd-5,
  .mx-fullhd-5 {
    margin-right: 30px !important; }
  .mb-fullhd-5,
  .my-fullhd-5 {
    margin-bottom: 30px !important; }
  .ml-fullhd-5,
  .mx-fullhd-5 {
    margin-left: 30px !important; }
  .m-fullhd-6 {
    margin: 40px !important; }
  .mt-fullhd-6,
  .my-fullhd-6 {
    margin-top: 40px !important; }
  .mr-fullhd-6,
  .mx-fullhd-6 {
    margin-right: 40px !important; }
  .mb-fullhd-6,
  .my-fullhd-6 {
    margin-bottom: 40px !important; }
  .ml-fullhd-6,
  .mx-fullhd-6 {
    margin-left: 40px !important; }
  .m-fullhd-7 {
    margin: 50px !important; }
  .mt-fullhd-7,
  .my-fullhd-7 {
    margin-top: 50px !important; }
  .mr-fullhd-7,
  .mx-fullhd-7 {
    margin-right: 50px !important; }
  .mb-fullhd-7,
  .my-fullhd-7 {
    margin-bottom: 50px !important; }
  .ml-fullhd-7,
  .mx-fullhd-7 {
    margin-left: 50px !important; }
  .m-fullhd-8 {
    margin: 60px !important; }
  .mt-fullhd-8,
  .my-fullhd-8 {
    margin-top: 60px !important; }
  .mr-fullhd-8,
  .mx-fullhd-8 {
    margin-right: 60px !important; }
  .mb-fullhd-8,
  .my-fullhd-8 {
    margin-bottom: 60px !important; }
  .ml-fullhd-8,
  .mx-fullhd-8 {
    margin-left: 60px !important; }
  .m-fullhd-9 {
    margin: 70px !important; }
  .mt-fullhd-9,
  .my-fullhd-9 {
    margin-top: 70px !important; }
  .mr-fullhd-9,
  .mx-fullhd-9 {
    margin-right: 70px !important; }
  .mb-fullhd-9,
  .my-fullhd-9 {
    margin-bottom: 70px !important; }
  .ml-fullhd-9,
  .mx-fullhd-9 {
    margin-left: 70px !important; }
  .m-fullhd-10 {
    margin: 80px !important; }
  .mt-fullhd-10,
  .my-fullhd-10 {
    margin-top: 80px !important; }
  .mr-fullhd-10,
  .mx-fullhd-10 {
    margin-right: 80px !important; }
  .mb-fullhd-10,
  .my-fullhd-10 {
    margin-bottom: 80px !important; }
  .ml-fullhd-10,
  .mx-fullhd-10 {
    margin-left: 80px !important; }
  .p-fullhd-0 {
    padding: 0 !important; }
  .pt-fullhd-0,
  .py-fullhd-0 {
    padding-top: 0 !important; }
  .pr-fullhd-0,
  .px-fullhd-0 {
    padding-right: 0 !important; }
  .pb-fullhd-0,
  .py-fullhd-0 {
    padding-bottom: 0 !important; }
  .pl-fullhd-0,
  .px-fullhd-0 {
    padding-left: 0 !important; }
  .p-fullhd-1 {
    padding: 5px !important; }
  .pt-fullhd-1,
  .py-fullhd-1 {
    padding-top: 5px !important; }
  .pr-fullhd-1,
  .px-fullhd-1 {
    padding-right: 5px !important; }
  .pb-fullhd-1,
  .py-fullhd-1 {
    padding-bottom: 5px !important; }
  .pl-fullhd-1,
  .px-fullhd-1 {
    padding-left: 5px !important; }
  .p-fullhd-2 {
    padding: 10px !important; }
  .pt-fullhd-2,
  .py-fullhd-2 {
    padding-top: 10px !important; }
  .pr-fullhd-2,
  .px-fullhd-2 {
    padding-right: 10px !important; }
  .pb-fullhd-2,
  .py-fullhd-2 {
    padding-bottom: 10px !important; }
  .pl-fullhd-2,
  .px-fullhd-2 {
    padding-left: 10px !important; }
  .p-fullhd-3 {
    padding: 15px !important; }
  .pt-fullhd-3,
  .py-fullhd-3 {
    padding-top: 15px !important; }
  .pr-fullhd-3,
  .px-fullhd-3 {
    padding-right: 15px !important; }
  .pb-fullhd-3,
  .py-fullhd-3 {
    padding-bottom: 15px !important; }
  .pl-fullhd-3,
  .px-fullhd-3 {
    padding-left: 15px !important; }
  .p-fullhd-4 {
    padding: 20px !important; }
  .pt-fullhd-4,
  .py-fullhd-4 {
    padding-top: 20px !important; }
  .pr-fullhd-4,
  .px-fullhd-4 {
    padding-right: 20px !important; }
  .pb-fullhd-4,
  .py-fullhd-4 {
    padding-bottom: 20px !important; }
  .pl-fullhd-4,
  .px-fullhd-4 {
    padding-left: 20px !important; }
  .p-fullhd-5 {
    padding: 30px !important; }
  .pt-fullhd-5,
  .py-fullhd-5 {
    padding-top: 30px !important; }
  .pr-fullhd-5,
  .px-fullhd-5 {
    padding-right: 30px !important; }
  .pb-fullhd-5,
  .py-fullhd-5 {
    padding-bottom: 30px !important; }
  .pl-fullhd-5,
  .px-fullhd-5 {
    padding-left: 30px !important; }
  .p-fullhd-6 {
    padding: 40px !important; }
  .pt-fullhd-6,
  .py-fullhd-6 {
    padding-top: 40px !important; }
  .pr-fullhd-6,
  .px-fullhd-6 {
    padding-right: 40px !important; }
  .pb-fullhd-6,
  .py-fullhd-6 {
    padding-bottom: 40px !important; }
  .pl-fullhd-6,
  .px-fullhd-6 {
    padding-left: 40px !important; }
  .p-fullhd-7 {
    padding: 50px !important; }
  .pt-fullhd-7,
  .py-fullhd-7 {
    padding-top: 50px !important; }
  .pr-fullhd-7,
  .px-fullhd-7 {
    padding-right: 50px !important; }
  .pb-fullhd-7,
  .py-fullhd-7 {
    padding-bottom: 50px !important; }
  .pl-fullhd-7,
  .px-fullhd-7 {
    padding-left: 50px !important; }
  .p-fullhd-8 {
    padding: 60px !important; }
  .pt-fullhd-8,
  .py-fullhd-8 {
    padding-top: 60px !important; }
  .pr-fullhd-8,
  .px-fullhd-8 {
    padding-right: 60px !important; }
  .pb-fullhd-8,
  .py-fullhd-8 {
    padding-bottom: 60px !important; }
  .pl-fullhd-8,
  .px-fullhd-8 {
    padding-left: 60px !important; }
  .p-fullhd-9 {
    padding: 70px !important; }
  .pt-fullhd-9,
  .py-fullhd-9 {
    padding-top: 70px !important; }
  .pr-fullhd-9,
  .px-fullhd-9 {
    padding-right: 70px !important; }
  .pb-fullhd-9,
  .py-fullhd-9 {
    padding-bottom: 70px !important; }
  .pl-fullhd-9,
  .px-fullhd-9 {
    padding-left: 70px !important; }
  .p-fullhd-10 {
    padding: 80px !important; }
  .pt-fullhd-10,
  .py-fullhd-10 {
    padding-top: 80px !important; }
  .pr-fullhd-10,
  .px-fullhd-10 {
    padding-right: 80px !important; }
  .pb-fullhd-10,
  .py-fullhd-10 {
    padding-bottom: 80px !important; }
  .pl-fullhd-10,
  .px-fullhd-10 {
    padding-left: 80px !important; }
  .m-fullhd-n1 {
    margin: -5px !important; }
  .mt-fullhd-n1,
  .my-fullhd-n1 {
    margin-top: -5px !important; }
  .mr-fullhd-n1,
  .mx-fullhd-n1 {
    margin-right: -5px !important; }
  .mb-fullhd-n1,
  .my-fullhd-n1 {
    margin-bottom: -5px !important; }
  .ml-fullhd-n1,
  .mx-fullhd-n1 {
    margin-left: -5px !important; }
  .m-fullhd-n2 {
    margin: -10px !important; }
  .mt-fullhd-n2,
  .my-fullhd-n2 {
    margin-top: -10px !important; }
  .mr-fullhd-n2,
  .mx-fullhd-n2 {
    margin-right: -10px !important; }
  .mb-fullhd-n2,
  .my-fullhd-n2 {
    margin-bottom: -10px !important; }
  .ml-fullhd-n2,
  .mx-fullhd-n2 {
    margin-left: -10px !important; }
  .m-fullhd-n3 {
    margin: -15px !important; }
  .mt-fullhd-n3,
  .my-fullhd-n3 {
    margin-top: -15px !important; }
  .mr-fullhd-n3,
  .mx-fullhd-n3 {
    margin-right: -15px !important; }
  .mb-fullhd-n3,
  .my-fullhd-n3 {
    margin-bottom: -15px !important; }
  .ml-fullhd-n3,
  .mx-fullhd-n3 {
    margin-left: -15px !important; }
  .m-fullhd-n4 {
    margin: -20px !important; }
  .mt-fullhd-n4,
  .my-fullhd-n4 {
    margin-top: -20px !important; }
  .mr-fullhd-n4,
  .mx-fullhd-n4 {
    margin-right: -20px !important; }
  .mb-fullhd-n4,
  .my-fullhd-n4 {
    margin-bottom: -20px !important; }
  .ml-fullhd-n4,
  .mx-fullhd-n4 {
    margin-left: -20px !important; }
  .m-fullhd-n5 {
    margin: -30px !important; }
  .mt-fullhd-n5,
  .my-fullhd-n5 {
    margin-top: -30px !important; }
  .mr-fullhd-n5,
  .mx-fullhd-n5 {
    margin-right: -30px !important; }
  .mb-fullhd-n5,
  .my-fullhd-n5 {
    margin-bottom: -30px !important; }
  .ml-fullhd-n5,
  .mx-fullhd-n5 {
    margin-left: -30px !important; }
  .m-fullhd-n6 {
    margin: -40px !important; }
  .mt-fullhd-n6,
  .my-fullhd-n6 {
    margin-top: -40px !important; }
  .mr-fullhd-n6,
  .mx-fullhd-n6 {
    margin-right: -40px !important; }
  .mb-fullhd-n6,
  .my-fullhd-n6 {
    margin-bottom: -40px !important; }
  .ml-fullhd-n6,
  .mx-fullhd-n6 {
    margin-left: -40px !important; }
  .m-fullhd-n7 {
    margin: -50px !important; }
  .mt-fullhd-n7,
  .my-fullhd-n7 {
    margin-top: -50px !important; }
  .mr-fullhd-n7,
  .mx-fullhd-n7 {
    margin-right: -50px !important; }
  .mb-fullhd-n7,
  .my-fullhd-n7 {
    margin-bottom: -50px !important; }
  .ml-fullhd-n7,
  .mx-fullhd-n7 {
    margin-left: -50px !important; }
  .m-fullhd-n8 {
    margin: -60px !important; }
  .mt-fullhd-n8,
  .my-fullhd-n8 {
    margin-top: -60px !important; }
  .mr-fullhd-n8,
  .mx-fullhd-n8 {
    margin-right: -60px !important; }
  .mb-fullhd-n8,
  .my-fullhd-n8 {
    margin-bottom: -60px !important; }
  .ml-fullhd-n8,
  .mx-fullhd-n8 {
    margin-left: -60px !important; }
  .m-fullhd-n9 {
    margin: -70px !important; }
  .mt-fullhd-n9,
  .my-fullhd-n9 {
    margin-top: -70px !important; }
  .mr-fullhd-n9,
  .mx-fullhd-n9 {
    margin-right: -70px !important; }
  .mb-fullhd-n9,
  .my-fullhd-n9 {
    margin-bottom: -70px !important; }
  .ml-fullhd-n9,
  .mx-fullhd-n9 {
    margin-left: -70px !important; }
  .m-fullhd-n10 {
    margin: -80px !important; }
  .mt-fullhd-n10,
  .my-fullhd-n10 {
    margin-top: -80px !important; }
  .mr-fullhd-n10,
  .mx-fullhd-n10 {
    margin-right: -80px !important; }
  .mb-fullhd-n10,
  .my-fullhd-n10 {
    margin-bottom: -80px !important; }
  .ml-fullhd-n10,
  .mx-fullhd-n10 {
    margin-left: -80px !important; }
  .m-fullhd-auto {
    margin: auto !important; }
  .mt-fullhd-auto,
  .my-fullhd-auto {
    margin-top: auto !important; }
  .mr-fullhd-auto,
  .mx-fullhd-auto {
    margin-right: auto !important; }
  .mb-fullhd-auto,
  .my-fullhd-auto {
    margin-bottom: auto !important; }
  .ml-fullhd-auto,
  .mx-fullhd-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1340px) {
  .text-hd-left {
    text-align: left !important; }
  .text-hd-right {
    text-align: right !important; }
  .text-hd-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-laptop-left {
    text-align: left !important; }
  .text-laptop-right {
    text-align: right !important; }
  .text-laptop-center {
    text-align: center !important; } }

@media (min-width: 1660px) {
  .text-desktop-left {
    text-align: left !important; }
  .text-desktop-right {
    text-align: right !important; }
  .text-desktop-center {
    text-align: center !important; } }

@media (min-width: 1800px) {
  .text-fullhd-left {
    text-align: left !important; }
  .text-fullhd-right {
    text-align: right !important; }
  .text-fullhd-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #fff400 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #b33300 !important; }

.text-secondary {
  color: #0e2cbb !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #091b74 !important; }

.text-success {
  color: #73d500 !important; }

a.text-success:hover, a.text-success:focus {
  color: #4a8900 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #ff5454 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ff0808 !important; }

.text-light {
  color: #f0f0f0 !important; }

a.text-light:hover, a.text-light:focus {
  color: #cacaca !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #fff400; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

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

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

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

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

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

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #C4C4C4;
  margin: 0 3px; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

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

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

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

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

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

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

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0; }

[data-tippy-root] {
  max-width: 250px; }

.tippy-box {
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 13px;
  font-size: 1rem;
  line-height: 1.5;
  outline: 0;
  -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.1));
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform; }

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
          transform-origin: center top; }

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom; }

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
          transform-origin: center left; }

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
          transform-origin: center right; }

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #fff; }

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 15px;
  z-index: 1; }

@font-face {
  font-display: swap;
  font-family: 'eUkraine';
  src: local("e-Ukraine"), local("e-Ukraine"), url("../../fonts/e-Ukraine/e-Ukraine-Regular.37e5707748.eot") format("embedded-opentype"), url("../../fonts/e-Ukraine/e-Ukraine-Regular.fc18347093.woff") format("woff"), url("../../fonts/e-Ukraine/e-Ukraine-Regular.ce41aec39c.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'eUkraine';
  src: local("e-Ukraine"), local("e-Ukraine"), url("../../fonts/e-Ukraine/e-Ukraine-Medium.f4e36810c0.eot") format("embedded-opentype"), url("../../fonts/e-Ukraine/e-Ukraine-Medium.544f19f559.woff") format("woff"), url("../../fonts/e-Ukraine/e-Ukraine-Medium.0092c4e9f0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'eUkraine';
  src: local("e-Ukraine"), local("e-Ukraine"), url("../../fonts/e-Ukraine/e-Ukraine-Bold.73bebd1c80.eot") format("embedded-opentype"), url("../../fonts/e-Ukraine/e-Ukraine-Bold.4efda86427.woff") format("woff"), url("../../fonts/e-Ukraine/e-Ukraine-Bold.f6959211c8.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

h1, .h1 {
  font-size: 3.4rem; }

h2, .h2 {
  font-size: 2.6rem; }

h3, .h3, .c-team__name, .c-contacts__link, .c-author__name {
  font-size: 2.2rem; }

h4, .h4 {
  font-size: 2.1rem; }

h5, .h5 {
  font-size: 1.9rem; }

h6, .h6 {
  font-size: 1.7rem; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.6rem; } }

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.2rem; } }

@media (min-width: 768px) {
  h3, .h3, .c-team__name, .c-contacts__link, .c-author__name {
    font-size: 2.4rem; } }

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2.2rem; } }

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 2.1rem; } }

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.9rem; } }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.2rem; } }

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 4rem; } }

@media (min-width: 1200px) {
  h3, .h3, .c-team__name, .c-contacts__link, .c-author__name {
    font-size: 3rem; } }

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 2.6rem; } }

@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 2.4rem; } }

@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 2.1rem; } }

@media (min-width: 1340px) {
  h1, .h1 {
    font-size: 4.6rem; } }

@media (min-width: 1340px) {
  h2, .h2 {
    font-size: 4.2rem; } }

@media (min-width: 1340px) {
  h3, .h3, .c-team__name, .c-contacts__link, .c-author__name {
    font-size: 3.2rem; } }

@media (min-width: 1340px) {
  h4, .h4 {
    font-size: 2.8rem; } }

@media (min-width: 1340px) {
  h5, .h5 {
    font-size: 2.6rem; } }

@media (min-width: 1340px) {
  h6, .h6 {
    font-size: 2.2rem; } }

.c-title {
  font-size: 2.6rem; }
  @media (min-width: 768px) {
    .c-title {
      font-size: 3.2rem; } }
  @media (min-width: 1200px) {
    .c-title {
      font-size: 4rem; } }
  @media (min-width: 1340px) {
    .c-title {
      font-size: 4.6rem; } }

.text-lg {
  font-size: 4.2rem;
  margin-bottom: 25px; }
  .text-lg p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1; }
  .text-lg span {
    display: inline-block;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    color: #fff400; }
  .text-lg sup {
    top: 1rem;
    font-size: 1.8rem; }
  @media (min-width: 768px) {
    .text-lg {
      font-size: 5rem; }
      .text-lg sup {
        font-size: 2.2rem; } }
  @media (min-width: 992px) {
    .text-lg {
      font-size: 6.6rem; }
      .text-lg sup {
        top: 2rem;
        font-size: 2.6rem; } }
  @media (min-width: 1200px) {
    .text-lg {
      font-size: 7.8rem; }
      .text-lg sup {
        font-size: 3rem; } }
  @media (min-width: 1340px) {
    .text-lg {
      font-size: 8.5rem; }
      .text-lg sup {
        font-size: 3rem; } }

.c-form .btn[type=submit] {
  margin-top: 40px; }

.form-group {
  position: relative; }
  .form-group:last-child {
    margin-bottom: 0; }

.form-control {
  border: none;
  /*border-bottom: 2px solid #b8b8b8;*/
  /*border-radius: 0;*/
  line-height: 1; }
  .form-control:hover, .form-control:focus, .form-control:checked {
    outline: none;
    background: #EEE;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #b8b8b8;
    color: #000; }
  .form-control:valid {
    background-image: none; }
  .form-control.is-invalid {
    color: #fff400; }
  /*.form-control:-webkit-autofill {*/
  /*  -webkit-box-shadow: 0 0 0 80px #fff inset !important; }*/
  /*  .form-control:-webkit-autofill.is-fill {*/
  /*    -webkit-box-shadow: 0 0 0 80px #fff inset !important; }*/
  /*    .form-control:-webkit-autofill.is-fill:-webkit-autofill:focus, .form-control:-webkit-autofill.is-fill:-webkit-autofill:active, .form-control:-webkit-autofill.is-fill:-webkit-autofill:hover {*/
  /*      -webkit-box-shadow: 0 0 0 80px #fff inset !important; }*/
  .form-control + label {
    will-change: transform;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .form-control:not([type=radio]):not([type=checkbox]) + label {
    /*position: absolute;*/
    /*left: 0;*/
    /*margin: 0;*/
    /*right: 0;*/
    /*top: 21px;*/
      color: #000;
  margin-bottom: 8px;
    background-color: #fff;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    pointer-events: none; }
  .form-control:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder {
    opacity: 0;
    color: #ced4da;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .form-control:not([type=radio]):not([type=checkbox])::-moz-placeholder {
    opacity: 0;
    color: #ced4da;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .form-control:not([type=radio]):not([type=checkbox]):-ms-input-placeholder {
    opacity: 0;
    color: #ced4da;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .form-control:not([type=radio]):not([type=checkbox])::-ms-input-placeholder {
    opacity: 0;
    color: #ced4da;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .form-control:not([type=radio]):not([type=checkbox])::placeholder {
    opacity: 0;
    color: #ced4da;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .form-control:not([type=radio]):not([type=checkbox]):focus::-webkit-input-placeholder {
    opacity: 1; }
  .form-control:not([type=radio]):not([type=checkbox]):focus::-moz-placeholder {
    opacity: 1; }
  .form-control:not([type=radio]):not([type=checkbox]):focus:-ms-input-placeholder {
    opacity: 1; }
  .form-control:not([type=radio]):not([type=checkbox]):focus::-ms-input-placeholder {
    opacity: 1; }
  .form-control:not([type=radio]):not([type=checkbox]):focus::placeholder {
    opacity: 1; }
  .form-control:not([type=radio]):not([type=checkbox]):focus + label, .form-control:not([type=radio]):not([type=checkbox]).is-fill + label {
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
    top: 0; }

textarea {
  position: relative;
  min-height: 120px;
  max-height: 250px; }
  textarea.form-control {
    line-height: 1.5; }
  textarea.is-fill + label::before, textarea:focus + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 141%;
    background-color: #fff;
    height: 35px;
    z-index: -1; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-decoration: none !important; }
  .btn svg {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn-primary {
    background-color: #000;
    color: #fff; }
    .btn-primary:hover {
      background-color: #fff400; }
  .btn-unstyle {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none; }
  .btn-close {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    padding: 15px; }
    .btn-close svg {
      stroke: #000; }
    .btn-close:hover svg {
      stroke: #fff400; }
.order-btn {
    color: #000;
    background-color: #fff400 !important;
    border-color: #fff400 !important;
}
.order-btn:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}
.l-container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
  margin: 0 auto; }
  .l-container--sm {
    max-width: 976px; }
  @media (min-width: 768px) {
    .l-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .l-container {
      padding-left: 30px;
      padding-right: 30px; } }

.l-section-margin {
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px; }
  .l-section-margin:first-child {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .l-section-margin {
      margin-top: 70px;
      margin-bottom: 70px; }
      .l-section-margin:first-child {
        margin-top: 40px; }
      .l-section-margin.l-bottom--sm {
        margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .l-section-margin {
      margin-top: 90px;
      margin-bottom: 90px; }
      .l-section-margin.l-bottom--sm {
        margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .l-section-margin {
      margin-top: 120px;
      margin-bottom: 120px; }
      .l-section-margin.l-bottom--sm {
        margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .l-section-margin.sm-0 {
      margin-bottom: 0; } }

.l-section-padding {
  clear: both;
  padding-top: 60px;
  padding-bottom: 50px; }
  .l-section-padding:first-child {
    padding-top: 20px; }
  @media (min-width: 768px) {
    .l-section-padding {
      padding-top: 70px;
      padding-bottom: 70px; }
      .l-section-padding:first-child {
        padding-top: 40px; }
      .l-section-padding.l-bottom--sm {
        padding-bottom: 30px; } }
  @media (min-width: 992px) {
    .l-section-padding {
      padding-top: 90px;
      padding-bottom: 90px; }
      .l-section-padding.l-bottom--sm {
        padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .l-section-padding {
      padding-top: 100px;
      padding-bottom: 100px; }
      .l-section-padding.l-bottom--sm {
        padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .l-section-padding.sm-0 {
      padding-bottom: 0; } }

@media (min-width: 768px) {
  .l-row--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px; }
    .l-row--md .l-col {
      width: 50%;
      padding: 0 20px; } }

@media (min-width: 1200px) {
  .l-row--md {
    margin: 0 -30px; }
    .l-row--md .l-col {
      padding: 0 30px; } }

@media (max-width: 767.98px) {
  .l-row--md .l-col:not(:last-child) {
    margin-bottom: 50px; } }

.l-list--float .l-list__item {
  padding-bottom: 10px;
  margin: 0; }

@media (min-width: 768px) {
  .l-list--2, .l-list--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px; }
    .l-list--2 .l-list__item, .l-list--3 .l-list__item {
      width: 50%;
      padding: 0 10px; }
      .l-list--2 .l-list__item--lg, .l-list--3 .l-list__item--lg {
        width: 100%; }
      .l-list--2 .l-list__item::after, .l-list--3 .l-list__item::after {
        left: 10px;
        right: 10px; }
      .l-list--2 .l-list__item.has-cover, .l-list--3 .l-list__item.has-cover {
        margin-bottom: 20px; }
  .l-list--float {
    margin: 0 -4px; }
    .l-list--float .l-list__item {
      padding: 4px; }
  .l-list__item {
    position: relative;
    margin-bottom: 40px; }
    .l-list__item.t-border:not(:last-child) {
      padding-bottom: 40px; }
      .l-list__item.t-border:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        height: 1px;
        background-color: #b8b8b8; } }

.c-values__items {
    display: grid;
    grid-template-columns: auto auto auto;
    gap:23px;

    .c-values__item {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 24px;
        background: #FFF;
        box-shadow: 0px 4px 47px 2px rgba(0, 0, 0, 0.05);
        .c-values__icon {
            display: flex;
            padding: 16px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 8px;
            background: rgba(255, 73, 0, 0.05);
        }
        .c-values__h3{
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            max-width: 60%;
            margin-bottom: 0;
        }
        .c-values__content {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%;
        }
    }
}

.swiper-container {
    padding: 10px 10px 10px 10px !important;
}

.slide-product {
    height: auto !important;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;

    .c-values__header {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 24px;
        margin-bottom: 24px;

        img {
            border-radius: 16px;
            background: rgba(255, 73, 0, 0.05);
            display: flex;
            width: 128px;
            height: 128px;
            padding: 16px;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }

        .c-values__h3 {
            margin-bottom: 0;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }
    }
}

.custom-order-about-btn {
    display: block;
    margin-top: 56px;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.swiper-arrows {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.custom-prev, .custom-next {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    right: unset !important;
    left: unset !important;
    color: #fff400 !important;
    margin-top: 16px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    color: #A4A4A4 !important;

}

.custom-prev svg, .custom-next svg {
    width: 32px;
    height: 32px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: none !important;
}

.grid-goals-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
    gap: 10px; /* Gap between grid items */
    .centered {
        grid-column: 2; /* Places the last item in the center column */
        justify-self: center; /* Centers the item within its column */
    }
}
.goals-box {
        display: flex;
        width: 100%;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex-shrink: 0;
        border-radius: 24px;
        background: #FFF;
        box-shadow: 0px 4px 47px 2px rgba(0, 0, 0, 0.05);

        img {
            width: 64px;
            height: 64px;
            display: flex;
            padding: 16px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 8px;
            background: rgba(255, 73, 0, 0.05);
        }

        .text {
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
        }

        .description {
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%;
        }
    }

.our_posts {
  a:hover {
    text-decoration: none;
  }
    .c-values__item {
        display: flex;
        flex-direction: column;
        gap: 16px;
      color: #000;
    }
    .c-values__header-posts {
        display: flex;
        justify-content: space-between;
        align-items: start;

        .logo {
            max-width: 94px;
            justify-content: center;
            align-items: center;
        }
    }
    .c-values__h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        margin: 0;
        width: 100%;
        max-height: 4.5em;
        line-height: 1.5em;
        overflow: hidden;
        position: relative;
        transition: max-height 0.5s ease, opacity 0.5s ease;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }
  .c-values__h3:hover {
    max-height: none;
    color: #fff400;
    -webkit-line-clamp: unset;
    transition: max-height 0.5s ease;
  }
  .c-values__content {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
    }
}

#our-values-mobile {
    display: none;

    .swiper-slide-service {
        height: auto !important;
    }
}

#team-swiper, #goals-swiper {
    display: none;
}

@media (max-width: 769px) {

    .grid-goals-container {
        display: none;
    }

    #team-desktop {
        display: none;
    }

    #our-values-desktop {
        display: none;
    }

    #our-values-mobile {
        display: block;
    }

    #team-swiper, #goals-swiper {
        display: block;
    }

    #goals-swiper {
        .swiper-slide {
            height: auto !important;

            .goals-box {
                height: 100%;
            }
        }
    }

}


@media (min-width: 992px) {
  .l-list--3 .l-list__item {
    width: 33.3334%; }
  .l-list--2, .l-list--3 {
    margin: 0 -18px; }
    .l-list--2 .l-list__item, .l-list--3 .l-list__item {
      padding: 0 18px; }
      .l-list--2 .l-list__item::after, .l-list--3 .l-list__item::after {
        left: 18px;
        right: 18px; }
      .l-list--2 .l-list__item.l-list__item--md, .l-list--3 .l-list__item.l-list__item--md {
        width: 50%; }
      .l-list--2 .l-list__item.l-list__item--lg, .l-list--3 .l-list__item.l-list__item--lg {
        width: 66.666667%; }
      .l-list--2 .l-list__item.has-cover, .l-list--3 .l-list__item.has-cover {
        margin-bottom: 36px; }
  .l-list--float {
    margin: 0 -8px; }
    .l-list--float .l-list__item {
      padding: 8px; }
  .l-list__item {
    margin-bottom: 50px; }
    .l-list__item.t-border:not(:last-child) {
      padding-bottom: 50px; } }

@media (min-width: 1200px) {
  .l-list--3 {
    margin: 0 -23px; }
    .l-list--3 .l-list__item {
      padding: 0 23px;
      width: 33.3334%; }
      .l-list--3 .l-list__item::after {
        left: 23px;
        right: 23px; }
      .l-list--3 .l-list__item.has-cover {
        margin-bottom: 46px; }
  .l-list--float {
    margin: 0 -35px; }
    .l-list--float .l-list__item {
      padding: 8px; }
  .l-list__item {
    margin-bottom: 70px; }
    .l-list__item.t-border:not(:last-child) {
      padding-bottom: 70px; } }

@media (min-width: 1340px) {
  .l-list--float {
    margin: 0 -48px; } }

@media (max-width: 767.98px) {
  .l-list__item {
    margin-bottom: 50px; }
    .l-list__item.has-cover {
      margin: 0; }
      .l-list__item.has-cover + .l-list__item:not(.has-cover) {
        margin-top: 50px; }
    .l-list__item.t-border, .l-list__item.t-border--sm {
      padding-bottom: 40px;
      border-bottom: 1px solid #b8b8b8; } }

@media (min-width: 992px) {
  .l-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .l-layout .l-main {
      width: 63%;
      padding: 0 15px; }
    .l-layout .l-aside {
      width: 37%;
      padding: 0 15px; } }

@media (min-width: 1200px) {
  .l-layout {
    margin-left: -30px;
    margin-right: -30px; }
    .l-layout .l-main {
      padding: 0 30px; }
    .l-layout .l-aside {
      padding: 0 30px; } }

@media (max-width: 991.98px) {
  .l-layout .l-main {
    margin-bottom: 60px; } }

@media (max-width: 991.98px) {
  .l-fluid--md {
    margin-left: -30px;
    margin-right: -30px; } }

@media (max-width: 767.98px) {
  .l-fluid--md {
    margin-left: -15px;
    margin-right: -15px; } }

*:focus {
  outline: none !important; }

html {
  font-size: 10px; }

body {
  background-color: #fff;
  fill: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  @media (min-width: 992px) {
    body {
      font-size: 1.8rem; } }

main {
  padding-top: 70px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 768px) {
    main {
      padding-top: 71px; } }

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

button,
.btn,
a {
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, fill 0.3s, opacity 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, fill 0.3s, opacity 0.3s; }

textarea {
  resize: vertical; }

abbr[title] {
  text-decoration: none;
  border-bottom: 0;
  cursor: inherit !important; }

ul {
  margin: 0; }

.c-badge {
  position: relative;
  background: #EFEFEF;
  z-index: 2;
  color: #909090;
  display: inline-block;
  padding: 0px 8px;
  border: 2px solid #EFEFEF;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .c-badge:hover {
    color: #000;
    border-color: #000;
    text-decoration: none; }

.c-badge--green:hover {
  color: #73d500;
  border-color: #73d500; }

.c-badge--purple:hover {
  color: #c173ff;
  border-color: #c173ff; }

.c-badge--blue:hover {
  color: #7bc0ff;
  border-color: #7bc0ff; }

.c-partners {
  display: flex;
  flex-direction: column; }
.c-partners-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  .c-partners__list {
    gap: 48px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #b8b8b8;
    margin-bottom: 48px;
    padding-top: 48px !important;
 .c-partners__item {
  filter: grayscale(100%);}
}
.c-partners__item:hover {
      filter: grayscale(0%);
  }
  .c-partners__list.second {
    border-top: none;
    padding-top: 0;
  }
.c-partners__list.title {
  margin-bottom: 0;
  .media_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33.6px;
  }

}
  .c-partners__list_main {
    gap: 48px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      margin-bottom: 48px;}
  .c-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-partners__item img {
      max-height: 80px;
      width: auto; }
  .c-partners__item_main {
    img {
      max-height: 80px;
      width: auto;
    }
  }
  .c-partners__btn {
    word-break: keep-all;
    margin-top: 3.5rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 270px; }
  @media (min-width: 576px) {
      .c-partners__list {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        grid-row: 2;
        padding-top: 2rem; }
      .c-partners__list_main {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        grid-row: 1; }
      .c-partners__btn {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-top: auto;
        margin-bottom: 5.5rem; } }

.c-cover {
  position: relative;
  color: #fff;
  background-color: #000; }
  .c-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 2; }
  .c-cover__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .c-cover .l-col {
    position: relative;
    z-index: 3; }

.c-values__title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff400; }

.c-team__picture {
  margin-bottom: 15px; }

.c-team__name {
  margin-bottom: 10px; }

.c-team__description {
  color: #b8b8b8; }

.c-target__item {
  border-radius: 22px;
  background-color: #fff;
  padding: 30px; }
  .c-target__item p:last-child {
    margin-bottom: 0; }
  @media (min-width: 1340px) {
    .c-target__item {
      padding: 40px; } }

.o-heading {
  margin-bottom: 40px; }
  .o-heading__title {
    margin-bottom: 15px; }
  .o-heading p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .o-heading--sm {
      max-width: 60%; }
    .o-heading__title {
      margin-bottom: 20px; }
    .o-heading p:not(:last-child) {
      margin-bottom: 2rem; } }
  @media (min-width: 1200px) {
    .o-heading__title {
      margin-bottom: 30px; } }

.c-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px; }
  .c-back:hover {
    text-decoration: none;
    color: #0e2cbb; }
  .c-back svg {
    display: inline-block;
    margin-right: 7px;
    stroke: currentColor;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .c-back:hover svg {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  .c-back.t-white {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-back.t-white:hover {
      text-decoration: none;
      color: #fff400; }
  @media (min-width: 768px) {
    .c-back {
      margin-bottom: 20px; } }

.c-warning {
  border: 1px solid #fff400;
  color: #fff400;
  padding: 30px;
  font-size: 1.4rem;
  margin: 30px 0; }
  .c-warning:first-child {
    margin-top: 0; }
  .c-warning:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .c-warning {
      font-size: 1.6rem;
      margin: 40px 0; } }
  @media (min-width: 1200px) {
    .c-warning {
      font-size: 1.8rem;
      padding: 40px;
      margin: 50px 0; } }

.list-borders > li {
  padding: 20px 0;
  border-top: 1px solid #b8b8b8; }
  .list-borders > li ul {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .list-borders > li ul {
        margin-top: 0; }
        .list-borders > li ul li {
          display: inline-block; } }

.welcome_block {
    position: relative;
}
.welcome_img {
    width: 100%;
}

.welcome_msg {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    .label {
        margin-left: 8px;
        display: inline-flex;
        padding: 3px 10px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: rgba(255, 73, 0, 0.10);
    }
}

.more_info_block {
    display: flex;
    justify-content: space-between;
    align-items: start;

    .more_info_text {
        color: #000;
        font-size: 46px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        .special {
            color: #fff400;
        }
    }

}

.welcome-learn-more {
    width: fit-content;
    display: inline-flex;
    height: 64px;
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #fff400;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.welcome-learn-more:hover {
    background: #000;
    color: #fff;
  text-decoration: none;
}

.more_info_block_icons {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    max-width: 255px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.mt-14 {
    margin-top: 56px;
}

.welcome_img_tablet, .welcome_img_phone  {
    display: none;
    width: 100%;
}

.learn-more-mobile {
    display: none;
}
@media (max-width: 1200px)
{
    .welcome_img {
        display: none;
    }
    .welcome_img_tablet {
        display: block;
    }
    .welcome_msg {
        font-size: 32px;
        font-weight: 400;
        line-height: 140%;
        .order-btn {
            margin-top: 32px !important;
        }
        .order-btn-desktop {
            display: none;
        }
    }
    .more_info_block_second {
        justify-content: start;
    }
    .more_info_block {
        flex-wrap: wrap;
        .more_info_block_icons {
            width: 50%;
        }
        .more_info_text {
            font-size: 32px;
            font-weight: 400;
            line-height: 140%;
        }
        .learn-more-desktop {
            display: none;
        }
    }

    .learn-more-mobile {
        display: inline-flex;
        margin-top: 56px;
    }


}
@media (max-width: 767px)
{
    .welcome_msg {
        position: relative;
        .order-consult-btn {
            width: fit-content;
            padding-left: 30px;
            padding-right: 30px;
        }

        .label {
            margin-left: 0;
        }
    }
    .welcome_img_tablet {
        display: none;
    }
    .welcome_img_phone {
        margin-top: -129px;
        display: block;
    }

    .more_info_block_second {
        flex-direction: column;
        gap: 24px;
        .more_info_block_icons {
            width: 100%;
            flex-direction: row;
            align-items: center;

            img {
                width: 149px;
                height: 149px;
            }
        }
    }


}


.o-tippy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .o-tippy:hover, .o-tippy.is-open {
    color: #fff400; }
    .o-tippy:hover .o-tippy__btn::before, .o-tippy.is-open .o-tippy__btn::before {
      -webkit-filter: none;
              filter: none;
      opacity: 1; }
  .o-tippy__btn {
    position: relative;
    width: 21px;
    height: 21px; }
    .o-tippy__btn::before, .o-tippy__btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: 0.52;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .o-tippy__btn::before {
      background: url("../../img/svg/icon-info.0b2c8b21de.svg") center no-repeat; }
    .o-tippy__btn::after {
      background: url("../../img/svg/icon-close.0276b16c52.svg") center no-repeat;
      opacity: 0; }
    .o-tippy__btn[aria-describedby]::before {
      opacity: 0; }
    .o-tippy__btn[aria-describedby]::after {
      opacity: 1;
      -webkit-filter: none;
              filter: none; }

.c-video {
  margin: 40px 0; }

.o-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .o-error__img {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .o-error__img {
      margin-bottom: 60px; } }

.c-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030; }
  .c-banner__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1440px;
    margin: 0 auto; }
  .c-banner__burger {
    display: none; }
  .c-banner__nav-link {
    display: inline-block;
    line-height: 1.4;
    font-size: 1.6rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-banner__nav-link:hover {
      text-decoration: none;
      color: #fff400; }
    .c-banner__nav-link.is-active {
      color: #0e2cbb; }
  .c-banner__lang-item {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 5px;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s; }
    .c-banner__lang-item:hover {
      text-decoration: none;
      color: #0e2cbb; }
    .c-banner__lang-item.is-active {
      pointer-events: none; }
    .c-banner__lang-item:not(.is-active) {
      opacity: .3; }
      .c-banner__lang-item:not(.is-active):hover {
        opacity: 1; }
  .c-banner__search {
    display: none; }
  @media (min-width: 768px) {
    .c-banner {
      background-color: #fff;
      border-bottom: 1px solid #f0f0f0;
      -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.02);
              box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.02); }
      .c-banner__inner {
        padding: 18px 30px; }
      .c-banner__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .c-banner__logo {
        margin-right: auto; }
      .c-banner__nav {
        margin-right: 35px; }
        .c-banner__nav-link {
          font-weight: 500;
          padding: 5px; }
          .c-banner__nav-link:not(:last-child) {
            margin-right: 10px; }
      .c-banner__search {
        margin-right: 30px; }
      .c-banner__contacts {
        display: none; }
      .c-banner__lang {
        margin-right: -5px; }
        .c-banner__lang-item {
          font-size: 1.6rem; } }
  @media (min-width: 992px) {
    body.modal-open .c-banner {
      padding-right: var(--scrollbar, 15px); } }
  @media (max-width: 767.98px) {
    .c-banner::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      display: inline-block;
      width: 100%;
      height: calc(100% - 1px);
      background-color: #fff;
      border-bottom: 1px solid #f0f0f0;
      -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.02);
              box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.02);
      z-index: 2; }
    .c-banner__inner {
      padding: 10px 15px; }
    .c-banner__logo {
      position: relative;
      z-index: 2; }
      .c-banner__logo img {
        max-width: 90px; }
    .c-banner__block {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100vh;
      height: calc((var(--vh,1vh)*100));
      background-color: #fff;
      padding: 85px 20px 20px 20px;
      overflow-y: auto;
      -webkit-transform: translateY(-5%);
              transform: translateY(-5%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s, height 0s;
      transition: 0.3s, height 0s;
      z-index: 1; }
      html.is-nav .c-banner__block {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none; }
      .c-banner__block > * {
        margin-bottom: 20px; }
    .c-banner__search {
      background-color: #f0f0f0;
      border-radius: 40px;
      padding: 15px;
      margin-bottom: 10px; }
    .c-banner__nav {
      margin-bottom: auto; }
      .c-banner__nav-link {
        display: block;
        font-size: 2.4rem; }
    .c-banner__search {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .c-banner__lang {
      margin: 40px 0 40px -5px; }
      .c-banner__lang-item {
        font-size: 2rem; }
    .c-banner__contacts-phone {
      font-size: 2.4rem;
      color: #000;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-banner__contacts-phone:hover {
        text-decoration: none;
        color: #0e2cbb; }
    .c-banner__contacts .c-social {
      margin-left: -10px;
      margin-top: 10px; }
    .c-banner__burger {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: auto;
      margin-right: -15px;
      padding: 15px;
      z-index: 2; }
      .c-banner__burger span {
        display: inline-block;
        width: 28px;
        height: 2px;
        background-color: #0e2cbb;
        margin: 2px 0;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
        .c-banner__burger span:nth-child(2) {
          margin: 3px 0; }
        html.is-nav .c-banner__burger span:first-child {
          -webkit-transform: rotate(45deg) translate(5px, 5px);
                  transform: rotate(45deg) translate(5px, 5px); }
        html.is-nav .c-banner__burger span:nth-child(2) {
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }
        html.is-nav .c-banner__burger span:last-child {
          -webkit-transform: rotate(-45deg) translate(5px, -5px);
                  transform: rotate(-45deg) translate(5px, -5px); } }

.c-footer {
  background-color: #000;
  color: #fff; }
  .c-footer__copyright {
    font-size: 1.2rem;
    opacity: .5; }
  .c-footer__contcract {
    font-size: 1.2rem;
    display: block;
    color: #fff; }
    .c-footer__contcract:hover {
      text-decoration: none;
      color: #fff;
      opacity: .5; }
  .c-footer__contacts-item a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-footer__contacts-item a:hover {
      text-decoration: none;
      color: #fff; }
    .c-footer__contacts-item a:hover {
      opacity: .7; }
  .c-footer__logo {
    display: inline-block; }
    .c-footer__logo img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
    /*.c-footer__logo:hover {*/
      /*opacity: .7; }*/
  @media (min-width: 768px) {
    .c-footer__inner {
      padding: 60px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0 -15px; }
    .c-footer__col {
      width: 50%;
      padding: 0 15px; }
      .c-footer__col:nth-child(1) {
        text-align: right; }
      .c-footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
    .c-footer__contacts-item {
      font-size: 1.2rem;
      line-height: 1.4; }
      .c-footer__contacts-item a {
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .c-footer__contacts-item a:hover {
          text-decoration: none;
          color: #fff; }
        .c-footer__contacts-item a:hover {
          opacity: .7; }
    .c-footer__logo {
      margin-bottom: 20px; }
    .c-footer .c-social {
      margin-right: -5px;
      margin-bottom: 20px; }
      .c-footer .c-social__list {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .c-footer .c-social__link {
        padding: 5px; }
        .c-footer .c-social__link svg {
          height: auto;
          width: auto;
          max-height: 22px; }
      .c-footer .c-social__item:last-child .c-social__link svg {
        max-width: 23px; } }
  @media (max-width: 767.98px) {
    .c-footer__inner {
      padding: 50px 0 10px; }
    .c-footer__logo {
      margin-bottom: 20px; }
      .c-footer__logo img {
        max-width: 133px; }
    .c-footer__contacts {
      margin-bottom: 40px; }
      .c-footer__contacts-item:not(:last-child) {
        margin-bottom: 10px; }
      .c-footer__contacts-item span {
        color: #b8b8b8;
        font-size: 1.4rem; }
      .c-footer__contacts-item a {
        display: block;
        font-size: 1.8rem;
        line-height: 1.4; }
    .c-footer__copyright {
      color: #b8b8b8; }
    .c-footer .c-social {
      margin-bottom: 20px;
      margin-left: -10px; } }

.c-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-social__link {
  display: inline-block;
  padding: 10px; }
  .c-social__link svg {
    fill: #000; }
  .c-social__link:hover {
    opacity: .7; }

.c-social.t-white .c-social__link svg {
  fill: #fff; }

.c-home__top {
  padding-top: 20px; }
  .c-home__top .h1 {
    color: #0e2cbb; }
  .c-home__top-chart {
    position: relative;
    z-index: 2;
    -webkit-filter: drop-shadow(-7px 8px 16px rgba(58, 70, 93, 0.070171));
            filter: drop-shadow(-7px 8px 16px rgba(58, 70, 93, 0.070171)); }
  @media (min-width: 768px) {
    .c-home__top {
      padding-top: 40px; }
      .c-home__top .h1 {
        max-width: 70%; } }

.c-home__function {
  position: relative; }
  .top-gradient-section::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 15vw;
    max-height: 380px;
      background: linear-gradient(180deg, rgba(244, 247, 249, 0) 46.35%, #F4F7F9 100%);
      z-index: -1; }
  .c-home__function .btn {
    margin-top: 40px; }
  @media (min-width: 768px) {
    .c-home__function .h2 {
      position: sticky;
      top: 91px; }
    .c-home__function .btn {
      margin-top: 60px; } }

.c-home__projects-heading {
  margin-bottom: 30px; }
  .c-home__projects-heading .c-title {
    margin-bottom: 5px; }
  .c-home__projects-heading p:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .c-home__projects-heading {
    margin-bottom: 60px;
    max-width: 65%; }
    .c-home__projects-heading p {
      font-size: 2rem; } }

@media (min-width: 992px) {
  .c-home__projects-heading p {
    font-size: 2.4rem; } }

@media (min-width: 1200px) {
  .c-home__projects-heading .c-title {
    margin-bottom: 10px; }
  .c-home__projects-heading p {
    font-size: 2.4rem; } }

.t-bg-blue {
  background-color: #f4f7f9; }

.c-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.35); }
  .c-collapse:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
  .c-collapse-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    will-change: transform;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 2.2rem;
    overflow-anchor: none;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-collapse-head:hover {
      text-decoration: none;
      color: #fff400; }
    .c-collapse-head::before, .c-collapse-head::after {
      content: '';
      position: absolute;
      right: 5px;
      top: 33px;
      display: inline-block;
      width: 10px;
      height: 2px;
      background-color: #000;
      will-change: transform;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .c-collapse-head::before {
      -webkit-transform: none;
              transform: none; }
    .c-collapse-head.collapsed {
      padding-bottom: 20px; }
      .c-collapse-head.collapsed::before {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .c-collapse-content {
    padding-bottom: 35px;
    padding-top: 15px; }
    .o-collapse.t-gray .c-collapse-content {
      color: #b8b8b8; }
    .c-collapse-content .s-content > *:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .c-collapse-head {
      padding: 25px 60px 10px 0;
      font-size: 2.4rem; }
      .c-collapse-head::before, .c-collapse-head::after {
        top: 42px;
        width: 16px;
        height: 3px;
        right: 15px; }
      .c-collapse-head.collapsed {
        padding-bottom: 25px; } }
  @media (min-width: 1200px) {
    .c-collapse-head {
      font-size: 3rem; }
      .c-collapse-head::before, .c-collapse-head::after {
        top: 46px; } }

.c-card {
  position: relative; }
  .c-card__picture.u-picture::before {
    padding-bottom: 79.96%; }
  .c-card__title {
    font-size: 1.8rem;
    line-height: 1.4; }
    .c-card__title a {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-card__title a:hover {
        text-decoration: none;
        color: #fff400; }
      .c-card__title a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%; }
    .l-list__item--lg .c-card__title,
    .l-list__item--lg .c-card--cover .c-card__title {
      font-size: 3.2rem; }
  .c-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .c-card__description, .c-card__preview, .c-card__title {
    margin-bottom: 20px; }
  .c-card__bottom {
    margin-top: 20px;
    color: #b8b8b8; }
  .c-card__main {
    color: #b8b8b8;
    font-size: 1.6rem;
    line-height: 1.4; }
  .c-card--cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.14%, rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.14%, #000000 100%);
    z-index: 1; }
  .c-card--cover .c-card__preview {
    margin: 0; }
  .c-card--cover .c-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .c-card--cover .c-card__title {
    font-size: 1.8rem;
    margin: 0; }
    .c-card--cover .c-card__title a {
      color: #fff;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-card--cover .c-card__title a:hover {
        text-decoration: none;
        color: #fff400; }
  .c-card--cover .c-card__bottom {
    color: #b8b8b8; }
  @media (min-width: 768px) {
    .c-card__title--md {
      font-size: 2rem; }
    .c-card--cover .c-card__title {
      font-size: 2.2rem; }
    .c-card--cover .c-card__main {
      padding: 20px; }
    .l-list__item--lg .c-card--cover {
      height: 100%; }
      .l-list__item--lg .c-card--cover .c-card__preview, .l-list__item--lg .c-card--cover .c-card__picture.u-picture {
        height: 100%; }
    .c-card--row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .c-card--row .c-card__preview {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 350px;
        margin: 0; }
      .c-card--row .c-card__main {
        padding-left: 25px; } }
  @media (min-width: 992px) {
    .c-card__title--md {
      font-size: 2.2rem; }
    .c-card--cover .c-card__title {
      font-size: 2.6rem; }
    .c-card--cover .c-card__main {
      padding: 40px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .l-list--3 .c-card--cover .c-card__main {
      padding: 20px; }
    .l-list--3 .c-card--cover .c-card__title {
      font-size: 2.2rem; }
    .c-card--row .c-card__preview {
      width: 260px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .c-card--cover {
      min-height: 100%; }
      .c-card--cover .c-card__preview {
        min-height: 100%; }
      .c-card--cover .c-card__picture.u-picture {
        position: static; }
      .c-card--cover:not(.c-card--cover--sm) .c-card__picture.u-picture::before {
        padding-bottom: 132.7%; }
    .l-list__item--lg .c-card__picture.u-picture::before,
    .l-list__item--lg.has-cover .c-card__picture.u-picture::before {
      padding-bottom: 60%; } }
  @media (min-width: 992px) {
    .c-card--cover .c-card__title {
      font-size: 2.6rem; }
    .c-card--cover .c-card__main {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .c-card__title--md {
      font-size: 2.4rem; }
    .c-card--cover .c-card__title {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .c-card--cover {
      /*margin-left: -15px;*/
      /*margin-right: -15px; */
      margin-bottom: 16px;
    }
      .c-card--cover .c-card__main {
        padding: 15px;
        padding-bottom: 40px; }
      .c-card--cover:not(.c-card--cover--sm) .c-card__picture.u-picture::before {
        padding-bottom: 132.7%; } }

.c-about__top {
  padding-top: 50px;
  padding-bottom: 50px; }
  .c-about__top-icon {
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 47px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 47px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 636px;
    flex-shrink: 0;
    background: #6C6C6C;
    overflow: hidden;
  }
  .c-about__top-icon video {
    width: 100%;
    height: 100%;
  }
  @media (min-width: 768px) {
    .c-about__top {
      padding-top: 70px;
      padding-bottom: 70px; }
      .c-about__top-row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .c-about__top-row .l-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .c-about__top-icon {
        width: 100%;
        margin-left: auto; } }
  @media (max-width: 767.98px) {
    .c-about__top-icon img {
      max-width: 175px; } }

.s-content {
  line-height: 1.6; }
  .s-content > *:not(.o-tippy) {
    margin-bottom: 1.5rem; }
  .s-content h1:not(:first-child) {
    margin-top: 3rem; }
  .s-content h2:not(:first-child) {
    margin-top: 3rem; }
  .s-content h3:not(:first-child) {
    margin-top: 3rem; }
  .s-content h4:not(:first-child) {
    margin-top: 3rem; }
  .s-content h5:not(:first-child) {
    margin-top: 3rem; }
  .s-content h6:not(:first-child) {
    margin-top: 3rem; }
  .s-content a {
    /*display: inline-block;*/
    position: relative;
    color: #0e2cbb;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .s-content a:hover {
      text-decoration: none;
      color: #fff400; }
.s-content a{
  text-decoration: underline;
}
    /*.s-content a::after {*/
    /*  content: '';*/
    /*  position: absolute;*/
    /*  left: 0;*/
    /*  bottom: 0;*/
    /*  width: 100%;*/
    /*  border-bottom: 2px solid currentColor; }*/
  .s-content sup {
    color: #fff400; }
  .s-content b {
    display: inline-block; }
  .s-content ul li, .s-content ol li {
    position: relative; }
    .s-content ul li:not(:last-child), .s-content ol li:not(:last-child) {
      margin-bottom: 20px; }
  .s-content ol {
    padding-left: 30px; }
    .s-content ol li::marker {
      color: #fff400;
      font-weight: 700; }
  .s-content ul li {
    padding-left: 30px; }
    .s-content ul li::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 12px;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff400;
      margin-right: 10px; }
  @media (min-width: 768px) {
    .s-content > *:not(.o-tippy) {
      margin-bottom: 2rem; }
    .s-content h1:not(:first-child) {
      margin-top: 3.5rem; }
    .s-content h2:not(:first-child) {
      margin-top: 3.5rem; }
    .s-content h3:not(:first-child) {
      margin-top: 3.5rem; }
    .s-content h4:not(:first-child) {
      margin-top: 3.5rem; }
    .s-content h5:not(:first-child) {
      margin-top: 3.5rem; }
    .s-content h6:not(:first-child) {
      margin-top: 3.5rem; }
    .s-content ul li:not(:last-child), .s-content ol li:not(:last-child) {
      margin-bottom: 30px; }
    .s-content ol {
      padding-left: 45px; }
    .s-content ul li {
      padding-left: 45px; }
      .s-content ul li::before {
        left: 25px; } }
  @media (min-width: 1200px) {
    .s-content > *:not(.o-tippy) {
      margin-bottom: 3rem; }
    .s-content h1:not(:first-child) {
      margin-top: 4.5rem; }
    .s-content h2:not(:first-child) {
      margin-top: 4.5rem; }
    .s-content h3:not(:first-child) {
      margin-top: 4.5rem; }
    .s-content h4:not(:first-child) {
      margin-top: 4.5rem; }
    .s-content h5:not(:first-child) {
      margin-top: 4.5rem; }
    .s-content h6:not(:first-child) {
      margin-top: 4.5rem; } }

figcaption {
  color: #b8b8b8;
  font-size: 1.4rem;
  margin-top: 15px; }
  figcaption div {
    margin-bottom: 10px; }

.c-contacts__block:not(:last-child) {
  margin-bottom: 30px; }

.c-contacts__block .c-social {
  margin-left: -10px; }

.c-contacts__label {
  color: #b8b8b8; }

.c-contacts__link[href] {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .c-contacts__link[href]:hover {
    text-decoration: none;
    color: #0e2cbb; }

.c-contacts__map {
  position: relative; }
  .c-contacts__map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/svg/location.1d1bc6aaec.svg") center no-repeat, #f0f0f0;
    z-index: 0; }
  .c-contacts__map iframe {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2; }

@media (min-width: 992px) {
  .c-contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
  .c-contacts__map, .c-contacts__info {
    padding-left: 15px;
    padding-right: 15px; }
  .c-contacts__map {
    width: 60%; }
    .c-contacts__map::before {
      width: calc(100% - 30px);
      left: 15px; }
    .c-contacts__map iframe {
      height: 100%; }
  .c-contacts__info {
    width: 40%; } }

@media (max-width: 991.98px) {
  .c-contacts {
    margin-bottom: 0; }
    .c-contacts__map {
      margin-top: 60px;
      margin-left: -30px;
      margin-right: -30px;
      height: 400px; } }

@media (max-width: 767.98px) {
  .c-contacts__map {
    margin-left: -15px;
    margin-right: -15px; } }

.c-post__cover {
  position: relative;
  min-height: calc(100vh - 70px);
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .c-post__cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .56;
    z-index: 1; }
  .c-post__cover-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .c-post__cover-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    z-index: 2; }
  .c-post__cover .c-back {
    position: relative;
    z-index: 1; }

.c-post__picture {
  margin-bottom: 20px; }
  .c-post__picture.u-picture::before {
    padding-bottom: 57.191%; }

.c-post__time {
  color: #b8b8b8; }

.c-post__top {
  margin-bottom: 50px; }
  .c-post__top .h1 {
    margin-bottom: 15px; }

@media (min-width: 768px) {
  .c-post__cover {
    min-height: calc(100vh - 71px); }
    .c-post__cover-inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }

@media (max-width: 767.98px) {
  .c-post__cover .c-back {
    margin-bottom: auto; } }

.c-follow__heading {
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 10px;
  line-height: 1.4; }
  .c-follow__heading p {
    color: #b8b8b8; }
    .c-follow__heading p:last-child {
      margin-bottom: 0; }

.c-follow__title {
  margin-bottom: 15px; }

.c-follow__item:not(:last-child) {
  margin-bottom: 10px; }

.c-follow__link {
  display: block;
  text-align: center;
  border-radius: 15px;
  padding: 22px 15px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s; }
  .c-follow__link:hover {
    text-decoration: none;
    color: #fff; }
  .c-follow__link svg {
    display: inline-block;
    margin-right: 8px;
    fill: currentColor;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }
  .c-follow__link.t-telegram:hover {
    background: #0088cc; }
  .c-follow__link.t-tiktok:hover {
      background: linear-gradient(91.19deg, #80F8FF 6.32%, #9F9DE2 48.42%, #FF3BAB 90.52%); }
  .c-follow__link.t-facebook:hover {
    background: #1778f2; }
  .c-follow__link.t-instagram:hover {
    background: linear-gradient(267.9deg, #b80793 -9.38%, #e20169 27.18%, #f25a33 67.88%, #f8a142 102.26%); }
  html.touchevents .c-follow__link {
    color: #fff; }
    html.touchevents .c-follow__link.t-telegram {
      background: #0088cc; }
    html.touchevents .c-follow__link.t-tiktok {
        background: linear-gradient(91.19deg, #80F8FF 6.32%, #9F9DE2 48.42%, #FF3BAB 90.52%); }
    html.touchevents .c-follow__link.t-facebook {
      background: #1778f2; }
    html.touchevents .c-follow__link.t-instagram {
      background: linear-gradient(267.9deg, #b80793 -9.38%, #e20169 27.18%, #f25a33 67.88%, #f8a142 102.26%); }

.c-follow__title, .c-follow__link {
  font-size: 1.8rem; }

@media (min-width: 768px) {
  .c-follow__title, .c-follow__link {
    font-size: 2rem; }
  .c-follow__title {
    margin-bottom: 20px; }
  .c-follow__link img {
    margin-right: 17px; } }

@media (min-width: 992px) {
  .c-follow__title, .c-follow__link {
    font-size: 2.4rem; } }

@media (min-width: 1200px) {
  .c-follow__heading {
    padding: 40px;
    border-radius: 20px; }
  .c-follow__sticky--xl {
    position: sticky;
    top: 91px; }
  .c-follow__title, .c-follow__link {
    font-size: 2.8rem; }
  .c-follow__link {
    padding: 27px 15px;
    border-radius: 20px; } }

@media (max-width: 991.98px) {
  .c-follow {
    max-width: 400px; } }

@media (max-width: 767.98px) {
  .c-follow__link img {
    max-width: 22px; } }

.c-author {
  margin-top: 20px; }
  .c-author__picture {
    margin-bottom: 10px; }
    .c-author__picture.u-picture::before {
      padding-bottom: 115.63%; }
  .c-author__name {
    margin-bottom: 10px; }
  .c-author__position {
    color: #b8b8b8;
    margin-bottom: 20px; }
  .c-author__description {
    margin-bottom: 30px; }
  .c-author__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px; }
    .c-author__contacts svg {
      fill: #b8b8b8;
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s; }
    .c-author__contacts a {
      display: inline-block;
      padding: 5px; }
      .c-author__contacts a:hover {
        text-decoration: none; }
        .c-author__contacts a:hover svg {
          fill: #000; }
  @media (min-width: 768px) {
    .c-author__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .c-author__picture {
      margin-right: 20px;
      margin-bottom: 0;
      width: 300px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (min-width: 992px) {
    .c-author__picture {
      margin-right: 30px;
      width: 350px; }
    .c-author__position {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .c-author__picture {
      margin-right: 40px;
      width: 410px; }
    .c-author__position {
      margin-bottom: 40px; } }

.c-slider {
  margin: 30px 0; }
  .c-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto; }
  @media (min-width: 768px) {
    .c-slider {
      margin: 40px 0; }
      .c-slider__main {
        position: relative; }
      .c-slider__btn {
        position: absolute;
        top: 50%;
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 50%;
        z-index: 1; }
        .c-slider__btn svg {
          width: 12px;
          will-change: fill;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .c-slider__btn.is-prev {
          left: -30px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .c-slider__btn.is-next {
          right: -30px;
          -webkit-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
        .c-slider__btn:not(.swiper-button-disabled):hover svg {
          fill: #fff400; }
        .c-slider__btn.swiper-button-disabled {
          cursor: not-allowed; }
          .c-slider__btn.swiper-button-disabled svg {
            fill: #b8b8b8; }
      .c-slider__dots {
        display: none; }
      .c-slider__thumbs {
        margin-top: 15px; }
        .c-slider__thumbs .swiper-slide {
          height: 170px;
          width: auto;
          cursor: pointer; }
          .c-slider__thumbs .swiper-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            border: 3px solid transparent;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
          .c-slider__thumbs .swiper-slide img {
            max-height: 100%; }
          .c-slider__thumbs .swiper-slide-thumb-active:before {
            border-color: #fff400; }
          .c-slider__thumbs .swiper-slide:not(.swiper-slide-thumb-active):hover::before {
            border-color: #0e2cbb; } }
  @media (min-width: 1200px) {
    .c-slider {
      margin: 60px 0; }
      .c-slider__btn {
        width: 75px;
        height: 75px; }
        .c-slider__btn svg {
          width: 16px; }
        .c-slider__btn.is-prev {
          left: -38px; }
        .c-slider__btn.is-next {
          right: -38px; } }
  @media (max-width: 767.98px) {
    .c-slider .swiper-container {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: -15px;
      padding-right: -15px; }
    .c-slider__btn, .c-slider__thumbs {
      display: none; } }

.u-picture {
  display: block;
  position: relative; }
  .u-picture::before {
    content: '';
    display: block;
    padding-bottom: 100%;
    background-color: #f0f0f0; }
  .u-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (min-width: 768px) {
    .u-sticky--md {
        position: sticky;
        top: calc(71px + 20px);
    }
}
.your_growth_label {
    color: #fff400;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 80px;
}

.news-list .l-list__item.t-border:last-child::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 1px;
  background-color: #b8b8b8;
}

.all_news {
  margin-left: auto;
  display: block;
  width: fit-content;
}
.socials_block {
  display: flex;
  gap: 44px;
  .c-follow__title {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .socials_block_col {
    width: 100%;
    position: relative;
    &.first {
      padding-bottom: 0;
      padding-right: 0;
    }
    .car_back_bg {
      display: block;
      margin-left: auto;
      margin-top: -15px;
    }
  }
}
.c-partners__btn.mobile {
  display: none;
}

.c-partners__title {
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.c-partners__list_main, .c-partners__list {
  display: flex;
  flex-direction: row;
  flex-wrap: unset;
}
.c-partners__list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0;
  list-style: none;
}
.c-partners__item {
  flex: 0 0 auto;
}
.c-partners__list {
  padding-bottom: 10px;
}
.c-partners__list::-webkit-scrollbar {
  height: 6px;
}
.c-partners__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.c-partners__list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.c-partners__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.everlast-logo {
  display: inline-block;
}
.everlast-logo svg {
  width: 100%;
  fill: currentColor;
  height: auto;
}
.everlast-logo {
  color: #111;
}

.more_info_block_icons p {
  text-align: center;
}
@media (max-width: 1200px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .socials_block {
    flex-direction: column;
  }
  .all_news {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .more_info_block_icons p {
    text-align: left;
  }
  .news-list .l-list__item.t-border:last-child::after
  {
    display: none;
  }
  .c-partners__btn.desktop {
    display: none;
  }
  .c-partners__btn.mobile {
    display: block;
  }
  .socials_block {

      .c-follow__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
      }
    }
  .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-partners__link img {
    max-height: 57px;
    object-fit: contain;
  }
  .c-partners__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

.c-school .l-container {
    max-width: 1380px;
}

.c-school .hero {
    overflow: hidden;
}

.c-school .hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 55px;
}

.c-school .hero__title {
    max-width: 600px;
    text-align: center;
    margin: 50px 0 0;
}

.c-school .hero__subtitle {
    background: #FFEDE5;
    font-size: 28px;
    margin: 10px auto 40px;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 8px;
    transform: rotate(-2.7deg);
}

.c-school .hero__countdown {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 8px;
}

@keyframes shake {
    0% { transform: translateX(0); }
    33% { transform: translateX(-3px); }
    66% { transform: translateX(3px); }
    100% { transform: translateX(0); }
}

.c-school .hero__icon {
    position: absolute;
    transition: transform 0.3s ease;
}

.c-school .hero__icon img:hover {
    animation: shake 0.8s ease-in-out;
}

.c-school .hero__icon-1 {
    left: 50%;
    top: 10px;
    transform: translateX(-400px);
}

.c-school .hero__icon-2 {
    right: 50%;
    top: 10px;
    transform: translateX(440px);
}

.c-school .hero__icon-3 {
    left: 50%;
    bottom: 50px;
    transform: translateX(-440px);
}

.c-school .hero__icon-4 {
    right: 50%;
    bottom: 30px;
    transform: translateX(390px);
}

.c-school .hero__banner {
    border-radius: 16px;
    width: 100%;
    height: 485px;
    background-image:  url("../../../img/school/hero-bg.png");
    background-position: center 72%;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-school .description {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-bottom: 48px;
}

.c-school .description__inner {
    max-width: 590px;
}

.c-school .description__title {
    font-size: 46px;
    margin-bottom: 32px;
}

.c-school .description__text {
    width: 77%;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.c-school .description__text strong {
    font-weight: bold;
}

.c-school .description__video {
    flex-grow: 1;
    max-width: 900px;
}

.c-school .description__video video {
    width: 100%;
    border-radius: 16px;
}

.cta {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    background-color: #fff400;
    background-image:  url("../../../img/school/cta-bg.png");
    background-position: 125% -55px;
    background-repeat: no-repeat;
}

.cta__title {
    margin: 0 auto 0 0;
    max-width: 388px;
    font-size: 18px;
    color: #fff;
}

.cta__title--wide {
    max-width: 617px;
}

.c-school .courses {}

.c-school .courses__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.c-school .courses__title {
    font-size: 46px;
    margin-bottom: 48px;
}

.course {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    background: #FFF6F2;
    border-radius: 16px;
    padding: 24px;
}

.course__title {
    font-size: 40px;
    margin-bottom: 16px;
    margin-right: auto;
}

.course__features {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
    width: 100%;
}

.course__feature {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.course__description {
    font-size: 14px;
    font-weight: 300;
    width: 508px;
    margin-right: auto;
}

.course__toggle {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    height: max-content;
    align-self: self-end;
}

.course__toggle svg {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

.course__toggle--open svg {
    color: #fff400;
    transform: rotate(0deg);
}

.course__toggle--open .course__hide {
    display: inline;
}

.course__toggle--open .course__show-more {
    display: none;
}

.course__hide {
    display: none;
    color: #fff400;
    font-size: 16px;
    font-weight: 500;
}

.course__show-more {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.course__benefits {
    display: none;
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #FFD3C2;
}

.course__benefits h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff400;
    margin-bottom: 16px;
}

.course__benefits ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

.course__benefits ul:last-child {
    margin-bottom: 0;
}

.course__benefits ul li {
    padding: 12px 24px;
    background: #fff;
    font-size: 16px;
    border-radius: 16px;
    list-style: inside;
}

.course__toggle--open + .course__benefits {
    display: block;
}

.course__cta {
    border-top: 1px solid #FFD3C2;
    padding-top: 24px;
}

.c-school .join__inner {
    padding: 40px;
    border-radius: 20px;
    background-color: #F4F7F9;
    background-image:  url("../../../img/school/join-bg.png");
    background-position: right -55px;
    background-repeat: no-repeat;
    background-size: 471px;
}

.c-school .join__title {
    font-size: 32px;
    margin-bottom: 48px;
    max-width: 609px;
}

.c-school .certificate {

}

.c-school .certificate__img {
    height: 326px;
    border-radius: 8px;
    cursor: pointer;
}

.c-school .certificate__inner {
    display: flex;
    align-items: center;
    gap: 96px;
    padding: 32px;
    border-radius: 16px;
    background: #fff400;
    background-image: url(../../../img/school/cta-bg.png), url(../../../img/school/cta-bg.png);
    background-position: -226px center, 733px -120px;
    background-repeat: no-repeat, no-repeat;
    background-size: 590px, 913px;
}

.c-school .certificate__title {
    font-size: 40px;
    margin-bottom: 24px;
    color: #fff;
}

.c-school .certificate__subtitle {
    font-size: 16px;
    margin-bottom: 0;
    max-width: 480px;
    color: #fff;
}

.c-school .features {}

.c-school .features__title {
    font-size: 40px;
    margin-bottom: 56px;
}

.c-school .features__inner .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 57px;
    grid-row-gap: 40px;
}

.c-school .features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-school .features__item svg {
    margin-bottom: 24px;
}

.c-school .features__item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}

.c-school .features__item-subtitle {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.c-school .benefits {

}

.c-school .benefits__title {
    font-size: 40px;
    margin-bottom: 56px;
}

.c-school .benefits__inner .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 23px;
}

.c-school .benefits__item {
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 4px 47px 2px #0000000D;
}

.c-school .benefits__item svg {
    margin-bottom: 16px;
}

.c-school .benefits__item-title {
    font-size: 24px;
    margin-bottom: 16px;
}

.c-school .benefits__item-subtitle {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.c-school .team {
    position: relative;
}

.c-school .team::before {
    content: "";
    display: block;
    width: 100%;
    height: 385px;
    background: linear-gradient(180deg, rgba(244, 247, 249, 0) 46.35%, #F4F7F9 100%);
    position: absolute;
    bottom: 0;
}

.c-school .team__title {
    font-size: 46px;
    margin-bottom: 56px;
}

.c-school .team__item {

}

.c-school .team__item-img {
    margin-bottom: 24px;
}

.c-school .team__item-name {
    font-size: 32px;
    margin-bottom: 16px;
}

.c-school .team__item-caption {
    color: #909090;
    font-size: 16px;
    margin: 0;
}

.c-school .reviews {

}

.c-school .reviews__title {
    font-size: 46px;
    margin-bottom: 56px;
}

.c-school .reviews__item {
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 4px 10px 2px #0000000D;
}

.c-school .reviews__item-img {
    height: 60px;
    width: 60px;
    margin-bottom: 16px;
}

.c-school .reviews__item-name {
    font-size: 20px;
    margin-bottom: 4px;
}

.c-school .reviews__item-caption {
    font-size: 14px;
    margin-bottom: 16px;
    color: #A4A4A4;
}

.c-school .reviews__item-text {
    font-size: 14px;
    font-weight: 300;
}

.c-school .contacts__inner {
    padding: 40px;
    border-radius: 20px;
    background: #F4F7F9;
    background-image:  url("../../../img/school/contacts-bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 290px;
}

.c-school .contacts__title {
    font-size: 32px;
    margin-bottom: 40px;
}

.c-school .contacts__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-school .contacts__items > a {
    margin-left: 8px;
}

.c-school .contacts__item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #E7E7E7
}

.c-school .contacts__item a {
    font-size: 14px;
    color: #000;
}

.c-school .contacts__item:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.swiper-custom-pagination {
    position: relative !important;
    width: auto !important;
    padding: 0 !important;
    gap: 16px;
}

.swiper-custom-pagination .swiper-pagination-bullet {
    background: none !important;
    opacity: unset;
    font-size: 24px;
    font-weight: 300;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
    color: #fff400;
}

.modal-school-request.modal .modal-dialog {
    max-width: 618px;
}

.modal-school-request.modal .modal-title {
    font-size: 32px;
}

.school-partners .c-partners__item_main img {
    height: 56px;
}

.school-partners .c-partners__item_main {
    filter: grayscale(100%);
}

.school-partners .c-partners__item_main:hover {
    filter: grayscale(0%);
}

.school-partners .swiper-slide {
    width: auto;
}

/* For Chrome and Edge */
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px #EEE inset !important; /* Match your form's background color */
    -webkit-text-fill-color: #000 !important; /* Match your desired text color */
}

/* For Firefox */
input:-moz-autofill {
    background-color: transparent !important;
    color: #000 !important; /* Desired text color */
}

/* For Safari */
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-text-fill-color: #000 !important;
}


@media (max-width: 1200px) {
    /*.c-school .description__video {*/
    /*    width: 550px;*/
    /*}*/

    .c-school .description {
        gap: 20px;
    }
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .c-school .description {
        flex-direction: column;
        gap: 32px;
        padding-bottom: 32px;
    }

    .c-school .description__inner {
        max-width: unset;
    }

    .c-school .features__inner .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-school .benefits__inner .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-school .description__video {
        width: 100%;
    }

    .c-school .description__title {
        font-size: 32px;
    }

    .c-school .hero__inner {
        margin-bottom: 26px;
    }

    .c-school .hero__subtitle {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .c-school .hero__icon img {
        width: 70px;
        height: 70px;
    }

    .c-school .hero__icon-1 {
        transform: translateX(-320px);
    }

    .c-school .hero__icon-2 {
        transform: translateX(340px);
    }

    .c-school .hero__icon-3 {
        transform: translateX(-315px);
        bottom: 30px;
    }

    .c-school .hero__icon-4 {
        transform: translateX(315px);
    }

    .c-school .hero__banner {
        height: 400px;
    }

    .c-school .cta {
        flex-wrap: wrap;
        background-position: 125% -55px;
        background-size: 457px;
    }

    .c-school .cta__img {
        width: 100%;
    }

    .c-school .cta__img img {
        width: 64px;
    }

    .c-school .cta__title {
        max-width: 276px;
        font-size: 16px;
    }

    .c-school .courses__title {
        font-size: 32px;
    }

    .course__title {
        font-size: 32px;
        margin-bottom: 24px;
        max-width: 353px;
    }

    .course__features {
        margin-bottom: 35px;
    }

    .course__toggle {
        width: 100%;
        margin-top: 40px;
    }

    .course__benefits ul li {
        font-size: 14px;
    }

    .c-school .join__inner {
        padding: 40px 24px;
        background-position: right 60px;
        background-repeat: no-repeat;
        background-size: 329px;
    }

    .c-school .join__title {
        margin-bottom: 90px;
    }

    .c-school .certificate__inner {
        flex-direction: column;
        gap: 32px;
        background-position: -34% 189%, 506% -525%;
        background-size: 442px, 600px;
    }

    .c-school .certificate__img {
        order: 1;
    }

    .c-school .features__title {
        font-size: 28px;
    }

    .c-school .features__item {
        padding: 0 20px;
    }

    .c-school .benefits__title {
        font-size: 32px;
    }

    .c-school .team__title {
        font-size: 32px;
    }

    .c-school .contacts__inner {
        background-position: right 90px;
        background-size: 276px;
    }

    .c-school .contacts__items {
        flex-direction: column;
        align-items: start;
    }

    .c-school .contacts__item {
        margin-top: 16px;
        margin-left: 0;
        padding-top: 16px;
        padding-left: 0;
        border-top: 1px solid #E7E7E7;
        border-left: none;
    }
}

@media (max-width: 576px) {
    .c-school .hero__title {
        font-size: 28px;
        margin-top: 104px;
    }

    .c-school .hero__subtitle {
        font-size: 18px;
    }

    .c-school .hero__icon img {
        width: 60px;
        height: 60px;
    }

    .c-school .hero__countdown {
        font-size: 12px;
    }

    .c-school .hero__icon-1 {
        transform: translateX(-175px);
    }

    .c-school .hero__icon-2 {
        transform: translateX(175px);
    }

    .c-school .hero__icon-3 {
        transform: translateX(-175px);
        bottom: 65px;
    }

    .c-school .hero__icon-4 {
        transform: translateX(185px);
        bottom: 40px;
    }

    .c-school .hero__inner {
        margin-bottom: 48px;
    }

    .c-school .hero__banner {
        height: 228px;
    }

    .c-school .description__title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .c-school .description__text {
        font-size: 14px;
        width: 100%;
    }

    .c-school .description {
        gap: 24px;
        padding-bottom: 24px;
    }

    .c-school .cta {
        gap: 16px;
        background-position: center -155%;
        background-size: 400px;
    }

    .c-school .courses__title {
        font-size: 28px;
    }

    .course__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .course__btn {
        order: 1;
        margin-top: 40px;
    }

    .course__features {
        flex-direction: column;
        gap: 8px;
    }

    .course__toggle {
        order: 2;
        margin-top: 24px;
    }

    .course__benefits {
        order: 3;
    }

    .c-school .join__inner {
        padding: 24px;
        height: 535px;
        background-position: center 150%;
        background-size: 329px;
    }

    .c-school .join__title {
        font-size: 24px;
        margin-bottom: 40px;
        max-width: 200px;
    }

    .c-school .cta__title {
        margin-bottom: 16px;
    }

    .c-school .certificate__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .c-school .certificate__subtitle {
        font-size: 14px;
    }

    .c-school .certificate__img {
        height: auto;
    }

    .c-school .benefits__title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .c-school .benefits__item {
        box-shadow: 0px 5px 6px 2px #0000000D;
    }

    .c-school .features__inner .swiper-wrapper,
    .c-school .benefits__inner .swiper-wrapper {
        display: flex;
        grid-column-gap: unset;
        grid-row-gap: unset;
    }

    .c-school .team__title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .c-school .contacts__inner {
        padding: 24px;
        height: 653px;
        background-position: center 87%;
    }

    .c-school .contacts__title {
        font-size: 28px;
    }

    .c-school .contacts__item {
        width: 100%;
    }

    .swiper-custom-pagination {
        margin-top: 16px !important;
    }

    .swiper-custom-pagination .swiper-pagination-bullet {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .c-school .features__item,
    .c-school .benefits__item {
        width: auto !important;
    }

    .c-school .benefits__inner {
        overflow: unset;
    }
}
