@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gm1q27");
  src: url("../fonts/icomoon.eot?gm1q27#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gm1q27") format("truetype"), url("../fonts/icomoon.woff?gm1q27") format("woff"), url("../fonts/icomoon.svg?gm1q27#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

html, body {
  scroll-behavior: smooth; }

.menu-fxd .navbar-bar {
  -webkit-box-shadow: none;
  box-shadow: none; }

.main-page {
  position: relative;
  /**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  --theme-color: #0F0;
  --base-color: #333;
  --theme-hero-image: url('https://via.placeholder.com/1366x700');
  --event-info-height: 0;
  font-size: 18px;
  line-height: 32px; }
  .main-page :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 930px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1508px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .main-page *,
  .main-page *::before,
  .main-page *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .main-page html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .main-page article, .main-page aside, .main-page figcaption, .main-page figure, .main-page footer, .main-page header, .main-page hgroup, .main-page main, .main-page nav, .main-page section {
    display: block; }
  .main-page body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }
  .main-page [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important; }
  .main-page hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .main-page h1, .main-page h2, .main-page h3, .main-page h4, .main-page h5, .main-page h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .main-page p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .main-page abbr[title],
  .main-page abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }
  .main-page address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .main-page ol,
  .main-page ul,
  .main-page dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  .main-page ol ol,
  .main-page ul ul,
  .main-page ol ul,
  .main-page ul ol {
    margin-bottom: 0; }
  .main-page dt {
    font-weight: 700; }
  .main-page dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .main-page blockquote {
    margin: 0 0 1rem; }
  .main-page b,
  .main-page strong {
    font-weight: bolder; }
  .main-page small {
    font-size: 80%; }
  .main-page sub,
  .main-page sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .main-page sub {
    bottom: -.25em; }
  .main-page sup {
    top: -.5em; }
  .main-page a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent; }
    .main-page a:hover {
      color: #0056b3;
      text-decoration: underline; }
  .main-page a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none; }
    .main-page a:not([href]):not([class]):hover {
      color: inherit;
      text-decoration: none; }
  .main-page pre,
  .main-page code,
  .main-page kbd,
  .main-page samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }
  .main-page pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
  .main-page figure {
    margin: 0 0 1rem; }
  .main-page img {
    vertical-align: middle;
    border-style: none; }
  .main-page svg {
    overflow: hidden;
    vertical-align: middle; }
  .main-page table {
    border-collapse: collapse; }
  .main-page caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }
  .main-page th {
    text-align: inherit;
    text-align: -webkit-match-parent; }
  .main-page label {
    display: inline-block;
    margin-bottom: 0.5rem; }
  .main-page button {
    border-radius: 0; }
  .main-page button:focus:not(:focus-visible) {
    outline: 0; }
  .main-page input,
  .main-page button,
  .main-page select,
  .main-page optgroup,
  .main-page textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .main-page button,
  .main-page input {
    overflow: visible; }
  .main-page button,
  .main-page select {
    text-transform: none; }
  .main-page [role="button"] {
    cursor: pointer; }
  .main-page select {
    word-wrap: normal; }
  .main-page button,
  .main-page [type="button"],
  .main-page [type="reset"],
  .main-page [type="submit"] {
    -webkit-appearance: button; }
  .main-page button:not(:disabled),
  .main-page [type="button"]:not(:disabled),
  .main-page [type="reset"]:not(:disabled),
  .main-page [type="submit"]:not(:disabled) {
    cursor: pointer; }
  .main-page button::-moz-focus-inner,
  .main-page [type="button"]::-moz-focus-inner,
  .main-page [type="reset"]::-moz-focus-inner,
  .main-page [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .main-page input[type="radio"],
  .main-page input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  .main-page textarea {
    overflow: auto;
    resize: vertical; }
  .main-page fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .main-page legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  .main-page progress {
    vertical-align: baseline; }
  .main-page [type="number"]::-webkit-inner-spin-button,
  .main-page [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .main-page [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  .main-page [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .main-page ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .main-page output {
    display: inline-block; }
  .main-page summary {
    display: list-item;
    cursor: pointer; }
  .main-page template {
    display: none; }
  .main-page [hidden] {
    display: none !important; }
  .main-page .container,
  .main-page .container-fluid,
  .main-page .container-sm,
  .main-page .container-md,
  .main-page .container-lg,
  .main-page .container-xl,
  .main-page .container-xxl {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .main-page .container, .main-page .container-sm {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .main-page .container, .main-page .container-sm, .main-page .container-md {
      max-width: 720px; } }
  @media (min-width: 930px) {
    .main-page .container, .main-page .container-sm, .main-page .container-md, .main-page .container-lg {
      max-width: 989px; } }
  @media (min-width: 1200px) {
    .main-page .container, .main-page .container-sm, .main-page .container-md, .main-page .container-lg, .main-page .container-xl {
      max-width: 1140px; } }
  @media (min-width: 1508px) {
    .main-page .container, .main-page .container-sm, .main-page .container-md, .main-page .container-lg, .main-page .container-xl, .main-page .container-xxl {
      max-width: 1476px; } }
  .main-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px; }
  .main-page .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .main-page .no-gutters > .col,
    .main-page .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .main-page .col-1, .main-page .col-2, .main-page .col-3, .main-page .col-4, .main-page .col-5, .main-page .col-6, .main-page .col-7, .main-page .col-8, .main-page .col-9, .main-page .col-10, .main-page .col-11, .main-page .col-12, .main-page .col,
  .main-page .col-auto, .main-page .col-sm-1, .main-page .col-sm-2, .main-page .col-sm-3, .main-page .col-sm-4, .main-page .col-sm-5, .main-page .col-sm-6, .main-page .col-sm-7, .main-page .col-sm-8, .main-page .col-sm-9, .main-page .col-sm-10, .main-page .col-sm-11, .main-page .col-sm-12, .main-page .col-sm,
  .main-page .col-sm-auto, .main-page .col-md-1, .main-page .col-md-2, .main-page .col-md-3, .main-page .col-md-4, .main-page .col-md-5, .main-page .col-md-6, .main-page .col-md-7, .main-page .col-md-8, .main-page .col-md-9, .main-page .col-md-10, .main-page .col-md-11, .main-page .col-md-12, .main-page .col-md,
  .main-page .col-md-auto, .main-page .col-lg-1, .main-page .col-lg-2, .main-page .col-lg-3, .main-page .col-lg-4, .main-page .col-lg-5, .main-page .col-lg-6, .main-page .col-lg-7, .main-page .col-lg-8, .main-page .col-lg-9, .main-page .col-lg-10, .main-page .col-lg-11, .main-page .col-lg-12, .main-page .col-lg,
  .main-page .col-lg-auto, .main-page .col-xl-1, .main-page .col-xl-2, .main-page .col-xl-3, .main-page .col-xl-4, .main-page .col-xl-5, .main-page .col-xl-6, .main-page .col-xl-7, .main-page .col-xl-8, .main-page .col-xl-9, .main-page .col-xl-10, .main-page .col-xl-11, .main-page .col-xl-12, .main-page .col-xl,
  .main-page .col-xl-auto, .main-page .col-xxl-1, .main-page .col-xxl-2, .main-page .col-xxl-3, .main-page .col-xxl-4, .main-page .col-xxl-5, .main-page .col-xxl-6, .main-page .col-xxl-7, .main-page .col-xxl-8, .main-page .col-xxl-9, .main-page .col-xxl-10, .main-page .col-xxl-11, .main-page .col-xxl-12, .main-page .col-xxl,
  .main-page .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; }
  .main-page .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .main-page .row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .main-page .row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .main-page .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .main-page .row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .main-page .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .main-page .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .main-page .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .main-page .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .main-page .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .main-page .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .main-page .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .main-page .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .main-page .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .main-page .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .main-page .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .main-page .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .main-page .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .main-page .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .main-page .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .main-page .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .main-page .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .main-page .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .main-page .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .main-page .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .main-page .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .main-page .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .main-page .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .main-page .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .main-page .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .main-page .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .main-page .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .main-page .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .main-page .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .main-page .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .main-page .offset-1 {
    margin-left: 8.33333%; }
  .main-page .offset-2 {
    margin-left: 16.66667%; }
  .main-page .offset-3 {
    margin-left: 25%; }
  .main-page .offset-4 {
    margin-left: 33.33333%; }
  .main-page .offset-5 {
    margin-left: 41.66667%; }
  .main-page .offset-6 {
    margin-left: 50%; }
  .main-page .offset-7 {
    margin-left: 58.33333%; }
  .main-page .offset-8 {
    margin-left: 66.66667%; }
  .main-page .offset-9 {
    margin-left: 75%; }
  .main-page .offset-10 {
    margin-left: 83.33333%; }
  .main-page .offset-11 {
    margin-left: 91.66667%; }
  @media (min-width: 576px) {
    .main-page .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .main-page .row-cols-sm-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .row-cols-sm-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .row-cols-sm-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .row-cols-sm-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .row-cols-sm-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .main-page .row-cols-sm-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-sm-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .main-page .col-sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .main-page .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .col-sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .main-page .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .col-sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .main-page .col-sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .main-page .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .main-page .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .main-page .col-sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .main-page .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .main-page .order-sm-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    .main-page .order-sm-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .main-page .order-sm-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main-page .order-sm-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .main-page .order-sm-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main-page .order-sm-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .main-page .order-sm-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .main-page .order-sm-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    .main-page .order-sm-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    .main-page .order-sm-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    .main-page .order-sm-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    .main-page .order-sm-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    .main-page .order-sm-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    .main-page .order-sm-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    .main-page .offset-sm-0 {
      margin-left: 0; }
    .main-page .offset-sm-1 {
      margin-left: 8.33333%; }
    .main-page .offset-sm-2 {
      margin-left: 16.66667%; }
    .main-page .offset-sm-3 {
      margin-left: 25%; }
    .main-page .offset-sm-4 {
      margin-left: 33.33333%; }
    .main-page .offset-sm-5 {
      margin-left: 41.66667%; }
    .main-page .offset-sm-6 {
      margin-left: 50%; }
    .main-page .offset-sm-7 {
      margin-left: 58.33333%; }
    .main-page .offset-sm-8 {
      margin-left: 66.66667%; }
    .main-page .offset-sm-9 {
      margin-left: 75%; }
    .main-page .offset-sm-10 {
      margin-left: 83.33333%; }
    .main-page .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 768px) {
    .main-page .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .main-page .row-cols-md-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .row-cols-md-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .row-cols-md-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .row-cols-md-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .row-cols-md-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .main-page .row-cols-md-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-md-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .main-page .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .main-page .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .main-page .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .main-page .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .main-page .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .main-page .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .main-page .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .main-page .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .order-md-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .main-page .order-md-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    .main-page .order-md-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .main-page .order-md-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main-page .order-md-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .main-page .order-md-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main-page .order-md-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .main-page .order-md-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .main-page .order-md-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    .main-page .order-md-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    .main-page .order-md-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    .main-page .order-md-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    .main-page .order-md-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    .main-page .order-md-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    .main-page .order-md-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    .main-page .offset-md-0 {
      margin-left: 0; }
    .main-page .offset-md-1 {
      margin-left: 8.33333%; }
    .main-page .offset-md-2 {
      margin-left: 16.66667%; }
    .main-page .offset-md-3 {
      margin-left: 25%; }
    .main-page .offset-md-4 {
      margin-left: 33.33333%; }
    .main-page .offset-md-5 {
      margin-left: 41.66667%; }
    .main-page .offset-md-6 {
      margin-left: 50%; }
    .main-page .offset-md-7 {
      margin-left: 58.33333%; }
    .main-page .offset-md-8 {
      margin-left: 66.66667%; }
    .main-page .offset-md-9 {
      margin-left: 75%; }
    .main-page .offset-md-10 {
      margin-left: 83.33333%; }
    .main-page .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 930px) {
    .main-page .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .main-page .row-cols-lg-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .row-cols-lg-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .row-cols-lg-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .row-cols-lg-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .row-cols-lg-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .main-page .row-cols-lg-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-lg-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .main-page .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .main-page .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .main-page .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .main-page .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .main-page .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .main-page .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .main-page .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .main-page .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .order-lg-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .main-page .order-lg-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    .main-page .order-lg-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .main-page .order-lg-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main-page .order-lg-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .main-page .order-lg-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main-page .order-lg-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .main-page .order-lg-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .main-page .order-lg-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    .main-page .order-lg-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    .main-page .order-lg-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    .main-page .order-lg-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    .main-page .order-lg-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    .main-page .order-lg-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    .main-page .order-lg-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    .main-page .offset-lg-0 {
      margin-left: 0; }
    .main-page .offset-lg-1 {
      margin-left: 8.33333%; }
    .main-page .offset-lg-2 {
      margin-left: 16.66667%; }
    .main-page .offset-lg-3 {
      margin-left: 25%; }
    .main-page .offset-lg-4 {
      margin-left: 33.33333%; }
    .main-page .offset-lg-5 {
      margin-left: 41.66667%; }
    .main-page .offset-lg-6 {
      margin-left: 50%; }
    .main-page .offset-lg-7 {
      margin-left: 58.33333%; }
    .main-page .offset-lg-8 {
      margin-left: 66.66667%; }
    .main-page .offset-lg-9 {
      margin-left: 75%; }
    .main-page .offset-lg-10 {
      margin-left: 83.33333%; }
    .main-page .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1200px) {
    .main-page .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .main-page .row-cols-xl-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .row-cols-xl-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .row-cols-xl-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .row-cols-xl-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .row-cols-xl-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .main-page .row-cols-xl-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-xl-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .main-page .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .main-page .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .main-page .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .main-page .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .main-page .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .main-page .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .main-page .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .main-page .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .order-xl-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .main-page .order-xl-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    .main-page .order-xl-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .main-page .order-xl-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main-page .order-xl-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .main-page .order-xl-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main-page .order-xl-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .main-page .order-xl-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .main-page .order-xl-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    .main-page .order-xl-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    .main-page .order-xl-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    .main-page .order-xl-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    .main-page .order-xl-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    .main-page .order-xl-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    .main-page .order-xl-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    .main-page .offset-xl-0 {
      margin-left: 0; }
    .main-page .offset-xl-1 {
      margin-left: 8.33333%; }
    .main-page .offset-xl-2 {
      margin-left: 16.66667%; }
    .main-page .offset-xl-3 {
      margin-left: 25%; }
    .main-page .offset-xl-4 {
      margin-left: 33.33333%; }
    .main-page .offset-xl-5 {
      margin-left: 41.66667%; }
    .main-page .offset-xl-6 {
      margin-left: 50%; }
    .main-page .offset-xl-7 {
      margin-left: 58.33333%; }
    .main-page .offset-xl-8 {
      margin-left: 66.66667%; }
    .main-page .offset-xl-9 {
      margin-left: 75%; }
    .main-page .offset-xl-10 {
      margin-left: 83.33333%; }
    .main-page .offset-xl-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1508px) {
    .main-page .col-xxl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .main-page .row-cols-xxl-1 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .row-cols-xxl-2 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .row-cols-xxl-3 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .row-cols-xxl-4 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .row-cols-xxl-5 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
    .main-page .row-cols-xxl-6 > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-xxl-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .main-page .col-xxl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .main-page .col-xxl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .main-page .col-xxl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .main-page .col-xxl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .main-page .col-xxl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .main-page .col-xxl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .main-page .col-xxl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .main-page .col-xxl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .main-page .col-xxl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .main-page .col-xxl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .main-page .col-xxl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .main-page .col-xxl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-page .order-xxl-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .main-page .order-xxl-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    .main-page .order-xxl-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .main-page .order-xxl-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .main-page .order-xxl-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .main-page .order-xxl-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main-page .order-xxl-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .main-page .order-xxl-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    .main-page .order-xxl-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    .main-page .order-xxl-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    .main-page .order-xxl-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    .main-page .order-xxl-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    .main-page .order-xxl-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    .main-page .order-xxl-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    .main-page .order-xxl-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    .main-page .offset-xxl-0 {
      margin-left: 0; }
    .main-page .offset-xxl-1 {
      margin-left: 8.33333%; }
    .main-page .offset-xxl-2 {
      margin-left: 16.66667%; }
    .main-page .offset-xxl-3 {
      margin-left: 25%; }
    .main-page .offset-xxl-4 {
      margin-left: 33.33333%; }
    .main-page .offset-xxl-5 {
      margin-left: 41.66667%; }
    .main-page .offset-xxl-6 {
      margin-left: 50%; }
    .main-page .offset-xxl-7 {
      margin-left: 58.33333%; }
    .main-page .offset-xxl-8 {
      margin-left: 66.66667%; }
    .main-page .offset-xxl-9 {
      margin-left: 75%; }
    .main-page .offset-xxl-10 {
      margin-left: 83.33333%; }
    .main-page .offset-xxl-11 {
      margin-left: 91.66667%; } }
  .main-page .align-baseline {
    vertical-align: baseline !important; }
  .main-page .align-top {
    vertical-align: top !important; }
  .main-page .align-middle {
    vertical-align: middle !important; }
  .main-page .align-bottom {
    vertical-align: bottom !important; }
  .main-page .align-text-bottom {
    vertical-align: text-bottom !important; }
  .main-page .align-text-top {
    vertical-align: text-top !important; }
  .main-page .bg-primary {
    background-color: #007bff !important; }
  .main-page a.bg-primary:hover, .main-page a.bg-primary:focus,
  .main-page button.bg-primary:hover,
  .main-page button.bg-primary:focus {
    background-color: #0062cc !important; }
  .main-page .bg-secondary {
    background-color: #6c757d !important; }
  .main-page a.bg-secondary:hover, .main-page a.bg-secondary:focus,
  .main-page button.bg-secondary:hover,
  .main-page button.bg-secondary:focus {
    background-color: #545b62 !important; }
  .main-page .bg-success {
    background-color: #28a745 !important; }
  .main-page a.bg-success:hover, .main-page a.bg-success:focus,
  .main-page button.bg-success:hover,
  .main-page button.bg-success:focus {
    background-color: #1e7e34 !important; }
  .main-page .bg-info {
    background-color: #17a2b8 !important; }
  .main-page a.bg-info:hover, .main-page a.bg-info:focus,
  .main-page button.bg-info:hover,
  .main-page button.bg-info:focus {
    background-color: #117a8b !important; }
  .main-page .bg-warning {
    background-color: #ffc107 !important; }
  .main-page a.bg-warning:hover, .main-page a.bg-warning:focus,
  .main-page button.bg-warning:hover,
  .main-page button.bg-warning:focus {
    background-color: #d39e00 !important; }
  .main-page .bg-danger {
    background-color: #dc3545 !important; }
  .main-page a.bg-danger:hover, .main-page a.bg-danger:focus,
  .main-page button.bg-danger:hover,
  .main-page button.bg-danger:focus {
    background-color: #bd2130 !important; }
  .main-page .bg-light {
    background-color: #f8f9fa !important; }
  .main-page a.bg-light:hover, .main-page a.bg-light:focus,
  .main-page button.bg-light:hover,
  .main-page button.bg-light:focus {
    background-color: #dae0e5 !important; }
  .main-page .bg-dark {
    background-color: #343a40 !important; }
  .main-page a.bg-dark:hover, .main-page a.bg-dark:focus,
  .main-page button.bg-dark:hover,
  .main-page button.bg-dark:focus {
    background-color: #1d2124 !important; }
  .main-page .bg-white {
    background-color: #fff !important; }
  .main-page .bg-transparent {
    background-color: transparent !important; }
  .main-page .border {
    border: 1px solid #dee2e6 !important; }
  .main-page .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .main-page .border-right {
    border-right: 1px solid #dee2e6 !important; }
  .main-page .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .main-page .border-left {
    border-left: 1px solid #dee2e6 !important; }
  .main-page .border-0 {
    border: 0 !important; }
  .main-page .border-top-0 {
    border-top: 0 !important; }
  .main-page .border-right-0 {
    border-right: 0 !important; }
  .main-page .border-bottom-0 {
    border-bottom: 0 !important; }
  .main-page .border-left-0 {
    border-left: 0 !important; }
  .main-page .border-primary {
    border-color: #007bff !important; }
  .main-page .border-secondary {
    border-color: #6c757d !important; }
  .main-page .border-success {
    border-color: #28a745 !important; }
  .main-page .border-info {
    border-color: #17a2b8 !important; }
  .main-page .border-warning {
    border-color: #ffc107 !important; }
  .main-page .border-danger {
    border-color: #dc3545 !important; }
  .main-page .border-light {
    border-color: #f8f9fa !important; }
  .main-page .border-dark {
    border-color: #343a40 !important; }
  .main-page .border-white {
    border-color: #fff !important; }
  .main-page .rounded-sm {
    border-radius: 0.2rem !important; }
  .main-page .rounded {
    border-radius: 0.25rem !important; }
  .main-page .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .main-page .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .main-page .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .main-page .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .main-page .rounded-lg {
    border-radius: 0.3rem !important; }
  .main-page .rounded-circle {
    border-radius: 50% !important; }
  .main-page .rounded-pill {
    border-radius: 50rem !important; }
  .main-page .rounded-0 {
    border-radius: 0 !important; }
  .main-page .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .main-page .d-none {
    display: none !important; }
  .main-page .d-inline {
    display: inline !important; }
  .main-page .d-inline-block {
    display: inline-block !important; }
  .main-page .d-block {
    display: block !important; }
  .main-page .d-table {
    display: table !important; }
  .main-page .d-table-row {
    display: table-row !important; }
  .main-page .d-table-cell {
    display: table-cell !important; }
  .main-page .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .main-page .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  @media (min-width: 576px) {
    .main-page .d-sm-none {
      display: none !important; }
    .main-page .d-sm-inline {
      display: inline !important; }
    .main-page .d-sm-inline-block {
      display: inline-block !important; }
    .main-page .d-sm-block {
      display: block !important; }
    .main-page .d-sm-table {
      display: table !important; }
    .main-page .d-sm-table-row {
      display: table-row !important; }
    .main-page .d-sm-table-cell {
      display: table-cell !important; }
    .main-page .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-page .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    .main-page .d-md-none {
      display: none !important; }
    .main-page .d-md-inline {
      display: inline !important; }
    .main-page .d-md-inline-block {
      display: inline-block !important; }
    .main-page .d-md-block {
      display: block !important; }
    .main-page .d-md-table {
      display: table !important; }
    .main-page .d-md-table-row {
      display: table-row !important; }
    .main-page .d-md-table-cell {
      display: table-cell !important; }
    .main-page .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-page .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 930px) {
    .main-page .d-lg-none {
      display: none !important; }
    .main-page .d-lg-inline {
      display: inline !important; }
    .main-page .d-lg-inline-block {
      display: inline-block !important; }
    .main-page .d-lg-block {
      display: block !important; }
    .main-page .d-lg-table {
      display: table !important; }
    .main-page .d-lg-table-row {
      display: table-row !important; }
    .main-page .d-lg-table-cell {
      display: table-cell !important; }
    .main-page .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-page .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
    .main-page .d-xl-none {
      display: none !important; }
    .main-page .d-xl-inline {
      display: inline !important; }
    .main-page .d-xl-inline-block {
      display: inline-block !important; }
    .main-page .d-xl-block {
      display: block !important; }
    .main-page .d-xl-table {
      display: table !important; }
    .main-page .d-xl-table-row {
      display: table-row !important; }
    .main-page .d-xl-table-cell {
      display: table-cell !important; }
    .main-page .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-page .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 1508px) {
    .main-page .d-xxl-none {
      display: none !important; }
    .main-page .d-xxl-inline {
      display: inline !important; }
    .main-page .d-xxl-inline-block {
      display: inline-block !important; }
    .main-page .d-xxl-block {
      display: block !important; }
    .main-page .d-xxl-table {
      display: table !important; }
    .main-page .d-xxl-table-row {
      display: table-row !important; }
    .main-page .d-xxl-table-cell {
      display: table-cell !important; }
    .main-page .d-xxl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-page .d-xxl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media print {
    .main-page .d-print-none {
      display: none !important; }
    .main-page .d-print-inline {
      display: inline !important; }
    .main-page .d-print-inline-block {
      display: inline-block !important; }
    .main-page .d-print-block {
      display: block !important; }
    .main-page .d-print-table {
      display: table !important; }
    .main-page .d-print-table-row {
      display: table-row !important; }
    .main-page .d-print-table-cell {
      display: table-cell !important; }
    .main-page .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .main-page .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  .main-page .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .main-page .embed-responsive::before {
      display: block;
      content: ""; }
    .main-page .embed-responsive .embed-responsive-item,
    .main-page .embed-responsive iframe,
    .main-page .embed-responsive embed,
    .main-page .embed-responsive object,
    .main-page .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .main-page .embed-responsive-21by9::before {
    padding-top: 42.85714%; }
  .main-page .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .main-page .embed-responsive-4by3::before {
    padding-top: 75%; }
  .main-page .embed-responsive-1by1::before {
    padding-top: 100%; }
  .main-page .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .main-page .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .main-page .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .main-page .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .main-page .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .main-page .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .main-page .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .main-page .flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .main-page .flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .main-page .flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .main-page .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .main-page .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .main-page .justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .main-page .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .main-page .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .main-page .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .main-page .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .main-page .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .main-page .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .main-page .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .main-page .align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .main-page .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .main-page .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .main-page .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .main-page .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .main-page .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .main-page .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .main-page .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .main-page .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .main-page .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .main-page .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .main-page .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .main-page .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .main-page .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  @media (min-width: 576px) {
    .main-page .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .main-page .flex-sm-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .main-page .flex-sm-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .main-page .flex-sm-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .main-page .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .main-page .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .main-page .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .main-page .flex-sm-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .main-page .flex-sm-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .main-page .flex-sm-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .main-page .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .main-page .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .main-page .justify-content-sm-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .main-page .justify-content-sm-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .main-page .justify-content-sm-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .main-page .justify-content-sm-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .main-page .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .main-page .align-items-sm-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .main-page .align-items-sm-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .main-page .align-items-sm-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .main-page .align-items-sm-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .main-page .align-items-sm-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .main-page .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .main-page .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .main-page .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .main-page .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .main-page .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .main-page .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .main-page .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .main-page .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .main-page .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .main-page .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .main-page .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .main-page .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 768px) {
    .main-page .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .main-page .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .main-page .flex-md-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .main-page .flex-md-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .main-page .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .main-page .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .main-page .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .main-page .flex-md-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .main-page .flex-md-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .main-page .flex-md-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .main-page .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .main-page .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .main-page .justify-content-md-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .main-page .justify-content-md-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .main-page .justify-content-md-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .main-page .justify-content-md-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .main-page .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .main-page .align-items-md-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .main-page .align-items-md-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .main-page .align-items-md-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .main-page .align-items-md-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .main-page .align-items-md-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .main-page .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .main-page .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .main-page .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .main-page .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .main-page .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .main-page .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .main-page .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .main-page .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .main-page .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .main-page .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .main-page .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .main-page .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 930px) {
    .main-page .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .main-page .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .main-page .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .main-page .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .main-page .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .main-page .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .main-page .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .main-page .flex-lg-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .main-page .flex-lg-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .main-page .flex-lg-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .main-page .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .main-page .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .main-page .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .main-page .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .main-page .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .main-page .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .main-page .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .main-page .align-items-lg-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .main-page .align-items-lg-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .main-page .align-items-lg-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .main-page .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .main-page .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .main-page .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .main-page .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .main-page .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .main-page .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .main-page .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .main-page .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .main-page .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .main-page .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .main-page .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .main-page .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .main-page .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .main-page .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
    .main-page .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .main-page .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .main-page .flex-xl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .main-page .flex-xl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .main-page .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .main-page .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .main-page .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .main-page .flex-xl-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .main-page .flex-xl-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .main-page .flex-xl-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .main-page .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .main-page .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .main-page .justify-content-xl-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .main-page .justify-content-xl-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .main-page .justify-content-xl-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .main-page .justify-content-xl-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .main-page .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .main-page .align-items-xl-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .main-page .align-items-xl-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .main-page .align-items-xl-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .main-page .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .main-page .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .main-page .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .main-page .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .main-page .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .main-page .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .main-page .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .main-page .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .main-page .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .main-page .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .main-page .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .main-page .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .main-page .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .main-page .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 1508px) {
    .main-page .flex-xxl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .main-page .flex-xxl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .main-page .flex-xxl-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .main-page .flex-xxl-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .main-page .flex-xxl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .main-page .flex-xxl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .main-page .flex-xxl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .main-page .flex-xxl-fill {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }
    .main-page .flex-xxl-grow-0 {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }
    .main-page .flex-xxl-grow-1 {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }
    .main-page .flex-xxl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .main-page .flex-xxl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .main-page .justify-content-xxl-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .main-page .justify-content-xxl-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .main-page .justify-content-xxl-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .main-page .justify-content-xxl-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .main-page .justify-content-xxl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .main-page .align-items-xxl-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .main-page .align-items-xxl-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .main-page .align-items-xxl-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .main-page .align-items-xxl-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .main-page .align-items-xxl-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .main-page .align-content-xxl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .main-page .align-content-xxl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .main-page .align-content-xxl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .main-page .align-content-xxl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .main-page .align-content-xxl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .main-page .align-content-xxl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .main-page .align-self-xxl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .main-page .align-self-xxl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .main-page .align-self-xxl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .main-page .align-self-xxl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .main-page .align-self-xxl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .main-page .align-self-xxl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  .main-page .float-left {
    float: left !important; }
  .main-page .float-right {
    float: right !important; }
  .main-page .float-none {
    float: none !important; }
  @media (min-width: 576px) {
    .main-page .float-sm-left {
      float: left !important; }
    .main-page .float-sm-right {
      float: right !important; }
    .main-page .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
    .main-page .float-md-left {
      float: left !important; }
    .main-page .float-md-right {
      float: right !important; }
    .main-page .float-md-none {
      float: none !important; } }
  @media (min-width: 930px) {
    .main-page .float-lg-left {
      float: left !important; }
    .main-page .float-lg-right {
      float: right !important; }
    .main-page .float-lg-none {
      float: none !important; } }
  @media (min-width: 1200px) {
    .main-page .float-xl-left {
      float: left !important; }
    .main-page .float-xl-right {
      float: right !important; }
    .main-page .float-xl-none {
      float: none !important; } }
  @media (min-width: 1508px) {
    .main-page .float-xxl-left {
      float: left !important; }
    .main-page .float-xxl-right {
      float: right !important; }
    .main-page .float-xxl-none {
      float: none !important; } }
  .main-page .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important; }
  .main-page .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important; }
  .main-page .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important; }
  .main-page .overflow-auto {
    overflow: auto !important; }
  .main-page .overflow-hidden {
    overflow: hidden !important; }
  .main-page .position-static {
    position: static !important; }
  .main-page .position-relative {
    position: relative !important; }
  .main-page .position-absolute {
    position: absolute !important; }
  .main-page .position-fixed {
    position: fixed !important; }
  .main-page .position-sticky {
    position: sticky !important; }
  .main-page .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .main-page .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: sticky) {
    .main-page .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .main-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .main-page .sr-only-focusable:active, .main-page .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .main-page .shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .main-page .shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .main-page .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .main-page .shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .main-page .w-25 {
    width: 25% !important; }
  .main-page .w-50 {
    width: 50% !important; }
  .main-page .w-75 {
    width: 75% !important; }
  .main-page .w-100 {
    width: 100% !important; }
  .main-page .w-auto {
    width: auto !important; }
  .main-page .h-25 {
    height: 25% !important; }
  .main-page .h-50 {
    height: 50% !important; }
  .main-page .h-75 {
    height: 75% !important; }
  .main-page .h-100 {
    height: 100% !important; }
  .main-page .h-auto {
    height: auto !important; }
  .main-page .mw-100 {
    max-width: 100% !important; }
  .main-page .mh-100 {
    max-height: 100% !important; }
  .main-page .min-vw-100 {
    min-width: 100vw !important; }
  .main-page .min-vh-100 {
    min-height: 100vh !important; }
  .main-page .vw-100 {
    width: 100vw !important; }
  .main-page .vh-100 {
    height: 100vh !important; }
  .main-page .m-0 {
    margin: 0 !important; }
  .main-page .mt-0,
  .main-page .my-0 {
    margin-top: 0 !important; }
  .main-page .mr-0,
  .main-page .mx-0 {
    margin-right: 0 !important; }
  .main-page .mb-0,
  .main-page .my-0 {
    margin-bottom: 0 !important; }
  .main-page .ml-0,
  .main-page .mx-0 {
    margin-left: 0 !important; }
  .main-page .m-1 {
    margin: 0.25rem !important; }
  .main-page .mt-1,
  .main-page .my-1 {
    margin-top: 0.25rem !important; }
  .main-page .mr-1,
  .main-page .mx-1 {
    margin-right: 0.25rem !important; }
  .main-page .mb-1,
  .main-page .my-1 {
    margin-bottom: 0.25rem !important; }
  .main-page .ml-1,
  .main-page .mx-1 {
    margin-left: 0.25rem !important; }
  .main-page .m-2 {
    margin: 0.5rem !important; }
  .main-page .mt-2,
  .main-page .my-2 {
    margin-top: 0.5rem !important; }
  .main-page .mr-2,
  .main-page .mx-2 {
    margin-right: 0.5rem !important; }
  .main-page .mb-2,
  .main-page .my-2 {
    margin-bottom: 0.5rem !important; }
  .main-page .ml-2,
  .main-page .mx-2 {
    margin-left: 0.5rem !important; }
  .main-page .m-3 {
    margin: 1rem !important; }
  .main-page .mt-3,
  .main-page .my-3 {
    margin-top: 1rem !important; }
  .main-page .mr-3,
  .main-page .mx-3 {
    margin-right: 1rem !important; }
  .main-page .mb-3,
  .main-page .my-3 {
    margin-bottom: 1rem !important; }
  .main-page .ml-3,
  .main-page .mx-3 {
    margin-left: 1rem !important; }
  .main-page .m-4 {
    margin: 1.5rem !important; }
  .main-page .mt-4,
  .main-page .my-4 {
    margin-top: 1.5rem !important; }
  .main-page .mr-4,
  .main-page .mx-4 {
    margin-right: 1.5rem !important; }
  .main-page .mb-4,
  .main-page .my-4 {
    margin-bottom: 1.5rem !important; }
  .main-page .ml-4,
  .main-page .mx-4 {
    margin-left: 1.5rem !important; }
  .main-page .m-5 {
    margin: 3rem !important; }
  .main-page .mt-5,
  .main-page .my-5 {
    margin-top: 3rem !important; }
  .main-page .mr-5,
  .main-page .mx-5 {
    margin-right: 3rem !important; }
  .main-page .mb-5,
  .main-page .my-5 {
    margin-bottom: 3rem !important; }
  .main-page .ml-5,
  .main-page .mx-5 {
    margin-left: 3rem !important; }
  .main-page .p-0 {
    padding: 0 !important; }
  .main-page .pt-0,
  .main-page .py-0 {
    padding-top: 0 !important; }
  .main-page .pr-0,
  .main-page .px-0 {
    padding-right: 0 !important; }
  .main-page .pb-0,
  .main-page .py-0 {
    padding-bottom: 0 !important; }
  .main-page .pl-0,
  .main-page .px-0 {
    padding-left: 0 !important; }
  .main-page .p-1 {
    padding: 0.25rem !important; }
  .main-page .pt-1,
  .main-page .py-1 {
    padding-top: 0.25rem !important; }
  .main-page .pr-1,
  .main-page .px-1 {
    padding-right: 0.25rem !important; }
  .main-page .pb-1,
  .main-page .py-1 {
    padding-bottom: 0.25rem !important; }
  .main-page .pl-1,
  .main-page .px-1 {
    padding-left: 0.25rem !important; }
  .main-page .p-2 {
    padding: 0.5rem !important; }
  .main-page .pt-2,
  .main-page .py-2 {
    padding-top: 0.5rem !important; }
  .main-page .pr-2,
  .main-page .px-2 {
    padding-right: 0.5rem !important; }
  .main-page .pb-2,
  .main-page .py-2 {
    padding-bottom: 0.5rem !important; }
  .main-page .pl-2,
  .main-page .px-2 {
    padding-left: 0.5rem !important; }
  .main-page .p-3 {
    padding: 1rem !important; }
  .main-page .pt-3,
  .main-page .py-3 {
    padding-top: 1rem !important; }
  .main-page .pr-3,
  .main-page .px-3 {
    padding-right: 1rem !important; }
  .main-page .pb-3,
  .main-page .py-3 {
    padding-bottom: 1rem !important; }
  .main-page .pl-3,
  .main-page .px-3 {
    padding-left: 1rem !important; }
  .main-page .p-4 {
    padding: 1.5rem !important; }
  .main-page .pt-4,
  .main-page .py-4 {
    padding-top: 1.5rem !important; }
  .main-page .pr-4,
  .main-page .px-4 {
    padding-right: 1.5rem !important; }
  .main-page .pb-4,
  .main-page .py-4 {
    padding-bottom: 1.5rem !important; }
  .main-page .pl-4,
  .main-page .px-4 {
    padding-left: 1.5rem !important; }
  .main-page .p-5 {
    padding: 3rem !important; }
  .main-page .pt-5,
  .main-page .py-5 {
    padding-top: 3rem !important; }
  .main-page .pr-5,
  .main-page .px-5 {
    padding-right: 3rem !important; }
  .main-page .pb-5,
  .main-page .py-5 {
    padding-bottom: 3rem !important; }
  .main-page .pl-5,
  .main-page .px-5 {
    padding-left: 3rem !important; }
  .main-page .m-n1 {
    margin: -0.25rem !important; }
  .main-page .mt-n1,
  .main-page .my-n1 {
    margin-top: -0.25rem !important; }
  .main-page .mr-n1,
  .main-page .mx-n1 {
    margin-right: -0.25rem !important; }
  .main-page .mb-n1,
  .main-page .my-n1 {
    margin-bottom: -0.25rem !important; }
  .main-page .ml-n1,
  .main-page .mx-n1 {
    margin-left: -0.25rem !important; }
  .main-page .m-n2 {
    margin: -0.5rem !important; }
  .main-page .mt-n2,
  .main-page .my-n2 {
    margin-top: -0.5rem !important; }
  .main-page .mr-n2,
  .main-page .mx-n2 {
    margin-right: -0.5rem !important; }
  .main-page .mb-n2,
  .main-page .my-n2 {
    margin-bottom: -0.5rem !important; }
  .main-page .ml-n2,
  .main-page .mx-n2 {
    margin-left: -0.5rem !important; }
  .main-page .m-n3 {
    margin: -1rem !important; }
  .main-page .mt-n3,
  .main-page .my-n3 {
    margin-top: -1rem !important; }
  .main-page .mr-n3,
  .main-page .mx-n3 {
    margin-right: -1rem !important; }
  .main-page .mb-n3,
  .main-page .my-n3 {
    margin-bottom: -1rem !important; }
  .main-page .ml-n3,
  .main-page .mx-n3 {
    margin-left: -1rem !important; }
  .main-page .m-n4 {
    margin: -1.5rem !important; }
  .main-page .mt-n4,
  .main-page .my-n4 {
    margin-top: -1.5rem !important; }
  .main-page .mr-n4,
  .main-page .mx-n4 {
    margin-right: -1.5rem !important; }
  .main-page .mb-n4,
  .main-page .my-n4 {
    margin-bottom: -1.5rem !important; }
  .main-page .ml-n4,
  .main-page .mx-n4 {
    margin-left: -1.5rem !important; }
  .main-page .m-n5 {
    margin: -3rem !important; }
  .main-page .mt-n5,
  .main-page .my-n5 {
    margin-top: -3rem !important; }
  .main-page .mr-n5,
  .main-page .mx-n5 {
    margin-right: -3rem !important; }
  .main-page .mb-n5,
  .main-page .my-n5 {
    margin-bottom: -3rem !important; }
  .main-page .ml-n5,
  .main-page .mx-n5 {
    margin-left: -3rem !important; }
  .main-page .m-auto {
    margin: auto !important; }
  .main-page .mt-auto,
  .main-page .my-auto {
    margin-top: auto !important; }
  .main-page .mr-auto,
  .main-page .mx-auto {
    margin-right: auto !important; }
  .main-page .mb-auto,
  .main-page .my-auto {
    margin-bottom: auto !important; }
  .main-page .ml-auto,
  .main-page .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    .main-page .m-sm-0 {
      margin: 0 !important; }
    .main-page .mt-sm-0,
    .main-page .my-sm-0 {
      margin-top: 0 !important; }
    .main-page .mr-sm-0,
    .main-page .mx-sm-0 {
      margin-right: 0 !important; }
    .main-page .mb-sm-0,
    .main-page .my-sm-0 {
      margin-bottom: 0 !important; }
    .main-page .ml-sm-0,
    .main-page .mx-sm-0 {
      margin-left: 0 !important; }
    .main-page .m-sm-1 {
      margin: 0.25rem !important; }
    .main-page .mt-sm-1,
    .main-page .my-sm-1 {
      margin-top: 0.25rem !important; }
    .main-page .mr-sm-1,
    .main-page .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .main-page .mb-sm-1,
    .main-page .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .main-page .ml-sm-1,
    .main-page .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .main-page .m-sm-2 {
      margin: 0.5rem !important; }
    .main-page .mt-sm-2,
    .main-page .my-sm-2 {
      margin-top: 0.5rem !important; }
    .main-page .mr-sm-2,
    .main-page .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .main-page .mb-sm-2,
    .main-page .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .main-page .ml-sm-2,
    .main-page .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .main-page .m-sm-3 {
      margin: 1rem !important; }
    .main-page .mt-sm-3,
    .main-page .my-sm-3 {
      margin-top: 1rem !important; }
    .main-page .mr-sm-3,
    .main-page .mx-sm-3 {
      margin-right: 1rem !important; }
    .main-page .mb-sm-3,
    .main-page .my-sm-3 {
      margin-bottom: 1rem !important; }
    .main-page .ml-sm-3,
    .main-page .mx-sm-3 {
      margin-left: 1rem !important; }
    .main-page .m-sm-4 {
      margin: 1.5rem !important; }
    .main-page .mt-sm-4,
    .main-page .my-sm-4 {
      margin-top: 1.5rem !important; }
    .main-page .mr-sm-4,
    .main-page .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .main-page .mb-sm-4,
    .main-page .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .main-page .ml-sm-4,
    .main-page .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .main-page .m-sm-5 {
      margin: 3rem !important; }
    .main-page .mt-sm-5,
    .main-page .my-sm-5 {
      margin-top: 3rem !important; }
    .main-page .mr-sm-5,
    .main-page .mx-sm-5 {
      margin-right: 3rem !important; }
    .main-page .mb-sm-5,
    .main-page .my-sm-5 {
      margin-bottom: 3rem !important; }
    .main-page .ml-sm-5,
    .main-page .mx-sm-5 {
      margin-left: 3rem !important; }
    .main-page .p-sm-0 {
      padding: 0 !important; }
    .main-page .pt-sm-0,
    .main-page .py-sm-0 {
      padding-top: 0 !important; }
    .main-page .pr-sm-0,
    .main-page .px-sm-0 {
      padding-right: 0 !important; }
    .main-page .pb-sm-0,
    .main-page .py-sm-0 {
      padding-bottom: 0 !important; }
    .main-page .pl-sm-0,
    .main-page .px-sm-0 {
      padding-left: 0 !important; }
    .main-page .p-sm-1 {
      padding: 0.25rem !important; }
    .main-page .pt-sm-1,
    .main-page .py-sm-1 {
      padding-top: 0.25rem !important; }
    .main-page .pr-sm-1,
    .main-page .px-sm-1 {
      padding-right: 0.25rem !important; }
    .main-page .pb-sm-1,
    .main-page .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .main-page .pl-sm-1,
    .main-page .px-sm-1 {
      padding-left: 0.25rem !important; }
    .main-page .p-sm-2 {
      padding: 0.5rem !important; }
    .main-page .pt-sm-2,
    .main-page .py-sm-2 {
      padding-top: 0.5rem !important; }
    .main-page .pr-sm-2,
    .main-page .px-sm-2 {
      padding-right: 0.5rem !important; }
    .main-page .pb-sm-2,
    .main-page .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .main-page .pl-sm-2,
    .main-page .px-sm-2 {
      padding-left: 0.5rem !important; }
    .main-page .p-sm-3 {
      padding: 1rem !important; }
    .main-page .pt-sm-3,
    .main-page .py-sm-3 {
      padding-top: 1rem !important; }
    .main-page .pr-sm-3,
    .main-page .px-sm-3 {
      padding-right: 1rem !important; }
    .main-page .pb-sm-3,
    .main-page .py-sm-3 {
      padding-bottom: 1rem !important; }
    .main-page .pl-sm-3,
    .main-page .px-sm-3 {
      padding-left: 1rem !important; }
    .main-page .p-sm-4 {
      padding: 1.5rem !important; }
    .main-page .pt-sm-4,
    .main-page .py-sm-4 {
      padding-top: 1.5rem !important; }
    .main-page .pr-sm-4,
    .main-page .px-sm-4 {
      padding-right: 1.5rem !important; }
    .main-page .pb-sm-4,
    .main-page .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .main-page .pl-sm-4,
    .main-page .px-sm-4 {
      padding-left: 1.5rem !important; }
    .main-page .p-sm-5 {
      padding: 3rem !important; }
    .main-page .pt-sm-5,
    .main-page .py-sm-5 {
      padding-top: 3rem !important; }
    .main-page .pr-sm-5,
    .main-page .px-sm-5 {
      padding-right: 3rem !important; }
    .main-page .pb-sm-5,
    .main-page .py-sm-5 {
      padding-bottom: 3rem !important; }
    .main-page .pl-sm-5,
    .main-page .px-sm-5 {
      padding-left: 3rem !important; }
    .main-page .m-sm-n1 {
      margin: -0.25rem !important; }
    .main-page .mt-sm-n1,
    .main-page .my-sm-n1 {
      margin-top: -0.25rem !important; }
    .main-page .mr-sm-n1,
    .main-page .mx-sm-n1 {
      margin-right: -0.25rem !important; }
    .main-page .mb-sm-n1,
    .main-page .my-sm-n1 {
      margin-bottom: -0.25rem !important; }
    .main-page .ml-sm-n1,
    .main-page .mx-sm-n1 {
      margin-left: -0.25rem !important; }
    .main-page .m-sm-n2 {
      margin: -0.5rem !important; }
    .main-page .mt-sm-n2,
    .main-page .my-sm-n2 {
      margin-top: -0.5rem !important; }
    .main-page .mr-sm-n2,
    .main-page .mx-sm-n2 {
      margin-right: -0.5rem !important; }
    .main-page .mb-sm-n2,
    .main-page .my-sm-n2 {
      margin-bottom: -0.5rem !important; }
    .main-page .ml-sm-n2,
    .main-page .mx-sm-n2 {
      margin-left: -0.5rem !important; }
    .main-page .m-sm-n3 {
      margin: -1rem !important; }
    .main-page .mt-sm-n3,
    .main-page .my-sm-n3 {
      margin-top: -1rem !important; }
    .main-page .mr-sm-n3,
    .main-page .mx-sm-n3 {
      margin-right: -1rem !important; }
    .main-page .mb-sm-n3,
    .main-page .my-sm-n3 {
      margin-bottom: -1rem !important; }
    .main-page .ml-sm-n3,
    .main-page .mx-sm-n3 {
      margin-left: -1rem !important; }
    .main-page .m-sm-n4 {
      margin: -1.5rem !important; }
    .main-page .mt-sm-n4,
    .main-page .my-sm-n4 {
      margin-top: -1.5rem !important; }
    .main-page .mr-sm-n4,
    .main-page .mx-sm-n4 {
      margin-right: -1.5rem !important; }
    .main-page .mb-sm-n4,
    .main-page .my-sm-n4 {
      margin-bottom: -1.5rem !important; }
    .main-page .ml-sm-n4,
    .main-page .mx-sm-n4 {
      margin-left: -1.5rem !important; }
    .main-page .m-sm-n5 {
      margin: -3rem !important; }
    .main-page .mt-sm-n5,
    .main-page .my-sm-n5 {
      margin-top: -3rem !important; }
    .main-page .mr-sm-n5,
    .main-page .mx-sm-n5 {
      margin-right: -3rem !important; }
    .main-page .mb-sm-n5,
    .main-page .my-sm-n5 {
      margin-bottom: -3rem !important; }
    .main-page .ml-sm-n5,
    .main-page .mx-sm-n5 {
      margin-left: -3rem !important; }
    .main-page .m-sm-auto {
      margin: auto !important; }
    .main-page .mt-sm-auto,
    .main-page .my-sm-auto {
      margin-top: auto !important; }
    .main-page .mr-sm-auto,
    .main-page .mx-sm-auto {
      margin-right: auto !important; }
    .main-page .mb-sm-auto,
    .main-page .my-sm-auto {
      margin-bottom: auto !important; }
    .main-page .ml-sm-auto,
    .main-page .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    .main-page .m-md-0 {
      margin: 0 !important; }
    .main-page .mt-md-0,
    .main-page .my-md-0 {
      margin-top: 0 !important; }
    .main-page .mr-md-0,
    .main-page .mx-md-0 {
      margin-right: 0 !important; }
    .main-page .mb-md-0,
    .main-page .my-md-0 {
      margin-bottom: 0 !important; }
    .main-page .ml-md-0,
    .main-page .mx-md-0 {
      margin-left: 0 !important; }
    .main-page .m-md-1 {
      margin: 0.25rem !important; }
    .main-page .mt-md-1,
    .main-page .my-md-1 {
      margin-top: 0.25rem !important; }
    .main-page .mr-md-1,
    .main-page .mx-md-1 {
      margin-right: 0.25rem !important; }
    .main-page .mb-md-1,
    .main-page .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .main-page .ml-md-1,
    .main-page .mx-md-1 {
      margin-left: 0.25rem !important; }
    .main-page .m-md-2 {
      margin: 0.5rem !important; }
    .main-page .mt-md-2,
    .main-page .my-md-2 {
      margin-top: 0.5rem !important; }
    .main-page .mr-md-2,
    .main-page .mx-md-2 {
      margin-right: 0.5rem !important; }
    .main-page .mb-md-2,
    .main-page .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .main-page .ml-md-2,
    .main-page .mx-md-2 {
      margin-left: 0.5rem !important; }
    .main-page .m-md-3 {
      margin: 1rem !important; }
    .main-page .mt-md-3,
    .main-page .my-md-3 {
      margin-top: 1rem !important; }
    .main-page .mr-md-3,
    .main-page .mx-md-3 {
      margin-right: 1rem !important; }
    .main-page .mb-md-3,
    .main-page .my-md-3 {
      margin-bottom: 1rem !important; }
    .main-page .ml-md-3,
    .main-page .mx-md-3 {
      margin-left: 1rem !important; }
    .main-page .m-md-4 {
      margin: 1.5rem !important; }
    .main-page .mt-md-4,
    .main-page .my-md-4 {
      margin-top: 1.5rem !important; }
    .main-page .mr-md-4,
    .main-page .mx-md-4 {
      margin-right: 1.5rem !important; }
    .main-page .mb-md-4,
    .main-page .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .main-page .ml-md-4,
    .main-page .mx-md-4 {
      margin-left: 1.5rem !important; }
    .main-page .m-md-5 {
      margin: 3rem !important; }
    .main-page .mt-md-5,
    .main-page .my-md-5 {
      margin-top: 3rem !important; }
    .main-page .mr-md-5,
    .main-page .mx-md-5 {
      margin-right: 3rem !important; }
    .main-page .mb-md-5,
    .main-page .my-md-5 {
      margin-bottom: 3rem !important; }
    .main-page .ml-md-5,
    .main-page .mx-md-5 {
      margin-left: 3rem !important; }
    .main-page .p-md-0 {
      padding: 0 !important; }
    .main-page .pt-md-0,
    .main-page .py-md-0 {
      padding-top: 0 !important; }
    .main-page .pr-md-0,
    .main-page .px-md-0 {
      padding-right: 0 !important; }
    .main-page .pb-md-0,
    .main-page .py-md-0 {
      padding-bottom: 0 !important; }
    .main-page .pl-md-0,
    .main-page .px-md-0 {
      padding-left: 0 !important; }
    .main-page .p-md-1 {
      padding: 0.25rem !important; }
    .main-page .pt-md-1,
    .main-page .py-md-1 {
      padding-top: 0.25rem !important; }
    .main-page .pr-md-1,
    .main-page .px-md-1 {
      padding-right: 0.25rem !important; }
    .main-page .pb-md-1,
    .main-page .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .main-page .pl-md-1,
    .main-page .px-md-1 {
      padding-left: 0.25rem !important; }
    .main-page .p-md-2 {
      padding: 0.5rem !important; }
    .main-page .pt-md-2,
    .main-page .py-md-2 {
      padding-top: 0.5rem !important; }
    .main-page .pr-md-2,
    .main-page .px-md-2 {
      padding-right: 0.5rem !important; }
    .main-page .pb-md-2,
    .main-page .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .main-page .pl-md-2,
    .main-page .px-md-2 {
      padding-left: 0.5rem !important; }
    .main-page .p-md-3 {
      padding: 1rem !important; }
    .main-page .pt-md-3,
    .main-page .py-md-3 {
      padding-top: 1rem !important; }
    .main-page .pr-md-3,
    .main-page .px-md-3 {
      padding-right: 1rem !important; }
    .main-page .pb-md-3,
    .main-page .py-md-3 {
      padding-bottom: 1rem !important; }
    .main-page .pl-md-3,
    .main-page .px-md-3 {
      padding-left: 1rem !important; }
    .main-page .p-md-4 {
      padding: 1.5rem !important; }
    .main-page .pt-md-4,
    .main-page .py-md-4 {
      padding-top: 1.5rem !important; }
    .main-page .pr-md-4,
    .main-page .px-md-4 {
      padding-right: 1.5rem !important; }
    .main-page .pb-md-4,
    .main-page .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .main-page .pl-md-4,
    .main-page .px-md-4 {
      padding-left: 1.5rem !important; }
    .main-page .p-md-5 {
      padding: 3rem !important; }
    .main-page .pt-md-5,
    .main-page .py-md-5 {
      padding-top: 3rem !important; }
    .main-page .pr-md-5,
    .main-page .px-md-5 {
      padding-right: 3rem !important; }
    .main-page .pb-md-5,
    .main-page .py-md-5 {
      padding-bottom: 3rem !important; }
    .main-page .pl-md-5,
    .main-page .px-md-5 {
      padding-left: 3rem !important; }
    .main-page .m-md-n1 {
      margin: -0.25rem !important; }
    .main-page .mt-md-n1,
    .main-page .my-md-n1 {
      margin-top: -0.25rem !important; }
    .main-page .mr-md-n1,
    .main-page .mx-md-n1 {
      margin-right: -0.25rem !important; }
    .main-page .mb-md-n1,
    .main-page .my-md-n1 {
      margin-bottom: -0.25rem !important; }
    .main-page .ml-md-n1,
    .main-page .mx-md-n1 {
      margin-left: -0.25rem !important; }
    .main-page .m-md-n2 {
      margin: -0.5rem !important; }
    .main-page .mt-md-n2,
    .main-page .my-md-n2 {
      margin-top: -0.5rem !important; }
    .main-page .mr-md-n2,
    .main-page .mx-md-n2 {
      margin-right: -0.5rem !important; }
    .main-page .mb-md-n2,
    .main-page .my-md-n2 {
      margin-bottom: -0.5rem !important; }
    .main-page .ml-md-n2,
    .main-page .mx-md-n2 {
      margin-left: -0.5rem !important; }
    .main-page .m-md-n3 {
      margin: -1rem !important; }
    .main-page .mt-md-n3,
    .main-page .my-md-n3 {
      margin-top: -1rem !important; }
    .main-page .mr-md-n3,
    .main-page .mx-md-n3 {
      margin-right: -1rem !important; }
    .main-page .mb-md-n3,
    .main-page .my-md-n3 {
      margin-bottom: -1rem !important; }
    .main-page .ml-md-n3,
    .main-page .mx-md-n3 {
      margin-left: -1rem !important; }
    .main-page .m-md-n4 {
      margin: -1.5rem !important; }
    .main-page .mt-md-n4,
    .main-page .my-md-n4 {
      margin-top: -1.5rem !important; }
    .main-page .mr-md-n4,
    .main-page .mx-md-n4 {
      margin-right: -1.5rem !important; }
    .main-page .mb-md-n4,
    .main-page .my-md-n4 {
      margin-bottom: -1.5rem !important; }
    .main-page .ml-md-n4,
    .main-page .mx-md-n4 {
      margin-left: -1.5rem !important; }
    .main-page .m-md-n5 {
      margin: -3rem !important; }
    .main-page .mt-md-n5,
    .main-page .my-md-n5 {
      margin-top: -3rem !important; }
    .main-page .mr-md-n5,
    .main-page .mx-md-n5 {
      margin-right: -3rem !important; }
    .main-page .mb-md-n5,
    .main-page .my-md-n5 {
      margin-bottom: -3rem !important; }
    .main-page .ml-md-n5,
    .main-page .mx-md-n5 {
      margin-left: -3rem !important; }
    .main-page .m-md-auto {
      margin: auto !important; }
    .main-page .mt-md-auto,
    .main-page .my-md-auto {
      margin-top: auto !important; }
    .main-page .mr-md-auto,
    .main-page .mx-md-auto {
      margin-right: auto !important; }
    .main-page .mb-md-auto,
    .main-page .my-md-auto {
      margin-bottom: auto !important; }
    .main-page .ml-md-auto,
    .main-page .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 930px) {
    .main-page .m-lg-0 {
      margin: 0 !important; }
    .main-page .mt-lg-0,
    .main-page .my-lg-0 {
      margin-top: 0 !important; }
    .main-page .mr-lg-0,
    .main-page .mx-lg-0 {
      margin-right: 0 !important; }
    .main-page .mb-lg-0,
    .main-page .my-lg-0 {
      margin-bottom: 0 !important; }
    .main-page .ml-lg-0,
    .main-page .mx-lg-0 {
      margin-left: 0 !important; }
    .main-page .m-lg-1 {
      margin: 0.25rem !important; }
    .main-page .mt-lg-1,
    .main-page .my-lg-1 {
      margin-top: 0.25rem !important; }
    .main-page .mr-lg-1,
    .main-page .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .main-page .mb-lg-1,
    .main-page .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .main-page .ml-lg-1,
    .main-page .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .main-page .m-lg-2 {
      margin: 0.5rem !important; }
    .main-page .mt-lg-2,
    .main-page .my-lg-2 {
      margin-top: 0.5rem !important; }
    .main-page .mr-lg-2,
    .main-page .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .main-page .mb-lg-2,
    .main-page .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .main-page .ml-lg-2,
    .main-page .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .main-page .m-lg-3 {
      margin: 1rem !important; }
    .main-page .mt-lg-3,
    .main-page .my-lg-3 {
      margin-top: 1rem !important; }
    .main-page .mr-lg-3,
    .main-page .mx-lg-3 {
      margin-right: 1rem !important; }
    .main-page .mb-lg-3,
    .main-page .my-lg-3 {
      margin-bottom: 1rem !important; }
    .main-page .ml-lg-3,
    .main-page .mx-lg-3 {
      margin-left: 1rem !important; }
    .main-page .m-lg-4 {
      margin: 1.5rem !important; }
    .main-page .mt-lg-4,
    .main-page .my-lg-4 {
      margin-top: 1.5rem !important; }
    .main-page .mr-lg-4,
    .main-page .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .main-page .mb-lg-4,
    .main-page .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .main-page .ml-lg-4,
    .main-page .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .main-page .m-lg-5 {
      margin: 3rem !important; }
    .main-page .mt-lg-5,
    .main-page .my-lg-5 {
      margin-top: 3rem !important; }
    .main-page .mr-lg-5,
    .main-page .mx-lg-5 {
      margin-right: 3rem !important; }
    .main-page .mb-lg-5,
    .main-page .my-lg-5 {
      margin-bottom: 3rem !important; }
    .main-page .ml-lg-5,
    .main-page .mx-lg-5 {
      margin-left: 3rem !important; }
    .main-page .p-lg-0 {
      padding: 0 !important; }
    .main-page .pt-lg-0,
    .main-page .py-lg-0 {
      padding-top: 0 !important; }
    .main-page .pr-lg-0,
    .main-page .px-lg-0 {
      padding-right: 0 !important; }
    .main-page .pb-lg-0,
    .main-page .py-lg-0 {
      padding-bottom: 0 !important; }
    .main-page .pl-lg-0,
    .main-page .px-lg-0 {
      padding-left: 0 !important; }
    .main-page .p-lg-1 {
      padding: 0.25rem !important; }
    .main-page .pt-lg-1,
    .main-page .py-lg-1 {
      padding-top: 0.25rem !important; }
    .main-page .pr-lg-1,
    .main-page .px-lg-1 {
      padding-right: 0.25rem !important; }
    .main-page .pb-lg-1,
    .main-page .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .main-page .pl-lg-1,
    .main-page .px-lg-1 {
      padding-left: 0.25rem !important; }
    .main-page .p-lg-2 {
      padding: 0.5rem !important; }
    .main-page .pt-lg-2,
    .main-page .py-lg-2 {
      padding-top: 0.5rem !important; }
    .main-page .pr-lg-2,
    .main-page .px-lg-2 {
      padding-right: 0.5rem !important; }
    .main-page .pb-lg-2,
    .main-page .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .main-page .pl-lg-2,
    .main-page .px-lg-2 {
      padding-left: 0.5rem !important; }
    .main-page .p-lg-3 {
      padding: 1rem !important; }
    .main-page .pt-lg-3,
    .main-page .py-lg-3 {
      padding-top: 1rem !important; }
    .main-page .pr-lg-3,
    .main-page .px-lg-3 {
      padding-right: 1rem !important; }
    .main-page .pb-lg-3,
    .main-page .py-lg-3 {
      padding-bottom: 1rem !important; }
    .main-page .pl-lg-3,
    .main-page .px-lg-3 {
      padding-left: 1rem !important; }
    .main-page .p-lg-4 {
      padding: 1.5rem !important; }
    .main-page .pt-lg-4,
    .main-page .py-lg-4 {
      padding-top: 1.5rem !important; }
    .main-page .pr-lg-4,
    .main-page .px-lg-4 {
      padding-right: 1.5rem !important; }
    .main-page .pb-lg-4,
    .main-page .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .main-page .pl-lg-4,
    .main-page .px-lg-4 {
      padding-left: 1.5rem !important; }
    .main-page .p-lg-5 {
      padding: 3rem !important; }
    .main-page .pt-lg-5,
    .main-page .py-lg-5 {
      padding-top: 3rem !important; }
    .main-page .pr-lg-5,
    .main-page .px-lg-5 {
      padding-right: 3rem !important; }
    .main-page .pb-lg-5,
    .main-page .py-lg-5 {
      padding-bottom: 3rem !important; }
    .main-page .pl-lg-5,
    .main-page .px-lg-5 {
      padding-left: 3rem !important; }
    .main-page .m-lg-n1 {
      margin: -0.25rem !important; }
    .main-page .mt-lg-n1,
    .main-page .my-lg-n1 {
      margin-top: -0.25rem !important; }
    .main-page .mr-lg-n1,
    .main-page .mx-lg-n1 {
      margin-right: -0.25rem !important; }
    .main-page .mb-lg-n1,
    .main-page .my-lg-n1 {
      margin-bottom: -0.25rem !important; }
    .main-page .ml-lg-n1,
    .main-page .mx-lg-n1 {
      margin-left: -0.25rem !important; }
    .main-page .m-lg-n2 {
      margin: -0.5rem !important; }
    .main-page .mt-lg-n2,
    .main-page .my-lg-n2 {
      margin-top: -0.5rem !important; }
    .main-page .mr-lg-n2,
    .main-page .mx-lg-n2 {
      margin-right: -0.5rem !important; }
    .main-page .mb-lg-n2,
    .main-page .my-lg-n2 {
      margin-bottom: -0.5rem !important; }
    .main-page .ml-lg-n2,
    .main-page .mx-lg-n2 {
      margin-left: -0.5rem !important; }
    .main-page .m-lg-n3 {
      margin: -1rem !important; }
    .main-page .mt-lg-n3,
    .main-page .my-lg-n3 {
      margin-top: -1rem !important; }
    .main-page .mr-lg-n3,
    .main-page .mx-lg-n3 {
      margin-right: -1rem !important; }
    .main-page .mb-lg-n3,
    .main-page .my-lg-n3 {
      margin-bottom: -1rem !important; }
    .main-page .ml-lg-n3,
    .main-page .mx-lg-n3 {
      margin-left: -1rem !important; }
    .main-page .m-lg-n4 {
      margin: -1.5rem !important; }
    .main-page .mt-lg-n4,
    .main-page .my-lg-n4 {
      margin-top: -1.5rem !important; }
    .main-page .mr-lg-n4,
    .main-page .mx-lg-n4 {
      margin-right: -1.5rem !important; }
    .main-page .mb-lg-n4,
    .main-page .my-lg-n4 {
      margin-bottom: -1.5rem !important; }
    .main-page .ml-lg-n4,
    .main-page .mx-lg-n4 {
      margin-left: -1.5rem !important; }
    .main-page .m-lg-n5 {
      margin: -3rem !important; }
    .main-page .mt-lg-n5,
    .main-page .my-lg-n5 {
      margin-top: -3rem !important; }
    .main-page .mr-lg-n5,
    .main-page .mx-lg-n5 {
      margin-right: -3rem !important; }
    .main-page .mb-lg-n5,
    .main-page .my-lg-n5 {
      margin-bottom: -3rem !important; }
    .main-page .ml-lg-n5,
    .main-page .mx-lg-n5 {
      margin-left: -3rem !important; }
    .main-page .m-lg-auto {
      margin: auto !important; }
    .main-page .mt-lg-auto,
    .main-page .my-lg-auto {
      margin-top: auto !important; }
    .main-page .mr-lg-auto,
    .main-page .mx-lg-auto {
      margin-right: auto !important; }
    .main-page .mb-lg-auto,
    .main-page .my-lg-auto {
      margin-bottom: auto !important; }
    .main-page .ml-lg-auto,
    .main-page .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
    .main-page .m-xl-0 {
      margin: 0 !important; }
    .main-page .mt-xl-0,
    .main-page .my-xl-0 {
      margin-top: 0 !important; }
    .main-page .mr-xl-0,
    .main-page .mx-xl-0 {
      margin-right: 0 !important; }
    .main-page .mb-xl-0,
    .main-page .my-xl-0 {
      margin-bottom: 0 !important; }
    .main-page .ml-xl-0,
    .main-page .mx-xl-0 {
      margin-left: 0 !important; }
    .main-page .m-xl-1 {
      margin: 0.25rem !important; }
    .main-page .mt-xl-1,
    .main-page .my-xl-1 {
      margin-top: 0.25rem !important; }
    .main-page .mr-xl-1,
    .main-page .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .main-page .mb-xl-1,
    .main-page .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .main-page .ml-xl-1,
    .main-page .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .main-page .m-xl-2 {
      margin: 0.5rem !important; }
    .main-page .mt-xl-2,
    .main-page .my-xl-2 {
      margin-top: 0.5rem !important; }
    .main-page .mr-xl-2,
    .main-page .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .main-page .mb-xl-2,
    .main-page .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .main-page .ml-xl-2,
    .main-page .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .main-page .m-xl-3 {
      margin: 1rem !important; }
    .main-page .mt-xl-3,
    .main-page .my-xl-3 {
      margin-top: 1rem !important; }
    .main-page .mr-xl-3,
    .main-page .mx-xl-3 {
      margin-right: 1rem !important; }
    .main-page .mb-xl-3,
    .main-page .my-xl-3 {
      margin-bottom: 1rem !important; }
    .main-page .ml-xl-3,
    .main-page .mx-xl-3 {
      margin-left: 1rem !important; }
    .main-page .m-xl-4 {
      margin: 1.5rem !important; }
    .main-page .mt-xl-4,
    .main-page .my-xl-4 {
      margin-top: 1.5rem !important; }
    .main-page .mr-xl-4,
    .main-page .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .main-page .mb-xl-4,
    .main-page .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .main-page .ml-xl-4,
    .main-page .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .main-page .m-xl-5 {
      margin: 3rem !important; }
    .main-page .mt-xl-5,
    .main-page .my-xl-5 {
      margin-top: 3rem !important; }
    .main-page .mr-xl-5,
    .main-page .mx-xl-5 {
      margin-right: 3rem !important; }
    .main-page .mb-xl-5,
    .main-page .my-xl-5 {
      margin-bottom: 3rem !important; }
    .main-page .ml-xl-5,
    .main-page .mx-xl-5 {
      margin-left: 3rem !important; }
    .main-page .p-xl-0 {
      padding: 0 !important; }
    .main-page .pt-xl-0,
    .main-page .py-xl-0 {
      padding-top: 0 !important; }
    .main-page .pr-xl-0,
    .main-page .px-xl-0 {
      padding-right: 0 !important; }
    .main-page .pb-xl-0,
    .main-page .py-xl-0 {
      padding-bottom: 0 !important; }
    .main-page .pl-xl-0,
    .main-page .px-xl-0 {
      padding-left: 0 !important; }
    .main-page .p-xl-1 {
      padding: 0.25rem !important; }
    .main-page .pt-xl-1,
    .main-page .py-xl-1 {
      padding-top: 0.25rem !important; }
    .main-page .pr-xl-1,
    .main-page .px-xl-1 {
      padding-right: 0.25rem !important; }
    .main-page .pb-xl-1,
    .main-page .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .main-page .pl-xl-1,
    .main-page .px-xl-1 {
      padding-left: 0.25rem !important; }
    .main-page .p-xl-2 {
      padding: 0.5rem !important; }
    .main-page .pt-xl-2,
    .main-page .py-xl-2 {
      padding-top: 0.5rem !important; }
    .main-page .pr-xl-2,
    .main-page .px-xl-2 {
      padding-right: 0.5rem !important; }
    .main-page .pb-xl-2,
    .main-page .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .main-page .pl-xl-2,
    .main-page .px-xl-2 {
      padding-left: 0.5rem !important; }
    .main-page .p-xl-3 {
      padding: 1rem !important; }
    .main-page .pt-xl-3,
    .main-page .py-xl-3 {
      padding-top: 1rem !important; }
    .main-page .pr-xl-3,
    .main-page .px-xl-3 {
      padding-right: 1rem !important; }
    .main-page .pb-xl-3,
    .main-page .py-xl-3 {
      padding-bottom: 1rem !important; }
    .main-page .pl-xl-3,
    .main-page .px-xl-3 {
      padding-left: 1rem !important; }
    .main-page .p-xl-4 {
      padding: 1.5rem !important; }
    .main-page .pt-xl-4,
    .main-page .py-xl-4 {
      padding-top: 1.5rem !important; }
    .main-page .pr-xl-4,
    .main-page .px-xl-4 {
      padding-right: 1.5rem !important; }
    .main-page .pb-xl-4,
    .main-page .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .main-page .pl-xl-4,
    .main-page .px-xl-4 {
      padding-left: 1.5rem !important; }
    .main-page .p-xl-5 {
      padding: 3rem !important; }
    .main-page .pt-xl-5,
    .main-page .py-xl-5 {
      padding-top: 3rem !important; }
    .main-page .pr-xl-5,
    .main-page .px-xl-5 {
      padding-right: 3rem !important; }
    .main-page .pb-xl-5,
    .main-page .py-xl-5 {
      padding-bottom: 3rem !important; }
    .main-page .pl-xl-5,
    .main-page .px-xl-5 {
      padding-left: 3rem !important; }
    .main-page .m-xl-n1 {
      margin: -0.25rem !important; }
    .main-page .mt-xl-n1,
    .main-page .my-xl-n1 {
      margin-top: -0.25rem !important; }
    .main-page .mr-xl-n1,
    .main-page .mx-xl-n1 {
      margin-right: -0.25rem !important; }
    .main-page .mb-xl-n1,
    .main-page .my-xl-n1 {
      margin-bottom: -0.25rem !important; }
    .main-page .ml-xl-n1,
    .main-page .mx-xl-n1 {
      margin-left: -0.25rem !important; }
    .main-page .m-xl-n2 {
      margin: -0.5rem !important; }
    .main-page .mt-xl-n2,
    .main-page .my-xl-n2 {
      margin-top: -0.5rem !important; }
    .main-page .mr-xl-n2,
    .main-page .mx-xl-n2 {
      margin-right: -0.5rem !important; }
    .main-page .mb-xl-n2,
    .main-page .my-xl-n2 {
      margin-bottom: -0.5rem !important; }
    .main-page .ml-xl-n2,
    .main-page .mx-xl-n2 {
      margin-left: -0.5rem !important; }
    .main-page .m-xl-n3 {
      margin: -1rem !important; }
    .main-page .mt-xl-n3,
    .main-page .my-xl-n3 {
      margin-top: -1rem !important; }
    .main-page .mr-xl-n3,
    .main-page .mx-xl-n3 {
      margin-right: -1rem !important; }
    .main-page .mb-xl-n3,
    .main-page .my-xl-n3 {
      margin-bottom: -1rem !important; }
    .main-page .ml-xl-n3,
    .main-page .mx-xl-n3 {
      margin-left: -1rem !important; }
    .main-page .m-xl-n4 {
      margin: -1.5rem !important; }
    .main-page .mt-xl-n4,
    .main-page .my-xl-n4 {
      margin-top: -1.5rem !important; }
    .main-page .mr-xl-n4,
    .main-page .mx-xl-n4 {
      margin-right: -1.5rem !important; }
    .main-page .mb-xl-n4,
    .main-page .my-xl-n4 {
      margin-bottom: -1.5rem !important; }
    .main-page .ml-xl-n4,
    .main-page .mx-xl-n4 {
      margin-left: -1.5rem !important; }
    .main-page .m-xl-n5 {
      margin: -3rem !important; }
    .main-page .mt-xl-n5,
    .main-page .my-xl-n5 {
      margin-top: -3rem !important; }
    .main-page .mr-xl-n5,
    .main-page .mx-xl-n5 {
      margin-right: -3rem !important; }
    .main-page .mb-xl-n5,
    .main-page .my-xl-n5 {
      margin-bottom: -3rem !important; }
    .main-page .ml-xl-n5,
    .main-page .mx-xl-n5 {
      margin-left: -3rem !important; }
    .main-page .m-xl-auto {
      margin: auto !important; }
    .main-page .mt-xl-auto,
    .main-page .my-xl-auto {
      margin-top: auto !important; }
    .main-page .mr-xl-auto,
    .main-page .mx-xl-auto {
      margin-right: auto !important; }
    .main-page .mb-xl-auto,
    .main-page .my-xl-auto {
      margin-bottom: auto !important; }
    .main-page .ml-xl-auto,
    .main-page .mx-xl-auto {
      margin-left: auto !important; } }
  @media (min-width: 1508px) {
    .main-page .m-xxl-0 {
      margin: 0 !important; }
    .main-page .mt-xxl-0,
    .main-page .my-xxl-0 {
      margin-top: 0 !important; }
    .main-page .mr-xxl-0,
    .main-page .mx-xxl-0 {
      margin-right: 0 !important; }
    .main-page .mb-xxl-0,
    .main-page .my-xxl-0 {
      margin-bottom: 0 !important; }
    .main-page .ml-xxl-0,
    .main-page .mx-xxl-0 {
      margin-left: 0 !important; }
    .main-page .m-xxl-1 {
      margin: 0.25rem !important; }
    .main-page .mt-xxl-1,
    .main-page .my-xxl-1 {
      margin-top: 0.25rem !important; }
    .main-page .mr-xxl-1,
    .main-page .mx-xxl-1 {
      margin-right: 0.25rem !important; }
    .main-page .mb-xxl-1,
    .main-page .my-xxl-1 {
      margin-bottom: 0.25rem !important; }
    .main-page .ml-xxl-1,
    .main-page .mx-xxl-1 {
      margin-left: 0.25rem !important; }
    .main-page .m-xxl-2 {
      margin: 0.5rem !important; }
    .main-page .mt-xxl-2,
    .main-page .my-xxl-2 {
      margin-top: 0.5rem !important; }
    .main-page .mr-xxl-2,
    .main-page .mx-xxl-2 {
      margin-right: 0.5rem !important; }
    .main-page .mb-xxl-2,
    .main-page .my-xxl-2 {
      margin-bottom: 0.5rem !important; }
    .main-page .ml-xxl-2,
    .main-page .mx-xxl-2 {
      margin-left: 0.5rem !important; }
    .main-page .m-xxl-3 {
      margin: 1rem !important; }
    .main-page .mt-xxl-3,
    .main-page .my-xxl-3 {
      margin-top: 1rem !important; }
    .main-page .mr-xxl-3,
    .main-page .mx-xxl-3 {
      margin-right: 1rem !important; }
    .main-page .mb-xxl-3,
    .main-page .my-xxl-3 {
      margin-bottom: 1rem !important; }
    .main-page .ml-xxl-3,
    .main-page .mx-xxl-3 {
      margin-left: 1rem !important; }
    .main-page .m-xxl-4 {
      margin: 1.5rem !important; }
    .main-page .mt-xxl-4,
    .main-page .my-xxl-4 {
      margin-top: 1.5rem !important; }
    .main-page .mr-xxl-4,
    .main-page .mx-xxl-4 {
      margin-right: 1.5rem !important; }
    .main-page .mb-xxl-4,
    .main-page .my-xxl-4 {
      margin-bottom: 1.5rem !important; }
    .main-page .ml-xxl-4,
    .main-page .mx-xxl-4 {
      margin-left: 1.5rem !important; }
    .main-page .m-xxl-5 {
      margin: 3rem !important; }
    .main-page .mt-xxl-5,
    .main-page .my-xxl-5 {
      margin-top: 3rem !important; }
    .main-page .mr-xxl-5,
    .main-page .mx-xxl-5 {
      margin-right: 3rem !important; }
    .main-page .mb-xxl-5,
    .main-page .my-xxl-5 {
      margin-bottom: 3rem !important; }
    .main-page .ml-xxl-5,
    .main-page .mx-xxl-5 {
      margin-left: 3rem !important; }
    .main-page .p-xxl-0 {
      padding: 0 !important; }
    .main-page .pt-xxl-0,
    .main-page .py-xxl-0 {
      padding-top: 0 !important; }
    .main-page .pr-xxl-0,
    .main-page .px-xxl-0 {
      padding-right: 0 !important; }
    .main-page .pb-xxl-0,
    .main-page .py-xxl-0 {
      padding-bottom: 0 !important; }
    .main-page .pl-xxl-0,
    .main-page .px-xxl-0 {
      padding-left: 0 !important; }
    .main-page .p-xxl-1 {
      padding: 0.25rem !important; }
    .main-page .pt-xxl-1,
    .main-page .py-xxl-1 {
      padding-top: 0.25rem !important; }
    .main-page .pr-xxl-1,
    .main-page .px-xxl-1 {
      padding-right: 0.25rem !important; }
    .main-page .pb-xxl-1,
    .main-page .py-xxl-1 {
      padding-bottom: 0.25rem !important; }
    .main-page .pl-xxl-1,
    .main-page .px-xxl-1 {
      padding-left: 0.25rem !important; }
    .main-page .p-xxl-2 {
      padding: 0.5rem !important; }
    .main-page .pt-xxl-2,
    .main-page .py-xxl-2 {
      padding-top: 0.5rem !important; }
    .main-page .pr-xxl-2,
    .main-page .px-xxl-2 {
      padding-right: 0.5rem !important; }
    .main-page .pb-xxl-2,
    .main-page .py-xxl-2 {
      padding-bottom: 0.5rem !important; }
    .main-page .pl-xxl-2,
    .main-page .px-xxl-2 {
      padding-left: 0.5rem !important; }
    .main-page .p-xxl-3 {
      padding: 1rem !important; }
    .main-page .pt-xxl-3,
    .main-page .py-xxl-3 {
      padding-top: 1rem !important; }
    .main-page .pr-xxl-3,
    .main-page .px-xxl-3 {
      padding-right: 1rem !important; }
    .main-page .pb-xxl-3,
    .main-page .py-xxl-3 {
      padding-bottom: 1rem !important; }
    .main-page .pl-xxl-3,
    .main-page .px-xxl-3 {
      padding-left: 1rem !important; }
    .main-page .p-xxl-4 {
      padding: 1.5rem !important; }
    .main-page .pt-xxl-4,
    .main-page .py-xxl-4 {
      padding-top: 1.5rem !important; }
    .main-page .pr-xxl-4,
    .main-page .px-xxl-4 {
      padding-right: 1.5rem !important; }
    .main-page .pb-xxl-4,
    .main-page .py-xxl-4 {
      padding-bottom: 1.5rem !important; }
    .main-page .pl-xxl-4,
    .main-page .px-xxl-4 {
      padding-left: 1.5rem !important; }
    .main-page .p-xxl-5 {
      padding: 3rem !important; }
    .main-page .pt-xxl-5,
    .main-page .py-xxl-5 {
      padding-top: 3rem !important; }
    .main-page .pr-xxl-5,
    .main-page .px-xxl-5 {
      padding-right: 3rem !important; }
    .main-page .pb-xxl-5,
    .main-page .py-xxl-5 {
      padding-bottom: 3rem !important; }
    .main-page .pl-xxl-5,
    .main-page .px-xxl-5 {
      padding-left: 3rem !important; }
    .main-page .m-xxl-n1 {
      margin: -0.25rem !important; }
    .main-page .mt-xxl-n1,
    .main-page .my-xxl-n1 {
      margin-top: -0.25rem !important; }
    .main-page .mr-xxl-n1,
    .main-page .mx-xxl-n1 {
      margin-right: -0.25rem !important; }
    .main-page .mb-xxl-n1,
    .main-page .my-xxl-n1 {
      margin-bottom: -0.25rem !important; }
    .main-page .ml-xxl-n1,
    .main-page .mx-xxl-n1 {
      margin-left: -0.25rem !important; }
    .main-page .m-xxl-n2 {
      margin: -0.5rem !important; }
    .main-page .mt-xxl-n2,
    .main-page .my-xxl-n2 {
      margin-top: -0.5rem !important; }
    .main-page .mr-xxl-n2,
    .main-page .mx-xxl-n2 {
      margin-right: -0.5rem !important; }
    .main-page .mb-xxl-n2,
    .main-page .my-xxl-n2 {
      margin-bottom: -0.5rem !important; }
    .main-page .ml-xxl-n2,
    .main-page .mx-xxl-n2 {
      margin-left: -0.5rem !important; }
    .main-page .m-xxl-n3 {
      margin: -1rem !important; }
    .main-page .mt-xxl-n3,
    .main-page .my-xxl-n3 {
      margin-top: -1rem !important; }
    .main-page .mr-xxl-n3,
    .main-page .mx-xxl-n3 {
      margin-right: -1rem !important; }
    .main-page .mb-xxl-n3,
    .main-page .my-xxl-n3 {
      margin-bottom: -1rem !important; }
    .main-page .ml-xxl-n3,
    .main-page .mx-xxl-n3 {
      margin-left: -1rem !important; }
    .main-page .m-xxl-n4 {
      margin: -1.5rem !important; }
    .main-page .mt-xxl-n4,
    .main-page .my-xxl-n4 {
      margin-top: -1.5rem !important; }
    .main-page .mr-xxl-n4,
    .main-page .mx-xxl-n4 {
      margin-right: -1.5rem !important; }
    .main-page .mb-xxl-n4,
    .main-page .my-xxl-n4 {
      margin-bottom: -1.5rem !important; }
    .main-page .ml-xxl-n4,
    .main-page .mx-xxl-n4 {
      margin-left: -1.5rem !important; }
    .main-page .m-xxl-n5 {
      margin: -3rem !important; }
    .main-page .mt-xxl-n5,
    .main-page .my-xxl-n5 {
      margin-top: -3rem !important; }
    .main-page .mr-xxl-n5,
    .main-page .mx-xxl-n5 {
      margin-right: -3rem !important; }
    .main-page .mb-xxl-n5,
    .main-page .my-xxl-n5 {
      margin-bottom: -3rem !important; }
    .main-page .ml-xxl-n5,
    .main-page .mx-xxl-n5 {
      margin-left: -3rem !important; }
    .main-page .m-xxl-auto {
      margin: auto !important; }
    .main-page .mt-xxl-auto,
    .main-page .my-xxl-auto {
      margin-top: auto !important; }
    .main-page .mr-xxl-auto,
    .main-page .mx-xxl-auto {
      margin-right: auto !important; }
    .main-page .mb-xxl-auto,
    .main-page .my-xxl-auto {
      margin-bottom: auto !important; }
    .main-page .ml-xxl-auto,
    .main-page .mx-xxl-auto {
      margin-left: auto !important; } }
  .main-page .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0); }
  .main-page .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
  .main-page .text-justify {
    text-align: justify !important; }
  .main-page .text-wrap {
    white-space: normal !important; }
  .main-page .text-nowrap {
    white-space: nowrap !important; }
  .main-page .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .main-page .text-left {
    text-align: left !important; }
  .main-page .text-right {
    text-align: right !important; }
  .main-page .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    .main-page .text-sm-left {
      text-align: left !important; }
    .main-page .text-sm-right {
      text-align: right !important; }
    .main-page .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .main-page .text-md-left {
      text-align: left !important; }
    .main-page .text-md-right {
      text-align: right !important; }
    .main-page .text-md-center {
      text-align: center !important; } }
  @media (min-width: 930px) {
    .main-page .text-lg-left {
      text-align: left !important; }
    .main-page .text-lg-right {
      text-align: right !important; }
    .main-page .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .main-page .text-xl-left {
      text-align: left !important; }
    .main-page .text-xl-right {
      text-align: right !important; }
    .main-page .text-xl-center {
      text-align: center !important; } }
  @media (min-width: 1508px) {
    .main-page .text-xxl-left {
      text-align: left !important; }
    .main-page .text-xxl-right {
      text-align: right !important; }
    .main-page .text-xxl-center {
      text-align: center !important; } }
  .main-page .text-lowercase {
    text-transform: lowercase !important; }
  .main-page .text-uppercase {
    text-transform: uppercase !important; }
  .main-page .text-capitalize {
    text-transform: capitalize !important; }
  .main-page .font-weight-light {
    font-weight: 300 !important; }
  .main-page .font-weight-lighter {
    font-weight: lighter !important; }
  .main-page .font-weight-normal {
    font-weight: 400 !important; }
  .main-page .font-weight-bold {
    font-weight: 700 !important; }
  .main-page .font-weight-bolder {
    font-weight: bolder !important; }
  .main-page .font-italic {
    font-style: italic !important; }
  .main-page .text-white {
    color: #fff !important; }
  .main-page .text-primary {
    color: #007bff !important; }
  .main-page a.text-primary:hover, .main-page a.text-primary:focus {
    color: #0056b3 !important; }
  .main-page .text-secondary {
    color: #6c757d !important; }
  .main-page a.text-secondary:hover, .main-page a.text-secondary:focus {
    color: #494f54 !important; }
  .main-page .text-success {
    color: #28a745 !important; }
  .main-page a.text-success:hover, .main-page a.text-success:focus {
    color: #19692c !important; }
  .main-page .text-info {
    color: #17a2b8 !important; }
  .main-page a.text-info:hover, .main-page a.text-info:focus {
    color: #0f6674 !important; }
  .main-page .text-warning {
    color: #ffc107 !important; }
  .main-page a.text-warning:hover, .main-page a.text-warning:focus {
    color: #ba8b00 !important; }
  .main-page .text-danger {
    color: #dc3545 !important; }
  .main-page a.text-danger:hover, .main-page a.text-danger:focus {
    color: #a71d2a !important; }
  .main-page .text-light {
    color: #f8f9fa !important; }
  .main-page a.text-light:hover, .main-page a.text-light:focus {
    color: #cbd3da !important; }
  .main-page .text-dark {
    color: #343a40 !important; }
  .main-page a.text-dark:hover, .main-page a.text-dark:focus {
    color: #121416 !important; }
  .main-page .text-body {
    color: #212529 !important; }
  .main-page .text-muted {
    color: #6c757d !important; }
  .main-page .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .main-page .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .main-page .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .main-page .text-decoration-none {
    text-decoration: none !important; }
  .main-page .text-break {
    word-break: break-word !important;
    word-wrap: break-word !important; }
  .main-page .text-reset {
    color: inherit !important; }
  .main-page .visible {
    visibility: visible !important; }
  .main-page .invisible {
    visibility: hidden !important; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
  :root {
    --swiper-theme-color: #007aff; }
  .main-page .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }
  .main-page .swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-page .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .main-page .swiper-android .swiper-slide,
  .main-page .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  .main-page .swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
    .main-page .swiper-pointer-events.swiper-vertical {
      -ms-touch-action: pan-x;
      touch-action: pan-x; }
  .main-page .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .main-page .swiper-slide-invisible-blank {
    visibility: hidden; }
  .main-page .swiper-autoheight,
  .main-page .swiper-autoheight .swiper-slide {
    height: auto; }
  .main-page .swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }
  .main-page .swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .main-page .swiper-3d,
  .main-page .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px; }
  .main-page .swiper-3d .swiper-wrapper,
  .main-page .swiper-3d .swiper-slide,
  .main-page .swiper-3d .swiper-slide-shadow,
  .main-page .swiper-3d .swiper-slide-shadow-left,
  .main-page .swiper-3d .swiper-slide-shadow-right,
  .main-page .swiper-3d .swiper-slide-shadow-top,
  .main-page .swiper-3d .swiper-slide-shadow-bottom,
  .main-page .swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .main-page .swiper-3d .swiper-slide-shadow,
  .main-page .swiper-3d .swiper-slide-shadow-left,
  .main-page .swiper-3d .swiper-slide-shadow-right,
  .main-page .swiper-3d .swiper-slide-shadow-top,
  .main-page .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .main-page .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15); }
  .main-page .swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .main-page .swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .main-page .swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .main-page .swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .main-page .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }
    .main-page .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none; }
  .main-page .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }
  .main-page .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory; }
  .main-page .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory; }
  .main-page .swiper-centered > .swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999; }
  .main-page .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before); }
  .main-page .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after); }
  .main-page .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before); }
  .main-page .swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after); }
  .main-page .swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center; }
  @media (max-width: 929.98px) {
    .main-page {
      font-size: 16px;
      line-height: 24px; } }
  .main-page a {
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s; }
  .main-page [class^="icon-"],
  .main-page [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .main-page .icon-close:before {
    content: "\e912"; }
  .main-page .icon-play:before {
    content: "\e911"; }
  .main-page .icon-arrow-down:before {
    content: "\e900"; }
  .main-page .icon-arrow-left:before {
    content: "\e901"; }
  .main-page .icon-arrow-right:before {
    content: "\e902"; }
  .main-page .icon-arrow-up:before {
    content: "\e903"; }
  .main-page .icon-bullet:before {
    content: "\e905"; }
  .main-page .icon-hamburger:before {
    content: "\e908"; }
  .main-page .icon-quote:before {
    content: "\e90c"; }
  .main-page .icon-slider-marker:before {
    content: "\e90d"; }
  .main-page .icon-slider-marker-selected:before {
    content: "\e90e"; }
  @media (max-width: 929.98px) {
    .main-page .nav-event {
      position: relative; }
      .main-page .nav-event .nav-event-toggle {
        position: absolute;
        top: -63px;
        right: 12px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border-color: transparent;
        background-color: var(--theme-color);
        color: #fff;
        text-align: center;
        padding-top: 10px;
        cursor: pointer; }
        .main-page .nav-event .nav-event-toggle > i {
          line-height: 25px; }
        .main-page .nav-event .nav-event-toggle:hover, .main-page .nav-event .nav-event-toggle:active {
          color: #fff; }
      .main-page .nav-event > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        max-height: 1px;
        opacity: 0;
        overflow: hidden;
        pointer-events: none; }
        .main-page .nav-event > ul > li:not(.register) + li:not(.register) {
          position: relative; }
          .main-page .nav-event > ul > li:not(.register) + li:not(.register):after {
            content: '';
            border-top: solid 3px var(--theme-color);
            position: absolute;
            left: 0;
            top: -1px;
            width: 45px; }
        .main-page .nav-event > ul > li:not(.register) > a {
          display: block;
          font-size: 14px;
          font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
          font-weight: bold;
          color: #000;
          padding: 7px 0 4px;
          text-transform: uppercase;
          border-top: solid 1px #000; }
        .main-page .nav-event > ul > li.register {
          margin: 5px 0 50px; }
          .main-page .nav-event > ul > li.register > a {
            display: block;
            padding-top: 14px;
            padding-bottom: 16px;
            border: none;
            background-color: var(--theme-color);
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-transform: none;
            border-radius: 30px; }
            .main-page .nav-event > ul > li.register > a:hover {
              text-decoration: none;
              color: var(--theme-color);
              background-color: #000; }
      .main-page .nav-event.expanded .nav-event-toggle i:before {
        content: "\e912"; }
      .main-page .nav-event.expanded > ul {
        max-height: 700px;
        opacity: 1;
        pointer-events: all; } }
  @media (min-width: 930px) {
    .main-page .nav-event-toggle {
      display: none; }
    .main-page .nav-event-wrapper {
      position: absolute;
      top: 0;
      padding-top: 0;
      z-index: 1;
      left: 0;
      right: 0;
      background-color: #fff;
      -webkit-transition: padding-top 0.25s ease-in-out;
      transition: padding-top 0.25s ease-in-out; }
      .menu-fxd .main-page .nav-event-wrapper {
        position: fixed;
        z-index: 10;
        padding-top: 80px;
        border-bottom: solid 1px #d7d7d7; }
    .main-page .nav-event {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      background-color: transparent;
      border-top: solid 1px #000; }
      .main-page .nav-event > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        gap: 20px; }
        .main-page .nav-event > ul > li > a {
          display: block;
          border-top: solid 3px transparent;
          margin-top: -2px;
          color: #000;
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 14px;
          padding: 14px 14px 12px; }
          .main-page .nav-event > ul > li > a:hover {
            color: var(--theme-color);
            text-decoration: none; }
        .main-page .nav-event > ul > li.active > a {
          border-color: var(--theme-color); }
        .main-page .nav-event > ul > li.register {
          display: none; }
      .menu-fxd .main-page .nav-event {
        border-color: transparent; } }
  @media (min-width: 1200px) {
    .main-page .nav-event > ul > li > a {
      padding: 14px 18px 12px; } }
  .main-page .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 16px; }
    .main-page .breadcrumb > li > a {
      color: #000; }
    .main-page .breadcrumb > li + li {
      position: relative;
      padding-left: 14px; }
      .main-page .breadcrumb > li + li:after {
        position: absolute;
        left: 3px;
        top: 0;
        content: '/';
        color: var(--theme-color); }
    @media (max-width: 929.98px) {
      .main-page .breadcrumb {
        display: none; } }
  @media (max-width: 929.98px) {
    .main-page .hero-wrapper {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .main-page .hero-wrapper h1, .main-page .hero-wrapper .heading-1 {
        margin: 10px 0 0;
        padding: 0 0 27px;
        font-size: 25px;
        color: var(--theme-color); }
        .main-page .hero-wrapper h1 > .heading-1, .main-page .hero-wrapper .heading-1 > .heading-1 {
          margin: 0;
          padding: 0; }
      .main-page .hero-wrapper:before {
        content: '';
        background-image: var(--theme-hero-image);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 250px;
        overflow: hidden; }
    .main-page .top-hero {
      padding-top: 1px; }
      .main-page .top-hero:before {
        content: '';
        position: absolute;
        margin-top: 250px;
        top: -18px;
        background-color: #fff;
        left: 0;
        right: 0;
        height: 19px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        border-color: transparent; }
      .main-page .top-hero .text-box p a {
        color: #000;
        text-decoration: underline;
        text-underline-offset: 3px; } }
  @media (max-width: 575.98px) {
    .main-page .hero-wrapper:before {
      padding-top: 225px; }
    .main-page .top-hero:before {
      margin-top: 225px; } }
  @media (min-width: 930px) {
    .main-page .hero-wrapper h1, .main-page .hero-wrapper .heading-1 {
      margin: 0;
      padding: 0 0 27px;
      font-size: 60px;
      color: var(--theme-color); }
      .main-page .hero-wrapper h1 > .heading-1, .main-page .hero-wrapper .heading-1 > .heading-1 {
        padding: 0; }
    .main-page .top-hero {
      background-image: var(--theme-hero-image);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: relative;
      padding: 77px 0; }
      .main-page .top-hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 77px;
        border-bottom-left-radius: 48px;
        border-bottom-right-radius: 48px;
        border-color: transparent;
        background-color: #fff; }
      .main-page .top-hero:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 77px;
        border-top-left-radius: 48px;
        border-top-right-radius: 48px;
        border-color: transparent;
        background-color: #fff; }
      .main-page .top-hero .text-box {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 30px 40px;
        font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.67;
        margin-right: 150px;
        border-bottom: solid 9px transparent;
        border-bottom-color: var(--theme-color); }
        .main-page .top-hero .text-box .body {
          font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
          font-size: 22px;
          font-weight: 300;
          font-stretch: normal;
          font-style: normal; }
        .main-page .top-hero .text-box p {
          padding: 0;
          margin: 0; }
          .main-page .top-hero .text-box p + p {
            margin-top: 24px; }
        .main-page .top-hero .text-box a {
          font-weight: 500;
          color: #fff;
          text-decoration: underline; } }
  @media (min-width: 1200px) {
    .main-page .hero-wrapper h1, .main-page .hero-wrapper .heading-1 {
      margin: 23px 0 0; }
      .main-page .hero-wrapper h1 > .heading-1, .main-page .hero-wrapper .heading-1 > .heading-1 {
        margin: 0; }
    .main-page .top-hero .text-box .body {
      font-size: 26px; } }
  @media (min-width: 1508px) {
    .main-page .hero-wrapper h1, .main-page .hero-wrapper .heading-1 {
      margin: 43px 0 0; }
      .main-page .hero-wrapper h1 > .heading-1, .main-page .hero-wrapper .heading-1 > .heading-1 {
        margin: 0; }
    .main-page .top-hero .text-box .body {
      font-size: 30px; } }
  .main-page .event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 38px 0; }
    .main-page .event-info > .title {
      padding: 27px 0 24px;
      border-top-left-radius: 29px;
      border-top-right-radius: 29px;
      border: solid 1px transparent;
      border-color: #d7d7d7;
      border-bottom: none;
      background-color: #fff;
      text-align: center; }
    .main-page .event-info > .details {
      border-bottom-left-radius: 29px;
      border-bottom-right-radius: 29px;
      border-color: transparent;
      background-color: var(--theme-color);
      color: #fff;
      padding: 14px 30px 34px;
      font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
      .main-page .event-info > .details > .block b {
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        padding-bottom: 5px; }
      .main-page .event-info > .details > .block p {
        padding: 0;
        margin: 0;
        font-size: 15px;
        line-height: 21px; }
        .main-page .event-info > .details > .block p + p {
          margin-top: 15px; }
      .main-page .event-info > .details > .block + .block {
        border-top: solid 1px #fff;
        margin-top: 11px;
        padding-top: 8px; }
      .main-page .event-info > .details > .btn {
        display: block;
        margin-top: 20px;
        padding-top: 14px;
        padding-bottom: 16px;
        border: none;
        background-color: #fff;
        color: #000;
        font-size: 20px;
        font-weight: bold;
        text-transform: none;
        border-radius: 30px; }
        .main-page .event-info > .details > .btn:hover {
          text-decoration: none;
          color: var(--theme-color);
          background-color: #000; }
    @media (min-width: 930px) {
      .event-info-is-sticky .main-page .event-info {
        opacity: 0;
        pointer-events: none; } }
    @media (max-width: 929.98px) {
      .main-page .event-info {
        margin: 10px 0 0; }
        .main-page .event-info .title {
          border-color: var(--theme-color);
          padding-bottom: 53px;
          position: relative; }
          .main-page .event-info .title:after {
            content: '';
            border-top-left-radius: 29px;
            border-top-right-radius: 29px;
            background-color: var(--theme-color);
            border-color: transparent;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 32px; }
        .main-page .event-info .details {
          padding-top: 0; }
          .main-page .event-info .details .block p {
            font-size: 14px; } }
  .main-page .event-info-body-wrapper {
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
    @media (min-width: 930px) {
      .event-info-is-sticky .main-page .event-info-body-wrapper {
        opacity: 1;
        pointer-events: all; }
        .event-info-is-sticky .main-page .event-info-body-wrapper .event-info {
          opacity: 1;
          pointer-events: all; } }
    @media (max-width: 929.98px) {
      .main-page .event-info-body-wrapper {
        display: none; } }
  .main-page section {
    position: relative;
    margin-top: 80px; }
    @media (max-width: 1199.98px) {
      .main-page section {
        margin-top: 60px; } }
    @media (max-width: 929.98px) {
      .main-page section {
        margin-top: 50px; } }
    @media (max-width: 767.98px) {
      .main-page section {
        margin-top: 30px; } }
    .main-page section > .anchor {
      position: absolute;
      top: -180px; }
    .main-page section.media + .media {
      margin-top: 20px; }
      @media (max-width: 1199.98px) {
        .main-page section.media + .media {
          margin-top: 50px; } }
      @media (max-width: 929.98px) {
        .main-page section.media + .media {
          margin-top: 20px; } }
      @media (max-width: 767.98px) {
        .main-page section.media + .media {
          margin-top: 0; } }
    .main-page section .title {
      margin-bottom: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 18px;
      font-family: Roboto Slab, Times New Roman, Times, serif;
      font-size: 35px;
      font-weight: bold;
      color: var(--theme-color); }
      .main-page section .title > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%; }
      .main-page section .title > .line {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative; }
        .main-page section .title > .line:after {
          content: '';
          position: absolute;
          border-top: solid 1px #000;
          top: 50%;
          left: 0;
          right: 0; }
        @media (max-width: 1199.98px) {
          .main-page section .title > .line {
            min-width: 10%;
            margin-top: 8px; } }
      @media (max-width: 1199.98px) {
        .main-page section .title {
          margin-bottom: 50px; } }
      @media (max-width: 929.98px) {
        .main-page section .title {
          margin-bottom: 40px;
          font-size: 25px;
          line-height: 40px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 0; }
          .main-page section .title > .text {
            width: 100%; } }
      @media (max-width: 767.98px) {
        .main-page section .title {
          margin-bottom: 20px; } }
    .main-page section .content + .content {
      margin-top: 60px; }
      @media (max-width: 1199.98px) {
        .main-page section .content + .content {
          margin-top: 50px; } }
      @media (max-width: 929.98px) {
        .main-page section .content + .content {
          margin-top: 40px; } }
      @media (max-width: 767.98px) {
        .main-page section .content + .content {
          margin-top: 30px; } }
    .main-page section .content h5 {
      text-transform: uppercase;
      font-size: 22px;
      line-height: 39px;
      font-family: revert; }
      @media (max-width: 1199.98px) {
        .main-page section .content h5 {
          font-size: 18px;
          line-height: 26px; } }
      .main-page section .content h5 + p {
        margin-top: 32px; }
        @media (max-width: 1199.98px) {
          .main-page section .content h5 + p {
            margin-top: 25px; } }
        @media (max-width: 929.98px) {
          .main-page section .content h5 + p {
            margin-top: 20px; } }
    .main-page section .content .name {
      color: var(--theme-color);
      font-weight: bold; }
    .main-page section .content p {
      margin-top: 1rem;
      margin-bottom: 0; }
      .main-page section .content p.big {
        font-size: 22px;
        line-height: 39px; }
        @media (max-width: 929.98px) {
          .main-page section .content p.big {
            font-size: 18px;
            line-height: 32px; } }
        .main-page section .content p.big + p.big {
          margin-top: 32px; }
          @media (max-width: 1199.98px) {
            .main-page section .content p.big + p.big {
              margin-top: 25px; } }
          @media (max-width: 767.98px) {
            .main-page section .content p.big + p.big {
              margin-top: 20px; } }
    .main-page section .content p a, .main-page section .content .event-details a {
      color: #000;
      position: relative; }
      .main-page section .content p a:after, .main-page section .content .event-details a:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: -2px;
        border-bottom: solid 1px transparent;
        border-color: var(--theme-color); }
      .main-page section .content p a:hover, .main-page section .content .event-details a:hover {
        text-decoration: none;
        color: var(--theme-color); }
    .main-page section .content ul:not(.exhibitor-list) {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-bottom: 4px;
      margin-top: 10px; }
      .main-page section .content ul:not(.exhibitor-list) > li {
        position: relative;
        margin: 0;
        padding: 0;
        padding-left: 26px;
        margin-top: 10px; }
        .main-page section .content ul:not(.exhibitor-list) > li:after {
          position: absolute;
          color: var(--theme-color);
          left: 0;
          top: 9px;
          font-size: 13px;
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ""; }
          @media (max-width: 929.98px) {
            .main-page section .content ul:not(.exhibitor-list) > li:after {
              top: 5px; } }
  .main-page .swiper-controls {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    @media (max-width: 1199.98px) {
      .main-page .swiper-controls {
        margin-left: 24px;
        display: none; } }
    .main-page .swiper-controls > a {
      background-color: var(--theme-color);
      color: #fff;
      text-decoration: none;
      border-radius: 50%;
      width: 45px;
      height: 45px; }
      .main-page .swiper-controls > a > i {
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .main-page .swiper-controls > a:hover {
        text-decoration: none;
        background-color: #000; }
      .main-page .swiper-controls > a.swiper-button-prev {
        padding-right: 4px; }
      .main-page .swiper-controls > a.swiper-button-next {
        padding-left: 2px; }
  @media (min-width: 930px) {
    .main-page .swiper-pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 17px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      z-index: 2; }
      .main-page .swiper-pagination .swiper-pagination-bullet {
        font-size: 13px;
        display: block;
        color: var(--theme-color);
        -webkit-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s; }
        .main-page .swiper-pagination .swiper-pagination-bullet:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ""; }
        .main-page .swiper-pagination .swiper-pagination-bullet:hover {
          color: #000; }
      .main-page .swiper-pagination .swiper-pagination-bullet-active:after {
        content: '\e90e'; } }
  .main-page .sponsors .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  .main-page .sponsors .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    height: 75px;
    padding: 0 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-page .sponsors .swiper-slide > img {
      width: auto;
      height: auto;
      max-height: 85px;
      max-width: 100%; }
  @media (max-width: 767.98px) {
    .main-page section.testimonials .title {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .main-page section.testimonials .title > span {
        width: auto; }
      .main-page section.testimonials .title .swiper-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .main-page .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 26px; }
    @media (min-width: 768px) {
      .main-page .testimonial {
        margin-left: 156px; } }
    .main-page .testimonial:before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 10px;
      border-left: solid 1px var(--theme-color); }
      @media (max-width: 767.98px) {
        .main-page .testimonial:before {
          left: 10px; } }
    .main-page .testimonial .quote {
      font-style: italic;
      margin-bottom: 31px; }
      @media (max-width: 767.98px) {
        .main-page .testimonial .quote {
          margin-bottom: 20px; } }
    .main-page .testimonial .author {
      font-size: 22px;
      font-weight: bold; }
    .main-page .testimonial .author-2 {
      font-weight: bold;
      color: var(--theme-color); }
  .main-page .swiper .testimonial-icon {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    color: #000; }
    @media (max-width: 767.98px) {
      .main-page .swiper .testimonial-icon {
        font-size: 53px;
        padding-left: 14px; } }
    @media (min-width: 768px) {
      .main-page .swiper .testimonial-icon {
        position: absolute;
        font-size: 93px;
        left: 0;
        top: 105px; } }
  @media (min-width: 768px) {
    .main-page .swiper .testimonial {
      margin-bottom: -31px; } }
  .main-page .media img {
    border-radius: 15px;
    border-color: transparent;
    width: 100%;
    height: auto; }
  @media (max-width: 767.98px) {
    .main-page .media .row img {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .main-page .media .row {
      margin-left: -20px;
      margin-right: -20px; }
      .main-page .media .row > div {
        padding-left: 20px;
        padding-right: 20px; }
        .main-page .media .row > div img {
          margin-top: 40px; } }
  .main-page .media .swiper-pagination {
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .main-page .media .swiper-pagination {
        display: none; } }
  .main-page .media .video {
    padding-top: 40px; }
    @media (max-width: 767.98px) {
      .main-page .media .video {
        margin-top: 20px;
        padding-top: 0; } }
  .main-page .media .video-js {
    border-radius: 15px;
    border-color: transparent;
    width: 100%;
    height: auto; }
    .main-page .media .video-js .vjs-big-play-button {
      background-color: var(--theme-color);
      color: #fff;
      border-radius: 50%;
      -webkit-transition: all ease-in-out 0.25s;
      transition: all ease-in-out 0.25s; }
      .main-page .media .video-js .vjs-big-play-button .vjs-icon-placeholder {
        display: none; }
      .main-page .media .video-js .vjs-big-play-button:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 35px;
        line-height: 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -17px;
        margin-left: -15px; }
    .main-page .media .video-js:hover .vjs-big-play-button {
      background-color: #000;
      color: var(--theme-color); }
  .main-page .tabbed .title {
    position: relative; }
    .main-page .tabbed .title .tabs {
      list-style: none;
      padding: 0;
      margin: 0; }
    @media (max-width: 929.98px) {
      .main-page .tabbed .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .main-page .tabbed .title .tabs {
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          max-height: 1px;
          opacity: 0;
          overflow: hidden;
          pointer-events: none; }
          .main-page .tabbed .title .tabs > li {
            position: relative;
            margin-top: 10px; }
            .main-page .tabbed .title .tabs > li + li {
              margin-top: 0; }
              .main-page .tabbed .title .tabs > li + li:after {
                content: '';
                border-top: solid 3px var(--theme-color);
                position: absolute;
                left: 0;
                top: -1px;
                width: 45px; }
              .main-page .tabbed .title .tabs > li + li > a {
                border-top: solid 1px #000; }
            .main-page .tabbed .title .tabs > li > a {
              display: block;
              font-size: 16px;
              font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
              font-weight: bold;
              color: #000;
              padding: 7px 0 4px;
              text-transform: uppercase; }
        .main-page .tabbed .title .tabs-wrapper {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%;
          margin-top: 20px;
          margin-bottom: -20px; }
          .main-page .tabbed .title .tabs-wrapper.expanded .tabs {
            max-height: 700px;
            opacity: 1;
            pointer-events: all; }
          .main-page .tabbed .title .tabs-wrapper.expanded .tabs-dropdown > span:after {
            content: "\e903"; }
        .main-page .tabbed .title .tabs-dropdown {
          border: solid 1px var(--theme-color);
          border-radius: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 9px 0; }
          .main-page .tabbed .title .tabs-dropdown > span {
            position: relative;
            color: #000;
            font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
            font-size: 18px;
            padding-right: 60px; }
            .main-page .tabbed .title .tabs-dropdown > span:after {
              /* use !important to prevent issues with browser extensions that change fonts */
              font-family: 'icomoon' !important;
              speak: never;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "";
              position: absolute;
              right: 0;
              top: 50%;
              margin-top: -9px;
              font-size: 18px;
              color: var(--theme-color); } }
    @media (max-width: 767.98px) {
      .main-page .tabbed .title .tabs-wrapper {
        margin-top: 20px;
        margin-bottom: 0; } }
    @media (min-width: 930px) {
      .main-page .tabbed .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin-bottom: 0; }
        .main-page .tabbed .title .tabs-dropdown {
          display: none; }
        .main-page .tabbed .title .text {
          padding-bottom: 30px; }
        .main-page .tabbed .title .tabs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .main-page .tabbed .title .tabs > li > a {
            padding: 6px 24px 8px;
            font-size: 19px;
            font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #000;
            background-color: transparent;
            border-top: solid 3px transparent;
            border-bottom: solid 3px transparent;
            text-align: center; }
            .main-page .tabbed .title .tabs > li > a:hover {
              border-top-color: #000;
              border-bottom-color: var(--theme-color);
              text-decoration: none; }
          .main-page .tabbed .title .tabs > li.active > a {
            border-top-color: #000;
            border-bottom-color: var(--theme-color);
            background-color: #fafafa; } }
    @media (min-width: 1200px) {
      .main-page .tabbed .title .tabs > li > a {
        padding: 8px 24px 11px; } }
    @media (min-width: 1508px) {
      .main-page .tabbed .title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .main-page .tabbed .title .text {
          padding-bottom: 0; }
        .main-page .tabbed .title .tabs {
          position: absolute;
          right: 0;
          top: 15px; }
          .main-page .tabbed .title .tabs > li > a {
            padding: 8px 34px 11px; } }
  .main-page .tabbed .content:not(.active) {
    display: none; }
  .main-page .agenda .agenda-date {
    font-weight: normal;
    line-height: 26px; }
  .main-page .agenda .agenda-day {
    color: var(--theme-color); }
    @media (max-width: 929.98px) {
      .main-page .agenda .agenda-day {
        font-weight: bold; } }
  .main-page .agenda .content {
    margin-top: 0 !important; }
    @media (min-width: 930px) {
      .main-page .agenda .content {
        margin-top: -2px !important; } }
    @media (min-width: 1508px) {
      .main-page .agenda .content {
        margin-top: 28px !important; } }
    .main-page .agenda .content .title-day {
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 40px; }
      @media (max-width: 1507.98px) {
        .main-page .agenda .content .title-day {
          margin-bottom: 20px;
          padding-top: 35px;
          border-top: solid 1px rgba(0, 0, 0, 0.18); } }
      @media (min-width: 1508px) {
        .main-page .agenda .content .title-day {
          border-bottom: solid 1px rgba(0, 0, 0, 0.18);
          padding-bottom: 4px; } }
      @media (max-width: 929.98px) {
        .main-page .agenda .content .title-day {
          display: none; } }
    .main-page .agenda .content .line-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: solid 1px transparent;
      border-bottom-color: var(--theme-color);
      line-height: 26px;
      padding-top: 15px;
      position: relative; }
      @media (max-width: 767.98px) {
        .main-page .agenda .content .line-item {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .main-page .agenda .content .line-item.more-detail {
        max-height: 1px;
        overflow: visible;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        padding-top: 0;
        margin-top: -1px;
        background-color: #fff;
        font-size: 16px;
        line-height: 22px; }
        .main-page .agenda .content .line-item.more-detail.show {
          opacity: 1;
          max-height: 1000px;
          padding: 18px 0;
          margin-top: 0;
          background-color: #fafafa;
          pointer-events: all; }
        .main-page .agenda .content .line-item.more-detail .event-more-details {
          padding-right: 30px; }
        .main-page .agenda .content .line-item.more-detail b {
          font-weight: bold;
          color: var(--theme-color); }
        .main-page .agenda .content .line-item.more-detail p {
          margin: 0;
          padding: 11px 0; }
        @media (max-width: 767.98px) {
          .main-page .agenda .content .line-item.more-detail .event-start-time {
            display: none; }
          .main-page .agenda .content .line-item.more-detail .event-more-details {
            padding-left: 30px; } }
      .main-page .agenda .content .line-item .event-start-time {
        width: 100%; }
        @media (max-width: 767.98px) {
          .main-page .agenda .content .line-item .event-start-time {
            font-size: 18px;
            font-weight: bold;
            color: var(--theme-color);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
        @media (min-width: 768px) {
          .main-page .agenda .content .line-item .event-start-time {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 30%; } }
        @media (min-width: 1200px) {
          .main-page .agenda .content .line-item .event-start-time {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%; } }
        @media (min-width: 1508px) {
          .main-page .agenda .content .line-item .event-start-time {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%; } }
      .main-page .agenda .content .line-item .event-title {
        font-weight: bold;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-bottom: 15px;
        padding-right: 30px; }
        @media (max-width: 767.98px) {
          .main-page .agenda .content .line-item .event-title {
            padding-right: 0;
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 65px);
            flex: 0 0 calc(100% - 65px);
            max-width: calc(100% - 65px);
            font-size: 18px; } }
        .main-page .agenda .content .line-item .event-title .event-details {
          font-weight: normal;
          font-size: 16px; }
      .main-page .agenda .content .line-item .event-more > a {
        border: solid 1px transparent;
        border-color: var(--theme-color);
        color: #000;
        border-radius: 24px;
        padding: 11px 20px;
        display: block;
        font-size: 16.5px;
        font-weight: bold; }
        .main-page .agenda .content .line-item .event-more > a > i {
          margin-left: 10px;
          color: var(--theme-color);
          -webkit-transition: all ease-in-out 0.25s;
          transition: all ease-in-out 0.25s; }
        .main-page .agenda .content .line-item .event-more > a:hover {
          text-decoration: none;
          border-color: #000; }
          .main-page .agenda .content .line-item .event-more > a:hover i {
            color: #000; }
      @media (max-width: 767.98px) {
        .main-page .agenda .content .line-item .event-more {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 61px;
          flex: 0 0 61px;
          max-width: 61px;
          width: 100%; }
          .main-page .agenda .content .line-item .event-more > a {
            position: relative;
            width: 61px;
            height: 61px;
            border-radius: 50%;
            font-size: 18px; }
            .main-page .agenda .content .line-item .event-more > a > span {
              display: none; }
            .main-page .agenda .content .line-item .event-more > a > i {
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -7px;
              margin-left: -13px; }
            .main-page .agenda .content .line-item .event-more > a:hover, .main-page .agenda .content .line-item .event-more > a:active {
              border-color: var(--theme-color); }
              .main-page .agenda .content .line-item .event-more > a:hover > i, .main-page .agenda .content .line-item .event-more > a:active > i {
                color: var(--theme-color); } }
      @media (min-width: 768px) {
        .main-page .agenda .content .line-item .event-more {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
          .main-page .agenda .content .line-item .event-more > a {
            border: solid 1px transparent;
            border-color: var(--theme-color);
            color: #000;
            border-radius: 24px;
            padding: 11px 20px;
            display: block;
            font-size: 16.5px;
            font-weight: bold; }
            .main-page .agenda .content .line-item .event-more > a i {
              margin-left: 10px;
              color: var(--theme-color);
              -webkit-transition: all ease-in-out 0.25s;
              transition: all ease-in-out 0.25s; }
            .main-page .agenda .content .line-item .event-more > a:hover {
              text-decoration: none;
              border-color: #000; }
              .main-page .agenda .content .line-item .event-more > a:hover i {
                color: #000; } }
  .main-page .speakers, .main-page .contact {
    margin-bottom: 80px; }
    @media (max-width: 1199.98px) {
      .main-page .speakers, .main-page .contact {
        margin-bottom: 60px; } }
    @media (max-width: 929.98px) {
      .main-page .speakers, .main-page .contact {
        margin-bottom: 50px; } }
    @media (max-width: 767.98px) {
      .main-page .speakers, .main-page .contact {
        margin-bottom: 0; } }
    .main-page .speakers .speaker, .main-page .contact .speaker {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 10px; }
      .main-page .speakers .speaker[href], .main-page .speakers .speaker [href], .main-page .contact .speaker[href], .main-page .contact .speaker [href] {
        text-decoration: none; }
        .main-page .speakers .speaker[href]:hover h3, .main-page .speakers .speaker [href]:hover h3, .main-page .contact .speaker[href]:hover h3, .main-page .contact .speaker [href]:hover h3 {
          text-decoration: none; }
        .main-page .speakers .speaker[href]:hover h6, .main-page .speakers .speaker [href]:hover h6, .main-page .contact .speaker[href]:hover h6, .main-page .contact .speaker [href]:hover h6 {
          text-decoration: none; }
      .main-page .speakers .speaker p, .main-page .contact .speaker p {
        color: var(--base-color); }
    .main-page .speakers .img, .main-page .contact .img {
      position: relative;
      overflow: hidden;
      margin-bottom: 25px;
      max-width: 345px;
      max-height: 345px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      border: solid 7px #efefef;
      border-radius: 50%; }
      .main-page .speakers .img:after, .main-page .contact .img:after {
        content: '';
        position: relative;
        display: block;
        width: 100%;
        padding-top: 100%; }
      .main-page .speakers .img > img, .main-page .contact .img > img {
        width: 100%;
        max-width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0; }
      @media (max-width: 767.98px) {
        .main-page .speakers .img, .main-page .contact .img {
          margin-top: 25px; } }
    @media (min-width: 768px) {
      .main-page .speakers .col-md-4:not(.col-xl-5) .img, .main-page .contact .col-md-4:not(.col-xl-5) .img {
        max-width: 280px;
        max-height: 280px; } }
    .main-page .speakers h3, .main-page .contact h3 {
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      font-size: 22px !important;
      line-height: 39px;
      margin-bottom: 0;
      color: #000; }
      @media (max-width: 767.98px) {
        .main-page .speakers h3, .main-page .contact h3 {
          text-align: center;
          font-size: 20px;
          line-height: 36px; } }
    .main-page .speakers h6, .main-page .contact h6 {
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      font-size: 18px;
      line-height: 26px;
      color: var(--theme-color); }
      @media (max-width: 767.98px) {
        .main-page .speakers h6, .main-page .contact h6 {
          text-align: center;
          font-size: 16px;
          line-height: 26px;
          margin-top: 10px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .main-page .speakers h6 + p, .main-page .contact h6 + p {
          margin-top: 18px; } }
    .main-page .speakers .center, .main-page .contact .center {
      text-align: center; }
    .main-page .speakers a, .main-page .contact a {
      color: var(--theme-color); }
  .main-page .contact {
    text-align: center; }
    .main-page .contact .img {
      margin-bottom: 45px; }
    .main-page .contact h6 {
      font-family: inherit;
      font-size: 22px;
      color: #000;
      margin-bottom: 1rem; }
    .main-page .contact h3 {
      color: var(--theme-color);
      font-family: Roboto Slab, Times New Roman, Times, serif;
      font-size: 30px !important;
      margin-bottom: 1rem; }
    .main-page .contact p + p {
      margin-top: 0; }
  .main-page .hotel-info {
    position: relative;
    padding: 66.66667% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .main-page .hotel-info {
        margin-bottom: 40px; } }
    @media (min-width: 1508px) {
      .main-page .hotel-info {
        padding: 50px 0;
        margin-bottom: 60px; } }
    .main-page .hotel-info .img {
      position: absolute;
      left: 1px;
      top: 0;
      bottom: 0;
      right: 1px;
      height: 66.66667%;
      border-color: transparent;
      border-top-left-radius: 26px;
      border-top-right-radius: 26px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (min-width: 1508px) {
        .main-page .hotel-info .img {
          width: 75%;
          left: 0;
          right: auto;
          height: auto;
          border-radius: 14px; } }
    .main-page .hotel-info .info-box {
      border-color: transparent;
      border-radius: 14px;
      width: 374px;
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 374px;
      flex: 0 0 374px;
      z-index: 1;
      background-color: var(--theme-color);
      margin-top: -20px; }
      @media (max-width: 1507.98px) {
        .main-page .hotel-info .info-box {
          border: solid 1px transparent;
          border-radius: 26px;
          width: 100%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-top: 0; } }
      .main-page .hotel-info .info-box .main {
        color: #fff;
        border-color: transparent;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        padding: 22px 24px 18px; }
        .main-page .hotel-info .info-box .main .name {
          font-size: 30px;
          font-weight: 300;
          font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
        .main-page .hotel-info .info-box .main .location {
          font-size: 19px;
          font-weight: bold;
          font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
        @media (max-width: 1507.98px) {
          .main-page .hotel-info .info-box .main {
            border-top-left-radius: 26px;
            border-top-right-radius: 26px; } }
      .main-page .hotel-info .info-box .additional {
        background-color: #fff;
        padding: 32px 21px;
        border-color: transparent;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px; }
        .main-page .hotel-info .info-box .additional .item .item-title {
          font-weight: bold;
          font-size: 20px; }
        .main-page .hotel-info .info-box .additional .item + .item {
          border-top: solid 1px transparent;
          border-color: var(--theme-color);
          margin-top: 9px;
          padding-top: 11px; }
        @media (max-width: 1507.98px) {
          .main-page .hotel-info .info-box .additional {
            border-color: transparent;
            border-radius: 26px; } }
  .main-page .exhibitor-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style: none;
    margin: 0;
    margin-bottom: 60px;
    padding: 0; }
    .main-page .exhibitor-list > li {
      margin: 0;
      padding: 9px 0; }
      @media (max-width: 1199.98px) {
        .main-page .exhibitor-list > li {
          padding: 7px 0; } }
      @media (max-width: 929.98px) {
        .main-page .exhibitor-list > li {
          padding: 5px 0; } }
    @media (max-width: 1199.98px) {
      .main-page .exhibitor-list {
        margin-bottom: 50px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
    @media (max-width: 929.98px) {
      .main-page .exhibitor-list {
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .main-page .exhibitor-list {
        margin-bottom: 30px; } }
    @media (max-width: 575.98px) {
      .main-page .exhibitor-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
  .main-page .toggle-area {
    position: relative; }
    .main-page .toggle-area .toggle-button {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      @media (min-width: 576px) {
        .main-page .toggle-area .toggle-button:after {
          position: absolute;
          border-bottom: solid 1px transparent;
          border-bottom-color: var(--theme-color);
          content: '';
          top: 50%;
          left: 0;
          right: 0; } }
      .main-page .toggle-area .toggle-button > span {
        border: solid 1px transparent;
        border-color: var(--theme-color);
        border-radius: 30px;
        font-family: Raleway, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        position: relative;
        padding: 13px 100px 13px 25px;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .main-page .toggle-area .toggle-button > span:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          position: absolute;
          right: 18px;
          top: 50%;
          margin-top: -30px;
          line-height: 60px;
          color: var(--theme-color); }
        @media (max-width: 929.98px) {
          .main-page .toggle-area .toggle-button > span {
            padding: 17px 100px 17px 25px; } }
        @media (max-width: 575.98px) {
          .main-page .toggle-area .toggle-button > span {
            width: 100%;
            font-size: 18px; } }
      .main-page .toggle-area .toggle-button:hover > span {
        background-color: #000;
        color: var(--theme-color);
        border-color: #000; }
    .main-page .toggle-area .toggle-target {
      max-height: 1px;
      overflow: visible;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      margin-top: -1px;
      padding-top: 0; }
    .main-page .toggle-area.show .toggle-button > span:after {
      content: "\e903"; }
    .main-page .toggle-area.show .toggle-target {
      opacity: 1;
      max-height: 4000px;
      margin-top: 0;
      pointer-events: all;
      padding-top: 60px; }
      @media (max-width: 1199.98px) {
        .main-page .toggle-area.show .toggle-target {
          padding-top: 40px; } }
      @media (max-width: 767.98px) {
        .main-page .toggle-area.show .toggle-target {
          padding-top: 20px; } }
  .main-page .iconbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    @media (max-width: 929.98px) {
      .main-page .iconbox {
        margin-top: 45px; } }
    .main-page .iconbox .title {
      display: block;
      font-size: 30px;
      margin-bottom: 50px; }
      @media (max-width: 929.98px) {
        .main-page .iconbox .title {
          font-size: 25px;
          line-height: 40px;
          margin-bottom: 30px; } }
      @media (max-width: 767.98px) {
        .main-page .iconbox .title {
          margin-bottom: 10px; } }
    .main-page .iconbox .icon {
      margin-bottom: 35px;
      position: relative;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 929.98px) {
        .main-page .iconbox .icon {
          margin-bottom: 25px; } }
      @media (max-width: 767.98px) {
        .main-page .iconbox .icon {
          margin-bottom: 10px; } }
      .main-page .iconbox .icon > img {
        background-color: #fff;
        height: 60px;
        width: auto;
        z-index: 2;
        padding: 0 10px; }
      .main-page .iconbox .icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 25%;
        right: 25%;
        z-index: 1;
        border-top: solid 1px #000; }
        @media (min-width: 930px) and (max-width: 1199.98px) {
          .main-page .iconbox .icon:after {
            left: 18%;
            right: 18%; } }
    .main-page .iconbox .text p + p {
      position: relative;
      padding-top: 0.5rem; }
      .main-page .iconbox .text p + p:after {
        content: '';
        position: absolute;
        top: -0.25rem;
        border-top: solid 1px transparent;
        border-color: var(--theme-color);
        left: 40%;
        right: 40%; }
  @media (max-width: 1199.98px) {
    .main-page .supplier-info .iconbox {
      margin-top: 30px; }
      .main-page .supplier-info .iconbox .icon:after {
        left: 25%;
        right: 25%; } }
  @media (max-width: 929.98px) {
    .main-page .supplier-info .iconbox {
      margin-top: 20px; } }
  @media (max-width: 767.98px) {
    .main-page section > .title + .content :first-child .iconbox {
      margin-top: 10px; } }
  @media (min-width: 930px) {
    .main-page .main-content {
      margin-top: -45px; } }
  .main-page .back-to-top {
    display: none; }
    @media (max-width: 929.98px) {
      .main-page .back-to-top {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        position: fixed;
        bottom: 12px;
        left: 0;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        padding-right: 12px;
        z-index: 1000; }
        .main-page .back-to-top > a {
          background-color: #000;
          color: #fff;
          border-color: transparent;
          border-radius: 50%;
          width: 45px;
          height: 45px;
          text-align: center;
          cursor: pointer; }
          .main-page .back-to-top > a > i {
            line-height: 44px; }
          .main-page .back-to-top > a:hover, .main-page .back-to-top > a:active {
            color: #fff;
            text-decoration: none; }
        .event-info-is-sticky .main-page .back-to-top {
          opacity: 1; } }
  @media (min-width: 930px) {
    .main-page > form, .main-page > .hero-wrapper {
      margin-top: calc(var(--event-info-height) * -1); } }
