@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearence: none;
  -webkit-apparence: none;
  border-radius: none;
  border: none;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  text-decoration: none; }

main {
  max-width: 100vw;
  overflow: hidden;
  transition: filter .3s linear; }

blockquote,
p {
  max-width: 750px; }

.overflow {
  max-width: 100vw;
  overflow: hidden; }
  .overflow main {
    filter: blur(20px); }

.grid--lg, .m_panel > *, .m_news__block > *, .m_news__image .time > *, .m_step > *, .topbar__container > *, .bottombar > *, .m_404 > *, .article > *, .article-related > *, .m_archive > *, .m_editor > *, .m_news > *, .m_video > *, .m_textImg > *, .m_form > *, .m_column > *, .m_image > *, .m_hero > *, .m_map > *, .m_faqs > *, .m_facts_figures > *, .m_table > *, .article__hero {
  max-width: 1200px;
  margin: 0 auto; }

.grid, .m_filters, .topbar__container, .bottombar, .m_404__block, .m_textImg__block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 1024px) {
    .grid, .m_filters, .topbar__container, .bottombar, .m_404__block, .m_textImg__block {
      max-width: 1200px;
      padding: 0; } }
  @supports (display: grid) {
    .grid, .m_filters, .topbar__container, .bottombar, .m_404__block, .m_textImg__block {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 50px;
      grid-row-gap: 20px; }
      @media screen and (min-width: 1024px) {
        .grid, .m_filters, .topbar__container, .bottombar, .m_404__block, .m_textImg__block {
          grid-template-columns: repeat(12, 1fr);
          grid-column-gap: 50px;
          grid-row-gap: 50px; } } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid, .m_filters, .topbar__container, .bottombar, .m_404__block, .m_textImg__block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1024px), screen and (-ms-high-contrast: none) and (min-width: 1024px) {
    .grid, .m_filters, .topbar__container, .bottombar, .m_404__block, .m_textImg__block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }

.grid--full {
  width: 100%;
  padding: 25px;
  list-style: none; }
  @media screen and (min-width: 1024px) {
    .grid--full {
      padding: 0; } }
  @supports (display: grid) {
    .grid--full {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 50px;
      grid-row-gap: 20px; }
      @media screen and (min-width: 1024px) {
        .grid--full {
          grid-template-columns: repeat(12, 1fr);
          grid-column-gap: 50px;
          grid-column-row: 360px; } } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid--full {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1024px), screen and (-ms-high-contrast: none) and (min-width: 1024px) {
    .grid--full {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--1 {
    width: calc((100% - (3 * 50px)) / 4); } }

.cs--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-1 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-s-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 0px) {
  .rs--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 0px) {
  .os--1 {
    order: 1; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--2 {
    width: calc((100% - (1 * 50px)) / 2); } }

.cs--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-2 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-s-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 0px) {
  .rs--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 0px) {
  .os--2 {
    order: 2; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--3 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.cs--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-3 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-s-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 0px) {
  .rs--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 0px) {
  .os--3 {
    order: 3; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--4 {
    width: calc((100% - (0 * 50px)) / 1); } }

.cs--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-4 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-s-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 0px) {
  .rs--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 0px) {
  .os--4 {
    order: 4; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--5 {
    width: calc((100% - (-0.2 * 50px)) / 0.8); } }

.cs--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-5 {
    width: calc((100% - (-0.2 * 50px)) / 0.8); } }

.col-s-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 0px) {
  .rs--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 0px) {
  .os--5 {
    order: 5; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--6 {
    width: calc((100% - (-0.33333 * 50px)) / 0.66667); } }

.cs--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-6 {
    width: calc((100% - (-0.33333 * 50px)) / 0.66667); } }

.col-s-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 0px) {
  .rs--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 0px) {
  .os--6 {
    order: 6; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--7 {
    width: calc((100% - (-0.42857 * 50px)) / 0.57143); } }

.cs--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-7 {
    width: calc((100% - (-0.42857 * 50px)) / 0.57143); } }

.col-s-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 0px) {
  .rs--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 0px) {
  .os--7 {
    order: 7; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--8 {
    width: calc((100% - (-0.5 * 50px)) / 0.5); } }

.cs--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-8 {
    width: calc((100% - (-0.5 * 50px)) / 0.5); } }

.col-s-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 0px) {
  .rs--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 0px) {
  .os--8 {
    order: 8; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--9 {
    width: calc((100% - (-0.55556 * 50px)) / 0.44444); } }

.cs--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-9 {
    width: calc((100% - (-0.55556 * 50px)) / 0.44444); } }

.col-s-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 0px) {
  .rs--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 0px) {
  .os--9 {
    order: 9; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--10 {
    width: calc((100% - (-0.6 * 50px)) / 0.4); } }

.cs--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-10 {
    width: calc((100% - (-0.6 * 50px)) / 0.4); } }

.col-s-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 0px) {
  .rs--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 0px) {
  .os--10 {
    order: 10; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--11 {
    width: calc((100% - (-0.63636 * 50px)) / 0.36364); } }

.cs--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-11 {
    width: calc((100% - (-0.63636 * 50px)) / 0.36364); } }

.col-s-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 0px) {
  .rs--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 0px) {
  .os--11 {
    order: 11; } }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .cs--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .cs--12 {
    width: calc((100% - (-0.66667 * 50px)) / 0.33333); } }

.cs--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 0px) {
  @supports (display: grid) {
    .col-s-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 0px) and (-ms-high-contrast: active), screen and (min-width: 0px) and (-ms-high-contrast: none) {
  .col-s-12 {
    width: calc((100% - (-0.66667 * 50px)) / 0.33333); } }

.col-s-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 0px) {
  .rs--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 0px) {
  .os--12 {
    order: 12; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--1 {
    width: calc((100% - (3 * 50px)) / 4); } }

.cxs--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-1 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-xs-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 500px) {
  .oxs--1 {
    order: 1; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--2 {
    width: calc((100% - (1 * 50px)) / 2); } }

.cxs--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-2 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-xs-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 500px) {
  .oxs--2 {
    order: 2; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--3 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.cxs--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-3 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-xs-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 500px) {
  .oxs--3 {
    order: 3; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--4 {
    width: calc((100% - (0 * 50px)) / 1); } }

.cxs--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-4 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-xs-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 500px) {
  .oxs--4 {
    order: 4; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--5 {
    width: calc((100% - (-0.2 * 50px)) / 0.8); } }

.cxs--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-5 {
    width: calc((100% - (-0.2 * 50px)) / 0.8); } }

.col-xs-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 500px) {
  .oxs--5 {
    order: 5; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--6 {
    width: calc((100% - (-0.33333 * 50px)) / 0.66667); } }

.cxs--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-6 {
    width: calc((100% - (-0.33333 * 50px)) / 0.66667); } }

.col-xs-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 500px) {
  .oxs--6 {
    order: 6; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--7 {
    width: calc((100% - (-0.42857 * 50px)) / 0.57143); } }

.cxs--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-7 {
    width: calc((100% - (-0.42857 * 50px)) / 0.57143); } }

.col-xs-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 500px) {
  .oxs--7 {
    order: 7; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--8 {
    width: calc((100% - (-0.5 * 50px)) / 0.5); } }

.cxs--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-8 {
    width: calc((100% - (-0.5 * 50px)) / 0.5); } }

.col-xs-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 500px) {
  .oxs--8 {
    order: 8; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--9 {
    width: calc((100% - (-0.55556 * 50px)) / 0.44444); } }

.cxs--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-9 {
    width: calc((100% - (-0.55556 * 50px)) / 0.44444); } }

.col-xs-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 500px) {
  .oxs--9 {
    order: 9; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--10 {
    width: calc((100% - (-0.6 * 50px)) / 0.4); } }

.cxs--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-10 {
    width: calc((100% - (-0.6 * 50px)) / 0.4); } }

.col-xs-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 500px) {
  .oxs--10 {
    order: 10; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--11 {
    width: calc((100% - (-0.63636 * 50px)) / 0.36364); } }

.cxs--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-11 {
    width: calc((100% - (-0.63636 * 50px)) / 0.36364); } }

.col-xs-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 500px) {
  .oxs--11 {
    order: 11; } }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .cxs--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .cxs--12 {
    width: calc((100% - (-0.66667 * 50px)) / 0.33333); } }

.cxs--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 500px) {
  @supports (display: grid) {
    .col-xs-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 500px) and (-ms-high-contrast: active), screen and (min-width: 500px) and (-ms-high-contrast: none) {
  .col-xs-12 {
    width: calc((100% - (-0.66667 * 50px)) / 0.33333); } }

.col-xs-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 500px) {
  .rxs--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 500px) {
  .oxs--12 {
    order: 12; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--1 {
    width: calc((100% - (3 * 50px)) / 4); } }

.csm--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-1 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-sm-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 769px) {
  .osm--1 {
    order: 1; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--2 {
    width: calc((100% - (1 * 50px)) / 2); } }

.csm--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-2 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-sm-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 769px) {
  .osm--2 {
    order: 2; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--3 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.csm--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-3 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-sm-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 769px) {
  .osm--3 {
    order: 3; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--4 {
    width: calc((100% - (0 * 50px)) / 1); } }

.csm--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-4 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-sm-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 769px) {
  .osm--4 {
    order: 4; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--5 {
    width: calc((100% - (-0.2 * 50px)) / 0.8); } }

.csm--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-5 {
    width: calc((100% - (-0.2 * 50px)) / 0.8); } }

.col-sm-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 769px) {
  .osm--5 {
    order: 5; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--6 {
    width: calc((100% - (-0.33333 * 50px)) / 0.66667); } }

.csm--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-6 {
    width: calc((100% - (-0.33333 * 50px)) / 0.66667); } }

.col-sm-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 769px) {
  .osm--6 {
    order: 6; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--7 {
    width: calc((100% - (-0.42857 * 50px)) / 0.57143); } }

.csm--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-7 {
    width: calc((100% - (-0.42857 * 50px)) / 0.57143); } }

.col-sm-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 769px) {
  .osm--7 {
    order: 7; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--8 {
    width: calc((100% - (-0.5 * 50px)) / 0.5); } }

.csm--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-8 {
    width: calc((100% - (-0.5 * 50px)) / 0.5); } }

.col-sm-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 769px) {
  .osm--8 {
    order: 8; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--9 {
    width: calc((100% - (-0.55556 * 50px)) / 0.44444); } }

.csm--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-9 {
    width: calc((100% - (-0.55556 * 50px)) / 0.44444); } }

.col-sm-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 769px) {
  .osm--9 {
    order: 9; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--10 {
    width: calc((100% - (-0.6 * 50px)) / 0.4); } }

.csm--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-10 {
    width: calc((100% - (-0.6 * 50px)) / 0.4); } }

.col-sm-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 769px) {
  .osm--10 {
    order: 10; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--11 {
    width: calc((100% - (-0.63636 * 50px)) / 0.36364); } }

.csm--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-11 {
    width: calc((100% - (-0.63636 * 50px)) / 0.36364); } }

.col-sm-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 769px) {
  .osm--11 {
    order: 11; } }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .csm--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .csm--12 {
    width: calc((100% - (-0.66667 * 50px)) / 0.33333); } }

.csm--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 769px) {
  @supports (display: grid) {
    .col-sm-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .col-sm-12 {
    width: calc((100% - (-0.66667 * 50px)) / 0.33333); } }

.col-sm-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 769px) {
  .rsm--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 769px) {
  .osm--12 {
    order: 12; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.cmd--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.col-md-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 980px) {
  .omd--1 {
    order: 1; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.cmd--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.col-md-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 980px) {
  .omd--2 {
    order: 2; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.cmd--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-md-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 980px) {
  .omd--3 {
    order: 3; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.cmd--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.col-md-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 980px) {
  .omd--4 {
    order: 4; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.cmd--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.col-md-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 980px) {
  .omd--5 {
    order: 5; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.cmd--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-md-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 980px) {
  .omd--6 {
    order: 6; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.cmd--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.col-md-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 980px) {
  .omd--7 {
    order: 7; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.cmd--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.col-md-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 980px) {
  .omd--8 {
    order: 8; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.cmd--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-md-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 980px) {
  .omd--9 {
    order: 9; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.cmd--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.col-md-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 980px) {
  .omd--10 {
    order: 10; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.cmd--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.col-md-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 980px) {
  .omd--11 {
    order: 11; } }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .cmd--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .cmd--12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.cmd--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 980px) {
  @supports (display: grid) {
    .col-md-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 980px) and (-ms-high-contrast: active), screen and (min-width: 980px) and (-ms-high-contrast: none) {
  .col-md-12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-md-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 980px) {
  .rmd--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 980px) {
  .omd--12 {
    order: 12; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.clg--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.col-lg-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 1025px) {
  .olg--1 {
    order: 1; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.clg--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.col-lg-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 1025px) {
  .olg--2 {
    order: 2; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.clg--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-lg-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 1025px) {
  .olg--3 {
    order: 3; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.clg--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.col-lg-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 1025px) {
  .olg--4 {
    order: 4; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.clg--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.col-lg-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 1025px) {
  .olg--5 {
    order: 5; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.clg--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-lg-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 1025px) {
  .olg--6 {
    order: 6; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.clg--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.col-lg-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 1025px) {
  .olg--7 {
    order: 7; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.clg--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.col-lg-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 1025px) {
  .olg--8 {
    order: 8; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.clg--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-lg-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 1025px) {
  .olg--9 {
    order: 9; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.clg--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.col-lg-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 1025px) {
  .olg--10 {
    order: 10; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.clg--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.col-lg-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 1025px) {
  .olg--11 {
    order: 11; } }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .clg--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .clg--12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.clg--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1025px) {
  @supports (display: grid) {
    .col-lg-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .col-lg-12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-lg-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1025px) {
  .rlg--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 1025px) {
  .olg--12 {
    order: 12; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.cxl--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.col-xl-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 1201px) {
  .oxl--1 {
    order: 1; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.cxl--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.col-xl-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 1201px) {
  .oxl--2 {
    order: 2; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.cxl--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-xl-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 1201px) {
  .oxl--3 {
    order: 3; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.cxl--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.col-xl-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 1201px) {
  .oxl--4 {
    order: 4; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.cxl--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.col-xl-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 1201px) {
  .oxl--5 {
    order: 5; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.cxl--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-xl-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 1201px) {
  .oxl--6 {
    order: 6; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.cxl--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.col-xl-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 1201px) {
  .oxl--7 {
    order: 7; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.cxl--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.col-xl-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 1201px) {
  .oxl--8 {
    order: 8; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.cxl--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-xl-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 1201px) {
  .oxl--9 {
    order: 9; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.cxl--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.col-xl-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 1201px) {
  .oxl--10 {
    order: 10; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.cxl--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.col-xl-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 1201px) {
  .oxl--11 {
    order: 11; } }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .cxl--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .cxl--12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.cxl--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1201px) {
  @supports (display: grid) {
    .col-xl-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1201px) and (-ms-high-contrast: active), screen and (min-width: 1201px) and (-ms-high-contrast: none) {
  .col-xl-12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-xl-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1201px) {
  .rxl--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 1201px) {
  .oxl--12 {
    order: 12; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.cxxl--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.col-xxl-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 1441px) {
  .oxxl--1 {
    order: 1; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.cxxl--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.col-xxl-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 1441px) {
  .oxxl--2 {
    order: 2; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.cxxl--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-xxl-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 1441px) {
  .oxxl--3 {
    order: 3; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.cxxl--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.col-xxl-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 1441px) {
  .oxxl--4 {
    order: 4; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.cxxl--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.col-xxl-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 1441px) {
  .oxxl--5 {
    order: 5; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.cxxl--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-xxl-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 1441px) {
  .oxxl--6 {
    order: 6; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.cxxl--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.col-xxl-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 1441px) {
  .oxxl--7 {
    order: 7; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.cxxl--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.col-xxl-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 1441px) {
  .oxxl--8 {
    order: 8; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.cxxl--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-xxl-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 1441px) {
  .oxxl--9 {
    order: 9; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.cxxl--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.col-xxl-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 1441px) {
  .oxxl--10 {
    order: 10; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.cxxl--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.col-xxl-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 1441px) {
  .oxxl--11 {
    order: 11; } }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .cxxl--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .cxxl--12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.cxxl--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1441px) {
  @supports (display: grid) {
    .col-xxl-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1441px) and (-ms-high-contrast: active), screen and (min-width: 1441px) and (-ms-high-contrast: none) {
  .col-xxl-12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-xxl-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1441px) {
  .rxxl--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 1441px) {
  .oxxl--12 {
    order: 12; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.cfull--1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-1 {
      grid-column: auto/span 1; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-1 {
    width: calc((100% - (11 * 50px)) / 12); } }

.col-full-1.grid {
  grid-template-columns: repeat(1, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--1 {
    grid-row: auto/span 1; } }

@media screen and (min-width: 1600px) {
  .ofull--1 {
    order: 1; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.cfull--2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-2 {
      grid-column: auto/span 2; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-2 {
    width: calc((100% - (5 * 50px)) / 6); } }

.col-full-2.grid {
  grid-template-columns: repeat(2, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--2 {
    grid-row: auto/span 2; } }

@media screen and (min-width: 1600px) {
  .ofull--2 {
    order: 2; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.cfull--3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-3 {
      grid-column: auto/span 3; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-3 {
    width: calc((100% - (3 * 50px)) / 4); } }

.col-full-3.grid {
  grid-template-columns: repeat(3, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--3 {
    grid-row: auto/span 3; } }

@media screen and (min-width: 1600px) {
  .ofull--3 {
    order: 3; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.cfull--4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-4 {
      grid-column: auto/span 4; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-4 {
    width: calc((100% - (2 * 50px)) / 3); } }

.col-full-4.grid {
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--4 {
    grid-row: auto/span 4; } }

@media screen and (min-width: 1600px) {
  .ofull--4 {
    order: 4; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.cfull--5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-5 {
      grid-column: auto/span 5; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-5 {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }

.col-full-5.grid {
  grid-template-columns: repeat(5, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--5 {
    grid-row: auto/span 5; } }

@media screen and (min-width: 1600px) {
  .ofull--5 {
    order: 5; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.cfull--6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-6 {
      grid-column: auto/span 6; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-6 {
    width: calc((100% - (1 * 50px)) / 2); } }

.col-full-6.grid {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--6 {
    grid-row: auto/span 6; } }

@media screen and (min-width: 1600px) {
  .ofull--6 {
    order: 6; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.cfull--7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-7 {
      grid-column: auto/span 7; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-7 {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }

.col-full-7.grid {
  grid-template-columns: repeat(7, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--7 {
    grid-row: auto/span 7; } }

@media screen and (min-width: 1600px) {
  .ofull--7 {
    order: 7; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.cfull--8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-8 {
      grid-column: auto/span 8; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-8 {
    width: calc((100% - (0.5 * 50px)) / 1.5); } }

.col-full-8.grid {
  grid-template-columns: repeat(8, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--8 {
    grid-row: auto/span 8; } }

@media screen and (min-width: 1600px) {
  .ofull--8 {
    order: 8; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.cfull--9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-9 {
      grid-column: auto/span 9; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-9 {
    width: calc((100% - (0.33333 * 50px)) / 1.33333); } }

.col-full-9.grid {
  grid-template-columns: repeat(9, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--9 {
    grid-row: auto/span 9; } }

@media screen and (min-width: 1600px) {
  .ofull--9 {
    order: 9; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.cfull--10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-10 {
      grid-column: auto/span 10; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-10 {
    width: calc((100% - (0.2 * 50px)) / 1.2); } }

.col-full-10.grid {
  grid-template-columns: repeat(10, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--10 {
    grid-row: auto/span 10; } }

@media screen and (min-width: 1600px) {
  .ofull--10 {
    order: 10; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.cfull--11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-11 {
      grid-column: auto/span 11; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-11 {
    width: calc((100% - (0.09091 * 50px)) / 1.09091); } }

.col-full-11.grid {
  grid-template-columns: repeat(11, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--11 {
    grid-row: auto/span 11; } }

@media screen and (min-width: 1600px) {
  .ofull--11 {
    order: 11; } }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .cfull--12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .cfull--12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.cfull--12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1600px) {
  @supports (display: grid) {
    .col-full-12 {
      grid-column: 1 / -1; } } }

@media screen and (min-width: 1600px) and (-ms-high-contrast: active), screen and (min-width: 1600px) and (-ms-high-contrast: none) {
  .col-full-12 {
    width: calc((100% - (0 * 50px)) / 1); } }

.col-full-12.grid {
  grid-template-columns: repeat(12, 1fr); }

@media screen and (min-width: 1600px) {
  .rfull--12 {
    grid-row: auto/span 12; } }

@media screen and (min-width: 1600px) {
  .ofull--12 {
    order: 12; } }

/**************************
 * Accelerations          *
 **************************/
.objectfit--contain, .objectfit--cover {
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative; }
  .objectfit--contain img, .objectfit--cover img {
    width: 100%;
    height: 100%; }
  .objectfit--contain picture, .objectfit--cover picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .objectfit--contain source, .objectfit--cover source {
    position: absolute; }

.objectfit--contain img {
  object-fit: contain; }

.objectfit--cover img {
  object-fit: cover; }

.text--hidden {
  text-indent: -9999px;
  opacity: 0;
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0; }

.isHidden {
  transform: scale(0) !important;
  overflow: hidden !important;
  font-size: 0 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important; }

@media screen and (max-width: 1024px) {
  .xsHidden {
    transform: scale(0) !important;
    overflow: hidden !important;
    font-size: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important; } }

@media screen and (min-width: 1025px) {
  .xlHidden {
    transform: scale(0) !important;
    overflow: hidden !important;
    font-size: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important; } }

.m_panel .m_panel__block, .m_news__block .m_panel__block, .m_news__image .time .m_panel__block, .m_step .m_panel__block, .m_panel__date, .m_404__image, .article__date, .m_video__overlay, .m_video__player, .m_textImg__image, .m_image__image {
  border: 3px solid #000; }

.h1, h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1c1c1c;
  text-transform: none;
  line-height: 1; }
  @media screen and (max-width: 1024px) {
    .h1, h1 {
      line-height: 1;
      text-transform: none;
      font-size: 60px;
      font-size: 3.75rem; } }

.h2, h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: none;
  line-height: 1.13; }
  @media screen and (max-width: 979px) {
    .h2, h2 {
      font-size: 25px;
      font-size: 1.5625rem; } }

.h2, h2 {
  margin-bottom: 50px; }

.h3, h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: none;
  line-height: 1; }

.h3, h3 {
  margin-bottom: 27px; }

.h4, h4, thead th, .m_details-item__head, .m_step__number {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: none;
  margin-bottom: 20px;
  display: block;
  line-height: 1.25; }

.h5, h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: none;
  margin-bottom: 20px; }

.h6, h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #1c1c1c;
  opacity: 0.75;
  margin-bottom: 20px; }

.title__before {
  position: relative;
  z-index: 0; }
  .title__before::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 90px;
    height: 9px;
    transform: translate(calc(-100% + 40px), calc(-150% - 15px)) rotate(90deg); }
    @media screen and (min-width: 769px) {
      .title__before::before {
        top: 30px;
        left: 0%;
        transform: translate(calc(-150% + 30px), 0%); } }
  .title__before--red::before {
    background: #ff0000; }

p, li, .m_content p, .m_content a, tbody td, .multirange legend, .bottombar__contact a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.5; }

a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1c1c1c;
  text-transform: none; }

.small, small, .multirange label, .article__bundle * {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgba(28, 28, 28, 0.5);
  text-transform: none; }

strong, b, cite {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1c1c1c;
  text-transform: none; }

em, i, .em, .article__content figcaption {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #1c1c1c;
  text-transform: none; }

blockquote, q {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #1c1c1c;
  text-transform: none; }

blockquote > *, q > * {
  display: inline;
  font-size: 18;
  font-family: "Roboto", sans-serif; }

code {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1c1c1c;
  background: rgba(242, 242, 242, 0.5);
  padding: 20px; }

hr {
  height: 1px;
  background: rgba(28, 28, 28, 0.1);
  margin-top: 10px;
  margin-bottom: 20px; }

address {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1c1c;
  text-transform: none; }

time {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgba(28, 28, 28, 0.5);
  text-transform: none; }

.m_content p {
  margin-bottom: 30px; }

.m_content a {
  text-decoration: underline;
  color: #ce0e2d; }
  .m_content a:hover, .m_content a:focus {
    color: #1c1c1c; }
  .m_content a.btn {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-stretch: normal;
    font-weight: bold;
    line-height: 1; }

.m_content ul, .m_content ol {
  max-width: 750px;
  padding-left: 2%;
  margin: 25px 0; }

.m_content li {
  margin-bottom: 10px; }

.m_content h1, .m_content h2, .m_content h3, .m_content h4, .m_content h5, .m_content h6 {
  margin-bottom: 20px;
  max-width: 750px; }

.m_content p + h1, .m_content p + h2, .m_content p + h3, .m_content p + h4, .m_content p + h5, .m_content p + h6 {
  margin-top: 50px; }

.m_content blockquote {
  margin: 30px 0;
  color: rgba(28, 28, 28, 0.75); }

u {
  text-decoration: underline; }

s, del {
  text-decoration: line-through; }

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block; }

table {
  border: 1px solid rgba(28, 28, 28, 0.15);
  margin-bottom: 50px; }

thead {
  border-bottom: 1px solid rgba(28, 28, 28, 0.15);
  padding: 10px 30px; }
  thead th {
    text-align: left;
    padding: 10px 20px;
    display: table-cell;
    font-size: 16px;
    font-size: 1rem;
    max-width: 40%;
    border-right: 1px solid rgba(28, 28, 28, 0.15); }
    thead th:last-child {
      border-right: 0px solid transparent; }

tbody .odd {
  background: white; }

tbody td {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.15);
  border-right: 1px solid rgba(28, 28, 28, 0.15); }
  tbody td:last-child {
    border-right: 0px solid transparent; }

.gfield {
  margin-top: 0;
  padding-right: 0;
  max-width: 350px;
  margin-bottom: 20px; }
  .gfield_radio li label {
    margin: 0 50px 0 0;
    padding-left: 25px; }
  .gfield_adress input {
    margin-bottom: 15px; }

.gform_confirmation_message {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4; }

input[type="checkbox"] + label::before {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #3b3b3b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

input[type="checkbox"] + label::after {
  width: 10px;
  height: 10px;
  background: #3b3b3b;
  border: 0 solid #3b3b3b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px; }

input[type="checkbox"] {
  opacity: 0;
  position: absolute; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
  input[type="checkbox"] + label::before, input[type="checkbox"] + label::after {
    content: '';
    display: block;
    cursor: pointer; }
  input[type="checkbox"] + label::after {
    opacity: 0; }

input[type="checkbox"]:checked + label::after {
  opacity: 1; }

input[type="color"] {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0; }

input {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1c1c1c;
  background: #ffffff;
  text-transform: none;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  padding: 10px 10px;
  width: 100%; }

input {
  padding: 10px; }

textarea {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1c1c1c;
  background: #ffffff;
  text-transform: none;
  border: 2px solid #1c1c1c;
  padding: 10px 10px;
  width: 100%;
  height: 167px;
  max-width: 100%;
  max-height: 100%;
  resize: none; }

textarea {
  padding: 10px; }

input::placeholder, textarea::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1c1c1c;
  text-transform: Capitalize; }

.label, label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1c1c1c;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block; }

input[type="radio"] + label::before {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

input[type="radio"] + label::after {
  width: 10px;
  height: 10px;
  background: #1c1c1c;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

input[type="radio"] {
  opacity: 0;
  position: absolute; }

input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
  input[type="radio"] + label::before, input[type="radio"] + label::after {
    content: '';
    display: block;
    cursor: pointer; }
  input[type="radio"] + label::after {
    opacity: 0; }

input[type="radio"]:checked + label::after {
  opacity: 1; }

.multirange {
  display: flex;
  margin-bottom: 50px; }
  .multirange legend {
    flex: 1 50%; }
  .multirange__block {
    position: relative;
    flex: 1 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 40px; }
  .multirange input[type=range] {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    outline: none;
    background: linear-gradient(#858585, #858585) no-repeat center;
    background-size: 100% 1px;
    pointer-events: none; }
    .multirange input[type=range]:active, .multirange input[type=range]:focus {
      outline: none; }
    .multirange input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 2px solid #1c1c1c;
      background: white;
      background-color: #fff;
      position: relative;
      margin: 5px 0;
      cursor: pointer;
      appearance: none;
      pointer-events: all;
      z-index: 2; }
      .multirange input[type=range]::-webkit-slider-thumb::before {
        content: ' ';
        display: block;
        position: relative;
        top: 13px;
        left: 100%;
        width: 2000px;
        height: 2px;
        background: #1c1c1c; }
  .multirange label {
    pointer-events: none;
    font-weight: 800;
    margin-top: 20px;
    display: block;
    color: #1c1c1c; }
  .multirange__line {
    position: absolute;
    top: 12px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #1c1c1c; }

.abc-select {
  max-width: 100%;
  max-width: 100%;
  max-width: 100%;
  cursor: pointer;
  background: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .abc-select {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .abc-select {
        grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .abc-select {
    width: calc((100% - (1 * 50px)) / 2); } }
  @supports (display: grid) {
    @media screen and (min-width: 980px) {
      .abc-select {
        grid-column: auto/span 6; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .abc-select {
    width: calc((100% - (3 * 50px)) / 4); } }
  @supports (display: grid) {
    @media screen and (min-width: 1025px) {
      .abc-select {
        grid-column: auto/span 3; } } }
  @media screen and (max-width: 979px) {
    .abc-select {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 18px;
      border: 1px solid #1c1c1c;
      border-radius: 0;
      position: relative; }
      .abc-select:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-right: 1px solid #1c1c1c;
        border-bottom: 1px solid #1c1c1c;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 2.5px);
        right: 18px; } }
  .abc-select__container {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 979px) {
      .abc-select__container {
        display: none; } }
  .abc-select__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #1c1c1c;
    border-radius: 0;
    padding: 18px;
    max-width: 75ch;
    overflow: hidden; }
    .abc-select__head:after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border-right: 1px solid #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      transform: rotate(45deg); }
  .abc-select__body {
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 8px 0 #f2f2f2;
    transition: height .4s ease; }
    .isOpen .abc-select__body {
      opacity: 1;
      pointer-events: auto;
      transition: height .4s ease; }
  .abc-select__item {
    padding: 18px;
    border-bottom: 1px solid #1c1c1c;
    position: relative; }
    .abc-select__item:before {
      content: '';
      display: block;
      width: 5px;
      height: 100%;
      background: #1c1c1c;
      transform-origin: left;
      transform: scaleX(0);
      transition: transform .2s ease;
      position: absolute;
      top: 0;
      left: 0; }
    .abc-select__item:last-child {
      border: none; }
    .abc-select__item[selected="selected"] {
      color: #ff0000; }
      .abc-select__item[selected="selected"]:before {
        transform: scaleX(1);
        background: #ff0000; }
    .abc-select__item:focus:before, .abc-select__item:hover:before {
      background: #1c1c1c;
      transform: scaleX(1); }

select {
  -webkit-appearance: none;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding: 18px; }
  @media screen and (min-width: 980px) {
    select {
      display: none; } }

.m_filters {
  margin-bottom: 60px; }

.results {
  display: block;
  margin-bottom: 30px; }

.notVisible {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute; }

.isVisible {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

.m_panel, .m_news__block, .m_news__image .time, .m_step, .topbar__container, .bottombar, .m_404, .article, .article-related, .m_archive, .m_editor, .m_news, .m_video, .m_textImg, .m_form, .m_column, .m_image, .m_hero, .m_map, .m_faqs, .m_facts_figures, .m_table {
  width: calc(100vw - 40px);
  margin: 20px auto;
  padding: 30px 20px;
  border: 3px solid #1c1c1c;
  background: #f2f2f2; }
  @media screen and (min-width: 1025px) {
    .m_panel, .m_news__block, .m_news__image .time, .m_step, .topbar__container, .bottombar, .m_404, .article, .article-related, .m_archive, .m_editor, .m_news, .m_video, .m_textImg, .m_form, .m_column, .m_image, .m_hero, .m_map, .m_faqs, .m_facts_figures, .m_table {
      padding: 50px;
      margin: 50px auto;
      width: calc(100vw - 100px); } }
  @media screen and (min-width: 1201px) {
    .m_panel, .m_news__block, .m_news__image .time, .m_step, .topbar__container, .bottombar, .m_404, .article, .article-related, .m_archive, .m_editor, .m_news, .m_video, .m_textImg, .m_form, .m_column, .m_image, .m_hero, .m_map, .m_faqs, .m_facts_figures, .m_table {
      padding: 100px; } }

.m_panel .m_panel__block, .m_news__block .m_panel__block, .m_news__image .time .m_panel__block, .m_step .m_panel__block {
  max-width: 100%;
  transition: transform .2s ease; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_panel .m_panel__block, .m_news__block .m_panel__block, .m_news__image .time .m_panel__block, .m_step .m_panel__block {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .m_panel .m_panel__block, .m_news__block .m_panel__block, .m_news__image .time .m_panel__block, .m_step .m_panel__block {
        grid-column: auto/span 4; } } }
  .m_panel .m_panel__block:focus, .m_news__block .m_panel__block:focus, .m_news__image .time .m_panel__block:focus, .m_step .m_panel__block:focus, .m_panel .m_panel__block:hover, .m_news__block .m_panel__block:hover, .m_news__image .time .m_panel__block:hover, .m_step .m_panel__block:hover {
    transform: translateY(-10px); }

.m_panel .m_panel__image, .m_news__block .m_panel__image, .m_news__image .time .m_panel__image, .m_step .m_panel__image, .m_panel .m_news__image, .m_news__block .m_news__image, .m_news__image .time .m_news__image, .m_step .m_news__image {
  position: relative;
  height: 200px;
  border-bottom: 3px solid #1c1c1c; }

.m_panel .m_panel__content, .m_news__block .m_panel__content, .m_news__image .time .m_panel__content, .m_step .m_panel__content, .m_panel .m_news__content, .m_news__block .m_news__content, .m_news__image .time .m_news__content, .m_step .m_news__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px; }
  .m_panel .m_panel__content > *, .m_news__block .m_panel__content > *, .m_news__image .time .m_panel__content > *, .m_step .m_panel__content > *, .m_panel .m_news__content > *, .m_news__block .m_news__content > *, .m_news__image .time .m_news__content > *, .m_step .m_news__content > * {
    margin-bottom: 20px; }
    .m_panel .m_panel__content > *:last-child, .m_news__block .m_panel__content > *:last-child, .m_news__image .time .m_panel__content > *:last-child, .m_step .m_panel__content > *:last-child, .m_panel .m_news__content > *:last-child, .m_news__block .m_news__content > *:last-child, .m_news__image .time .m_news__content > *:last-child, .m_step .m_news__content > *:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 1201px) {
    .m_panel .m_panel__content, .m_news__block .m_panel__content, .m_news__image .time .m_panel__content, .m_step .m_panel__content, .m_panel .m_news__content, .m_news__block .m_news__content, .m_news__image .time .m_news__content, .m_step .m_news__content {
      padding: 25px 30px 50px; } }
  .m_panel .m_panel__content strong, .m_news__block .m_panel__content strong, .m_news__image .time .m_panel__content strong, .m_step .m_panel__content strong, .m_panel .m_news__content strong, .m_news__block .m_news__content strong, .m_news__image .time .m_news__content strong, .m_step .m_news__content strong {
    position: relative; }
    .m_panel .m_panel__content strong:after, .m_news__block .m_panel__content strong:after, .m_news__image .time .m_panel__content strong:after, .m_step .m_panel__content strong:after, .m_panel .m_news__content strong:after, .m_news__block .m_news__content strong:after, .m_news__image .time .m_news__content strong:after, .m_step .m_news__content strong:after {
      content: '';
      position: absolute;
      top: 1px;
      right: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 3px;
      border-color: transparent transparent transparent #1c1c1c; }

.m_panel__date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffffff;
  padding: 10px 15px;
  text-align: center; }
  .m_panel__date .day {
    display: block;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 300; }

.m_panel__center {
  padding-left: 0;
  list-style: none;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .m_panel__center {
      max-width: 1200px; } }
  @supports (display: grid) {
    .m_panel__center {
      width: calc((1200px - (0.5 * 50px)) / 1.5); } }

.m_panel__center--small {
  padding-left: 0;
  list-style: none;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .m_panel__center--small {
      max-width: 1200px; } }
  @supports (display: grid) {
    .m_panel__center--small {
      width: calc((1200px - (2 * 50px)) / 3); } }

.btn, .button {
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem; }

.btn__primary, .button-primary, .btn__primary--center {
  background: #1c1c1c;
  color: #ffffff; }

.btn__secondary, .button-secondary, .btn__secondary--center {
  background: #ffffff;
  border: 2px solid #1c1c1c;
  color: #1c1c1c; }

.btn__arrow--right, .btn__arrow--left, .btn__arrow, .button__arrow {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem; }

.btn__arrow--right:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #1c1c1c;
  margin-left: 10px; }

.btn__arrow--left:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 3px 0;
  border-color: transparent #1c1c1c transparent transparent;
  margin-right: 10px; }

.btn__primary--center {
  display: table;
  margin: 30px auto 0; }

.btn__secondary--center {
  display: table;
  margin: 30px auto 0; }

.m_content a {
  text-decoration: underline; }

.m_content > * {
  margin-bottom: 20px; }
  .m_content > *:last-child {
    margin-bottom: 0; }

.m_content_social {
  display: flex;
  flex-direction: column;
  margin: 100px 0 !important; }
  .m_content_social .h3 {
    text-align: center; }
  .m_content_social a {
    margin-right: 20px; }
    .m_content_social a:last-child {
      margin-right: 0; }

.m_content img {
  width: 100%;
  height: 100%; }

.topbar {
  position: sticky;
  top: 0;
  margin: 0 auto;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center; }
  .topbar__container {
    background: #f2f2f2;
    margin: 25px 0 0;
    padding: 25px;
    max-width: none; }
    @media screen and (max-width: 1024px) {
      .topbar__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; } }
  .admin-bar .topbar {
    top: 32px; }

.topbar__search {
  max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .topbar__search {
    width: calc((100% - (3 * 50px)) / 4); } }
  @supports (display: grid) {
    @media screen and (min-width: 1025px) {
      .topbar__search {
        grid-column: auto/span 3; } } }
  @media screen and (min-width: 1025px) {
    .topbar__search {
      width: 100%;
      height: 38px;
      background: #ffffff;
      border: 3px solid #1c1c1c;
      position: relative; } }

.search__btn svg {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 2; }
  .search__btn svg.cross {
    stroke: black;
    fill: transparent;
    stroke-linecap: round;
    stroke-width: 3;
    height: 10px;
    width: 10px; }

@media screen and (max-width: 1024px) {
  .search__btn {
    margin-left: 20px;
    width: 33px;
    height: 33px; } }

@media screen and (min-width: 1025px) {
  .search__btn {
    margin-right: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    cursor: pointer; }
    .search__btn svg {
      width: 15px;
      height: 15px; } }

.search__input {
  display: flex;
  background: transparent;
  border: transparent;
  margin-bottom: 0;
  text-indent: 0; }
  @media screen and (max-width: 1024px) {
    .search__input {
      width: calc(100% - 40px);
      opacity: 1;
      position: absolute;
      top: calc(100% + 20px);
      left: 20px;
      opacity: 0;
      transform: translateY(20px);
      pointer-events: none;
      transition: opacity .2s ease, transform .2s ease; }
      .isActiveSearch .search__input {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0); } }
  .search__input::placeholder {
    color: #858585; }
  .search__input-field {
    flex: 1 75%;
    border: 0 solid #1c1c1c;
    padding: 4px; }
    @media screen and (max-width: 1024px) {
      .search__input-field {
        background: #f2f2f2;
        border: 3px solid #1c1c1c;
        padding: 20px; } }
  .search__input-btn {
    flex: 1 25%;
    border: 0 solid #1c1c1c;
    padding: 8px;
    cursor: pointer;
    background: #1c1c1c;
    color: #ffffff; }
    @media screen and (min-width: 1025px) {
      .search__input-btn {
        width: 33px;
        flex: 1 33px;
        opacity: 0; } }
    @media screen and (max-width: 1024px) {
      .search__input-btn {
        border: 3px solid #1c1c1c; } }

.topbar__navigation {
  max-width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
  transition: transform .3s ease; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .topbar__navigation {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .topbar__navigation {
        grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .topbar__navigation {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }
  @supports (display: grid) {
    @media screen and (min-width: 980px) {
      .topbar__navigation {
        grid-column: auto/span 7; } } }
  @media screen and (max-width: 1024px) {
    .topbar__navigation {
      background: #f2f2f2;
      height: calc(100vh - 40px);
      width: calc(100vw - 40px);
      position: absolute;
      top: 20px;
      left: 20px;
      transform: translateY(calc(-100% - 20px));
      border: 3px solid #1c1c1c; } }
  @media screen and (min-width: 1025px) {
    .topbar__navigation {
      margin-left: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center; } }
  .topbar__navigation ul {
    list-style: none;
    margin: 0; }
  .isActive .topbar__navigation {
    transform: translate(0, 0); }

.topbar__navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .topbar__navigation .sub-menu {
    min-width: 200px; }
  @media screen and (min-width: 1025px) {
    .topbar__navigation .topbar__menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 1024px) {
    .topbar__navigation .topbar__menu > li {
      flex: 1 100%; } }
  @media screen and (min-width: 1025px) {
    .topbar__navigation .topbar__menu > li {
      margin-right: 30px; } }
  .topbar__navigation .topbar__menu > li:last-child {
    margin-right: 0; }
  .topbar__navigation .topbar__menu a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #1c1c1c;
    width: 100%;
    position: relative;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .topbar__navigation .topbar__menu a {
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #1c1c1c;
        text-transform: none;
        margin-bottom: 20px;
        display: block;
        line-height: 1.25; } }

@media screen and (min-width: 1025px) {
  .menu-item-has-children {
    position: relative; }
    .menu-item-has-children > a:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #1c1c1c transparent transparent transparent;
      margin-left: 15px;
      transition: transform .3s ease; }
    .menu-item-has-children:focus > .sub-menu, .menu-item-has-children:hover > .sub-menu {
      pointer-events: auto;
      opacity: 1;
      transform: translateY(0); }
    .menu-item-has-children:focus > a:after, .menu-item-has-children:hover > a:after {
      transform: rotate(180deg); } }

.sub-menu {
  margin-left: 0;
  border: 2px solid black; }
  @media screen and (min-width: 1025px) {
    .sub-menu {
      background: #ffffff;
      position: absolute;
      top: 100%;
      left: 0;
      pointer-events: none;
      opacity: 0;
      transform: translateY(10px); } }
  .sub-menu li a {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px; }
  .sub-menu li:focus > a:after, .sub-menu li:hover > a:after {
    transform: rotate(-90deg); }
  .sub-menu .sub-menu {
    top: 0;
    left: 100%; }

.burger {
  max-width: 100%;
  transition: .3s;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 21px;
  position: relative;
  z-index: 20; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .burger {
    width: calc((100% - (11 * 50px)) / 12); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .burger {
        grid-column: auto/span 1; } } }
  @media screen and (min-width: 1025px) {
    .burger {
      display: none; } }
  .burger__bar {
    background: #1c1c1c;
    height: 3px;
    width: 100%;
    transition: .3s; }
  .isActive .burger .burger__bar:first-child {
    transform: translateY(9px) rotate(45deg); }
  .isActive .burger .burger__bar:nth-child(2) {
    transform: scale(0, 1); }
  .isActive .burger .burger__bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg); }

#brand {
  transition: .3s; }

.topbar__brand {
  max-width: 100%;
  max-width: 100%;
  display: block; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .topbar__brand {
    width: calc((100% - (5 * 50px)) / 6); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .topbar__brand {
        grid-column: auto/span 2; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .topbar__brand {
    width: calc((100% - (5 * 50px)) / 6); } }
  @supports (display: grid) {
    @media screen and (min-width: 1025px) {
      .topbar__brand {
        grid-column: auto/span 2; } } }
  @media screen and (max-width: 1024px) {
    .topbar__brand {
      flex: 1 75%; } }
  .topbar__brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 45px; }
    @media screen and (max-width: 1024px) {
      .topbar__brand img {
        object-position: left; } }

.bottombar {
  max-width: none;
  padding-top: 25px;
  padding-bottom: 25px; }
  .bottombar .h5 {
    display: block;
    margin-bottom: 30px; }
  .bottombar__brand {
    max-width: 100%;
    max-width: 100%;
    display: block; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .bottombar__brand {
    width: calc((100% - (2 * 50px)) / 3); } }
    @supports (display: grid) {
      @media screen and (min-width: 0px) {
        .bottombar__brand {
          grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .bottombar__brand {
    width: calc((100% - (3 * 50px)) / 4); } }
    @supports (display: grid) {
      @media screen and (min-width: 980px) {
        .bottombar__brand {
          grid-column: auto/span 3; } } }
    .bottombar__brand img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      max-height: 95px; }
  .bottombar__contact {
    max-width: 100%;
    max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .bottombar__contact {
    width: calc((100% - (2 * 50px)) / 3); } }
    @supports (display: grid) {
      @media screen and (min-width: 0px) {
        .bottombar__contact {
          grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .bottombar__contact {
    width: calc((100% - (3 * 50px)) / 4); } }
    @supports (display: grid) {
      @media screen and (min-width: 980px) {
        .bottombar__contact {
          grid-column: auto/span 3; } } }
    .bottombar__contact address {
      margin-bottom: 10px; }
    .bottombar__contact .infos {
      display: flex; }
    .bottombar__contact a {
      display: block;
      margin-bottom: 10px; }
  .bottombar__social {
    max-width: 100%;
    max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .bottombar__social {
    width: calc((100% - (2 * 50px)) / 3); } }
    @supports (display: grid) {
      @media screen and (min-width: 0px) {
        .bottombar__social {
          grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .bottombar__social {
    width: calc((100% - (3 * 50px)) / 4); } }
    @supports (display: grid) {
      @media screen and (min-width: 980px) {
        .bottombar__social {
          grid-column: auto/span 3; } } }
    .bottombar__social ul {
      list-style: none;
      display: flex; }
  .bottombar .icon {
    margin-right: 10px; }

.m_404__image {
  background: #ffffff;
  max-width: 100%;
  max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_404__image {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .m_404__image {
        grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .m_404__image {
    width: calc((100% - (1 * 50px)) / 2); } }
  @supports (display: grid) {
    @media screen and (min-width: 980px) {
      .m_404__image {
        grid-column: auto/span 6; } } }

.m_404__content {
  max-width: 100%;
  max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_404__content {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .m_404__content {
        grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .m_404__content {
    width: calc((100% - (1 * 50px)) / 2); } }
  @supports (display: grid) {
    @media screen and (min-width: 980px) {
      .m_404__content {
        grid-column: auto/span 6; } } }
  .m_404__content p {
    margin: 50px 0 20px; }

.article {
  padding-left: 0;
  padding-right: 0; }
  .article--hasRelated {
    border-bottom: 0;
    margin-bottom: 0; }
  .article__content, .article__header {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .article__content, .article__header {
        padding: 25px; } }
    @media screen and (min-width: 769px) {
      .article__content, .article__header {
        max-width: 100%; } }
  @media screen and (min-width: 769px) and (min-width: 1200px) {
    .article__content, .article__header {
      max-width: 1200px; } }
    @media screen and (min-width: 769px) {
        @supports (display: grid) {
          .article__content, .article__header {
            width: calc((1200px - (0.5 * 50px)) / 1.5); } } }
    @media screen and (min-width: 1025px) {
      .article__content, .article__header {
        max-width: 100%; } }
  @media screen and (min-width: 1025px) and (min-width: 1200px) {
    .article__content, .article__header {
      max-width: 1200px; } }
    @media screen and (min-width: 1025px) {
        @supports (display: grid) {
          .article__content, .article__header {
            width: calc((1200px - (1 * 50px)) / 2); } } }
    .article__content .h2, .article__header .h2 {
      flex: 1 100%;
      margin-bottom: 25px; }
      .article-event .article__content .h2, .article-event .article__header .h2 {
        flex: 1 85%;
        margin-left: 30px; }
  .article__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 980px) {
      .article__header {
        margin-bottom: 50px; } }
  @media screen and (min-width: 1025px) {
    .article__content {
      margin-top: 50px; } }
  .article__content * {
    max-width: 100%; }
  .article__content figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    color: #858585;
    margin-top: 10px; }
  .article__hero {
    height: 400px;
    margin: 0 auto;
    border-top: solid 3px #1c1c1c;
    border-bottom: solid 3px #1c1c1c;
    overflow: hidden; }
    @media screen and (min-width: 980px) {
      .article__hero {
        max-width: 100%;
        border: solid 3px #1c1c1c; } }
  @media screen and (min-width: 980px) and (min-width: 1200px) {
    .article__hero {
      max-width: 1200px; } }
    @media screen and (min-width: 980px) {
        @supports (display: grid) {
          .article__hero {
            width: calc((1200px - (0.2 * 50px)) / 1.2); } } }
    .article__hero img {
      object-fit: cover; }
  .article__bundle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
    @media screen and (max-width: 1024px) {
      .article__bundle {
        margin-bottom: 20px; } }
    .article__bundle * {
      font-size: 14px;
      font-size: 0.875rem; }
    .article__bundle .separate {
      margin-left: 5px; }
    .article__bundle-info {
      display: flex; }
    .article__bundle a:hover {
      color: #3b3b3b; }
  .article__share {
    margin: 40px auto;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .article__share {
        margin: 130px auto 0; } }
  .article .share {
    list-style: none; }
    .article .share li {
      display: inline;
      margin-right: 10px; }
      .article .share li:last-child {
        margin-right: 0; }
  .article__date {
    display: inline-block;
    background: #ffffff;
    padding: 10px 15px;
    text-align: center; }
    .article__date .day {
      display: block;
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 300; }
  .article-related {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

.m_archive__header {
  margin-bottom: 50px; }

.m_archive__hero {
  max-width: 100%;
  margin: 0 auto;
  height: 400px;
  border: solid 3px #1c1c1c;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .m_archive__hero {
      max-width: 1200px; } }
  @supports (display: grid) {
    .m_archive__hero {
      width: calc((1200px - (0.5 * 50px)) / 1.5); } }
  .m_archive__hero img {
    object-fit: cover; }

.m_archive__bundle {
  display: block;
  margin: 30px 0 50px; }
  .m_archive__bundle * {
    font-size: 14px;
    font-size: 0.875rem; }

.m_archive .m_panel {
  padding: 0;
  border: none; }

.m_headline {
  margin-bottom: 50px; }
  .m_headline .m_content {
    margin: 50px 0 0;
    max-width: 550px;
    width: 84.61538%; }

.m_btns {
  display: flex;
  flex-wrap: wrap; }
  .m_btns a:nth-child(1n + 2) {
    margin-left: 50px; }

.m_editor {
  margin: 50px 0; }

.m_btnLink {
  justify-self: center; }

[m-pack="basic"], [m-pack="premium"], [m-pack="tailor"], [m-pack="single"] {
  position: relative; }
  [m-pack="basic"]:before, [m-pack="premium"]:before, [m-pack="tailor"]:before, [m-pack="single"]:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; }
    @media screen and (min-width: 1025px) {
      [m-pack="basic"]:before, [m-pack="premium"]:before, [m-pack="tailor"]:before, [m-pack="single"]:before {
        width: 20px;
        height: 20px; } }

[m-pack="basic"]:before {
  background: #3ADA82; }

[m-pack="premium"]:before {
  background: #4458CE; }

[m-pack="tailor"]:before {
  background: #DAAF6A; }

[m-pack="single"]:before {
  background: #FA4586; }

.m_editor {
  margin: 0 auto; }
  .m_editor__headline, .m_editor .m_content {
    max-width: 100%;
    max-width: 100%;
    max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_editor__headline, .m_editor .m_content {
    width: calc((100% - (2 * 50px)) / 3); } }
    @supports (display: grid) {
      @media screen and (min-width: 0px) {
        .m_editor__headline, .m_editor .m_content {
          grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .m_editor__headline, .m_editor .m_content {
    width: calc((100% - (0.5 * 50px)) / 1.5);
    grid-column-start: 2; } }
    @supports (display: grid) {
      @media screen and (min-width: 980px) {
        .m_editor__headline, .m_editor .m_content {
          grid-column: auto/span 8;
          grid-column-start: 2; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .m_editor__headline, .m_editor .m_content {
    width: calc((100% - (1 * 50px)) / 2);
    grid-column-start: 4; } }
    @supports (display: grid) {
      @media screen and (min-width: 1025px) {
        .m_editor__headline, .m_editor .m_content {
          grid-column: auto/span 6;
          grid-column-start: 4; } } }

.m_news__block {
  max-width: 100%;
  transition: transform .2s ease; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_news__block {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .m_news__block {
        grid-column: auto/span 4; } } }
  .m_news__block:focus, .m_news__block:hover {
    transform: translateY(-10px); }

.m_news__image {
  position: relative; }
  .m_news__image .time {
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px; }
    .m_news__image .time__day {
      display: block;
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 300; }

.m_video__block {
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .m_video__block {
      max-width: 1200px; } }
  @supports (display: grid) {
    .m_video__block {
      width: calc((1200px - (0.5 * 50px)) / 1.5); } }

.m_video__content {
  margin-top: 50px; }

.m_video__overlay {
  width: 100%;
  height: 500px;
  position: relative; }
  .m_video__overlay iframe {
    width: 100%;
    height: 100%; }

.m_video__overlayImage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  transition: opacity .3s ease; }
  .m_video__overlayImage.disapear {
    pointer-events: none;
    opacity: 0;
    z-index: -1; }

.m_video__player {
  display: block;
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 3; }
  .m_video__player:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #1c1c1c;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 5px); }

.m_textImg__block {
  margin: 50px 0; }
  .m_textImg__block:last-child {
    margin-bottom: 0; }

.m_textImg__image {
  max-width: 100%;
  max-width: 100%;
  background: #ffffff; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_textImg__image {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .m_textImg__image {
        grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .m_textImg__image {
    width: calc((100% - (0.71429 * 50px)) / 1.71429); } }
  @supports (display: grid) {
    @media screen and (min-width: 980px) {
      .m_textImg__image {
        grid-column: auto/span 7; } } }
  .m_textImg__image picture {
    min-height: 400px; }

.m_textImg__content {
  max-width: 100%;
  max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_textImg__content {
    width: calc((100% - (2 * 50px)) / 3); } }
  @supports (display: grid) {
    @media screen and (min-width: 0px) {
      .m_textImg__content {
        grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .m_textImg__content {
    width: calc((100% - (1.4 * 50px)) / 2.4); } }
  @supports (display: grid) {
    @media screen and (min-width: 980px) {
      .m_textImg__content {
        grid-column: auto/span 5; } } }

.m_textImg--right .m_textImg__image {
  order: 1; }

.m_textImg .btn {
  margin: 0; }

.m_form__content {
  order: 2; }

.m_form__form {
  order: 1; }

.m_column .grid {
  grid-row-gap: 50px; }

.m_column__block {
  border: 3px solid #1c1c1c;
  background: #ffffff; }
  @media screen and (max-width: 1024px) {
    .m_column__block {
      display: none; }
      .m_column__block:nth-child(2), .m_column__block:first-child {
        display: block; } }

.m_column__image {
  border-bottom: 3px solid #000000; }

.m_column__content {
  padding: 30px;
  padding-top: 20px; }

.m_image__block {
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .m_image__block {
      max-width: 1200px; } }
  @supports (display: grid) {
    .m_image__block {
      width: calc((1200px - (0.5 * 50px)) / 1.5); } }

.m_image__image {
  background: #ffffff;
  margin-bottom: 50px; }

.m_hero {
  position: relative;
  z-index: 1;
  max-width: none; }
  .m_hero__editor {
    margin: 50px 0; }
  .m_hero .m_btns {
    margin-top: 50px; }
  .m_hero .m_headline {
    max-width: 1200px;
    position: relative;
    z-index: 100; }
    .m_hero .m_headline > * {
      max-width: 700px; }
  .m_hero__image {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.m_map {
  position: relative;
  z-index: 0; }
  .m_map .map {
    width: 100%;
    height: 640px;
    border: 3px solid #1c1c1c; }

.m_details {
  padding-left: 0;
  list-style: none;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .m_details {
      max-width: 1200px; } }
  @supports (display: grid) {
    .m_details {
      width: calc((1200px - (0.5 * 50px)) / 1.5); } }
  .m_details-item {
    background: rgba(28, 28, 28, 0.15);
    border: 1px solid #1c1c1c;
    margin-bottom: 20px;
    cursor: pointer;
    transition: height 0.2s ease;
    overflow: hidden; }
    .m_details-item:hover {
      background: rgba(0, 0, 0, 0.15); }
  .m_details-item__head {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 0; }
    .m_details-item__head::after, .m_details-item__head::before {
      content: '';
      display: block;
      position: absolute;
      top: 49%;
      right: 15px;
      width: 15px;
      height: 2px;
      background: #1c1c1c;
      transition: transform 0.2s ease;
      transform: translateY(-50%); }
    .m_details-item__head:after {
      transform: translateY(-50%) rotate(-90deg); }
  .m_details-item.active:after {
    transform: translateY(-50%) rotate(0); }
  .m_details-item__body {
    padding: 10px 20px; }

.m_step__wrapper {
  height: 380px;
  display: flex;
  align-items: flex-start;
  overflow: auto;
  position: relative;
  margin: 0;
  max-width: none;
  padding-left: 20px;
  width: calc(100vw - 46px);
  transform: translateX(-20px); }
  @media screen and (min-width: 1025px) {
    .m_step__wrapper {
      padding-left: 50px;
      transform: translateX(-50px);
      width: calc(100vw - 106px); } }
  @media screen and (min-width: 1201px) {
    .m_step__wrapper {
      padding-left: 186px;
      margin-left: auto;
      transform: translateX(calc(50% - 850px));
      width: calc(100vw - 106px); } }

.m_step__block {
  flex: 0 0 auto;
  max-width: 100%;
  max-width: 250px !important;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .m_step__block {
      max-width: 1200px; } }
  @supports (display: grid) {
    .m_step__block {
      width: calc((1200px - (3 * 50px)) / 4); } }
  .m_step__block::before {
    content: '';
    display: none;
    width: 115%;
    height: 4px;
    background: #1c1c1c;
    position: absolute;
    right: 100%; }
  .m_step__block:nth-child(even) {
    align-self: flex-end; }
    .m_step__block:nth-child(even) .m_step__number {
      bottom: calc(100% - 5px); }
    .m_step__block:nth-child(even)::before {
      bottom: calc(100% + 34px); }
  .m_step__block:nth-child(odd) .m_step__number {
    top: calc(100% + 18px); }
  .m_step__block:nth-child(odd)::before {
    top: calc(100% + 36px); }
  .m_step__block + .m_step__block {
    margin-left: 50px; }
    .m_step__block + .m_step__block::before {
      display: block; }

.m_step__number {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  z-index: 1; }

.m_facts_figures .grid {
  grid-row-gap: 50px; }

@media screen and (max-width: 1024px) {
  .m_facts_figures__block {
    display: none; }
    .m_facts_figures__block:nth-child(2), .m_facts_figures__block:first-child {
      display: block; } }

.m_facts_figures__content {
  padding: 30px;
  padding-top: 20px;
  text-align: center; }
  .m_facts_figures__content .figure {
    font-size: 3rem;
    background-color: rgba(28, 28, 28, 0.15);
    border-radius: 500px;
    padding: 50px; }

.login-submit {
  margin-top: 30px; }

.m_accordion + .m_accordion {
  margin-top: 0; }

.m_table {
  margin: 0 auto; }
  .m_table__headline, .m_table .m_content {
    max-width: 100%;
    max-width: 100%;
    max-width: 100%; }

@media screen and (-ms-high-contrast: active) and (min-width: 0px), screen and (-ms-high-contrast: none) and (min-width: 0px) {
  .m_table__headline, .m_table .m_content {
    width: calc((100% - (2 * 50px)) / 3); } }
    @supports (display: grid) {
      @media screen and (min-width: 0px) {
        .m_table__headline, .m_table .m_content {
          grid-column: auto/span 4; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 980px), screen and (-ms-high-contrast: none) and (min-width: 980px) {
  .m_table__headline, .m_table .m_content {
    width: calc((100% - (0.5 * 50px)) / 1.5);
    grid-column-start: 2; } }
    @supports (display: grid) {
      @media screen and (min-width: 980px) {
        .m_table__headline, .m_table .m_content {
          grid-column: auto/span 8;
          grid-column-start: 2; } } }

@media screen and (-ms-high-contrast: active) and (min-width: 1025px), screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .m_table__headline, .m_table .m_content {
    width: calc((100% - (1 * 50px)) / 2);
    grid-column-start: 4; } }
    @supports (display: grid) {
      @media screen and (min-width: 1025px) {
        .m_table__headline, .m_table .m_content {
          grid-column: auto/span 6;
          grid-column-start: 4; } } }

