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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

body {
  margin: 0;
  font-family: "Proxima Nova";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Proxima Nova";
  font-weight: 500;
  line-height: 1.2; }

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

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

h3, .h3 {
  font-size: 2.8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: calc(100% - 2.4rem);
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 768px; }
  @media (min-width: 769px) {
    .container {
      max-width: 974px;
      width: 100%;
    } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1164px; } }
  @media (min-width: 1480px) {
    .container {
      max-width: 1440px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 768px; }

@media (min-width: 769px) {
  .container, .container-md {
    max-width: 974px; } }

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 1.2rem;
  padding-left: 1.2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

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

.col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

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

.col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

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

.col-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

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

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

.order-last {
  -webkit-box-ordinal-group: 26;
  -ms-flex-order: 25;
  order: 25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%; }

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

.offset-15 {
  margin-left: 62.5%; }

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

.offset-17 {
  margin-left: 70.83333%; }

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

.offset-19 {
  margin-left: 79.16667%; }

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

.offset-21 {
  margin-left: 87.5%; }

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

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1480px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1479.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

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

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

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

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

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

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

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

.btn-lg {
  padding: 0.75rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

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

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

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

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

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 0;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

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

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

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

.modal-dialog {
  max-width: none;
  margin: 1.75rem auto; }

.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }

.modal-sm {
  max-width: none; }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #6c757d !important; }

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

.bg-success {
  background-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1480px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

:root {
  --swiper-theme-color: #007aff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  --fancybox-accent-color: rgba(1, 210, 232, 0.94);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

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

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

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
  animation: .15s ease both fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__image {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

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

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid rgba(1, 210, 232, 0.94);
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: rgba(1, 210, 232, 0.94);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.h-reset-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

html {
  font-size: 10px; }

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Proxima Nova";
  background: #FFFFFF;
  color: #000000;
  overflow-x: hidden;
  min-width: 36rem; }

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

img {
  max-width: 100%;
  height: auto; }

button:focus {
  outline: none; }

ul {
  padding-left: 0;
  list-style: none;
  margin: 0; }

a {
  color: #9A0A32;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  text-decoration: none;
  letter-spacing: 0; }
  a:hover {
    color: #7B0828;
    text-decoration: none; }
  a .icon, a span {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }

p {
  line-height: 1.5em;
  letter-spacing: 0;
  margin-bottom: 0; }
  p:not(:last-child) {
    margin-bottom: 1.6rem; }
    @media (max-width: 479px) {
      p:not(:last-child) {
        margin-bottom: 1.2rem; } }

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000000; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #9A0A32; }

h1, .h1 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.25em;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    h1, .h1 {
      font-size: 3.8rem; } }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 3.6rem; } }
  @media (max-width: 479px) {
    h1, .h1 {
      font-size: 2.6rem; } }
  h1:not(:last-child), .h1:not(:last-child) {
    margin-bottom: 4.8rem; }
    @media (max-width: 1199px) {
      h1:not(:last-child), .h1:not(:last-child) {
        margin-bottom: 2.8rem; } }
    @media (max-width: 768px) {
      h1:not(:last-child), .h1:not(:last-child) {
        margin-bottom: 1.6rem; } }

h2, .h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.33em;
  letter-spacing: 0.01em;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    h2, .h2 {
      font-size: 3.6rem; } }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 3.2rem; } }
  @media (max-width: 479px) {
    h2, .h2 {
      font-size: 2.4rem; } }
  h2:not(:last-child), .h2:not(:last-child) {
    margin-bottom: 4rem; }

h3, .h3 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.25em;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    h3, .h3 {
      font-size: 3.2rem; } }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 2.6rem; } }
  @media (max-width: 479px) {
    h3, .h3 {
      font-size: 2rem; } }
  h3:not(:last-child), .h3:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 768px) {
      h3:not(:last-child), .h3:not(:last-child) {
        margin-bottom: 2.4rem; } }

h4, .h4 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25em;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    h4, .h4 {
      font-size: 2rem; } }
  @media (max-width: 479px) {
    h4, .h4 {
      font-size: 1.8rem; } }
  h4:not(:last-child), .h4:not(:last-child) {
    margin-bottom: 1.6rem; }

h5, .h5 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 0; }
  @media (max-width: 479px) {
    h5, .h5 {
      font-size: 1.6rem; } }
  h5:not(:last-child), .h5:not(:last-child) {
    margin-bottom: 1.6rem; }

.h-object-fit {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: block; }
  .h-object-fit img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: none;
    max-width: none;
    height: 100%; }
    .no-object-fit .h-object-fit img,
    .no-objectfit .h-object-fit img {
      display: none; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Bold.svg#fontname") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Semibold.svg#fontname") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Regular.svg#fontname") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Kinetika";
  src: url("../fonts/kinetika/Kinetika-Ultra.eot");
  src: url("../fonts/kinetika/Kinetika-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/kinetika/Kinetika-Ultra.woff") format("woff"), url("../fonts/kinetika/Kinetika-Ultra.ttf") format("truetype"), url("../fonts/kinetika/Kinetika-Ultra.svg#fontname") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Kinetika";
  src: url("../fonts/kinetika/Kinetika-Regular.eot");
  src: url("../fonts/kinetika/Kinetika-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/kinetika/Kinetika-Regular.woff") format("woff"), url("../fonts/kinetika/Kinetika-Regular.ttf") format("truetype"), url("../fonts/kinetika/Kinetika-Regular.svg#fontname") format("svg");
  font-weight: 400;
  font-style: normal; }

.l-wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  @media (max-width: 991px) {
    .l-wrapper {
      overflow: hidden; } }
  .l-wrapper--mainPage {
    overflow-x: hidden; }

.mainPgae {
  overflow: hidden; }

.main {
  padding-top: 14.5rem;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  @media (max-width: 1479px) {
    .main {
      padding-top: 13.5rem; } }
  @media (max-width: 1199px) {
    .main {
      padding-top: 8rem; } }
  @media (max-width: 479px) {
    .main {
      padding-top: 6rem; } }
  .main > section {
    width: 100%; }

.decor--search-result {
  background-color: #F7CDD8;
  padding: 0 4px;
  color: #7B0828; }

.decor--red-text {
  color: #9A0A32 !important; }

.decor--straight-line-top {
  position: relative;
  padding-top: 4rem; }
  @media (max-width: 1199px) {
    .decor--straight-line-top {
      padding-top: 2.4rem; } }
  .decor--straight-line-top:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #000000;
    width: calc(100% + (100vw - 141.6rem) / 2);
    height: 2px; }
    @media (max-width: 1479px) {
      .decor--straight-line-top:before {
        width: calc(100% + (100vw - 114rem) / 2); } }
    @media (max-width: 1199px) {
      .decor--straight-line-top:before {
        width: calc(100% + (100vw - 95rem) / 2); } }
    @media (max-width: 768px) {
      .decor--straight-line-top:before {
        width: 100%; } }

.decor--straight-line-bottom {
  position: relative;
  padding-bottom: 4rem; }
  @media (max-width: 1199px) {
    .decor--straight-line-bottom {
      padding-bottom: 2.4rem; } }
  .decor--straight-line-bottom:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #000000;
    width: calc(100% + (100vw - 141.6rem) / 2);
    height: 2px; }
    @media (max-width: 768px) {
      .decor--straight-line-bottom:before {
        width: 100%; } }

.decor--half-line-bottom {
  position: relative;
  padding-bottom: 4rem; }
  @media (max-width: 1199px) {
    .decor--half-line-bottom {
      padding-bottom: 2.4rem; } }
  .decor--half-line-bottom:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #000000;
    width: 50%;
    height: 2px; }
    @media (max-width: 768px) {
      .decor--half-line-bottom:after {
        width: 100%; } }

.button {
  padding: 1.6rem 2rem;
  min-height: 5.6rem;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  text-decoration: none; }
  .button > span {
    font-weight: 700;
    font-size: 1.6rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center; }
  .button > .icon {
    font-size: 2rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .button > .icon:first-child {
      margin-right: 8px; }
    .button > .icon:last-child {
      margin-left: 8px; }
    .button > .icon:first-child(:last-child) {
      margin-right: 0;
      margin-left: 0; }
    .button > .icon-arrow-right {
      font-size: 1.4rem; }
  .button:hover {
    text-decoration: none; }
  .button--regular {
    background: #9A0A32; }
    .button--regular > span {
      color: white; }
    .button--regular > .icon {
      color: white; }
    .button--regular:hover {
      background: #7B0828;
      border-color: #7B0828; }
  .button--black {
    background: #000000; }
    .button--black > span {
      color: white; }
    .button--black > .icon {
      color: white; }
    .button--black:hover {
      background: #000000;
      border-color: #000000; }
  .button[disabled] {
    background: #F0F2F3 !important;
    opacity: .9 !important;
    pointer-events: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #666666 !important; }
    .button[disabled] span, .button[disabled] .icon {
      color: #AFAFAF !important; }

.link-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .link-simple span {
    font-weight: 600;
    color: #9A0A32;
    line-height: 1.2em; }
  .link-simple .icon {
    font-size: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .link-simple .icon:first-child {
      margin-right: 8px; }
    .link-simple .icon:last-child {
      margin-left: 8px; }
    .link-simple .icon:last-child:first-child {
      font-size: 2rem;
      margin-left: 0;
      margin-right: 0; }
  .link-simple:hover span, .link-simple:hover .icon {
    color: #7B0828; }

.link-uderline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em;
  border-bottom: 1px solid #9A0A32;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 700; }
  .link-uderline:hover {
    color: #7B0828;
    border-bottom: 1px solid transparent; }

.link-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .link-doc span {
    color: #666666;
    line-height: 1.5em; }
  .link-doc .icon {
    font-size: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .link-doc .icon:first-child {
      margin-right: 2.4rem;
      margin-top: 1px; }
    .link-doc .icon:last-child {
      margin-left: 2.4rem; }
  .link-doc:hover span, .link-doc:hover .icon {
    color: #7B0828; }

.tab-content > .tab-pane:not(.active) {
  display: none; }

.nav-tabs {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0; }
  @media (max-width: 1199px) {
    .nav-tabs {
      margin: 2rem 0; } }
  @media (max-width: 991px) {
    .nav-tabs {
      overflow-y: hidden;
      overflow-x: auto;
      width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 0 2rem;
      margin-left: -1.2rem;
      margin-right: -1.2rem;
      width: calc(100% + 2.4rem); } }
  @media (max-width: 991px) {
    .nav-tabs:after {
      display: block;
      width: 2rem;
      height: 2rem;
      content: " ";
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .nav-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 991px) {
      .nav-tabs .nav-item {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .nav-tabs .nav-item:first-child .nav-link {
      padding-left: 0; }
    .nav-tabs .nav-item:last-child .nav-link {
      padding-right: 0; }
  .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.6rem;
    color: #000000;
    position: static; }
    @media (max-width: 1479px) {
      .nav-tabs .nav-link {
        font-size: 2rem; } }
    @media (max-width: 768px) {
      .nav-tabs .nav-link {
        font-size: 1.8rem;
        padding: 2rem; } }
    @media (max-width: 479px) {
      .nav-tabs .nav-link {
        padding: 1.8rem 1.6rem; } }
    .nav-tabs .nav-link:before {
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      width: 100%;
      height: 3px;
      content: " ";
      background-color: #9A0A32;
      opacity: 0;
      width: 0;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .nav-tabs .nav-link:before {
          display: none; } }
    .nav-tabs .nav-link:after {
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 3px;
      content: " ";
      background-color: #9A0A32;
      opacity: 0;
      width: 0;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .nav-tabs .nav-link:after {
          display: none; } }
    .nav-tabs .nav-link:hover {
      color: #9A0A32; }
    .nav-tabs .nav-link.active {
      pointer-events: none; }
      .nav-tabs .nav-link.active span {
        color: #9A0A32; }
      .nav-tabs .nav-link.active:after, .nav-tabs .nav-link.active:before {
        opacity: 1;
        width: 100%; }

.table-striped {
  width: 100%; }
  .table-striped td {
    padding: 1.6rem;
    line-height: 1.5em; }
    .table-striped td:last-child {
      text-align: right; }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F0F2F3; }

article {
  display: block;}

@media (max-width: 479px) {
  article:is(.page-404) {
    padding-top: 3.2rem;
  }
}


.list-doted li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.5em; }
  .list-doted li:not(:last-child) {
    margin-bottom: 1.6rem; }
  .list-doted li:before {
    width: 8px;
    height: 8px;
    content: " ";
    margin-right: 1.6rem;
    margin-top: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #9A0A32;
    border-radius: 50%;
    display: block; }
    @media (max-width: 479px) {
      .list-doted li:before {
        margin-right: 1.2rem; } }

.drop-custom {
  position: relative; }
  .drop-custom__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .drop-custom__btn > .icon {
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      .drop-custom__btn > .icon:first-child {
        font-size: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
    .drop-custom__btn .icon-flag {
      border-bottom: none;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .drop-custom__btn span {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      font-size: 1.4rem;
      font-weight: 700;
      border-bottom: 1px dashed #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .drop-custom__btn span:nth-child(n + 2) {
        margin-left: 1rem; }
    .drop-custom__btn .icon-arrow-down {
      font-size: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: relative;
      bottom: 1px; }
      .drop-custom__btn .icon-arrow-down:first-child {
        margin-right: 6px; }
      .drop-custom__btn .icon-arrow-down:last-child {
        margin-left: 6px; }
      .visible .drop-custom__btn .icon-arrow-down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .drop-custom__btn-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1199px) {
        .drop-custom__btn-desktop {
          display: none; } }
    .drop-custom__btn-mobile {
      display: none; }
      @media (max-width: 1199px) {
        .drop-custom__btn-mobile {
          display: block;
          width: 3.4rem;
          height: 3.4rem;
          position: relative; }
          .drop-custom__btn-mobile .h-object-fit {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%; } }
    .content--xl .drop-custom__btn {
      position: relative; }
      .content--xl .drop-custom__btn:before {
        border: 1.5rem solid transparent;
        border-bottom: 2rem solid white;
        content: " ";
        position: absolute;
        bottom: -16px;
        right: 0;
        left: -7px;
        width: 1.5rem;
        z-index: 20;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
    .content--xl.visible .drop-custom__btn:before {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .drop-custom__content {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 1.5rem;
    z-index: 10;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .drop-custom__content-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .drop-custom__content-link:not(:last-child) {
        margin-bottom: 1.5rem; }
      .drop-custom__content-link:hover span, .drop-custom__content-link:hover .icon {
        color: #9A0A32; }
      .drop-custom__content-link .icon:first-child {
        font-size: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1rem;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .drop-custom__content-link > span {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-size: 1.4rem;
        color: #000000; }
      .drop-custom__content-link .flag-wrap {
        margin-right: 5px; }
    .drop-custom__content-sub-ttl {
      font-weight: 500;
      font-size: 1.4rem;
      display: block;
      margin-bottom: 1.5rem;
      color: #909090; }
    .content--xs .drop-custom__content {
      width: 17rem; }
    .content--xl .drop-custom__content {
      width: 48.8rem;
      right: -10rem;
      -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.18); }
      @media (max-width: 1199px) {
        .content--xl .drop-custom__content {
          right: 0;
          width: 38rem; } }
      @media (max-width: 479px) {
        .content--xl .drop-custom__content {
          right: -5rem;
          width: 30rem; } }
  .drop-custom.visible .drop-custom__content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
  .icon-logo {
    width: 2.61818181818em; }
  .icon-left-down-arrow {
    width: .9375em; }
  .icon-mail {
    width: 1.33333333333em; }
  .icon-vk {
    width: 1.71428571429em; }
  .icon-fb {
    width: .54166666666em; }
  .icon-burger {
    width: 1.42857142857em; }
  .icon-arrow-down {
    width: 1.42857142857em; }
  .icon-arrow-down {
    width: 1.42857142857em; }
  .icon-doc {
    width: .8em; }
  .icon-sm-arrow-right {
    width: .66666666666em; }
  .icon-arrow-right {
    width: 1.42857142857em; }
  .icon-vk {
    width: 1.66666666667em; }
  .icon-tick {
    width: 1.25em; }

.select-group .select2-container {
  width: 100% !important; }

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  height: 56px; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 1rem 2rem;
  font-size: 16px;
  line-height: 1.2em;
  color: #324354;
  letter-spacing: 0;
  border: 1px solid #AFAFAF;
  border-radius: 0;
  background-color: white; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 12px 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0;
  height: 56px;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 1.3em; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.8); }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    right: 16px;
    bottom: 0;
    top: 20px;
    margin: auto; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 28px; }

.select2-container--default.select2-container--open .select2-selection__rendered {
  border-color: #000000; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 230px;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 4px;
  margin: 16px 6px 8px 0; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #000000; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 14px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #000000; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #000000; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #000000; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #000000; }

.select2-container--open .select2-dropdown {
  top: 3px;
  border: 1px solid #AFAFAF;
  border-radius: 0;
  overflow: hidden; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #9A0A32; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #9A0A32;
  font-size: 14px; }

.select2-results__option {
  color: black; }
  .select2-results__option img {
    margin-right: 8px; }

.select-img-container {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block; }
  .select-img-container img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }

.select-optionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.select-ttl {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #222426;
  margin-bottom: 12px; }

.select-sub {
  font-size: 14px;
  color: #7A8599;
  display: block;
  margin-top: 12px; }

.select2-results__option {
  padding: 6px 16px; }

.select2-dropdown--above {
  top: -3px !important; }

.select-label {
  font-weight: 500;
  font-size: 14px;
  color: #222426;
  display: block;
  margin-bottom: 12px; }

.select-group--noBorders .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 4px 35px 4px 0;
  border: none; }

.select-group--noBorders .select2-container {
  height: 38px; }

.select-group--noBorders .select2-container .select2-selection--single .select2-selection__rendered {
  height: 38px;
  background: transparent; }

.select-group--noBorders .select2-container--default .select2-selection--single {
  height: 38px;
  background: transparent; }

.select-group--noBorders .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  top: 4px; }

.select-type2Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .select-type2Wrap .select-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .select-type2Wrap .select-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .select-type2Wrap .select-txt__value {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .3px;
    color: #2E3033;
    margin-right: 5px; }
  .select-type2Wrap .select-txt__type {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .3px;
    color: #7A8599;
    text-transform: uppercase; }

.select2-results__option {
  font-size: 16px !important; }

.horizontal-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .horizontal-select__ttl {
    font-weight: 500;
    font-size: 14px;
    color: #222426;
    margin-right: 16px;
    display: block;
    line-height: 1em;
    font-size: 14px; }
  .horizontal-select .select-group {
    margin-bottom: 0;
    max-width: 180px; }
  .horizontal-select .select2-container {
    width: auto !important; }

.select2-dropdown {
  min-width: 120px !important; }

.select-label {
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
  font-weight: 400; }

.select-group--withDefaultValue .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #d0def9 !important; }

.select-group:not(:last-child) {
  margin-bottom: 1.6rem; }

button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

.btn {
  display: inline-block;
  height: 51px;
  border-radius: 11px;
  font-weight: 400;
  line-height: 48px;
  padding: 0 28px;
  border: 1px solid transparent;
  background-color: transparent;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.form-control {
  height: 5.6rem;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  line-height: 1.4em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 0;
  background: #FFFFFF;
  border: none;
  color: #000000; }
  @media (max-width: 479px) {
    .form-control {
      font-size: 1.5rem; } }
  .form-group--small .form-control {
    height: 41px;
    padding: 10px;
    font-size: 14px; }
  .form-control::-webkit-input-placeholder {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: .8;
    font-size: 1.6rem;
    color: #000000; }
  .form-control:-ms-input-placeholder {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: .8;
    font-size: 1.6rem;
    color: #000000; }
  .form-control::placeholder {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: .8;
    font-size: 1.6rem;
    color: #000000; }
  .form-control:focus {
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: initial; }
    .form-control:focus::-webkit-input-placeholder {
      opacity: 0; }
    .form-control:focus:-ms-input-placeholder {
      opacity: 0; }
    .form-control:focus::placeholder {
      opacity: 0; }
  .form-control.error {
    border-color: #FE4F4F !important; }
  .form-control[contenteditable="true"], .form-control[contenteditable="true"] {
    min-height: 10rem;
    max-height: 16rem;
    height: auto;
    text-transform: none;
    overflow-y: auto; }
    .form-control[contenteditable="true"]:before, .form-control[contenteditable="true"]:before {
      content: attr(data-placeholder);
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease;
      opacity: .7;
      position: absolute;
      top: 3.8rem;
      left: 2.4rem;
      pointer-events: none;
      font-size: 1.8rem;
      color: #000000; }
      @media (max-width: 479px) {
        .form-control[contenteditable="true"]:before, .form-control[contenteditable="true"]:before {
          font-size: 1.5rem; } }
    .form-control[contenteditable="true"]:focus:before, .form-control[contenteditable="true"]:focus:before {
      opacity: 0; }
    .form-control[contenteditable="true"]:not(:empty):before, .form-control[contenteditable="true"]:not(:empty):before {
      opacity: 0; }
    .form-control[contenteditable="true"]:first-letter, .form-control[contenteditable="true"]:first-letter {
      text-transform: uppercase; }
    .form-control[contenteditable="true"].valid ~ .input-wrap_error, .form-control[contenteditable="true"].valid ~ .input-wrap_error {
      display: none !important; }
  .form-control[type="email"] {
    text-transform: none; }
  .form-control:disabled, .form-control[disabled], .form-control.disabled {
    pointer-events: none;
    background-color: transparent !important;
    opacity: .5 !important;
    border-color: rgba(82, 91, 109, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control-withIcon {
    padding-right: 45px; }

.form-group {
  position: relative;
  margin-bottom: 0; }
  .form-group:not(:last-child) {
    margin-bottom: 2rem; }
  .form-group--checkAndLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-group--checkAndLink a {
      font-size: 14px;
      line-height: 1.45em;
      color: #9A0A32;
      padding: 0 4px; }
  .form-group--withDefaultValue input {
    background-color: #d0def9 !important; }
  .form-group--small {
    max-width: 11rem; }
  .form-group--error .form-control {
    border-color: #9A0A32; }
  .form-group:disabled .form-control, .form-group[disabled] .form-control, .form-group.disabled .form-control {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .form-group--leftIcon .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-group--leftIcon .input-wrap .input-iconWrap {
      position: relative;
      width: 24px;
      height: 24px;
      margin-right: 16px; }
      .form-group--leftIcon .input-wrap .input-iconWrap svg {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
  .form-group--rightDirection .checkbox-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .form-group--rightDirection .checkbox-label .check-icon {
      margin-right: 0;
      margin-left: 10px; }
  .form-group .color {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    position: relative;
    z-index: 2; }
    .form-group .color--decor-checked {
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: white;
      border: 1px solid #000000;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
    .form-group .color-tooltip {
      position: absolute;
      top: calc(100% - 4px);
      left: calc(50% + 2px);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 16rem;
      min-width: 13rem;
      margin: 0 auto;
      background-color: white;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      display: block;
      font-weight: 500;
      color: #000000;
      padding: 1.8rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .15s ease;
      transition: all .15s ease;
      z-index: 10;
      pointer-events: none; }

input:disabled + span + .color, input[disabled] + span + .color {
  opacity: 0.3; }

.input-wrap,
.select-wrap {
  position: relative; }
  .input-wrap label,
  .select-wrap label {
    margin-bottom: 6px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #070400;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: .06em;
    text-transform: uppercase; }

.input-wrap label {
  margin-bottom: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #070400;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: .06em;
  text-transform: uppercase; }

.input-wrap--disabled .btn-copy-link {
  background: #DCDCDC;
  opacity: .5;
  pointer-events: none; }

.input-wrap--disabled .form-control {
  background-color: white;
  opacity: .5; }

.input-wrap--disabled label {
  opacity: .5;
  pointer-events: none; }

.input-wrap--disabled:hover .input-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.input-wrap--disabled textarea {
  max-height: 96px !important; }

.input-wrap--disabled .input-sub > span {
  opacity: .5; }

.input-wrap--success .btn-copy-link {
  background: #28A745; }
  .input-wrap--success .btn-copy-link:hover {
    background: #28A745; }
  .input-wrap--success .btn-copy-link .icon-checked {
    opacity: 1;
    visibility: visible; }
  .input-wrap--success .btn-copy-link .icon-link {
    opacity: 0;
    visibility: hidden; }

.input-wrap .input-tooltip {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 280px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media (max-width: 479px) {
    .input-wrap .input-tooltip {
      background: #353539; } }
  .input-wrap .input-tooltip span {
    font-size: 14px;
    color: #324354; }
    @media (max-width: 479px) {
      .input-wrap .input-tooltip span {
        color: rgba(255, 255, 255, 0.8); } }
  .input-wrap .input-tooltip .icon-info {
    font-size: 20px;
    color: #324354;
    margin-right: 8px; }
    @media (max-width: 479px) {
      .input-wrap .input-tooltip .icon-info {
        color: rgba(255, 255, 255, 0.8); } }
  .input-wrap .input-tooltip .icon-small-arrow-down {
    display: block;
    color: white;
    font-size: 40px;
    position: absolute;
    top: calc(100% - 20px);
    left: 0; }
    @media (max-width: 479px) {
      .input-wrap .input-tooltip .icon-small-arrow-down {
        color: #353539; } }

.input-wrap.error .input-error {
  color: #C91414 !important;
  line-height: 1.8em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6px; }
  .input-wrap.error .input-error__txt {
    color: #C91414 !important;
    line-height: 1em;
    font-size: 1rem;
    padding-top: 2px; }
  .input-wrap.error .input-error svg {
    font-size: 1.2rem;
    margin-right: 6px; }

.input-inner {
  position: relative; }
  .input-inner .select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 0 6px 6px 0;
    border: none;
    border-top: 1px solid #DADEE6;
    border-right: 1px solid #DADEE6;
    border-bottom: 1px solid #DADEE6; }

label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }
  label.error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 1rem;
    color: #9A0A32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
    margin-left: 3px;
    font-weight: 500; }
  .form-group--disabled label {
    pointer-events: none;
    opacity: .5 !important; }

.hidden-input {
  visibility: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  left: 0 !important;
  top: 0 !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field_clear_btn {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: auto;
  position: absolute;
  margin-top: auto;
  display: block;
  color: #d8d8d8;
  height: 30px;
  width: 30px;
  bottom: 0;
  right: 0;
  top: 0; }
  .field_clear_btn:hover {
    border-color: #b61f27;
    color: #b61f27; }
  .field_clear_btn:before, .field_clear_btn:after {
    background-color: currentColor;
    position: absolute;
    display: block;
    margin: auto;
    content: '';
    height: 2px;
    width: 16px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
  .field_clear_btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .field_clear_btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.checkbox-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0; }
  .checkbox-label:hover .check-icon {
    border: 2px solid #9A0A32; }
  .checkbox-label:disabled, .checkbox-label[disabled], .checkbox-label.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .checkbox-label .check-icon {
    border: 2px solid #000;
    border-radius: 4px;
    position: relative;
    top: 2px;
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.6rem;
    background-color: white; }
    .checkbox-label .check-icon:before {
      -webkit-transform: rotate(-52.5deg) skew(-15deg);
      transform: rotate(-52.5deg) skew(-15deg);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-bottom: solid 2px white;
      border-left: solid 2px white;
      position: absolute;
      margin: auto;
      content: '';
      height: 6px;
      width: 11px;
      opacity: 0;
      top: -5px;
      left: 1px;
      bottom: 0;
      right: 0;
      display: none; }
  .checkbox-label .check-value {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 1.6rem !important;
    color: #333333;
    line-height: 1.7em;
    letter-spacing: 0; }
    .checkbox-label .check-value a, .checkbox-label .check-value span, .checkbox-label .check-value strong {
      font-size: 1.6rem !important;
      letter-spacing: 0; }
  .checkbox-label .check-icon {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .checkbox-label .check-icon .icon {
      opacity: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: white;
      font-size: 8px; }
  .checkbox-label.label_grey .check-value {
    color: #979797; }
  .checkbox-label input:checked ~ .check-icon {
    border: 2px solid #9A0A32;
    background-color: #9A0A32; }
  .checkbox-label input:checked ~ .check-icon .icon {
    opacity: 1; }
  .checkbox-label input:disabled ~ .check-icon {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .checkbox-label input:disabled ~ .check-value {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .checkbox-label input.input-color:checked ~ .color--decor-checked {
    opacity: 1; }
  .checkbox-label a {
    color: #9A0A32;
    font-weight: 500; }
  .checkbox-label--color {
    padding: 3px; }
    .checkbox-label--color:hover .color-tooltip {
      opacity: 1;
      visibility: visible; }

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.6em;
  margin-bottom: 0; }
  .radio-label:hover .check-icon {
    border: solid 1px #58B147; }
  .radio-label:hover .check-value {
    color: #58B147; }
  .radio-label:disabled, .radio-label[disabled], .radio-label.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .radio-label .check-icon {
    border: solid 1px #ABABAB;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    position: relative;
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    background-color: white;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .radio-label .check-icon:before {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      background-color: #58B147;
      border-radius: 50%;
      position: absolute;
      display: block;
      margin: auto;
      content: '';
      height: 1rem;
      width: 1rem;
      opacity: 0;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
      @media (max-width: 479px) {
        .radio-label .check-icon:before {
          height: 10px;
          width: 10px; } }
  .radio-label .check-value {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: 500;
    padding-top: 1px;
    color: #ABABAB; }
    @media (max-width: 479px) {
      .radio-label .check-value {
        font-size: 1.4rem;
        line-height: 1.3em;
        padding-top: 0; } }
  .radio-label.label_grey .check-value {
    color: #979797; }
  .radio-label input:checked ~ .check-icon {
    border: solid 1px #58B147; }
    .radio-label input:checked ~ .check-icon:before {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .radio-label input:checked ~ .check-value {
    color: #58B147; }
  .radio-label input:disabled ~ .check-icon {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .radio-label input:disabled ~ .check-value {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }

textarea.form-control {
  min-height: 10rem;
  max-height: 16rem; }

textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #AFAFAF; }

textarea::-webkit-scrollbar {
  width: 4px;
  background-color: #9A0A32; }

textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9A0A32; }

.input-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px; }
  .input-sub > span {
    font-size: 13px;
    line-height: 1.45em;
    color: #757575; }

.input-error {
  display: none; }

.btn-copy-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  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;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DADEE6;
  border-radius: 0 6px 6px 0;
  overflow: hidden; }
  .btn-copy-link .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.form-control--withLink {
  padding-right: 64px; }

.input-wrap--leftIcon {
  position: relative; }
  .input-wrap--leftIcon .icon {
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    font-size: 24px;
    margin: auto 0; }
  .input-wrap--leftIcon .form-control {
    padding-left: 54px; }

.combo--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .combo--two .form-group:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .combo--two .form-group:last-child {
    width: 23%;
    margin-left: 8px; }
    .combo--two .form-group:last-child .form-control {
      text-align: center; }

.combo--six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .combo--six .form-control {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .combo--six .form-control:not(:last-child) {
      margin-right: 4px; }

.form-control--withHint::-webkit-input-placeholder {
  opacity: 0 !important; }

.form-control--withHint:-ms-input-placeholder {
  opacity: 0 !important; }

.form-control--withHint::placeholder {
  opacity: 0 !important; }

.input-hint {
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto 0;
  line-height: 50px;
  pointer-events: none;
  font-size: 16px;
  color: rgba(50, 67, 84, 0.5);
  letter-spacing: 0; }
  @media (max-width: 479px) {
    .input-hint {
      color: rgba(255, 255, 255, 0.7) !important; } }

.form-fromTo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-fromTo .form-group {
    width: 68px;
    margin-bottom: 0; }
  .form-fromTo__txt {
    font-size: 14px;
    color: #000000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 6px; }
    @media (max-width: 479px) {
      .form-fromTo__txt {
        color: white; } }
    .form-fromTo__txt:first-child {
      margin-left: 0; }
    .form-fromTo__txt:last-child {
      margin-right: 0; }

.input-autocomplete {
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 4px);
  z-index: 1000;
  background: white;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  -webkit-box-shadow: 0 3px 7px rgba(46, 80, 165, 0.29);
  box-shadow: 0 3px 7px rgba(46, 80, 165, 0.29);
  max-height: 260px;
  overflow-y: auto;
  border-radius: 4px; }
  @media (max-width: 479px) {
    .input-autocomplete {
      background: #353539; } }
  .input-autocomplete__li {
    cursor: pointer;
    font-size: 14px;
    line-height: 2.2em;
    color: #070707;
    padding: 4px 16px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media (max-width: 479px) {
      .input-autocomplete__li {
        color: rgba(255, 255, 255, 0.8); } }
    .input-autocomplete__li:not(.select-search__item):hover {
      background-color: rgba(255, 193, 7, 0.2); }
  .input-autocomplete.input-autocomplete--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto; }

.checkItemSpecial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px; }
  .checkItemSpecial:not(.checkItemSpecial--active) .checkItemSpecial-value .icon {
    opacity: .3; }
  .checkItemSpecial:not(.checkItemSpecial--active):hover .checkItemSpecial-value .icon {
    opacity: .5; }
  .checkItemSpecial:not(.checkItemSpecial--active).checkItemSpecial--error .checkItemSpecial-inner {
    border-color: #ff7373 !important; }
  .checkItemSpecial:not(.checkItemSpecial--active).checkItemSpecial--error .checkItemSpecial-value {
    background-color: #ff7373 !important; }
    .checkItemSpecial:not(.checkItemSpecial--active).checkItemSpecial--error .checkItemSpecial-value .icon {
      color: white !important; }
  .checkItemSpecial-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px; }
    @media (max-width: 479px) {
      .checkItemSpecial-inner {
        background: #353539;
        border-color: transparent;
        color: white; } }
  .checkItemSpecial-txt {
    font-weight: 500;
    font-size: 16px;
    color: #324354;
    padding: 0 13px; }
    @media (max-width: 479px) {
      .checkItemSpecial-txt {
        color: white; } }
  .checkItemSpecial-value {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFC107;
    border-radius: 0 4px 4px 0;
    position: relative;
    left: 1px; }
    .checkItemSpecial-value .icon {
      font-size: 25px;
      color: #324354;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
  .checkItemSpecial-info {
    margin-top: 16px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 479px) {
      .checkItemSpecial-info {
        color: rgba(255, 255, 255, 0.5); } }

.radioItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px; }
  .radioItem-value {
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
    @media (max-width: 479px) {
      .radioItem-value {
        border: 1px solid white; } }
    .radioItem--error .radioItem-value {
      border-color: #ff7373; }
    .radioItem-value:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 14px;
      height: 14px;
      background-color: transparent;
      content: " ";
      border-radius: 50%;
      -webkit-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
      .radioItem--active .radioItem-value:before {
        background-color: #FCC668; }
      .radioItem--right .radioItem-value:before {
        background-color: #00A546; }
  .radioItem-txt {
    font-size: 14px; }
    .radioItem--error .radioItem-txt {
      color: #ff7373; }
    @media (max-width: 479px) {
      .radioItem-txt {
        color: rgba(255, 255, 255, 0.7); } }

.input-wrap--labelIcon {
  padding-left: 40px; }
  .input-wrap--labelIcon label {
    position: absolute;
    top: 13px;
    left: 0;
    bottom: 0;
    margin: auto 0; }

.input-inner {
  position: relative; }

.range-slider .irs {
  height: 18px; }

.range-slider .irs-line {
  background: rgba(23, 23, 28, 0.2);
  height: 4px;
  border: none;
  border-radius: 5px; }

.range-slider .irs-bar {
  height: 4px;
  background: #9A0A32;
  border: none; }

.range-slider .irs-bar, .range-slider .irs-line {
  top: 8px; }

.range-slider .irs-slider {
  background: white;
  top: 0;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }
  @media (min-width: 0) {
    .range-slider .irs-slider:hover, .range-slider .irs-slider.state_hover {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); } }

.filters__item-range-wrap {
  padding: 0 0 20px; }

.filters__item-range-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px; }
  .filters__item-range-result-input {
    width: 108px; }
    @media (max-width: 1199px) {
      .filters__item-range-result-input {
        width: 80px; } }
    @media (max-width: 479px) {
      .filters__item-range-result-input {
        width: 48.7%; } }
    .filters__item-range-result-input input, .filters__item-range-result-input input:disabled {
      width: 100%;
      height: 36px;
      padding: 8px;
      color: #324354;
      font-weight: 500;
      background: #FFFFFF;
      border: 1px solid #E1E1E1;
      border-radius: 6px;
      font-size: 12px; }

.inputs-between__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .inputs-between__wrap .form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0; }
    .inputs-between__wrap .form-group:first-child {
      margin-right: 8px; }
    .inputs-between__wrap .form-group .form-control {
      height: 36px;
      padding: 8px;
      font-size: 12px; }

.form-group--label-mod .input-wrap {
  position: relative; }

.form-group--label-mod .input-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 0;
  line-height: 56px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  font-size: 16px;
  color: #757575;
  font-weight: 400; }
  @media (max-width: 768px) {
    .form-group--label-mod .input-label {
      font-size: 14px; } }
  @media (max-width: 650px) {
    .form-group--label-mod .input-label {
      font-size: 12px; } }
  @media (max-width: 479px) {
    .form-group--label-mod .input-label {
      font-size: 16px; } }
  .form-group--label-mod .input-label sup {
    color: #FF5555;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }

.form-group--label-mod .form-control:focus ~ .input-label,
.form-group--label-mod .form-control:not(:focus):valid ~ .input-label {
  top: -15px;
  font-size: 10px; }
  .form-group--label-mod .form-control:focus ~ .input-label sup,
  .form-group--label-mod .form-control:not(:focus):valid ~ .input-label sup {
    opacity: 0; }

.check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.changer {
  width: 3.2rem;
  height: 2.2rem;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .changer .switch {
    position: relative;
    display: block;
    width: 3.2rem;
    height: 2.2rem; }
  .changer .switch input {
    display: none; }
  .changer .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EAEAEA;
    -webkit-transition: .4s;
    transition: .4s;
    width: 3.2rem;
    height: 2rem;
    margin: auto; }
  .changer .slider:before {
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
    margin: auto 0;
    content: " ";
    width: 1.8rem;
    height: 1.8rem;
    -webkit-transition: .4s;
    transition: .4s;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.101987);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 3px 1px rgba(0, 0, 0, 0.1); }
  .changer input:checked + .slider {
    background-color: #A1CE6B; }
  .changer input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .changer .slider.round {
    border-radius: 34px; }
  .changer .slider.round:before {
    border-radius: 50%; }
  .changer .fix_ps {
    position: relative;
    left: 3px; }

.changer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .changer-group__ttl {
    color: #333333;
    margin-right: 1rem; }

.changer-ttl {
  color: #333333;
  margin-right: 1rem; }

.form-group_pass-button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.8rem;
  height: 1.8rem; }
  .form-group_pass-button:hover .icon {
    color: #58B147; }
  .form-group_pass-button .icon {
    font-size: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    color: #AAAAAA;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
  .form-group_pass-button .icon-eye-cross {
    display: none; }

.form-group_pass-button-visible .icon-eye {
  display: none; }

.form-group_pass-button-visible .icon-eye-cross {
  display: inline-block; }

.search-field {
  position: relative; }
  .search-field__btn {
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto 0;
    font-size: 1.6rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #606060;
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1; }
    .search-field__btn .icon {
      display: block; }
    .search-field__btn:hover {
      color: #9A0A32; }
  .search-field .form-group {
    margin-bottom: 0; }
  .search-field .form-control {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 1rem 1rem 1rem 3.6rem;
    background-color: #F4F4F4;
    height: 3.4rem; }

.form-control[readonly] {
  background-color: transparent; }
  .form-control[readonly]:focus {
    border-color: #D2D2D2; }

.input-wrap--btn-right {
  position: relative; }
  .input-wrap--btn-right .form-control {
    padding-right: 4.2rem; }

.input-btn-edit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin: auto 0;
  z-index: 10;
  width: 1.4rem;
  height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #909090;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .input-btn-edit:hover {
    color: #9A0A32; }

.form-typical {
  padding: 3.6rem;
  background: #F0F2F3; }
  @media (max-width: 479px) {
    .form-typical {
      padding: 3.6rem 2.4rem; } }
  .form-typical h4:not(:last-child) {
    margin-bottom: 2.4rem; }
  .form-typical .form-control {
    border: 1px solid #AFAFAF;
    padding: 1.6rem 2rem; }
  .form-typical__fields:not(:last-child) {
    margin-bottom: 4rem; }
  .form-typical__agree:not(:last-child) {
    margin-bottom: 4rem; }
  .form-typical__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .form-typical__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .form-typical__line .form-group {
      width: calc(50% - 1.2rem); }
      @media (max-width: 1199px) {
        .form-typical__line .form-group {
          width: 100%; } }
      .form-typical__line .form-group:not(:last-child) {
        margin-bottom: 0; }
        @media (max-width: 1199px) {
          .form-typical__line .form-group:not(:last-child) {
            margin-bottom: 2rem; } }
    .form-typical__line:not(:last-child) {
      margin-bottom: 4rem; }
  .form-typical__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .form-typical__submit .button {
      width: 100%; }
    .form-typical__submit:not(:last-child) {
      margin-bottom: 4rem; }

.upload:not(:last-child) {
  margin-bottom: 2.4rem; }

.upload__choose {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18.7rem;
  padding: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 0;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  color: #007bff;
  letter-spacing: -0.2px;
  cursor: pointer;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 768px) {
    .upload__choose {
      height: 26rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .upload__choose h5, .upload__choose p {
    color: #AFAFAF; }
  .upload__choose h5 {
    text-align: center; }
    .upload__choose h5:not(:last-child) {
      margin-bottom: 8px; }
  .upload__choose p {
    max-width: 38rem;
    text-align: center; }
    .upload__choose p:not(:last-child) {
      margin-bottom: 1.6rem; }
  .upload__choose .button {
    min-width: 11.5rem;
    min-height: 4rem; }
    .upload__choose .button:hover {
      background-color: #9A0A32; }

.upload__input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.upload__txt {
  width: 100%;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #9A0A32;
  font-weight: 700;
  font-size: 1.8rem; }
  .upload__txt:not(:empty) + .button {
    display: none; }

.upload__delete {
  opacity: 0;
  visibility: hidden;
  margin-left: 1rem;
  font-size: 1.2rem;
  color: #9A0A32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer {
  padding-top: 6.2rem; }
  @media (max-width: 479px) {
    .footer {
      padding-top: 3.2rem; } }
  .footer__large {
    padding-bottom: 2.4rem; }
    .footer__large-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 1199px) {
        .footer__large-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .footer__large-col:first-child {
      width: 75.6rem;
      margin-right: 8.4rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 1479px) {
        .footer__large-col:first-child {
          width: 68rem;
          margin-right: 6.4rem; } }
      @media (max-width: 1199px) {
        .footer__large-col:first-child {
          width: 100%;
          margin-right: 0; } }
    .footer__large-col:last-child {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media (max-width: 1199px) {
        .footer__large-col:last-child {
          margin-bottom: 4.2rem; } }
    .footer__large-map {
      width: 100%;
      background-color: #F0F2F3; }
      .footer__large-map:not(:last-child) {
        margin-bottom: 4.2rem; }
        @media (max-width: 768px) {
          .footer__large-map:not(:last-child) {
            margin-bottom: 2.4rem; } }
      .footer__large-map:before {
        padding-bottom: 36.5079365079%;
        content: " ";
        display: block;
        visibility: hidden; }
        @media (max-width: 1479px) {
          .footer__large-map:before {
            padding-bottom: 40%; } }
        @media (max-width: 479px) {
          .footer__large-map:before {
            padding-bottom: 50%; } }
    .footer__large-contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .footer__large-contacts {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .footer__large-contacts-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 33.5rem; }
        @media (max-width: 768px) {
          .footer__large-contacts-col {
            max-width: initial;
            width: calc(50% - 1.2rem); } }
        @media (max-width: 768px) {
          .footer__large-contacts-col:first-child {
            width: 100%;
            margin-bottom: 1.6rem; } }
        .footer__large-contacts-col p:not(:last-child) {
          margin-bottom: 4px; }
        .footer__large-contacts-col a {
          line-height: 1.5em;
          color: #9A0A32;
          font-weight: 700; }
          .footer__large-contacts-col a:not(:last-child) {
            margin-bottom: 8px; }
          .footer__large-contacts-col a:hover {
            color: #7B0828; }
            .footer__large-contacts-col a:hover span {
              color: #7B0828; }
          .footer__large-contacts-col a span {
            color: #9A0A32; }
    .footer__large-docs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-right: 1rem; }
      @media (max-width: 1479px) {
        .footer__large-docs {
          padding-right: 0; } }
      @media (max-width: 1199px) {
        .footer__large-docs {
          max-width: 58rem; } }
      .footer__large-docs:not(:last-child) {
        margin-bottom: 3.2rem; }
        @media (max-width: 1479px) {
          .footer__large-docs:not(:last-child) {
            margin-bottom: 2.4rem; } }
      .footer__large-docs .link-doc:not(:last-child) {
        margin-bottom: 2.4rem; }
        @media (max-width: 1479px) {
          .footer__large-docs .link-doc:not(:last-child) {
            margin-bottom: 1.8rem; } }
  .footer__middle {
    padding: 2.4rem 0; }
    @media (max-width: 1199px) {
      .footer__middle {
        padding: 2.4rem 0 1.6rem; } }
    .footer__middle-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 1199px) {
        .footer__middle-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .footer__middle-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 8.3rem; }
      @media (max-width: 1479px) {
        .footer__middle-social {
          margin-right: 0rem; } }
      @media (max-width: 1199px) {
        .footer__middle-social {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 0;
          margin-bottom: 1.6rem; } }
      .footer__middle-social li:not(:last-child) {
        margin-right: 2rem; }
      .footer__middle-social a {
        width: 4.8rem;
        height: 4.8rem;
        border: 2px solid #000000;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1.1em;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .footer__middle-social a:hover {
          border-color: #9A0A32; }
          .footer__middle-social a:hover .icon {
            color: #9A0A32; }
        .footer__middle-social a .icon {
          color: #000000;
          font-size: 1.6rem; }
    .footer__middle-list {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1199px) {
        .footer__middle-list {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-bottom: 1.6rem; } }
      @media (max-width: 768px) {
        .footer__middle-list {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .footer__middle-list li {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .footer__middle-list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #000000;
        text-transform: uppercase;
        padding: 1.6rem;
        line-height: 1em; }
        @media (max-width: 1479px) {
          .footer__middle-list a {
            padding: 1.6rem 8px;
            font-size: 1.4rem; } }
        .footer__middle-list a:hover {
          color: #9A0A32;
          text-transform: uppercase; }
    .footer__middle-link {
      font-size: 2.4rem;
      font-weight: 600; }
      @media (max-width: 1479px) {
        .footer__middle-link {
          font-size: 2rem; } }
      @media (max-width: 1199px) {
        .footer__middle-link {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
  .footer__bottom {
    background-color: #9A0A32;
    color: white;
    line-height: 1.29em;
    padding: 1.35rem 0; }
    .footer__bottom a {
      color: white; }
    .footer__bottom-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 1199px) {
        .footer__bottom-content {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .footer__bottom-content p, .footer__bottom-content span {
        font-size: 1.4rem;
        text-align: center; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff; }
  @media (max-width: 1199px) {
    .header__content {
      position: relative;
      z-index: 1; } }
  .header__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8.7rem;
    border-bottom: 1px solid #000000;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-transition-property: height, border-color;
    transition-property: height, border-color; }
    @media (max-width: 1199px) {
      .header__content-top {
        height: 8rem;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 479px) {
      .header__content-top {
        height: 6rem; } }
    .header__content-top-logo {
      font-size: 5.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transition: font-size 0.25s ease;
      transition: font-size 0.25s ease;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      @media (max-width: 1199px) {
        .header__content-top-logo {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 2px;
          margin: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 14.4rem; } }
      @media (max-width: 479px) {
        .header__content-top-logo {
          font-size: 4.2rem; } }
    .header__content-top-burger {
      display: none; }
      @media (max-width: 1199px) {
        .header__content-top-burger {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 2rem;
          color: #9A0A32; } }
    .header__content-top-list {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin: 0 4.8rem; }
      @media (min-width: 1200px) {
        .header__content-top-list {
          display: block !important; } }
      @media (max-width: 1479px) {
        .header__content-top-list {
          margin: 0 8px; } }
      @media (max-width: 1199px) {
        .header__content-top-list {
          display: none;
          position: fixed;
          top: 8rem;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          background: white;
          -webkit-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
          height: calc(100% - 7.9rem);
          border-top: none;
          margin: 0; } }
      @media (max-width: 479px) {
        .header__content-top-list {
          top: 5.9rem;
          height: calc(100% - 5.9rem); } }
      .header__content-top-list > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 1199px) {
          .header__content-top-list > ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            max-width: 95rem;
            margin: 0 auto;
            height: 100%;
            overflow-y: auto; } }
        @media (max-width: 768px) {
          .header__content-top-list > ul {
            height: calc(100% - 8rem); } }
        .header__content-top-list > ul > li {
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          @media (max-width: 1199px) {
            .header__content-top-list > ul > li {
              width: calc(100% - 2.4rem); } }
          .header__content-top-list > ul > li:hover > a {
            color: #9A0A32; }
          @media (max-width: 1199px) {
            .header__content-top-list > ul > li:last-child .header__nav-main {
              border-color: transparent; } }
          .header__content-top-list > ul > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #000000;
            text-transform: uppercase;
            padding: 3.6rem 1.6rem;
            line-height: 1.1em;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            position: relative; }
            @media (max-width: 1479px) {
              .header__content-top-list > ul > li > a {
                padding: 3.6rem 8px;
                font-size: 1.4rem; } }
            @media (max-width: 1199px) {
              .header__content-top-list > ul > li > a {
                font-size: 2rem;
                font-weight: 700;
                padding: 1.6rem 8px; } }
            @media (max-width: 991px) {
              .header__content-top-list > ul > li > a {
                padding: 2.4rem 1.2rem 1.6rem; } }
            .header__content-top-list > ul > li > a:hover {
              color: #9A0A32;
              text-transform: uppercase; }
      .header__content-top-list-contacts-mobile {
        display: none; }
        @media (max-width: 768px) {
          .header__content-top-list-contacts-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: row;
            padding: 1.2rem 3.2rem;
            right: 0;
            margin: 0 1.2rem;
            width: calc(100% - 2.4rem);
            border-top: 1px solid black; } }
        .header__content-top-list-contacts-mobile-ttl {
          font-size: 1.6rem;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          font-weight: 600; }
          .header__content-top-list-contacts-mobile-ttl:not(:last-child) {
            margin-bottom: 8px; }
        .header__content-top-list-contacts-mobile ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .header__content-top-list-contacts-mobile ul a {
            font-size: 2rem;
            color: #000000;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin: 0 12px; }
          .header__content-top-list-contacts-mobile ul:not(:last-child) {
            margin-bottom: 8px; }
        .header__content-top-list-contacts-mobile-line {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .header__content-top-list-contacts-mobile-line a {
            color: #9A0A32;
            font-weight: 700;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 1199px) {
      .header__content-top-rostek {
        display: none; } }
    .header__content-top-rostek:not(:last-child) {
      margin-right: 6.4rem; }
      @media (max-width: 1479px) {
        .header__content-top-rostek:not(:last-child) {
          margin-right: 2.4rem; } }
    .header__content-top-rostek a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 10.67rem;
      height: 3.367rem;
      position: relative;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      .header__content-top-rostek a img {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
    .header__content-top-right-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header__content-top-right-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.6rem;
      color: #000000; }
      @media (max-width: 1199px) {
        .header__content-top-right-search {
          display: none; } }
      .header__content-top-right-search:not(:last-child) {
        margin-right: 2.4rem; }
      .header__content-top-right-search:hover {
        color: #9A0A32; }
    .header__content-top-right .select-group {
      margin-bottom: 0;
      width: 6.8rem; }
  .header__content-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    height: 5.8rem;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-transition-property: height;
    transition-property: height; }
    @media (max-width: 1199px) {
      .header__content-middle {
        display: none; } }
    .header__content-middle-list {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .header__content-middle-list:not(:last-child) {
        margin-right: 2.4rem; }
      .header__content-middle-list > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .header__content-middle-list > ul > li {
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .header__content-middle-list > ul > li:hover > a {
            color: #9A0A32; }
          .header__content-middle-list > ul > li:first-child a {
            padding-left: 0; }
          .header__content-middle-list > ul > li:last-child a {
            padding-right: 0; }
          .header__content-middle-list > ul > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #000000;
            text-transform: uppercase;
            padding: 2rem 1.6rem;
            line-height: 1.1em; }
            @media (max-width: 1479px) {
              .header__content-middle-list > ul > li > a {
                padding: 1.6rem 8px;
                font-size: 1.4rem; } }
            .header__content-middle-list > ul > li > a:hover {
              color: #9A0A32;
              text-transform: uppercase; }
    .header__content-middle-contacts-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header__content-middle-contacts a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header__content-middle-contacts a:not(:last-child) {
        margin-right: 3.2rem; }
        @media (max-width: 1479px) {
          .header__content-middle-contacts a:not(:last-child) {
            margin-right: 2.4rem; } }
      .header__content-middle-contacts a .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.6rem;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        color: #000000; }
        .header__content-middle-contacts a .icon:first-child {
          margin-right: 8px; }
        .header__content-middle-contacts a .icon-mail {
          font-size: 1.2rem; }
      .header__content-middle-contacts a span {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        color: #000000;
        line-height: 1em; }
      .header__content-middle-contacts a:hover span, .header__content-middle-contacts a:hover .icon {
        color: #9A0A32; }
    .header__content-middle .header__nav {
      top: 14.5rem; }
      .header__content-middle .header__nav:before {
        height: 25px;
        top: -23px; }
  .header__nav {
    position: fixed;
    top: 8.6rem;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
    display: none;
    pointer-events: none;
    z-index: 100; }
    .header__nav:before {
      display: block;
      content: " ";
      display: block;
      position: absolute;
      width: 100%;
      height: 35px;
      z-index: 100;
      top: -32px;
      left: 0; }
      @media (max-width: 1199px) {
        .header__nav:before {
          display: none; } }
    @media (max-width: 1199px) {
      .header__nav {
        position: relative;
        top: initial;
        right: initial;
        left: initial;
        bottom: initial;
        display: block !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        pointer-events: auto; } }
    .js-desktop-menu_opened .header__nav {
      pointer-events: auto; }
    @media (max-width: 1199px) {
      .header__nav-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100%; } }
    .header__nav-main {
      padding: 2.4rem 0 7.4rem;
      border-bottom: 1px solid #000000;
      position: relative;
      background-image: url("../images/useful/decor/1.png");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%; }
      @media (max-width: 1479px) {
        .header__nav-main {
          padding: 2.4rem 0 6.4rem; } }
      @media (max-width: 1199px) {
        .header__nav-main {
          padding: 0;
          background-image: none; } }
      .header__nav-main-ttl {
        font-size: 1.6rem;
        line-height: 1.5em;
        color: #666666;
        display: block;
        margin-bottom: 1.6rem; }
        @media (max-width: 1199px) {
          .header__nav-main-ttl {
            display: none; } }
      .header__nav-main-row {
        margin-left: -1.2rem;
        margin-right: -1.2rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 991px) {
          .header__nav-main-row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
      .header__nav-main-col {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        width: 20%;
        border-left: 1px solid #AFAFAF; }
        @media (max-width: 1199px) {
          .header__nav-main-col {
            width: 33.3333%;
            margin-bottom: 2.4rem; } }
        @media (max-width: 991px) {
          .header__nav-main-col {
            width: 100%;
            border-left: none; } }
        @media (max-width: 991px) {
          .header__nav-main-col:not(::last-child) {
            margin-bottom: 3.2rem; } }
      @media (max-width: 991px) {
        .header__nav-main ul {
          flex-direction: column;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .header__nav-main ul:not(:last-child) {
        margin-bottom: 2.4rem; }
      .header__nav-main ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header__nav-main ul li:not(:last-child) {
          margin-bottom: 1.2rem; }
          @media (max-width: 991px) {
            .header__nav-main ul li:not(:last-child) {
              margin-bottom: 1.2rem;
              margin-right: 1.2rem; } }
          @media (max-width: 479px) {
            .header__nav-main ul li:not(:last-child) {
              margin-right: 0; } }
        .header__nav-main ul li:first-child {
          margin-bottom: 1.6rem; }
          @media (max-width: 991px) {
            .header__nav-main ul li:first-child {
              width: 100%;
              margin-bottom: 1.2rem; } }
          .header__nav-main ul li:first-child a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-weight: 600;
            font-size: 1.8rem;
            line-height: 1.25em;
            color: #9A0A32; }
      .header__nav-main ul a {
        line-height: 1.5em;
        color: #000000;
        position: relative; }
        @media (max-width: 991px) {
          .header__nav-main ul a {
            font-size: 1.5rem; } }
        .header__nav-main ul a:hover {
          color: #000000; }
          .header__nav-main ul a:hover:after {
            width: 100%; }
        .header__nav-main ul a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 1px;
          content: " ";
          background-color: #000000;
          width: 0;
          -webkit-transition: width .75s ease;
          transition: width .75s ease; }
      .header__nav-main-btn-mobile {
        display: none; }
        @media (max-width: 991px) {
          .header__nav-main-btn-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
    .header__nav-bottom {
      padding: 2.8rem 0; }
      @media (max-width: 1199px) {
        .header__nav-bottom {
          width: 100%;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding: 1.2rem 0;
          display: none; } }
      .header__nav-bottom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 585px) {
          .header__nav-bottom-row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
      .header__nav-bottom-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10rem; }
        @media (max-width: 1199px) {
          .header__nav-bottom-social {
            margin-right: 6rem; } }
        @media (max-width: 585px) {
          .header__nav-bottom-social {
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            flex-shrink: 1} }
        .header__nav-bottom-social-ttl {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-right: 3.2rem; }
          @media (max-width: 1199px) {
            .header__nav-bottom-social-ttl {
              margin-right: 2.4rem; } }
          @media (max-width: 768px) {
            .header__nav-bottom-social-ttl {
              display: none; } }
        .header__nav-bottom-social ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        @media (max-width: 585px) {
          .header__nav-bottom-social ul {
            margin-right: auto} }
          .header__nav-bottom-social ul li {
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            .header__nav-bottom-social ul li:not(:last-child) {
              margin-right: 1.6rem; }
          .header__nav-bottom-social ul a {
            width: 2.4rem;
            height: 2.4rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            @media (max-width: 585px) {
              .header__nav-bottom-social ul a {
                width: 3.2rem;
                height: 3.2rem;
                margin: 0;} }
            .header__nav-bottom-social ul a .icon {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              font-size: 2.4rem;
              color: #000000; }
            .header__nav-bottom-social ul a:hover .icon {
              color: #9A0A32; }
      .header__nav-bottom-subscribe {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media (max-width: 585px) {
          .header__nav-bottom-subscribe {
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 1.6rem; } }
        .header__nav-bottom-subscribe-ttl {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-right: 1.6rem;
          flex-shrink: 0; }
          @media (max-width: 1199px) {
            .header__nav-bottom-subscribe-ttl {
              display: none; } }
        .header__nav-bottom-subscribe-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          .header__nav-bottom-subscribe-form .form-group {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
            .header__nav-bottom-subscribe-form .form-group:not(:last-child) {
              margin-bottom: 0; }
          .header__nav-bottom-subscribe-form-submit {
            height: 5.4rem;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            @media (max-width: 768px) {
              .header__nav-bottom-subscribe-form-submit {
                padding: 8px 1.6rem;
                height: 5rem; } }
            @media (max-width: 768px) {
              .header__nav-bottom-subscribe-form-submit > span {
                font-size: 1.4rem; } }
            @media (max-width: 768px) {
              .header__nav-bottom-subscribe-form-submit .icon {
                display: none; } }
        .header__nav-bottom-subscribe > a {
          font-weight: 700; }
          .header__nav-bottom-subscribe > a:not(:last-child) {
            margin-right: 1.2rem; }
  .header__search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    overflow-y: auto;
    padding: 0; }
    .header__search-popup-close {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      cursor: auto !important; }
      .header__search-popup-close .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #9A0A32;
        font-size: 2.4rem;
        position: absolute;
        top: 3.2rem;
        right: 3.2rem; }
  .header__search-content {
    padding: 24rem 1.6rem 12rem;
    position: relative; }
    @media (max-width: 768px) {
      .header__search-content {
        padding: 24rem 1.6rem 6rem; } }
  .header__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 73rem;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    .header__search-form .form-group {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .header__search-form .form-group .form-control {
        height: 5.6rem;
        font-size: 2.2rem;
        border: 1px solid #000000; }
        @media (max-width: 768px) {
          .header__search-form .form-group .form-control {
            height: 5rem;
            font-size: 1.5rem;
            padding: 1.6rem; } }
        .header__search-form .form-group .form-control:focus {
          border: 1px solid #000000; }
        .header__search-form .form-group .form-control::-webkit-input-placeholder {
          font-size: 2.2rem; }
        .header__search-form .form-group .form-control:-ms-input-placeholder {
          font-size: 2.2rem; }
        .header__search-form .form-group .form-control::placeholder {
          font-size: 2.2rem; }
          @media (max-width: 768px) {
            .header__search-form .form-group .form-control::-webkit-input-placeholder {
              font-size: 1.5rem; }
            .header__search-form .form-group .form-control:-ms-input-placeholder {
              font-size: 1.5rem; }
            .header__search-form .form-group .form-control::placeholder {
              font-size: 1.5rem; } }
      .header__search-form .form-group:not(:last-child) {
        margin-bottom: 0; }
    .header__search-form-submit {
      height: 5.4rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 24rem; }
      @media (max-width: 768px) {
        .header__search-form-submit {
          padding: 8px 1.6rem;
          height: 5rem; } }
      @media (max-width: 768px) {
        .header__search-form-submit > span {
          font-size: 1.4rem; } }
      @media (max-width: 768px) {
        .header__search-form-submit .icon {
          display: none; } }
    .header__search-form-icon {
      color: white;
      font-size: 1.6rem;
      position: absolute;
      left: calc(100% + 3rem);
      pointer-events: none; }
      @media (max-width: 768px) {
        .header__search-form-icon {
          display: none; } }
    .header__search-form-autocomplit {
      position: absolute;
      top: calc(100% + 2px);
      left: 0;
      right: 0;
      width: 100%;
      background-color: #FFFFFF;
      padding: 1.6rem 2.4rem 2.4rem; }
      @media (max-width: 768px) {
        .header__search-form-autocomplit {
          padding: 1rem 1.6rem 2.8rem; } }
      .header__search-form-autocomplit-name {
        font-size: 2.2rem;
        line-height: 1.45em;
        padding: 5px 0;
        display: block; }
        @media (max-width: 768px) {
          .header__search-form-autocomplit-name {
            font-size: 1.5rem;
            padding: 6px 0; } }
    .header__search-form-nothing {
      position: absolute;
      top: calc(100% + 2px);
      left: 0;
      right: 0;
      width: 100%;
      background-color: #FFFFFF;
      padding: 1.6rem 2.4rem 2.4rem; }
      @media (max-width: 768px) {
        .header__search-form-nothing {
          padding: 1rem 1.6rem 2.8rem; } }
      .header__search-form-nothing h3 {
        font-weight: 600;
        margin-bottom: 1rem; }
        @media (max-width: 768px) {
          .header__search-form-nothing h3 {
            font-size: 2rem; } }
  @media (min-width: 480px) {
    .header.header--fixed .header__content-top-logo {
      font-size: 4.2rem;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .header.header--fixed .header__content-top {
      height: 5.8rem;
      border-color: transparent; }
    .header.header--fixed .header__content-middle {
      height: 0;
      overflow: hidden; }
    .header.header--fixed .header__nav {
      top: 5.8rem; } }

.js-desktop-menu {
  position: relative; }

.banner-main {
  padding: 0 0 38rem;
  position: relative; }
  @media (max-width: 1479px) {
    .banner-main {
      padding: 0 0 18rem; } }
  @media (max-width: 1199px) {
    .banner-main {
      padding: 0; } }

.banner__video {
  height: calc(100vh - 13.5rem);
  min-height: 62rem;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .banner__video {
      height: auto;
      position: relative; } }
  @media (max-width: 1199px) {
    .banner__video:after {
      padding-bottom: 56.25%;
      visibility: hidden;
      display: block;
      content: ' '; } }
  .banner__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .banner__video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .banner__video [data-prevent-transform="true"] {
    opacity: 0; }

.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 6.4rem 0 0;
  z-index: 1; }
  @media (max-width: 1479px) {
    .banner__content {
      padding: 5.6rem 0 0; } }
  @media (max-width: 1199px) {
    .banner__content {
      background-image: url("../images/useful/decor/1.png");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      padding: 6.4rem 0; } }
  @media (max-width: 768px) {
    .banner__content {
      padding: 4.8rem 0; } }
  @media (max-width: 585px) {
    .banner__content {
      padding: 3.2rem 0 2rem; } }
  @media (max-width: 479px) {
    .banner__content {
      background-position: center center; } }
  .banner__content-chain {
    font-size: 9.6rem;
    font-family: "Kinetika";
    letter-spacing: -0.6px;
    line-height: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1; }
    @media (max-width: 1479px) {
      .banner__content-chain {
        font-size: 7.6rem; } }
    @media (max-width: 1199px) {
      .banner__content-chain {
        font-size: 6.4rem; } }
    @media (max-width: 991px) {
      .banner__content-chain {
        font-size: 5.6rem; } }
    @media (max-width: 768px) {
      .banner__content-chain {
        font-size: 4.2rem; } }
    @media (max-width: 585px) {
      .banner__content-chain {
        font-size: 3.4rem; } }
    @media (max-width: 479px) {
      .banner__content-chain {
        font-size: 2.6rem; } }
    @media (max-width: 374px) {
      .banner__content-chain {
        font-size: 2.4rem; } }
    .banner__content-chain strong {
      font-weight: 800;
      letter-spacing: 0.2px; }
    .banner__content-chain:not(:last-child) {
      margin-bottom: 3.2rem; }
      @media (max-width: 1199px) {
        .banner__content-chain:not(:last-child) {
          margin-bottom: 1.6rem; } }
      @media (max-width: 585px) {
        .banner__content-chain:not(:last-child) {
          margin-bottom: 8px; } }
  .banner__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1.3rem 0 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1479px) {
      .banner__content-row {
        padding: 3px 0 0; } }
    @media (max-width: 1199px) {
      .banner__content-row {
        padding: 0; } }
    @media (max-width: 768px) {
      .banner__content-row {
        max-width: 64rem; } }
    @media (max-width: 585px) {
      .banner__content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .banner__content-row p {
      max-width: 32rem;
      font-weight: 600;
      font-size: 2rem;
      line-height: 1.3em;
      color: #9A0A32;
      margin-bottom: 0;
      position: relative;
      bottom: 1rem; }
      @media (max-width: 1199px) {
        .banner__content-row p {
          font-size: 1.8rem;
          bottom: 0; } }
      @media (max-width: 768px) {
        .banner__content-row p {
          font-size: 1.6rem; } }
      @media (max-width: 585px) {
        .banner__content-row p {
          margin-top: 8px; } }
  .banner__content-backvideo {
    position: absolute;
    top: 0;
    right: -100%;
    left: -100%;
    width: 192rem;
    margin: 0 auto; }
    @media (max-width: 1479px) {
      .banner__content-backvideo {
        width: 155rem; } }
    @media (max-width: 1199px) {
      .banner__content-backvideo {
        display: none; } }
    .banner__content-backvideo video {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%; }

.banner-landing {
  padding: 0 0 11.8rem; }
  @media (max-width: 1199px) {
    .banner-landing {
      padding: 0 0 6rem; } }
  @media (max-width: 479px) {
    .banner-landing {
      padding: 0 0 6rem; } }
  .banner-landing__content {
    position: relative; }
    .banner-landing__content-about {
      max-width: 59.2rem;
      position: relative;
      z-index: 2; }
      @media (max-width: 1479px) {
        .banner-landing__content-about {
          max-width: 42rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-about {
          max-width: 32rem; } }
      @media (max-width: 768px) {
        .banner-landing__content-about {
          max-width: initial; } }
      .banner-landing__content-about:not(:last-child) {
        margin-bottom: 4rem; }
        @media (max-width: 479px) {
          .banner-landing__content-about:not(:last-child) {
            margin-bottom: 2rem; } }
      .banner-landing__content-about h1 {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
        border-bottom: 2px solid #000000; }
        @media (max-width: 1199px) {
          .banner-landing__content-about h1 {
            padding-bottom: 2rem;
            margin-bottom: 2rem; } }
    .banner-landing__content-img {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      width: 75.6rem; }
      @media (max-width: 1479px) {
        .banner-landing__content-img {
          width: 64.6rem; } }
      @media (max-width: 1199px) {
        .banner-landing__content-img {
          width: 48.6rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-img {
          width: calc(100% - 36rem); } }
      @media (max-width: 768px) {
        .banner-landing__content-img {
          width: 100%;
          position: relative;
          margin-bottom: 2.4rem; } }
      @media (max-width: 479px) {
        .banner-landing__content-img {
          margin-bottom: 2rem; } }
      .banner-landing__content-img:before {
        padding-bottom: 90.2116402116%;
        visibility: hidden;
        content: " ";
        display: block; }
        @media (max-width: 768px) {
          .banner-landing__content-img:before {
            padding-bottom: 75.2116402116%; } }
      .banner-landing__content-img .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .banner-landing__content-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      z-index: 2; }
      @media (max-width: 768px) {
        .banner-landing__content-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
    .banner-landing__content-link {
      width: 21.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-bottom: 4rem;
      border-bottom: 2px solid #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 8.4rem; }
      @media (max-width: 1479px) {
        .banner-landing__content-link {
          margin-right: 4.4rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-link {
          margin-right: 2.4rem; } }
      @media (max-width: 768px) {
        .banner-landing__content-link {
          margin-right: 0;
          padding-bottom: 0;
          border-bottom: none; } }
      @media (max-width: 479px) {
        .banner-landing__content-link {
          width: 100%; } }
      @media (max-width: 479px) {
        .banner-landing__content-link .button {
          width: 100%; } }
    .banner-landing__content-list {
      width: 24rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-right: 7.4rem; }
      @media (max-width: 1479px) {
        .banner-landing__content-list {
          margin-right: 4.4rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-list {
          margin-right: 2.4rem; } }
      @media (max-width: 768px) {
        .banner-landing__content-list {
          margin-right: 0;
          padding-bottom: 0;
          border-bottom: none;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 479px) {
        .banner-landing__content-list {
          width: 100%; } }
      .banner-landing__content-list-chapter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media (max-width: 768px) {
          .banner-landing__content-list-chapter {
            width: calc(50% - 1.2rem); } }
        @media (max-width: 585px) {
          .banner-landing__content-list-chapter {
            width: 100%; } }
        .banner-landing__content-list-chapter:not(:last-child) {
          padding-bottom: 2.4rem;
          border-bottom: 2px solid #000000;
          margin-bottom: 2.4rem; }
          @media (max-width: 768px) {
            .banner-landing__content-list-chapter:not(:last-child) {
              border-bottom: none;
              padding-bottom: 0;
              margin-bottom: 3.2rem; } }
          @media (max-width: 585px) {
            .banner-landing__content-list-chapter:not(:last-child) {
              padding-bottom: 2.4rem;
              border-bottom: 2px solid #000000;
              margin-bottom: 2.4rem; } }
        .banner-landing__content-list-chapter a:not(:last-child) {
          margin-bottom: 1.9rem; }
      .banner-landing__content-list-ttl {
        font-weight: 700; }
        .banner-landing__content-list-ttl:not(:last-child) {
          margin-bottom: 1.9rem; }
      .banner-landing__content-list + .banner-landing__content-mission {
        margin-top: 8rem;
        max-width: 74.8rem; }
        @media (max-width: 1479px) {
          .banner-landing__content-list + .banner-landing__content-mission {
            margin-top: 6rem; } }
        @media (max-width: 1199px) {
          .banner-landing__content-list + .banner-landing__content-mission {
            margin-top: 4rem; } }
        @media (max-width: 768px) {
          .banner-landing__content-list + .banner-landing__content-mission {
            margin-top: 0; } }
    .banner-landing__content-mission {
      background-color: #F0F2F3;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 99.6rem;
      padding: 4.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 1479px) {
        .banner-landing__content-mission {
          max-width: 74.8rem;
          padding: 4.4rem; } }
      @media (max-width: 1199px) {
        .banner-landing__content-mission {
          max-width: 58rem;
          padding: 3.2rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-mission {
          max-width: 50rem; } }
      @media (max-width: 768px) {
        .banner-landing__content-mission {
          margin-bottom: 2.4rem;
          max-width: initial;
          width: 100%;
          padding: 2.4rem 1.8rem; } }
      @media (max-width: 479px) {
        .banner-landing__content-mission {
          margin-bottom: 2rem; } }
      .banner-landing__content-mission > span {
        color: #9A0A32;
        font-weight: 600;
        font-size: 2.4rem;
        line-height: 1.25em;
        margin-bottom: 2.4rem; }
        @media (max-width: 1479px) {
          .banner-landing__content-mission > span {
            margin-bottom: 1.8rem; } }
        @media (max-width: 1199px) {
          .banner-landing__content-mission > span {
            margin-bottom: 6px;
            font-size: 1.8rem; } }
        @media (max-width: 479px) {
          .banner-landing__content-mission > span {
            font-size: 1.6rem; } }
      @media (max-width: 1479px) {
        .banner-landing__content-mission > h2 {
          font-size: 3.6rem; } }
      @media (max-width: 1199px) {
        .banner-landing__content-mission > h2 {
          font-size: 2.8rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-mission > h2 {
          font-size: 2.4rem; } }
      @media (max-width: 479px) {
        .banner-landing__content-mission > h2 {
          font-size: 2rem; } }
    .banner-landing__content-article {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      margin-right: 14.4rem; }
      @media (max-width: 1479px) {
        .banner-landing__content-article {
          margin-right: 12rem; } }
      @media (max-width: 1199px) {
        .banner-landing__content-article {
          margin-right: 6.4rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-article {
          margin-right: 0;
          margin-bottom: 3.2rem; } }
      @media (max-width: 768px) {
        .banner-landing__content-article {
          margin-bottom: 2.4rem; } }
      .banner-landing__content-article h1 {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
        border-bottom: 2px solid #000000; }
        @media (max-width: 1199px) {
          .banner-landing__content-article h1 {
            padding-bottom: 2rem;
            margin-bottom: 2rem; } }
      .banner-landing__content-article-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .banner-landing__content-article-inner p {
          color: #666666; }
          .banner-landing__content-article-inner p:not(:last-child) {
            margin-bottom: 2.4rem; }
            @media (max-width: 1199px) {
              .banner-landing__content-article-inner p:not(:last-child) {
                margin-bottom: 1.6rem; } }
        .banner-landing__content-article-inner > ul:not(:last-child) {
          margin-bottom: 2.4rem; }
          @media (max-width: 1199px) {
            .banner-landing__content-article-inner > ul:not(:last-child) {
              margin-bottom: 1.6rem; } }
        .banner-landing__content-article-inner > ul li {
          color: #666666; }
      .banner-landing__content-article-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .banner-landing__content-article-top:not(:last-child) {
          margin-bottom: 4rem; }
          @media (max-width: 1199px) {
            .banner-landing__content-article-top:not(:last-child) {
              margin-bottom: 2rem; } }
        .banner-landing__content-article-top h3 {
          margin-bottom: 0; }
        .banner-landing__content-article-top > .icon {
          font-size: 3.2rem;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 2rem; }
          @media (max-width: 1199px) {
            .banner-landing__content-article-top > .icon {
              font-size: 2.4rem; } }
          @media (max-width: 768px) {
            .banner-landing__content-article-top > .icon {
              font-size: 1.6rem; } }
    .banner-landing__content-picture {
      width: 57.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      @media (max-width: 1479px) {
        .banner-landing__content-picture {
          width: 46rem; } }
      @media (max-width: 1199px) {
        .banner-landing__content-picture {
          width: 38rem; } }
      @media (max-width: 991px) {
        .banner-landing__content-picture {
          width: calc(50% - 1.2rem); } }
      @media (max-width: 768px) {
        .banner-landing__content-picture {
          width: 100%; } }
      .banner-landing__content-picture:before {
        padding-bottom: 71.0069444444%;
        visibility: hidden;
        content: " ";
        display: block; }
      .banner-landing__content-picture .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .banner-landing__content-portrait {
      width: 39.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      @media (max-width: 991px) {
        .banner-landing__content-portrait {
          width: calc(33.333333% - 1.2rem);
          margin-left: 2.4rem; } }
      @media (max-width: 768px) {
        .banner-landing__content-portrait {
          width: calc(66.66666666% - 1.2rem);
          margin-left: 0; } }
      @media (max-width: 585px) {
        .banner-landing__content-portrait {
          width: calc(50% - 1.2rem); } }
      @media (max-width: 479px) {
        .banner-landing__content-portrait {
          width: 100%; } }
      .banner-landing__content-portrait:before {
        padding-bottom: 103.282828283%;
        visibility: hidden;
        content: " ";
        display: block; }
      .banner-landing__content-portrait .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }
  .banner-landing__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .banner-landing__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .banner-landing__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .banner-landing__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .banner-landing.banner-landing--development .banner-landing__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  @media (min-width: 1480px) {
    .banner-landing.banner-landing--development .banner-landing__content-picture {
      width: 69.6rem; } }
  @media (max-width: 991px) {
    .banner-landing.banner-landing--development .banner-landing__content-picture {
      width: 75%; } }
  @media (max-width: 768px) {
    .banner-landing.banner-landing--development .banner-landing__content-picture {
      width: 100%; } }
  .banner-landing.banner-landing--development .banner-landing__content-picture:before {
    padding-bottom: 56.1781609195%; }
  .banner-landing.banner-landing--development-sticky .banner-landing__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .banner-landing.banner-landing--development-sticky .banner-landing__content-picture {
    position: -webkit-sticky;
    position: sticky;
    top: 8rem; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .banner-landing.banner-landing--development-sticky .banner-landing__content-picture {
        position: -webkit-sticky;
        position: sticky;
        top: 7rem; } }
    @media (min-width: 1480px) {
      .banner-landing.banner-landing--development-sticky .banner-landing__content-picture {
        width: 69.6rem; } }
    @media (max-width: 991px) {
      .banner-landing.banner-landing--development-sticky .banner-landing__content-picture {
        width: 75%; } }
    @media (max-width: 768px) {
      .banner-landing.banner-landing--development-sticky .banner-landing__content-picture {
        width: 100%; } }
    .banner-landing.banner-landing--development-sticky .banner-landing__content-picture:before {
      padding-bottom: 75%; }

.products-main {
  position: relative;
  z-index: 10;
  margin-top: -20.9rem;
  padding-bottom: 7.2rem; }
  @media (max-width: 1479px) {
    .products-main {
      margin-top: -7.2rem; } }
  @media (max-width: 1199px) {
    .products-main {
      margin-top: 0;
      padding: 5.6rem 0; } }
  @media (max-width: 479px) {
    .products-main {
      padding: 4rem 0; } }
  .products-main__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .products-main__content-top {
        width: 100%; } }
    .products-main__content-top:not(:last-child) {
      margin-bottom: 6.4rem; }
      @media (max-width: 1199px) {
        .products-main__content-top:not(:last-child) {
          margin-bottom: 4.8rem; } }
      @media (max-width: 768px) {
        .products-main__content-top:not(:last-child) {
          margin-bottom: 3.2rem; } }
    .products-main__content-top > h2 {
      margin-bottom: 0; }
  .products-main__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    counter-reset: list; }
  .products-main__content-col {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 50%; }
    @media (max-width: 768px) {
      .products-main__content-col {
        width: 100%; } }
    .products-main__content-col:nth-child(even) {
      padding-top: 12.8rem; }
      @media (max-width: 1199px) {
        .products-main__content-col:nth-child(even) {
          padding-top: 9.8rem; } }
      @media (max-width: 991px) {
        .products-main__content-col:nth-child(even) {
          padding-top: 8.6rem; } }
      @media (max-width: 768px) {
        .products-main__content-col:nth-child(even) {
          padding-top: 0; } }
    @media (max-width: 768px) {
      .products-main__content-col:not(:last-child) {
        margin-bottom: 5.6rem; } }
    @media (max-width: 479px) {
      .products-main__content-col:not(:last-child) {
        margin-bottom: 4.2rem; } }
    .products-main__content-col > p {
      color: #666666;
      margin-bottom: 6.4rem; }
      @media (max-width: 1199px) {
        .products-main__content-col > p {
          margin-bottom: 3.4rem; } }
      @media (max-width: 991px) {
        .products-main__content-col > p {
          margin-bottom: 2.4rem;
          font-size: 1.4rem; } }

.product-banner {
  width: 100%;
  position: relative;
  display: block; }
  .product-banner:hover .button {
    -webkit-transform: translateX(1.2rem);
    transform: translateX(1.2rem);
    opacity: 1; }
  .product-banner:hover .h-object-fit {
    -webkit-transform: translateX(-1.2rem);
    transform: translateX(-1.2rem); }
  .product-banner:hover .product-banner__top > .icon {
    color: #9A0A32; }
  @media (max-width: 991px) {
    .product-banner:hover .button {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .product-banner:hover .h-object-fit {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  .product-banner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.1rem; }
    @media (max-width: 768px) {
      .product-banner__top {
        margin-bottom: 1.6rem; } }
    .product-banner__top-ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000000; }
      .product-banner__top-ttl:before {
        counter-increment: list;
        content: counter(list);
        width: 3.2rem;
        height: 3.2rem;
        border: 2px solid #000000;
        border-radius: 50%;
        font-size: 1.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 1.6rem;
        color: #000000; }
    .product-banner__top > .icon {
      font-size: 3.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #000000;
      margin-bottom: 1.5rem; }
      @media (max-width: 991px) {
        .product-banner__top > .icon {
          font-size: 2.4rem;
          margin-bottom: 8px; } }
      @media (max-width: 768px) {
        .product-banner__top > .icon {
          font-size: 1.8rem;
          margin-bottom: 0; } }
  .product-banner__picture {
    position: relative;
    display: block; }
    .product-banner__picture:before {
      padding-bottom: 50.5747126437%;
      visibility: hidden;
      content: " ";
      display: block; }
    .product-banner__picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }
      @media (max-width: 991px) {
        .product-banner__picture .h-object-fit {
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
    .product-banner__picture .button {
      position: absolute;
      bottom: -2.8rem;
      right: 0;
      -webkit-transition: all .75s ease;
      transition: all .75s ease;
      opacity: 0; }
      @media (max-width: 991px) {
        .product-banner__picture .button {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
      @media (max-width: 479px) {
        .product-banner__picture .button {
          min-height: 4.8rem; }
          .product-banner__picture .button > span {
            font-size: 1.4rem; }
          .product-banner__picture .button > .icon {
            font-size: 1.6rem; } }
  .product-banner.product-banner--service .product-banner__top .icon {
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
    z-index: 1;
    font-size: 2.4rem;
    margin: 0; }
  .product-banner.product-banner--service .product-banner__picture .button {
    opacity: 1;
    top: -8px;
    left: 3.6rem;
    right: initial;
    bottom: initial;
    background-color: #9A0A32; }
  .product-banner.product-banner--service .product-banner__top > .icon {
    -webkit-transition: all .75s ease;
    transition: all .75s ease; }
  .product-banner.product-banner--service:hover .product-banner__top > .icon {
    -webkit-transform: translateX(-2.4rem);
    transform: translateX(-2.4rem); }
  @media (max-width: 991px) {
    .product-banner.product-banner--service:hover .product-banner__top > .icon {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.structure-product {
  background-color: #F0F2F3;
  padding: 9.2rem 0; }
  @media (max-width: 991px) {
    .structure-product {
      padding: 6.2rem 0; } }
  @media (max-width: 479px) {
    .structure-product {
      padding: 4.2rem 0; } }
  .structure-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .structure-product__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .structure-product__content-main {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 14.3rem; }
      @media (max-width: 1479px) {
        .structure-product__content-main {
          margin-right: 4.4rem; } }
      @media (max-width: 991px) {
        .structure-product__content-main {
          width: 100%;
          margin-right: 0;
          margin-bottom: 3.2rem; } }
    .structure-product__content-picture {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 57.6rem;
      position: relative; }
      @media (max-width: 1479px) {
        .structure-product__content-picture {
          width: 48.6rem; } }
      @media (max-width: 1199px) {
        .structure-product__content-picture {
          width: 38rem;
          margin-top: 6.4rem; } }
      @media (max-width: 991px) {
        .structure-product__content-picture {
          width: calc(50% - 1.2rem);
          margin-top: 0; } }
      @media (max-width: 768px) {
        .structure-product__content-picture {
          width: 100%; } }
      .structure-product__content-picture:before {
        visibility: hidden;
        padding-bottom: 76.9097222222%;
        content: " ";
        display: block; }
      .structure-product__content-picture img {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }

.products-all__content-section {
  padding: 6.4rem 0 4rem; }
  .products-all__content-section:nth-child(odd) {
    background-color: #F0F2F3; }

.products-all__content-ttl:not(:last-child) {
  margin-bottom: 6.4rem; }
  @media (max-width: 1199px) {
    .products-all__content-ttl:not(:last-child) {
      margin-bottom: 4.8rem; } }
  @media (max-width: 768px) {
    .products-all__content-ttl:not(:last-child) {
      margin-bottom: 3.2rem; } }
  @media (max-width: 479px) {
    .products-all__content-section h3 {
      font-size: 2.2rem; } }

.products-all__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  .products-all__content-row:not(:last-child) {
    margin-bottom: 4rem; }

.products-all__content-col {
  width: 33.33333%;
  padding: 0 1.2rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .products-all__content-col {
      width: 50%; } }
  @media (max-width: 479px) {
    .products-all__content-col {
      width: 100%;
      margin-bottom: 1.6rem; } }

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  width: 100%; }
  .product:hover {
    border-color: #9A0A32; }
    .product:hover .product__ttl span {
      color: #9A0A32; }
  .product__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.6rem 3.6rem 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%; }
    @media (max-width: 991px) {
      .product__ttl {
        padding: 2.4rem 2.4rem 1.2rem; } }
    .product__ttl span {
      font-weight: 600;
      font-size: 2.4rem;
      line-height: 1.25em;
      color: #000000;
      -webkit-transition: 0.25s ease;
      transition: 0.25s ease;
      -webkit-transition-property: color;
      transition-property: color; }
      @media (max-width: 1199px) {
        .product__ttl span {
          font-size: 2rem; } }
      @media (max-width: 991px) {
        .product__ttl span {
          font-size: 1.8rem; } }
      @media (max-width: 768px) {
        .product__ttl span {
          font-size: 1.6rem; } }
      @media (max-width: 479px) {
        .product__ttl span {
          font-size: 2rem; } }
  .product__picture {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .product__picture:before {
      padding-bottom: 67.5438596491%;
      visibility: hidden;
      content: " ";
      display: block; }
    .product__picture img {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: 0.25s ease;
      transition: 0.25s ease; }
  .product.product--fill {
    background-color: #F0F2F3;
    border-bottom: none; }
  .product.product--large .product__picture:before {
    padding-bottom: 76.0964912281%; }

.product-card {
  padding: 0 0 6.4rem; }
  @media (max-width: 479px) {
    .product-card {
      padding: 0 0 4rem; } }
  .product-card__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .product-card__banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 1199px) {
      .product-card__banner:not(:last-child) {
        margin-bottom: 3.2rem; } }
    @media (max-width: 479px) {
      .product-card__banner:not(:last-child) {
        margin-bottom: 2.4rem; } }
    .product-card__banner-article {
      width: 39.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 15rem; }
      @media (max-width: 1479px) {
        .product-card__banner-article {
          margin-right: 8rem; } }
      @media (max-width: 1199px) {
        .product-card__banner-article {
          margin-right: 3.2rem; } }
      @media (max-width: 991px) {
        .product-card__banner-article {
          width: 36rem;
          margin-right: 1.6rem; } }
      @media (max-width: 768px) {
        .product-card__banner-article {
          width: 100%;
          margin-right: 0;
          margin-bottom: 2.4rem; } }
    .product-card__banner-picture {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 80.7rem; }
      @media (max-width: 768px) {
        .product-card__banner-picture {
          width: 60%; } }
      @media (max-width: 585px) {
        .product-card__banner-picture {
          width: 100%; } }
      .product-card__banner-picture:before {
        padding-bottom: 56.2577447336%;
        visibility: hidden;
        content: " ";
        display: block; }
      .product-card__banner-picture img {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: 0.25s ease;
        transition: 0.25s ease; }
  .product-card__about-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1199px) {
    .product-card__about-inner {
      padding-top: 1rem; } }
  .product-card__about-inner .table-striped {
    max-width: 93.6rem; }
    .product-card__about-inner .table-striped td:last-child {
      white-space: nowrap;
      vertical-align: bottom; }
  .product-card__about-inner .list-doted {
    max-width: 90.4rem; }
  .product-card__about-inner .article {
    max-width: 93.6rem; }
  .product-card__about-inner-collapse {
    max-width: 93.6rem; }

.product-recommended .product {
  border-bottom: none; }

.product-recommended__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 479px) {
  .product-recommended__line {
    justify-content: flex-start;
  }
}

.product-recommended__ttl:not(:last-child) {
  margin-bottom: 3.2rem; }
  @media (max-width: 479px) {
    .product-recommended__ttl:not(:last-child) {
      margin-bottom: 2.4rem; } }

.product-more__ttl:not(:last-child) {
  margin-bottom: 3.2rem; }
  @media (max-width: 479px) {
    .product-more__ttl:not(:last-child) {
      margin-bottom: 2.4rem; } }

.product-more .products-main__content-row .products-main__content-col {
  padding-top: 0; }

.innovations-main__content-atricle-main {
  background-image: url("../images/useful/decor/3.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.innovations-main__content-atricle-nav {
  max-width: 118.5rem; }

.innovations-main__content-atricle-list {
  padding: 6rem;
  color: white; }
  @media (max-width: 1479px) {
    .innovations-main__content-atricle-list {
      padding: 4.4rem; } }
  @media (max-width: 585px) {
    .innovations-main__content-atricle-list {
      padding: 3.2rem; } }
  @media (max-width: 479px) {
    .innovations-main__content-atricle-list {
      padding: 3.2rem 2.8rem; } }
  .innovations-main__content-atricle-list ul {
    counter-reset: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 86.6rem; }
    @media (max-width: 1479px) {
      .innovations-main__content-atricle-list ul {
        max-width: 73.6rem; } }
    @media (max-width: 768px) {
      .innovations-main__content-atricle-list ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .innovations-main__content-atricle-list ul .link-simple span, .innovations-main__content-atricle-list ul .link-simple .icon {
      color: white; }
  .innovations-main__content-atricle-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 1.2rem); }
    @media (max-width: 585px) {
      .innovations-main__content-atricle-list li {
        width: 100%; } }
    .innovations-main__content-atricle-list li:nth-child(n + 3) {
      margin-top: 6rem; }
      @media (max-width: 585px) {
        .innovations-main__content-atricle-list li:nth-child(n + 3) {
          margin-top: 0; } }
    @media (max-width: 585px) {
      .innovations-main__content-atricle-list li:not(:last-child) {
        margin-bottom: 2.8rem; } }
    .innovations-main__content-atricle-list li:before {
      counter-increment: list;
      content: counter(list);
      font-weight: 700;
      font-size: 5.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 1.8rem; }
      @media (max-width: 1479px) {
        .innovations-main__content-atricle-list li:before {
          font-size: 4.8rem; } }
      @media (max-width: 585px) {
        .innovations-main__content-atricle-list li:before {
          margin-bottom: 8px; } }
    .innovations-main__content-atricle-list li p {
      font-weight: 600;
      font-size: 2.4rem;
      line-height: 1.25em;
      padding-right: 2.4rem; }
      @media (max-width: 1479px) {
        .innovations-main__content-atricle-list li p {
          font-size: 2rem; } }
      @media (max-width: 768px) {
        .innovations-main__content-atricle-list li p {
          font-size: 1.8rem;
          padding-right: 0; } }
    .innovations-main__content-atricle-list li a span {
      font-size: 1.4rem; }

.innovations__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .innovations__top h1 {
    margin-bottom: 0; }

.innovations__content:not(:last-child) {
  margin-bottom: 6.4rem; }

.innovation-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1479px) {
    .innovation-video {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 1199px) {
    .innovation-video {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .innovation-video:not(:last-child) {
    margin-bottom: 4rem; }
  .innovation-video__article {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 2px solid #000;
    padding: 2.2rem 0; }
    @media (max-width: 1479px) {
      .innovation-video__article {
        padding: 1.6rem 0; } }
    @media (max-width: 1199px) {
      .innovation-video__article {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 2rem; } }
    .innovation-video__article h3:not(:last-child) {
      margin-bottom: 1.6rem; }
      @media (max-width: 479px) {
        .innovation-video__article h3:not(:last-child) {
          margin-bottom: 8px; } }
    .innovation-video__article p:not(:last-child) {
      margin-bottom: 8px; }
  .innovation-video__main {
    width: 75.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1479px) {
      .innovation-video__main {
        width: 56rem; } }
    @media (max-width: 1199px) {
      .innovation-video__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 1.6rem;
        width: 100%; } }
    .innovation-video__main:last-child {
      margin-left: 2.4rem; }
      @media (max-width: 1199px) {
        .innovation-video__main:last-child {
          margin-left: 0; } }
    .innovation-video__main:first-child {
      margin-right: 2.4rem; }
      @media (max-width: 1199px) {
        .innovation-video__main:first-child {
          margin-right: 0; } }

.innovative-inner__top:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 1199px) {
    .innovative-inner__top:not(:last-child) {
      margin-bottom: 4rem; } }

.innovative-inner__top h1 {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid #000; }
  @media (max-width: 1199px) {
    .innovative-inner__top h1 {
      padding-bottom: 2.4rem;
      margin-bottom: 2.4rem; } }

.innovative-inner__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  .innovative-inner__photos:not(:last-child) {
    margin-bottom: 4rem; }
  .innovative-inner__photos-item {
    padding: 0 1.2rem;
    width: 33.33333%;
    margin-bottom: 3.2rem; }
    @media (max-width: 585px) {
      .innovative-inner__photos-item {
        width: 50%; } }
    @media (max-width: 479px) {
      .innovative-inner__photos-item {
        width: 100%; } }
    .innovative-inner__photos-item-img {
      margin-bottom: 2.4rem;
      width: 100%;
      position: relative;
      background-color: #F0F2F3;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 1199px) {
        .innovative-inner__photos-item-img {
          margin-bottom: 1.6rem; } }
      .innovative-inner__photos-item-img > span {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 3.2rem; }
        @media (max-width: 1199px) {
          .innovative-inner__photos-item-img > span {
            font-size: 2.4rem; } }
      .innovative-inner__photos-item-img:before {
        padding-bottom: 100%;
        visibility: hidden;
        content: " ";
        display: block; }
      .innovative-inner__photos-item-img .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .innovative-inner__photos-item p {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.25em; }
      @media (max-width: 1199px) {
        .innovative-inner__photos-item p {
          font-size: 1.8rem; } }

.innovative-inner__task {
  position: relative;
  padding: 12.8rem 0 0;
  min-height: 59.6rem; }
  @media (max-width: 768px) {
    .innovative-inner__task {
      min-height: initial;
      padding: 0; } }
  .innovative-inner__task:not(:last-child) {
    margin-bottom: 7.2rem; }
    @media (max-width: 1199px) {
      .innovative-inner__task:not(:last-child) {
        margin-bottom: 4rem; } }
  .innovative-inner__task-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59.6rem; }
    @media (max-width: 768px) {
      .innovative-inner__task-picture {
        display: none; } }
    .innovative-inner__task-picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .innovative-inner__task-form {
    background: #F0F2F3;
    padding: 4.8rem;
    max-width: 69.6rem;
    position: relative; }
    @media (max-width: 1479px) {
      .innovative-inner__task-form {
        max-width: 56rem; } }
    @media (max-width: 1199px) {
      .innovative-inner__task-form {
        max-width: 48rem;
        padding: 3.6rem; } }
    @media (max-width: 991px) {
      .innovative-inner__task-form {
        max-width: 56rem; } }
    @media (max-width: 768px) {
      .innovative-inner__task-form {
        width: 100%;
        max-width: initial; } }
    @media (max-width: 479px) {
      .innovative-inner__task-form {
        padding: 3.6rem 2.4rem; } }
    .innovative-inner__task-form:before {
      border: 2rem solid transparent;
      border-left: 2rem solid #9A0A32;
      border-top: 2rem solid #9A0A32;
      content: " ";
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 479px) {
        .innovative-inner__task-form:before {
          border: 1.5rem solid transparent;
          border-left: 1.5rem solid #9A0A32;
          border-top: 1.5rem solid #9A0A32; } }

.innovative-inner__article {
  position: relative;
  padding: 12.7rem; }
  @media (max-width: 1479px) {
    .innovative-inner__article {
      padding: 8.6rem; } }
  @media (max-width: 768px) {
    .innovative-inner__article {
      padding: 6.4rem; } }
  @media (max-width: 585px) {
    .innovative-inner__article {
      padding: 4.4rem; } }
  @media (max-width: 479px) {
    .innovative-inner__article {
      padding: 0; } }
  .innovative-inner__article:not(:last-child) {
    margin-bottom: 7.2rem; }
    @media (max-width: 1199px) {
      .innovative-inner__article:not(:last-child) {
        margin-bottom: 4rem; } }
  .innovative-inner__article-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 479px) {
      .innovative-inner__article-img {
        margin-bottom: 2.4rem;
        position: relative;
        height: initial; } }
    @media (max-width: 479px) {
      .innovative-inner__article-img:before {
        padding-bottom: 56.4393939394%;
        visibility: hidden;
        content: " ";
        display: block; } }
    .innovative-inner__article-img .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .innovative-inner__article-txt {
    background: #F0F2F3;
    padding: 6.4rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .innovative-inner__article-txt {
        padding: 4.4rem; } }
    @media (max-width: 479px) {
      .innovative-inner__article-txt {
        padding: 0;
        background: transparent; } }

.innovative-inner__accordion:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 1199px) {
    .innovative-inner__accordion:not(:last-child) {
      margin-bottom: 4rem; } }

.innovative-inner__quote:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 1199px) {
    .innovative-inner__quote:not(:last-child) {
      margin-bottom: 4rem; } }

.innovative-inner__quote blockquote {
  padding: 4.2rem 9.8rem;
  background-color: #F0F2F3;
  position: relative; }
  @media (max-width: 768px) {
    .innovative-inner__quote blockquote {
      padding: 3.2rem 7.6rem; } }
  @media (max-width: 479px) {
    .innovative-inner__quote blockquote {
      padding: 2.4rem; } }
  .innovative-inner__quote blockquote:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 1199px) {
      .innovative-inner__quote blockquote:not(:last-child) {
        margin-bottom: 2.4rem; } }
  .innovative-inner__quote blockquote cite {
    display: block;
    font-style: initial;
    text-align: right;
    font-weight: 600;
    color: #9A0A32;
    font-size: 1.8rem;
    line-height: 1.5em; }
  .innovative-inner__quote blockquote:before {
    content: url("../images/useful/article/quote-left.svg");
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
    font-size: 3.2rem; }
    @media (max-width: 768px) {
      .innovative-inner__quote blockquote:before {
        font-size: 2.4rem;
        width: 2.4rem;
        height: 2.4rem;
        top: 2.4rem;
        left: 2.4rem; } }
    @media (max-width: 479px) {
      .innovative-inner__quote blockquote:before {
        display: none; } }
  .innovative-inner__quote blockquote:after {
    content: url("../images/useful/article/quote-right.svg");
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    bottom: 3.2rem;
    right: 3.2rem;
    font-size: 3.2rem; }
    @media (max-width: 768px) {
      .innovative-inner__quote blockquote:after {
        font-size: 2.4rem;
        width: 2.4rem;
        height: 2.4rem;
        bottom: 2.4rem;
        right: 2.4rem; } }
    @media (max-width: 479px) {
      .innovative-inner__quote blockquote:after {
        display: none; } }

.innovative-inner__quote-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .innovative-inner__quote-author-img {
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    margin-right: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .innovative-inner__quote-author-img {
        display: none; } }
    .innovative-inner__quote-author-img .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .innovative-inner__quote-author-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .innovative-inner__quote-author-txt strong {
      font-weight: 600;
      color: #9A0A32;
      margin-bottom: 8px; }
    .innovative-inner__quote-author-txt span {
      font-size: 1.4rem; }

.innovative-inner__form:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 1199px) {
    .innovative-inner__form:not(:last-child) {
      margin-bottom: 4rem; } }

.innovative-inner__statistics {
  display: grid;
  grid-template-columns: auto 1fr; }
  .innovative-inner__statistics:not(:last-child) {
    margin-bottom: 7.2rem; }
    @media (max-width: 1199px) {
      .innovative-inner__statistics:not(:last-child) {
        margin-bottom: 4rem; } }
  .innovative-inner__statistics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #000000; }
    @media (max-width: 479px) {
      .innovative-inner__statistics-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: none; } }
    .innovative-inner__statistics-item:not(:last-child) {
      margin-bottom: 4rem; }
      @media (max-width: 479px) {
        .innovative-inner__statistics-item:not(:last-child) {
          margin-bottom: 8px; } }
    .innovative-inner__statistics-item-num {
      font-size: 9.6rem;
      line-height: 1.2em;
      border-bottom: 1rem solid #000000;
      padding-right: 1.2rem;
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-bottom: 4.8rem; }
      @media (max-width: 1479px) {
        .innovative-inner__statistics-item-num {
          font-size: 8.6rem; } }
      @media (max-width: 1199px) {
        .innovative-inner__statistics-item-num {
          font-size: 7.2rem; } }
      @media (max-width: 991px) {
        .innovative-inner__statistics-item-num {
          font-size: 6.4rem; } }
      @media (max-width: 768px) {
        .innovative-inner__statistics-item-num {
          font-size: 5.6rem; } }
      .innovative-inner__statistics-item-num:after {
        content: " ";
        border: 5px solid transparent;
        border-bottom: 5px solid #000000;
        border-left: 5px solid #000000;
        display: block;
        position: absolute;
        bottom: -10px;
        right: -10px; }
      .innovative-inner__statistics-item-num:nth-last-child(2) {
        margin-bottom: 0; }
    .innovative-inner__statistics-item-txt {
      font-size: 2.4rem;
      font-weight: 600;
      padding-left: 3.8rem;
      border-bottom: 2px solid #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 4.8rem; }
      @media (max-width: 1479px) {
        .innovative-inner__statistics-item-txt {
          padding-left: 3rem; } }
      @media (max-width: 1199px) {
        .innovative-inner__statistics-item-txt {
          padding-left: 2.8rem;
          font-size: 2rem; } }
      @media (max-width: 479px) {
        .innovative-inner__statistics-item-txt {
          font-size: 1.8rem; } }
      .innovative-inner__statistics-item-txt:nth-last-child(1) {
        margin-bottom: 0; }

.news-main {
  background-color: #F0F2F3;
  padding: 4rem 0 6px; }
  @media (max-width: 1199px) {
    .news-main {
      padding: 2rem 0 6.4rem; } }
  .news-main__content-top:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 1199px) {
      .news-main__content-top:not(:last-child) {
        margin-bottom: 2rem; } }
  .news-main__content-top h2 {
    margin-bottom: 0; }
  .news-main__content-line-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .news-main__content-line-end:not(:last-child) {
      margin-bottom: 1.6rem; }
      @media (max-width: 768px) {
        .news-main__content-line-end:not(:last-child) {
          margin-bottom: 2rem; } }
    .news-main__content-line-end a span {
      font-size: 1.8rem; }
  .news-main__content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .news-main__content-grid:not(:last-child) {
      margin-bottom: 3.2rem; }
    .news-main__content-grid .news-item--large {
      width: 100%; }
      .news-main__content-grid .news-item--large:not(:last-child) {
        margin-bottom: 5.9rem; }
        @media (max-width: 1199px) {
          .news-main__content-grid .news-item--large:not(:last-child) {
            margin-bottom: 4.4rem; } }
        @media (max-width: 585px) {
          .news-main__content-grid .news-item--large:not(:last-child) {
            margin-bottom: 3.2rem; } }
    .news-main__content-grid .news-item:not(.news-item--large) {
      width: calc(50% - 1.2rem); }
      @media (max-width: 585px) {
        .news-main__content-grid .news-item:not(.news-item--large) {
          width: 100%; } }
      .news-main__content-grid .news-item:not(.news-item--large):not(:last-child) {
        margin-bottom: 5.9rem; }
        @media (max-width: 585px) {
          .news-main__content-grid .news-item:not(.news-item--large):not(:last-child) {
            margin-bottom: 3.2rem; } }

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .news-item__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .news-item__info-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; }
      .news-item__info-top:not(:last-child) {
        margin-bottom: 1rem; }
        @media (max-width: 585px) {
          .news-item__info-top:not(:last-child) {
            margin-bottom: 4px; } }
      .news-item__info-top time {
        color: #666666; }
        @media (max-width: 768px) {
          .news-item__info-top time {
            font-size: 1.4rem; } }
        .news-item__info-top time:not(:last-child) {
          margin-right: 1.6rem; }
      .news-item__info-top a {
        margin: 8px 0; }
        @media (max-width: 768px) {
          .news-item__info-top a {
            font-size: 1.4rem; } }
        @media (max-width: 479px) {
          .news-item__info-top a {
            margin: 4px 0; } }
        .news-item__info-top a:not(:last-child) {
          margin-right: 1.6rem; }
          @media (max-width: 768px) {
            .news-item__info-top a:not(:last-child) {
              margin-right: 1.2rem; } }
      .news-item__info-top > .icon {
        font-size: 2.2rem;
        margin-top: 6px; }
        @media (max-width: 768px) {
          .news-item__info-top > .icon {
            font-size: 1.8rem;
            margin-top: 0; } }
      .news-item__info-top-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-right: 2.4rem; }
    .news-item__info-content h2 {
      line-height: 1.25em; }
      @media (max-width: 585px) {
        .news-item__info-content h2 {
          font-size: 2.4rem; } }
      @media (max-width: 479px) {
        .news-item__info-content h2 {
          font-size: 2.2rem; } }
      .news-item__info-content h2:not(:last-child) {
        margin-bottom: 1.6rem; }
        @media (max-width: 768px) {
          .news-item__info-content h2:not(:last-child) {
            margin-bottom: 1.2rem; } }
        @media (max-width: 585px) {
          .news-item__info-content h2:not(:last-child) {
            margin-bottom: 8px; } }
    @media (max-width: 585px) {
      .news-item__info-content h3 {
        font-size: 2.4rem; } }
    @media (max-width: 479px) {
      .news-item__info-content h3 {
        font-size: 2.2rem; } }
    .news-item__info-content h3:not(:last-child) {
      margin-bottom: 1.6rem; }
      @media (max-width: 768px) {
        .news-item__info-content h3:not(:last-child) {
          margin-bottom: 1.2rem; } }
      @media (max-width: 585px) {
        .news-item__info-content h3:not(:last-child) {
          margin-bottom: 8px; } }
    .news-item__info-content h4 + p:not(:last-child) {
      margin-bottom: 1.6rem; }
      @media (max-width: 768px) {
        .news-item__info-content h4 + p:not(:last-child) {
          margin-bottom: 1rem; } }
    .news-item__info-content p {
      color: #666666; }
      .news-item__info-content p:not(:last-child) {
        margin-bottom: 2rem; }
        @media (max-width: 768px) {
          .news-item__info-content p:not(:last-child) {
            margin-bottom: 1rem; } }
    .news-item__info-content ul li {
      color: #666666;
      display: inline-block;
      font-size: 1.6rem;
      line-height: 1.5em;
      position: relative;
      padding-left: 3.2rem; }
      .news-item__info-content ul li:not(:last-child) {
        margin-bottom: 1.6rem; }
      .news-item__info-content ul li:before {
        width: 8px;
        height: 8px;
        content: " ";
        margin-right: 1.6rem;
        margin-top: 7px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #9A0A32;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 8px; }
        @media (max-width: 479px) {
          .news-item__info-content ul li:before {
            margin-right: 1.2rem; } }
  .news-item__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 87.6rem;
    position: relative; }
    @media (max-width: 1479px) {
      .news-item__picture {
        width: calc(50% - 1.2rem); } }
    @media (max-width: 768px) {
      .news-item__picture {
        width: 100%; } }
    .news-item__picture:last-child {
      margin-left: 8.4rem; }
      @media (max-width: 1479px) {
        .news-item__picture:last-child {
          margin-left: 6.4rem; } }
      @media (max-width: 1199px) {
        .news-item__picture:last-child {
          margin-left: 4.4rem; } }
      @media (max-width: 991px) {
        .news-item__picture:last-child {
          margin-left: 2.4rem; } }
      @media (max-width: 768px) {
        .news-item__picture:last-child {
          margin-left: 0;
          margin-bottom: 1.8rem; } }
    .news-item__picture:first-child {
      margin-right: 8.4rem; }
      @media (max-width: 1479px) {
        .news-item__picture:first-child {
          margin-right: 6.4rem; } }
      @media (max-width: 1199px) {
        .news-item__picture:first-child {
          margin-right: 4.4rem; } }
      @media (max-width: 991px) {
        .news-item__picture:first-child {
          margin-right: 2.4rem; } }
      @media (max-width: 768px) {
        .news-item__picture:first-child {
          margin-right: 0;
          margin-top: 1.8rem; } }
    .news-item__picture:before {
      padding-bottom: 56.1643835616%;
      visibility: hidden;
      content: " ";
      display: block; }
    .news-item__picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }
  @media (max-width: 768px) {
    .news-item.news-item--large {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.news-press__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1199px) {
  .news-press__bottom {
    padding-top: 2rem; } }

@media (max-width: 479px) {
  .news-press__bottom {
    padding-top: 4.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.news-press__media-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 1199px) {
    .news-press__media-row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 768px) {
    .news-press__media-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .news-press__media-row:not(:last-child) {
    margin-bottom: 7.2rem; }
    @media (max-width: 1479px) {
      .news-press__media-row:not(:last-child) {
        margin-bottom: 6.4rem; } }
    @media (max-width: 479px) {
      .news-press__media-row:not(:last-child) {
        margin-bottom: 4.4rem; } }
  .news-press__media-row:hover .news-press__media-top .icon {
    color: #9A0A32; }

.news-press__media-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (max-width: 1199px) {
    .news-press__media-inner {
      width: calc(50% - 2.4rem);
      -webkit-box-flex: initial;
      -ms-flex-positive: initial;
      flex-grow: initial; } }
  @media (max-width: 991px) {
    .news-press__media-inner {
      width: calc(50% - 1.2rem);
      -webkit-box-flex: initial;
      -ms-flex-positive: initial;
      flex-grow: initial; } }
  @media (max-width: 768px) {
    .news-press__media-inner {
      width: 100%;
      margin-bottom: 2.4rem;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .news-press__media-inner p {
    color: #666666; }
    .news-press__media-inner p:not(:last-child) {
      margin-bottom: 2.4rem; }
      @media (max-width: 1199px) {
        .news-press__media-inner p:not(:last-child) {
          margin-bottom: 1.6rem; } }

.news-press__media-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news-press__media-top:not(:last-child) {
    padding-bottom: 2.2rem;
    margin-bottom: 2.2rem;
    border-bottom: 1px solid #000000; }
    @media (max-width: 1199px) {
      .news-press__media-top:not(:last-child) {
        margin-bottom: 2rem; } }
  .news-press__media-top h3 {
    margin-bottom: 0;
    color: #000000; }
  .news-press__media-top > .icon {
    font-size: 3.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2rem;
    color: #000000; }
    @media (max-width: 1199px) {
      .news-press__media-top > .icon {
        font-size: 2.4rem; } }
    @media (max-width: 768px) {
      .news-press__media-top > .icon {
        font-size: 1.6rem; } }

.news-press__media-img {
  width: 45.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }
  @media (max-width: 1199px) {
    .news-press__media-img {
      width: calc(50% - 2.4rem); } }
  @media (max-width: 991px) {
    .news-press__media-img {
      width: calc(50% - 1.2rem);
      -webkit-box-flex: initial;
      -ms-flex-positive: initial;
      flex-grow: initial; } }
  @media (max-width: 768px) {
    .news-press__media-img {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  .news-press__media-img:first-child {
    margin-right: 8.4rem; }
    @media (max-width: 1199px) {
      .news-press__media-img:first-child {
        margin-right: 0; } }
  .news-press__media-img:last-child {
    margin-left: 8.4rem; }
    @media (max-width: 1199px) {
      .news-press__media-img:last-child {
        margin-left: 0; } }
  .news-press__media-img:before {
    padding-bottom: 56.1403508772%;
    visibility: hidden;
    content: " ";
    display: block; }
  .news-press__media-img .h-object-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .75s ease;
    transition: all .75s ease; }

.news-press__gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  @media (max-width: 991px) {
    .news-press__gallery-row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.news-press__gallery-col {
  width: 33.33333%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem; }
  @media (max-width: 991px) {
    .news-press__gallery-col {
      width: 50%; } }
  @media (max-width: 585px) {
    .news-press__gallery-col {
      width: 100%; } }

.news-press__gallery-full {
  width: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem; }
  @media (max-width: 991px) {
    .news-press__gallery-full {
      width: 50%; } }
  @media (max-width: 585px) {
    .news-press__gallery-full {
      width: 100%; } }

.news-press__album-ttl:not(:last-child) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #000000; }

.news-press__album-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-press__album-links:not(:last-child) {
    margin-bottom: 2.4rem; }
  .news-press__album-links a {
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .news-press__album-links a:not(:last-child) {
      margin-right: 8px; }

.news-press__album-collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  .news-press__album-collage:not(:last-child) {
    margin-bottom: 4.8rem; }

.news-press__album-third {
  width: 33.33333%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem; }
  @media (max-width: 768px) {
    .news-press__album-third {
      width: 50%; } }
  @media (max-width: 479px) {
    .news-press__album-third {
      width: 100%; } }

.news-press__album-half {
  width: 50%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem; }
  @media (max-width: 479px) {
    .news-press__album-half {
      width: 100%; } }
  .news-press__album-half .news-press__album-picture:before {
    padding-bottom: 56.3218390805%;
    visibility: hidden;
    content: " ";
    display: block; }

.news-press__album-picture {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .news-press__album-picture:before {
    padding-bottom: 75%;
    visibility: hidden;
    content: " ";
    display: block; }
  .news-press__album-picture .h-object-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .75s ease;
    transition: all .75s ease; }

.news-press__album-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .news-press__album-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .news-press__album-inner-main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 36rem); }
    @media (max-width: 1199px) {
      .news-press__album-inner-main {
        width: calc(100% - 30.4rem); } }
    @media (max-width: 991px) {
      .news-press__album-inner-main {
        width: 100%;
        margin-bottom: 6.4rem; } }
    @media (max-width: 585px) {
      .news-press__album-inner-main {
        margin-bottom: 4.4rem; } }
    @media (max-width: 479px) {
      .news-press__album-inner-main {
        margin-bottom: 4rem; } }
  .news-press__album-inner-aside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33.6rem; }
    @media (max-width: 1199px) {
      .news-press__album-inner-aside {
        max-width: 28rem; } }
    @media (max-width: 991px) {
      .news-press__album-inner-aside {
        width: 100%;
        max-width: initial; } }
  .news-press__album-inner-text:not(:last-child) {
    margin-bottom: 7.2rem; }
    @media (max-width: 1199px) {
      .news-press__album-inner-text:not(:last-child) {
        margin-bottom: 4.4rem; } }
  .news-press__album-inner-recommended {
    position: -webkit-sticky;
    position: sticky;
    top: 8rem; }
    @media (max-width: 1199px) {
      .news-press__album-inner-recommended {
        top: 7rem; } }
    @media (max-width: 991px) {
      .news-press__album-inner-recommended {
        position: relative;
        top: 0; } }
    .news-press__album-inner-recommended h3:not(:last-child) {
      margin-bottom: 2.4rem; }
    @media (max-width: 991px) {
      .news-press__album-inner-recommended-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 991px) {
      .news-press__album-inner-recommended-list .news-item {
        width: calc(50% - 1.2rem);
        padding-bottom: 2.4rem;
        border-bottom: 1px solid #CACACA;
        margin-bottom: 2.4rem; } }
    @media (max-width: 585px) {
      .news-press__album-inner-recommended-list .news-item {
        width: 100%; } }
    .news-press__album-inner-recommended-list .news-item:not(:last-child) {
      padding-bottom: 2.4rem;
      border-bottom: 1px solid #CACACA;
      margin-bottom: 2.4rem; }

.news-press__album-more-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }

.news-press__album-more-col {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 25%;
  margin-bottom: 2.8rem; }
  @media (max-width: 1199px) {
    .news-press__album-more-col {
      width: 50%; } }
  @media (max-width: 479px) {
    .news-press__album-more-col {
      width: 100%; } }

.news-press__album-slider {
  position: relative; }

.gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  width: 100%; }
  .gallery-item:hover .button {
    background-color: #7B0828; }
  .gallery-item:hover .gallery-item__picture .icon {
    color: #7B0828; }
  .gallery-item__picture {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 991px) {
      .gallery-item__picture {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .gallery-item__picture:before {
      padding-bottom: 75%;
      visibility: hidden;
      content: " ";
      display: block; }
    .gallery-item__picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }
    .gallery-item__picture-decor {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 4.8rem;
      height: 4.8rem;
      font-size: 4rem;
      background-color: #F0F2F3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #000000;
      -webkit-transition: color 0.25s ease;
      transition: color 0.25s ease; }
      @media (max-width: 1199px) {
        .gallery-item__picture-decor {
          width: 3.6rem;
          height: 3.6rem;
          font-size: 3rem; } }
  .gallery-item__details {
    background-color: #F0F2F3;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1199px) {
      .gallery-item__details {
        padding: 2.4rem; } }
    @media (max-width: 991px) {
      .gallery-item__details {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media (max-width: 479px) {
      .gallery-item__details {
        padding: 2rem; } }
    .gallery-item__details h2 {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      color: #000000; }
      @media (max-width: 991px) {
        .gallery-item__details h2 {
          font-size: 2.8rem; } }
      @media (max-width: 768px) {
        .gallery-item__details h2 {
          font-size: 2.4rem; } }
      @media (max-width: 479px) {
        .gallery-item__details h2 {
          font-size: 2rem; } }
      .gallery-item__details h2:not(:last-child) {
        margin-bottom: 2.4rem; }
        @media (max-width: 768px) {
          .gallery-item__details h2:not(:last-child) {
            margin-bottom: 1.6rem; } }
    .gallery-item__details h4 {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 35rem;
      color: #000000; }
      @media (max-width: 991px) {
        .gallery-item__details h4 {
          font-size: 2.8rem; } }
      @media (max-width: 768px) {
        .gallery-item__details h4 {
          font-size: 2.4rem; } }
      @media (max-width: 479px) {
        .gallery-item__details h4 {
          font-size: 2rem; } }
      .gallery-item__details h4:not(:last-child) {
        margin-bottom: 2.4rem; }
        @media (max-width: 768px) {
          .gallery-item__details h4:not(:last-child) {
            margin-bottom: 1.6rem; } }
    .gallery-item__details .button {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 479px) {
        .gallery-item__details .button {
          width: 100%; } }
  @media (min-width: 992px) {
    .gallery-item.gallery-item--horizontal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .gallery-item.gallery-item--horizontal .gallery-item__picture:before {
        padding-bottom: 56.3218390805%; }
      .gallery-item.gallery-item--horizontal .gallery-item__details {
        padding: 6rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gallery-item.gallery-item--horizontal .gallery-item__details {
        padding: 4.4rem; } }
  .gallery-item.gallery-item--minor .gallery-item__details {
    padding: 2.3rem 0 0;
    background-color: transparent; }
    @media (max-width: 1199px) {
      .gallery-item.gallery-item--minor .gallery-item__details {
        padding: 1.2rem 0 0; } }
  .gallery-item.gallery-item--minor h4 {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    font-size: 2rem; }
  .gallery-item.gallery-item--minor:hover h4 {
    color: #9A0A32; }

.video-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 1; }
  .video-banner:not(:last-child) {
    margin-bottom: 4rem; }
    @media (max-width: 479px) {
      .video-banner:not(:last-child) {
        margin-bottom: 3.2rem; } }
  .video-banner:after {
    padding-bottom: 56.25%;
    visibility: hidden;
    display: block;
    content: ' '; }
  .video-banner.videoOnAir:after {
    padding-bottom: 56.25%; }
  .video-banner__txt {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .video-banner__txt-play-btn {
      width: 100%;
      height: 100%;
      display: block; }
      .video-banner__txt-play-btn:hover .icon {
        color: #7B0828; }
      .video-banner__txt-play-btn .icon {
        font-size: 9.6rem;
        -webkit-transition: color 0.25s ease;
        transition: color 0.25s ease;
        color: #9A0A32; }
        @media (max-width: 1199px) {
          .video-banner__txt-play-btn .icon {
            font-size: 7rem; } }
        @media (max-width: 479px) {
          .video-banner__txt-play-btn .icon {
            font-size: 5.8rem; } }
  .video-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191a1b;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .video-banner__video video {
      width: 100%;
      height: 100%; }
  .video-banner__subttl {
    margin: 8px 0 2.4rem;
    display: block;
    font-weight: 500;
    font-size: 1.6rem; }

.news-company {
  padding: 9.2rem 0;
  background-color: #F0F2F3; }
  @media (max-width: 1199px) {
    .news-company {
      padding: 6.2rem 0; } }
  @media (max-width: 479px) {
    .news-company {
      padding: 4.4rem 0; } }
  .news-company__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .news-company__top:not(:last-child) {
      margin-bottom: 4rem; }
      @media (max-width: 479px) {
        .news-company__top:not(:last-child) {
          margin-bottom: 3.2rem; } }
    .news-company__top h3 {
      margin-bottom: 0;
      margin-right: 1.2rem; }
    .news-company__top .link-simple {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .news-company__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem; }
  .news-company__col {
    width: 33.33333%;
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
    @media (max-width: 991px) {
      .news-company__col {
        width: 50%; } }
    @media (max-width: 585px) {
      .news-company__col {
        width: 100%; } }
    @media (max-width: 991px) {
      .news-company__col .news-item {
        border-bottom: 1px solid #CACACA;
        margin-bottom: 2.4rem;
        padding-bottom: 2.4rem; } }

.breadcrumbs {
  margin: 2.4rem 0 1.6rem; }
  @media (max-width: 768px) {
    .breadcrumbs {
      margin: 1.6rem 0; } }
  .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .breadcrumbs__list li {
      position: relative;
      letter-spacing: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .breadcrumbs__list li:last-child {
        margin-right: 0; }
        .breadcrumbs__list li:last-child span {
          color: #CACACA; }
      .breadcrumbs__list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000000;
        position: relative;
        -webkit-transition: color .3s linear;
        transition: color .3s linear;
        line-height: 1.5em;
        margin-right: 1.2rem; }
        @media (max-width: 479px) {
          .breadcrumbs__list li a {
            font-size: 1.4rem;
            margin-right: 6px; } }
        @media (min-width: 0) {
          .breadcrumbs__list li a:hover span, .breadcrumbs__list li a:hover .icon {
            color: #9A0A32; } }
        .breadcrumbs__list li a .icon {
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
          margin-left: 1.2rem;
          font-size: 1rem;
          margin-bottom: 1px; }
          @media (max-width: 479px) {
            .breadcrumbs__list li a .icon {
              font-size: 8px;
              margin-left: 6px;
              margin-top: 1px; } }
      .breadcrumbs__list li span {
        color: #000000;
        line-height: 1.5em;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        @media (max-width: 479px) {
          .breadcrumbs__list li span {
            font-size: 1.4rem; } }

.statistics-main {
  padding: 7.6rem 0; }
  @media (max-width: 991px) {
    .statistics-main {
      padding: 6.4rem 0; } }
  @media (max-width: 479px) {
    .statistics-main {
      padding: 4.4rem 0; } }
  .statistics-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .statistics-main__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #000000;
    max-width: 95.7rem;
    width: 100%; }
    @media (max-width: 1479px) {
      .statistics-main__li {
        max-width: 82rem; } }
    @media (max-width: 1199px) {
      .statistics-main__li {
        max-width: 72rem; } }
    @media (max-width: 991px) {
      .statistics-main__li {
        max-width: 64rem; } }
    @media (max-width: 768px) {
      .statistics-main__li {
        max-width: 56rem; } }
    @media (max-width: 585px) {
      .statistics-main__li {
        max-width: initial;
        padding-bottom: 3.2rem; } }
    @media (max-width: 479px) {
      .statistics-main__li {
        padding-bottom: 2rem; } }
    .statistics-main__li:not(:last-child) {
      margin-bottom: 6rem; }
      @media (max-width: 991px) {
        .statistics-main__li:not(:last-child) {
          margin-bottom: 4.4rem; } }
      @media (max-width: 585px) {
        .statistics-main__li:not(:last-child) {
          margin-bottom: 3.2rem; } }
      @media (max-width: 479px) {
        .statistics-main__li:not(:last-child) {
          margin-bottom: 2rem; } }
    .statistics-main__li-num {
      font-size: 9.6rem;
      line-height: 1.2em;
      border-bottom: 1rem solid #000000;
      margin-right: 10.8rem;
      padding-right: 1.2rem;
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 1479px) {
        .statistics-main__li-num {
          margin-right: 5.6rem;
          font-size: 8.6rem; } }
      @media (max-width: 1199px) {
        .statistics-main__li-num {
          margin-right: 4.4rem;
          font-size: 7.2rem; } }
      @media (max-width: 991px) {
        .statistics-main__li-num {
          font-size: 6.4rem; } }
      @media (max-width: 768px) {
        .statistics-main__li-num {
          font-size: 5.6rem; } }
      @media (max-width: 585px) {
        .statistics-main__li-num {
          display: none; } }
      .statistics-main__li-num:after {
        content: " ";
        border: 5px solid transparent;
        border-bottom: 5px solid #000000;
        border-left: 5px solid #000000;
        display: block;
        position: absolute;
        bottom: -10px;
        right: -10px; }
    .statistics-main__li p {
      font-size: 2.4rem;
      line-height: 1em; }
      @media (max-width: 1479px) {
        .statistics-main__li p {
          font-size: 2.2rem; } }
      @media (max-width: 1199px) {
        .statistics-main__li p {
          font-size: 2rem; } }
      @media (max-width: 768px) {
        .statistics-main__li p {
          font-size: 1.8rem; } }
      @media (max-width: 585px) {
        .statistics-main__li p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 479px) {
        .statistics-main__li p {
          font-size: 1.6rem; } }
      @media (max-width: 585px) {
        .statistics-main__li p span {
          font-weight: 700;
          font-size: 4.2rem;
          padding: 0 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          line-height: 1.1em; } }
      @media (max-width: 479px) {
        .statistics-main__li p span {
          font-size: 2rem;
          padding: 0 6px;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    .statistics-main__li:nth-child(2) {
      -ms-flex-item-align: center;
      align-self: center; }
    .statistics-main__li:nth-child(3) {
      -ms-flex-item-align: end;
      align-self: flex-end; }

.about-priority {
  padding: 6.4rem 0;
  background-color: #F0F2F3;
  overflow: hidden; }
  @media (max-width: 479px) {
    .about-priority {
      padding: 4.2rem 0; } }
  .about-priority .container {
    position: relative; }
    .about-priority .container:after {
      background-image: url("../images/useful/decor/1.png");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 76.1rem; }
      @media (max-width: 991px) {
        .about-priority .container:after {
          background-image: none;
          display: none; } }
  .about-priority__content {
    max-width: 69.6rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .about-priority__content {
        max-width: initial; } }
    @media (max-width: 479px) {
      .about-priority__content-article {
        padding-top: 1.6rem; } }

.about-strategy {
  padding: 7.2rem 0; }
  @media (max-width: 479px) {
    .about-strategy {
      padding: 4.4rem 0; } }
  .about-strategy__content-nav {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-strategy__content-nav .nav-tabs {
      margin-top: 8px; }
  .about-strategy__content-main {
    position: relative; }
    .about-strategy__content-main .tab-content {
      position: relative;
      z-index: 3; }
    .about-strategy__content-main:before {
      position: absolute;
      top: 0;
      right: 0;
      height: 81.8%;
      background: linear-gradient(0deg, rgba(243, 244, 245, 0.7), rgba(243, 244, 245, 0.7)), linear-gradient(266.11deg, rgba(240, 242, 243, 0.8) 52.13%, rgba(255, 255, 255, 0) 116.27%);
      content: " ";
      width: calc(100% + (100vw - 141.6rem) / 2); }
      @media (max-width: 1479px) {
        .about-strategy__content-main:before {
          width: calc(100% + (100vw - 114rem) / 2); } }
      @media (max-width: 1199px) {
        .about-strategy__content-main:before {
          width: calc(100% + (100vw - 95rem) / 2); } }
      @media (max-width: 991px) {
        .about-strategy__content-main:before {
          width: 100%; } }
      @media (max-width: 1479px) {
        .about-strategy__content-main:before {
          height: 90%; } }
      @media (max-width: 991px) {
        .about-strategy__content-main:before {
          width: calc(100% + 2.4rem);
          left: -1.2rem;
          right: -1.2rem;
          height: 80%; } }
    .about-strategy__content-main:after {
      position: absolute;
      top: 0;
      right: 0;
      height: 81.8%;
      width: 100vw;
      background-image: url("../images/useful/decor/4.png");
      background-size: cover;
      background-repeat: no-repeat;
      content: " "; }
      @media (max-width: 1479px) {
        .about-strategy__content-main:after {
          height: 90%; } }
      @media (max-width: 1199px) {
        .about-strategy__content-main:after {
          display: none;
          background-image: none; } }
  .about-strategy__content-atricle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6.4rem 6rem 0 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1479px) {
      .about-strategy__content-atricle {
        padding: 4.4rem 4rem 0 0; } }
    @media (max-width: 1199px) {
      .about-strategy__content-atricle {
        padding: 3.8rem 2.4rem 0 0; } }
    @media (max-width: 991px) {
      .about-strategy__content-atricle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 3.2rem 0 0; } }
    .about-strategy__content-atricle-pictures {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 57.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 8.4rem; }
      @media (max-width: 1479px) {
        .about-strategy__content-atricle-pictures {
          width: 42rem;
          margin-right: 4.4rem; } }
      @media (max-width: 991px) {
        .about-strategy__content-atricle-pictures {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media (max-width: 768px) {
        .about-strategy__content-atricle-pictures {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .about-strategy__content-atricle-img {
      position: relative;
      width: 100%; }
      @media (max-width: 991px) {
        .about-strategy__content-atricle-img {
          width: calc(50% - 1.2rem); } }
      @media (max-width: 768px) {
        .about-strategy__content-atricle-img {
          width: 100%; } }
      .about-strategy__content-atricle-img:first-child:before {
        padding-bottom: 54.8611111111%; }
        @media (max-width: 991px) {
          .about-strategy__content-atricle-img:first-child:before {
            padding-bottom: 60%; } }
        @media (max-width: 768px) {
          .about-strategy__content-atricle-img:first-child:before {
            padding-bottom: 50%; } }
      .about-strategy__content-atricle-img:last-child:before {
        padding-bottom: 71.7013888889%; }
        @media (max-width: 991px) {
          .about-strategy__content-atricle-img:last-child:before {
            padding-bottom: 60%; } }
        @media (max-width: 768px) {
          .about-strategy__content-atricle-img:last-child:before {
            padding-bottom: 50%; } }
      .about-strategy__content-atricle-img:last-child:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        background-color: #9A0A32;
        z-index: 1;
        height: 1rem; }
        @media (max-width: 991px) {
          .about-strategy__content-atricle-img:last-child:after {
            height: 5px; } }
      .about-strategy__content-atricle-img:not(:last-child) {
        margin-bottom: 3.2rem; }
        @media (max-width: 1479px) {
          .about-strategy__content-atricle-img:not(:last-child) {
            margin-bottom: 2.4rem; } }
        @media (max-width: 991px) {
          .about-strategy__content-atricle-img:not(:last-child) {
            margin-bottom: 0; } }
        @media (max-width: 768px) {
          .about-strategy__content-atricle-img:not(:last-child) {
            margin-bottom: 1.2rem; } }
      .about-strategy__content-atricle-img:before {
        visibility: hidden;
        content: " ";
        display: block; }
      .about-strategy__content-atricle-img .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .75s ease;
        transition: all .75s ease; }
    .about-strategy__content-atricle-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      counter-reset: list;
      padding-top: 6.4rem; }
      @media (max-width: 1479px) {
        .about-strategy__content-atricle-list {
          padding-top: 3.2rem; } }
      @media (max-width: 991px) {
        .about-strategy__content-atricle-list {
          padding-top: 0; } }
    .about-strategy__content-atricle-li {
      width: calc(50% - 1.2rem);
      border-bottom: 1px solid #000000;
      padding-bottom: 1.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 6.4rem; }
      @media (max-width: 1479px) {
        .about-strategy__content-atricle-li {
          margin-bottom: 4.4rem; } }
      @media (max-width: 1199px) {
        .about-strategy__content-atricle-li {
          margin-bottom: 3.2rem; } }
      @media (max-width: 479px) {
        .about-strategy__content-atricle-li {
          width: 100%;
          margin-bottom: 2.4rem;
          padding-bottom: 1.6rem; } }
      .about-strategy__content-atricle-li:before {
        counter-increment: list;
        content: counter(list);
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 1.25em;
        margin-bottom: 1.4rem; }
        @media (max-width: 1199px) {
          .about-strategy__content-atricle-li:before {
            font-size: 3.8rem;
            margin-bottom: 1rem; } }
        @media (max-width: 479px) {
          .about-strategy__content-atricle-li:before {
            font-size: 3.2rem;
            margin-bottom: 8px; } }
      .about-strategy__content-atricle-li p {
        color: #666666; }

.about-structure:not(:last-child) {
  padding-bottom: 9.2rem; }
  @media (max-width: 991px) {
    .about-structure:not(:last-child) {
      padding-bottom: 6.4rem; } }
  @media (max-width: 479px) {
    .about-structure:not(:last-child) {
      padding-bottom: 4.4rem; } }

.about-structure__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .about-structure__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .about-structure__content-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 991px) {
      .about-structure__content-main {
        width: 100%;
        margin-bottom: 3.2rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .about-structure__content-main:first-child {
      margin-right: 8.4rem; }
      @media (max-width: 1479px) {
        .about-structure__content-main:first-child {
          margin-right: 4.4rem; } }
      @media (max-width: 991px) {
        .about-structure__content-main:first-child {
          margin-right: 0; } }
    .about-structure__content-main:last-child {
      margin-left: 8.4rem; }
      @media (max-width: 1479px) {
        .about-structure__content-main:last-child {
          margin-left: 4.4rem; } }
      @media (max-width: 991px) {
        .about-structure__content-main:last-child {
          margin-left: 0; } }
  .about-structure__content-pictures {
    margin-top: -9.5rem;
    width: 63.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1479px) {
      .about-structure__content-pictures {
        width: 52rem; } }
    @media (max-width: 1199px) {
      .about-structure__content-pictures {
        width: 48rem;
        margin-top: -3.5rem; } }
    @media (max-width: 991px) {
      .about-structure__content-pictures {
        width: 100%;
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media (max-width: 768px) {
      .about-structure__content-pictures {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .about-structure__content-img {
    position: relative;
    width: 100%; }
    @media (max-width: 991px) {
      .about-structure__content-img {
        width: calc(50% - 1.2rem); } }
    @media (max-width: 768px) {
      .about-structure__content-img {
        width: 100%; } }
    @media (max-width: 768px) {
      .about-structure__content-img:first-child {
        margin-bottom: 1.2rem; } }
    .about-structure__content-img:first-child:before {
      padding-bottom: 91.1949685535%; }
      @media (max-width: 991px) {
        .about-structure__content-img:first-child:before {
          padding-bottom: 60%; } }
    .about-structure__content-img:last-child {
      width: 81%;
      margin-top: -8.6rem; }
      @media (max-width: 991px) {
        .about-structure__content-img:last-child {
          width: calc(50% - 1.2rem);
          margin-top: 0; } }
      @media (max-width: 768px) {
        .about-structure__content-img:last-child {
          width: 100%; } }
      .about-structure__content-img:last-child:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: " ";
        width: 100%;
        background-color: #9A0A32;
        z-index: 1;
        height: 1rem; }
        @media (max-width: 991px) {
          .about-structure__content-img:last-child:after {
            height: 5px; } }
      .about-structure__content-img:last-child:before {
        padding-bottom: 65%; }
        @media (max-width: 991px) {
          .about-structure__content-img:last-child:before {
            padding-bottom: 60%; } }
    .about-structure__content-img:before {
      visibility: hidden;
      content: " ";
      display: block; }
    .about-structure__content-img .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }

.about-service {
  padding: 4.7rem 0; }
  @media (max-width: 479px) {
    .about-service {
      padding: 4.2rem 0; } }
  .about-service__content {
    position: relative; }
    @media (max-width: 1199px) {
      .about-service__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .about-service__content-picture {
      position: absolute;
      width: 67.31%;
      top: 1.4rem;
      left: 0;
      bottom: 0;
      margin: auto 0; }
      @media (max-width: 1479px) {
        .about-service__content-picture {
          top: 0; } }
      @media (max-width: 991px) {
        .about-service__content-picture {
          width: 75%; } }
      @media (max-width: 768px) {
        .about-service__content-picture {
          position: relative;
          width: 100%; } }
      .about-service__content-picture:before {
        padding-bottom: 81.8467995803%;
        visibility: hidden;
        display: block;
        content: " "; }
      .about-service__content-picture .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .75s ease;
        transition: all .75s ease; }
    .about-service__content-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      max-width: 81.6rem;
      margin-left: auto;
      padding: 7.8rem 0;
      position: relative;
      z-index: 1; }
      @media (max-width: 1479px) {
        .about-service__content-group {
          max-width: 60%;
          padding: 6.2rem 0; } }
      @media (max-width: 768px) {
        .about-service__content-group {
          max-width: initial;
          margin-left: initial;
          width: 100%;
          padding: 0;
          margin-bottom: 3.2rem; } }
    .about-service__content-item {
      width: 100%;
      padding: 6.4rem 10rem;
      background-color: #F0F2F3; }
      @media (max-width: 1479px) {
        .about-service__content-item {
          padding: 4.4rem 6.2rem; } }
      @media (max-width: 1199px) {
        .about-service__content-item {
          padding: 4.4rem; } }
      @media (max-width: 768px) {
        .about-service__content-item {
          width: 100%; } }
      @media (max-width: 479px) {
        .about-service__content-item {
          padding: 3.2rem; } }
      .about-service__content-item:not(:last-child) {
        margin-bottom: 3.2rem; }
        @media (max-width: 1479px) {
          .about-service__content-item:not(:last-child) {
            margin-bottom: 2.4rem; } }
      .about-service__content-item p {
        color: #666666; }
        .about-service__content-item p:not(:last-child) {
          margin-bottom: 2rem; }
          @media (max-width: 1199px) {
            .about-service__content-item p:not(:last-child) {
              margin-bottom: 1.6rem; } }

.structure-pictures {
  width: 63.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  @media (max-width: 1479px) {
    .structure-pictures {
      width: 52rem; } }
  @media (max-width: 1199px) {
    .structure-pictures {
      width: 48rem; } }
  @media (max-width: 991px) {
    .structure-pictures {
      width: 100%;
      margin-top: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (max-width: 768px) {
    .structure-pictures {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .structure-pictures:first-child:after {
    right: 3.6rem; }
  .structure-pictures:last-child:after {
    left: 3.6rem; }
  .structure-pictures:after {
    position: absolute;
    top: 6rem;
    margin: auto;
    height: 57.1rem;
    background-color: #F0F2F3;
    content: " ";
    z-index: -1;
    width: calc(100% + (100vw - 148.9rem) / 2); }
    @media (max-width: 1479px) {
      .structure-pictures:after {
        height: 42rem;
        width: calc(100% + (100vw - 121.2rem) / 2); } }
    @media (max-width: 1199px) {
      .structure-pictures:after {
        height: 32rem;
        width: calc(100% + (100vw - 102.2rem) / 2); } }
    @media (max-width: 991px) {
      .structure-pictures:after {
        display: none; } }
  .structure-pictures__sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 992px) {
      .structure-pictures__sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 8rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .structure-pictures__sticky {
      top: 7rem; } }
    @media (max-width: 991px) {
      .structure-pictures__sticky {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 768px) {
      .structure-pictures__sticky {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .structure-pictures__sticky .structure-img:nth-child(odd) {
        width: 71.7%; }
        .structure-pictures__sticky .structure-img:nth-child(odd):before {
          padding-bottom: 75%; } }
    @media (min-width: 992px) {
      .structure-pictures__sticky .structure-img:nth-child(even) {
        width: 52.84%; }
        .structure-pictures__sticky .structure-img:nth-child(even):before {
          padding-bottom: 133.333333333%; } }
    @media (max-width: 991px) {
      .structure-pictures__sticky .structure-img:nth-child(n + 3) {
        display: none; } }

.structure-img {
  position: relative; }
  @media (max-width: 991px) {
    .structure-img {
      width: calc(50% - 1.2rem); } }
  @media (max-width: 768px) {
    .structure-img {
      width: 100%; } }
  @media (max-width: 768px) {
    .structure-img:first-child {
      margin-bottom: 1.2rem; } }
  .structure-img:before {
    visibility: hidden;
    content: " ";
    display: block; }
    @media (max-width: 991px) {
      .structure-img:before {
        padding-bottom: 60%; } }
  .structure-img .h-object-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .75s ease;
    transition: all .75s ease; }
  @media (min-width: 992px) {
    .structure-img.structure-img--type1 {
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type2 {
      margin-top: -6rem;
      margin-right: 6rem; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type3 {
      -ms-flex-item-align: start;
      align-self: flex-start; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type4 {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-top: -10.6rem; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type5 {
      width: 100%; }
      .structure-img.structure-img--type5:before {
        padding-bottom: 78.6163522013%; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type6 {
      -ms-flex-item-align: start;
      align-self: flex-start; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type7 {
      margin-top: -6rem; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type8 {
      -ms-flex-item-align: start;
      align-self: flex-start; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type9 {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-top: -12rem; } }
  @media (min-width: 992px) {
    .structure-img.structure-img--type10 {
      margin-top: -10rem; } }

.accordion-simple {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #000000; }
  @media (max-width: 991px) {
    .accordion-simple {
      padding-bottom: 2.4rem; } }
  .accordion-simple:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 991px) {
      .accordion-simple:not(:last-child) {
        margin-bottom: 2.4rem; } }
  .accordion-simple__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .accordion-simple__btn span {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.25em;
      padding-right: 2.4rem;
      text-align: left; }
      @media (max-width: 991px) {
        .accordion-simple__btn span {
          font-size: 2rem; } }
      @media (max-width: 479px) {
        .accordion-simple__btn span {
          font-size: 1.8rem; } }
    .accordion-simple__btn .icon {
      color: #666666;
      font-size: 1rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .accordion-simple__content {
    padding: 1.6rem 0 0; }
    @media (max-width: 991px) {
      .accordion-simple__content {
        padding: 8px 0 0; } }
    .accordion-simple__content p {
      color: #666666; }
  .accordion-simple.accordion-simple--list .accordion-simple__content {
    padding: 1.6rem 1.6rem 0 4.5rem; }
    @media (max-width: 479px) {
      .accordion-simple__content * + *:is(.link-simple) {
        margin-top: 1rem;
      }
      .accordion-simple.accordion-simple--list .accordion-simple__content {
        padding: 1.6rem 1.6rem 0 3.5rem; } }
  .accordion-simple.accordion-simple--list .accordion-simple__btn span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .accordion-simple.accordion-simple--list .accordion-simple__btn:before {
    counter-increment: accordion-list;
    content: counter(accordion-list);
    font-size: 1.4rem;
    font-weight: 600;
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-right: 2rem;
    margin-top: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    @media (max-width: 991px) {
      .accordion-simple.accordion-simple--list .accordion-simple__btn:before {
        margin-top: 0; } }
    @media (max-width: 479px) {
      .accordion-simple.accordion-simple--list .accordion-simple__btn:before {
        margin-right: 1rem; } }

.about-development {
  padding: 7.2rem 0 0;
  background-color: #F0F2F3; }
  @media (max-width: 991px) {
    .about-development {
      padding: 7.2rem 0; } }
  @media (max-width: 479px) {
    .about-development {
      padding: 4.4rem 0; } }
  .about-development__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .about-development__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .about-development__content-article {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 8.4rem; }
      @media (max-width: 1479px) {
        .about-development__content-article {
          margin-right: 4.4rem; } }
      @media (max-width: 991px) {
        .about-development__content-article {
          margin-right: 0;
          margin-bottom: 3.2rem; } }
      .about-development__content-article ul:not(:last-child) {
        margin-bottom: 3.2rem; }
      .about-development__content-article li {
        padding: 3.2rem 0;
        border-bottom: 1px solid #000000; }
        .about-development__content-article li:first-child {
          border-top: 1px solid #000000; }
    .about-development__content-picture {
      width: 45.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      @media (max-width: 991px) {
        .about-development__content-picture {
          width: 75%; } }
      @media (max-width: 768px) {
        .about-development__content-picture {
          width: 100%; } }
      .about-development__content-picture:before {
        visibility: hidden;
        content: " ";
        display: block;
        padding-bottom: 133.333333333%; }
        @media (max-width: 991px) {
          .about-development__content-picture:before {
            padding-bottom: 75%; } }
      .about-development__content-picture .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .75s ease;
        transition: all .75s ease; }

.js-collapse-content {
  display: none; }

.js-collapse-wrap {
  counter-reset: accordion-list; }

.js-collapse-btn .icon {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.js-collapse_opened .js-collapse-btn .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.management__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .management__grid-col {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.4rem; }
    @media (max-width: 1199px) {
      .management__grid-col {
        width: 33.33333%;
        margin-bottom: 4.4rem; } }
    @media (max-width: 585px) {
      .management__grid-col {
        width: 50%;
        margin-bottom: 3.2rem; } }

.management__person {
  height: 100%;
  width: 100%; }
  @media (max-width: 1199px) {
    .management__person {
      padding: 0; } }
  .management__person-img {
    width: 100%;
    margin-bottom: 2.4rem;
    position: relative; }
    @media (max-width: 768px) {
      .management__person-img {
        margin-bottom: 1.6rem; } }
    .management__person-img:before {
      padding-bottom: 100%;
      visibility: hidden;
      content: " ";
      display: block; }
    .management__person-img .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  @media (max-width: 768px) {
    .management__person-about h4 {
      margin-bottom: 6px; } }
  .management__person-about p {
    color: #666666; }
    @media (max-width: 768px) {
      .management__person-about p {
        font-size: 1.4rem; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination__li {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .pagination__li a {
      border: 1px solid #F0F2F3; }
      .pagination__li a:not(:last-child) {
        border-right: none; }
    .pagination__li.active a {
      background-color: #9A0A32;
      border-color: #9A0A32;
      color: white;
      pointer-events: none; }
    .pagination__li a {
      color: #000000;
      height: 5.6rem;
      width: 5.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      @media (max-width: 479px) {
        .pagination__li a {
          height: 4.8rem;
          width: 4.8rem; } }
      .pagination__li a:hover {
        color: #9A0A32; }

.article-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .article-section__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .article-section__content-main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 42rem); }
    @media (max-width: 1479px) {
      .article-section__content-main {
        width: calc(100% - 40rem); } }
    @media (max-width: 1199px) {
      .article-section__content-main {
        width: calc(100% - 32rem); } }
    @media (max-width: 991px) {
      .article-section__content-main {
        width: 100%;
        margin-bottom: 6.4rem; } }
    @media (max-width: 585px) {
      .article-section__content-main {
        margin-bottom: 4.4rem; } }
    @media (max-width: 479px) {
      .article-section__content-main {
        margin-bottom: 4rem; } }
  .article-section__content-aside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33.6rem; }
    @media (max-width: 1199px) {
      .article-section__content-aside {
        max-width: 28rem; } }
    @media (max-width: 991px) {
      .article-section__content-aside {
        width: 100%;
        max-width: initial; } }
    .article-section__content-aside-inner {
      position: -webkit-sticky;
      position: sticky;
      top: 8rem; }
      @media (max-width: 1199px) {
        .article-section__content-aside-inner {
          top: 7rem; } }
      @media (max-width: 991px) {
        .article-section__content-aside-inner {
          position: relative;
          top: 0; } }
    @media (max-width: 991px) {
      .article-section__content-aside-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .article-section__content-aside-list:not(:last-child) {
      margin-bottom: 6.4rem; }
      @media (max-width: 479px) {
        .article-section__content-aside-list:not(:last-child) {
          margin-bottom: 4.4rem; } }
    @media (max-width: 991px) {
      .article-section__content-aside-list .news-item {
        width: calc(50% - 1.2rem);
        padding-bottom: 2.4rem;
        border-bottom: 1px solid #CACACA;
        margin-bottom: 2.4rem; } }
    @media (max-width: 585px) {
      .article-section__content-aside-list .news-item {
        width: 100%; } }
    .article-section__content-aside-list .news-item:not(:last-child) {
      padding-bottom: 2.4rem;
      border-bottom: 1px solid #CACACA;
      margin-bottom: 2.4rem; }
    .article-section__content-aside-list .product-banner:not(:last-child) {
      margin-bottom: 4rem; }
    .article-section__content-aside-list .product-banner:hover .button {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .article-section__content-aside-list .product-banner:hover .h-object-fit {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .article-section__content-aside-list .product-banner:hover h2 {
      color: #9A0A32; }
    .article-section__content-aside-list .product-banner__top {
      margin-bottom: 1.6rem; }
      .article-section__content-aside-list .product-banner__top-ttl h2 {
        font-size: 2.4rem;
        -webkit-transition: color 0.25s ease;
        transition: color 0.25s ease; }
      .article-section__content-aside-list .product-banner__top-ttl:before {
        display: none; }
    .article-section__content-aside-nav {
      background-color: #F0F2F3;
      padding: 3.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-width: 56rem; }
      .article-section__content-aside-nav a {
        color: #000000;
        font-weight: 700;
        width: 100%; }
        .article-section__content-aside-nav a:hover {
          color: #9A0A32; }
        .article-section__content-aside-nav a:not(:last-child) {
          padding-bottom: 1.6rem;
          margin-bottom: 1.6rem;
          border-bottom: 1px solid #000000; }
          @media (max-width: 991px) {
            .article-section__content-aside-nav a:not(:last-child) {
              border-bottom: none; } }
        .article-section__content-aside-nav a.active {
          cursor: auto;
          color: #9A0A32; }

article.article > h1:not(:last-child) {
  margin-bottom: 1.6rem; }

article.article .news-item__info-top:not(:last-child) {
  margin-bottom: 4rem; }
  @media (max-width: 1199px) {
    article.article .news-item__info-top:not(:last-child) {
      margin-bottom: 2.4rem; } }

article.article > h3:not(:first-child) {
  padding-top: 8px; }

article.article > h3:not(:last-child) {
  margin-bottom: 1.6rem; }

article.article > h4:not(:first-child) {
  padding-top: 8px; }

article.article > h4:not(:last-child) {
  margin-bottom: 1.6rem; }

article.article h5:not(:last-child) {
  margin-bottom: 1.6rem; }

article.article > p:not(:last-child) {
  margin-bottom: 3.2rem; }
  @media (max-width: 1199px) {
    article.article > p:not(:last-child) {
      margin-bottom: 2rem; } }

article.article ul:not(:last-child) {
  margin-bottom: 3.2rem; }
  @media (max-width: 1199px) {
    article.article ul:not(:last-child) {
      margin-bottom: 2.4rem; } }

article.article ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.5em; }
  article.article ul li:not(:last-child) {
    margin-bottom: 1.6rem; }
  article.article ul li:before {
    width: 8px;
    height: 8px;
    content: " ";
    margin-right: 1.6rem;
    margin-top: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #9A0A32;
    border-radius: 50%;
    display: block; }
    @media (max-width: 479px) {
      article.article ul li:before {
        margin-right: 1.2rem; } }

article.article ol {
  padding-left: 0;
  margin-bottom: 0;
  counter-reset: list-ordered; }
  article.article ol:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 1199px) {
      article.article ol:not(:last-child) {
        margin-bottom: 2.4rem; } }
  article.article ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.5em;
    counter-increment: list-ordered; }
    article.article ol li:not(:last-child) {
      margin-bottom: 1.6rem; }
    article.article ol li:before {
      content: counter(list-ordered);
      margin-right: 1.6rem;
      font-size: 1.8rem;
      font-weight: 600;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      color: #9A0A32;
      display: block; }
      @media (max-width: 479px) {
        article.article ol li:before {
          margin-right: 1.2rem; } }

article.article figure {
  margin-bottom: 0; }
  article.article figure:not(:last-child) {
    margin-bottom: 2.4rem; }
  article.article figure img {
    display: block;
    width: 100%; }
    article.article figure img:not(:last-child) {
      margin-bottom: 4px; }
  article.article figure figcaption {
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #666666;
    text-align: right; }

article.article hr {
  display: block; }
  article.article hr:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 1199px) {
      article.article hr:not(:last-child) {
        margin-bottom: 2.4rem; } }

article.article .blockquote-simple {
  padding: 2.4rem 3.2rem;
  background-color: #F0F2F3; }
  @media (max-width: 479px) {
    article.article .blockquote-simple {
      padding: 2.4rem; } }
  article.article .blockquote-simple:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 1199px) {
      article.article .blockquote-simple:not(:last-child) {
        margin-bottom: 2.4rem; } }

article.article .blockquote-decor {
  padding: 4.2rem 9.8rem;
  background-color: #F0F2F3;
  position: relative; }
  @media (max-width: 768px) {
    article.article .blockquote-decor {
      padding: 3.2rem 7.6rem; } }
  @media (max-width: 479px) {
    article.article .blockquote-decor {
      padding: 2.4rem; } }
  article.article .blockquote-decor:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media (max-width: 1199px) {
      article.article .blockquote-decor:not(:last-child) {
        margin-bottom: 2.4rem; } }
  article.article .blockquote-decor cite {
    display: block;
    font-style: initial;
    text-align: right;
    font-weight: 600;
    color: #9A0A32;
    font-size: 1.8rem;
    line-height: 1.5em; }
  article.article .blockquote-decor:before {
    content: url("../images/useful/article/quote-left.svg");
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
    font-size: 3.2rem; }
    @media (max-width: 768px) {
      article.article .blockquote-decor:before {
        font-size: 2.4rem;
        width: 2.4rem;
        height: 2.4rem;
        top: 2.4rem;
        left: 2.4rem; } }
    @media (max-width: 479px) {
      article.article .blockquote-decor:before {
        display: none; } }
  article.article .blockquote-decor:after {
    content: url("../images/useful/article/quote-right.svg");
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    bottom: 3.2rem;
    right: 3.2rem;
    font-size: 3.2rem; }
    @media (max-width: 768px) {
      article.article .blockquote-decor:after {
        font-size: 2.4rem;
        width: 2.4rem;
        height: 2.4rem;
        bottom: 2.4rem;
        right: 2.4rem; } }
    @media (max-width: 479px) {
      article.article .blockquote-decor:after {
        display: none; } }

article.article .article-banner {
  padding: 6rem;
  background-image: url("../images/useful/27.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    article.article .article-banner {
      padding: 3.2rem; } }
  article.article .article-banner:not(:last-child) {
    margin-bottom: 4rem; }
    @media (max-width: 1199px) {
      article.article .article-banner:not(:last-child) {
        margin-bottom: 2.4rem; } }
  article.article .article-banner ol {
    counter-reset: list;
    max-width: 69.6rem; }
    article.article .article-banner ol li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 3.2rem; }
      article.article .article-banner ol li:before {
        counter-increment: list;
        content: counter(list);
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 1.25em;
        margin-bottom: 1.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #000000; }
        @media (max-width: 1199px) {
          article.article .article-banner ol li:before {
            font-size: 3.8rem;
            margin-bottom: 1rem; } }
        @media (max-width: 479px) {
          article.article .article-banner ol li:before {
            font-size: 3.2rem;
            margin-bottom: 8px; } }
      article.article .article-banner ol li p {
        border-bottom: 1px solid #000000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        padding-bottom: 1.6rem;
        color: #666666; }

article.article .article-insert {
  padding: 6.4rem 18rem 6.4rem 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    article.article .article-insert {
      padding: 3.2rem 10rem 3.2rem 0; } }
  @media (max-width: 479px) {
    article.article .article-insert {
      padding: 0;
      background-image: none; } }
  article.article .article-insert:not(:last-child) {
    margin-bottom: 4rem; }
    @media (max-width: 1199px) {
      article.article .article-insert:not(:last-child) {
        margin-bottom: 2.4rem; } }
  article.article .article-insert__txt {
    padding: 6rem 10rem 6rem 6rem;
    background-color: #F0F2F3; }
    @media (max-width: 768px) {
      article.article .article-insert__txt {
        padding: 3.2rem; } }
    article.article .article-insert__txt p {
      color: #666666; }

article.article .article-charts:not(:last-child) {
  margin-bottom: 4rem; }
  @media (max-width: 1199px) {
    article.article .article-charts:not(:last-child) {
      margin-bottom: 2.4rem; } }

article.article .article-charts__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  article.article .article-charts__legend:not(:last-child) {
    margin-bottom: 3.2rem; }
  article.article .article-charts__legend .legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    article.article .article-charts__legend .legend-item:before {
      border-radius: 2px;
      width: 1.6rem;
      height: 1.6rem;
      content: " ";
      margin-right: 8px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    article.article .article-charts__legend .legend-item:not(:last-child) {
      margin-right: 6.4rem; }
    article.article .article-charts__legend .legend-item span {
      line-height: 1em; }
    article.article .article-charts__legend .legend-item--red:before {
      background-color: #9A0A32; }
    article.article .article-charts__legend .legend-item--grey:before {
      background-color: #666666; }

article.article .article-charts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  @media (max-width: 1199px) {
    article.article .article-charts__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  article.article .article-charts__row:not(:last-child) {
    margin-bottom: 4rem; }
    @media (max-width: 1199px) {
      article.article .article-charts__row:not(:last-child) {
        margin-bottom: 3.2rem; } }
    @media (max-width: 479px) {
      article.article .article-charts__row:not(:last-child) {
        margin-bottom: 2.4rem; } }
  article.article .article-charts__row-ttl {
    font-size: 2.4rem;
    font-weight: 600;
    margin-right: 8.4rem;
    width: 27.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1479px) {
      article.article .article-charts__row-ttl {
        margin-right: 4.4rem;
        width: 26rem;
        font-size: 2rem; } }
    @media (max-width: 1199px) {
      article.article .article-charts__row-ttl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.6rem; } }
    @media (max-width: 479px) {
      article.article .article-charts__row-ttl {
        margin-bottom: 1.2rem;
        font-size: 2rem; } }
  article.article .article-charts__row-lines {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 1199px) {
      article.article .article-charts__row-lines {
        width: 100%; } }
  article.article .article-charts__row .chart-line {
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 8px;
    color: white;
    font-size: 2.4rem;
    font-weight: 600;
    min-width: 4.5rem; }
    @media (max-width: 479px) {
      article.article .article-charts__row .chart-line {
        font-size: 1.6rem; } }
    article.article .article-charts__row .chart-line:not(:last-child) {
      margin-bottom: 1.6rem; }
      @media (max-width: 479px) {
        article.article .article-charts__row .chart-line:not(:last-child) {
          margin-bottom: 1.2rem; } }
    article.article .article-charts__row .chart-line--red {
      background-color: #9A0A32; }
    article.article .article-charts__row .chart-line--grey {
      background-color: #666666; }

article.article .article-decsription {
  padding: 1.6rem;
  max-width: 57.6rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 3.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  article.article .article-decsription p {
    font-size: 1.8rem;
    font-weight: 600; }
    @media (max-width: 479px) {
      article.article .article-decsription p {
        font-size: 1.6rem; } }
  article.article .article-decsription > span:not(:last-child) {
    margin-bottom: 8px; }
  article.article .article-decsription__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    article.article .article-decsription__line:not(:last-child) {
      margin-bottom: 8px; }
    article.article .article-decsription__line a {
      color: #000000; }
      article.article .article-decsription__line a:not(:last-child) {
        margin-right: 2.4rem; }
      article.article .article-decsription__line a:hover {
        color: #9A0A32; }
  article.article .article-decsription a {
    font-weight: 600; }
  article.article .article-decsription:not(:last-child) {
    margin-bottom: 10rem; }
    @media (max-width: 1199px) {
      article.article .article-decsription:not(:last-child) {
        margin-bottom: 4rem; } }

article.article .article-accordion {
  padding: 2rem 0; }

article.article .article-offer {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  @media (max-width: 768px) {
    article.article .article-offer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 3.2rem 0; } }
  article.article .article-offer h1, article.article .article-offer h2, article.article .article-offer h3, article.article .article-offer h4 {
    margin-bottom: 0; }
  article.article .article-offer .button {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    article.article .article-offer .button:not(:first-child) {
      margin-left: 1.6rem; }
      @media (max-width: 768px) {
        article.article .article-offer .button:not(:first-child) {
          margin-left: 0;
          margin-top: 1.6rem; } }
  article.article .article-offer:not(:first-child) {
    margin-top: 4rem; }
  article.article .article-offer:not(:last-child) {
    margin-bottom: 4rem; }

.search-content__top:not(:last-child) {
  margin-bottom: 4rem; }

.search-content__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 585px) {
    .search-content__top-line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .search-content__top-line-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-content__top-line-item span {
      padding-right: 4px; }
    .search-content__top-line-item strong {
      font-weight: 400;
      color: #9A0A32; }
    .search-content__top-line-item:not(:last-child) {
      margin-right: 1.6rem; }
      @media (max-width: 585px) {
        .search-content__top-line-item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 8px; } }

.search-content__result:not(:last-child) {
  margin-bottom: 6.4rem; }
  @media (max-width: 479px) {
    .search-content__result:not(:last-child) {
      margin-bottom: 4.4rem; } }

.search-content__result > .news-item {
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  width: 100%;
  border-bottom: 1px solid #000; }

.search-content__result > .link-doc {
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #000; }

.search-content__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 585px) {
    .search-content__form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .search-content__form:not(:last-child) {
    margin-bottom: 2.4rem; }
  .search-content__form-submit {
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto 0;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    .search-content__form-submit:hover {
      color: #9A0A32; }
  .search-content__form .form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 585px) {
      .search-content__form .form-group {
        width: 100%; } }
    @media (max-width: 585px) {
      .search-content__form .form-group:not(:last-child) {
        margin-bottom: 1.6rem; } }
  .search-content__form .form-control {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border: 1px solid #AFAFAF;
    padding-right: 6.4rem; }
    @media (min-width: 586px) {
      .search-content__form .form-control {
        border-right: none; } }
    @media (max-width: 585px) {
      .search-content__form .form-control:not(:last-child) {
        margin-bottom: 1.6rem; } }
    @media (max-width: 585px) {
      .search-content__form .form-control:focus {
        border-color: #000000; } }
  .search-content__form .select-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 21.6rem; }
    @media (max-width: 585px) {
      .search-content__form .select-group {
        width: 100%; } }
    @media (max-width: 585px) {
      .search-content__form .select-group:not(:last-child) {
        margin-bottom: 1.6rem; } }
    @media (max-width: 585px) {
      .search-content__form .select-group:not(:last-child) {
        margin-bottom: 1.6rem; } }

.contacts-content__top:not(:last-child) {
  margin-bottom: 4rem; }
  @media (max-width: 585px) {
    .contacts-content__top:not(:last-child) {
      margin-bottom: 3.2rem; } }

.contacts-content__main:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 585px) {
    .contacts-content__main:not(:last-child) {
      margin-bottom: 4.4rem; } }

.contacts-content__main-chapter:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 585px) {
    .contacts-content__main-chapter:not(:last-child) {
      margin-bottom: 4.4rem; } }

.contacts-content__main-chapter .accordion-simple__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .contacts-content__main-chapter .accordion-simple__content a {
    font-weight: 700; }
    .contacts-content__main-chapter .accordion-simple__content a:not(:last-child) {
      margin-bottom: 8px; }

.contacts-content__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  @media (max-width: 1199px) {
    .contacts-content__bottom-row {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.contacts-content__bottom-col {
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.2rem; }
  @media (max-width: 1199px) {
    .contacts-content__bottom-col {
      width: 33.333333%; } }
  @media (max-width: 585px) {
    .contacts-content__bottom-col {
      width: 50%; } }
  .contacts-content__bottom-col p:not(:last-child), .contacts-content__bottom-col a:not(:last-child), .contacts-content__bottom-col h4:not(:last-child), .contacts-content__bottom-col h5:not(:last-child) {
    margin-bottom: 8px; }
  .contacts-content__bottom-col span {
    font-size: 1.2rem; }
  .contacts-content__bottom-col a {
    font-weight: 700; }
  .contacts-content__bottom-col h5 {
    font-size: 1.6rem; }

.vacancies-list:not(:last-child) {
  margin-bottom: 6.4rem; }
  @media (max-width: 585px) {
    .vacancies-list:not(:last-child) {
      margin-bottom: 4.2rem; } }

.vacancies-list .news-item:not(:last-child) {
  margin-bottom: 6.4rem; }
  @media (max-width: 585px) {
    .vacancies-list .news-item:not(:last-child) {
      margin-bottom: 4.2rem; } }

.vacancies-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }
  .vacancies-top h1:not(:last-child) {
    margin-bottom: 1.6rem; }
  .vacancies-top .news-item__info-top-group:not(:last-child) {
    margin-bottom: 4rem; }
    @media (max-width: 1199px) {
      .vacancies-top .news-item__info-top-group:not(:last-child) {
        margin-bottom: 2.4rem; } }
  .vacancies-top .news-item__info-top-group time:not(:last-child), .vacancies-top .news-item__info-top-group a:not(:last-child) {
    margin-right: 1.6rem; }
  .vacancies-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    width: 100%; }
    @media (max-width: 1199px) {
      .vacancies-top__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .vacancies-top__row:not(:last-child) {
      margin-bottom: 4rem; }
      @media (max-width: 1199px) {
        .vacancies-top__row:not(:last-child) {
          margin-bottom: 2.4rem; } }
  .vacancies-top__col {
    padding: 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1479px) {
      .vacancies-top__col {
        width: 100%;
        margin-bottom: 1.6rem; } }
    .vacancies-top__col p:not(:last-child), .vacancies-top__col a:not(:last-child), .vacancies-top__col h4:not(:last-child), .vacancies-top__col h5:not(:last-child) {
      margin-bottom: 8px; }
    .vacancies-top__col span {
      font-size: 1.2rem; }
    .vacancies-top__col a {
      font-weight: 700; }
    .vacancies-top__col h5 {
      font-size: 1.6rem; }
  .vacancies-top__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 22rem;
    border-bottom: 2px solid #000;
    padding-bottom: 4rem;
    margin-bottom: 4rem; }
    .vacancies-top__link .button {
      width: 100%; }

.vacancies-about:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 585px) {
    .vacancies-about:not(:last-child) {
      margin-bottom: 4.4rem; } }

.vacancies-about__chapter:not(:last-child) {
  margin-bottom: 3.2rem; }
  @media (max-width: 768px) {
    .vacancies-about__chapter:not(:last-child) {
      margin-bottom: 2.4rem; } }

.thumbed-carousel:not(:last-child) {
  margin-bottom: 4rem; }
  @media (max-width: 1199px) {
    .thumbed-carousel:not(:last-child) {
      margin-bottom: 2.4rem; } }

.thumbed-carousel__main {
  margin-bottom: 1.6rem;
  position: relative; }
  @media (max-width: 479px) {
    .thumbed-carousel__main {
      margin-bottom: 8px; } }
  .thumbed-carousel__main__slide {
    position: relative;
    display: block; }
    .thumbed-carousel__main__slide:before {
      visibility: hidden;
      content: " ";
      display: block;
      padding-bottom: 45.1807228916%; }
      @media (max-width: 479px) {
        .thumbed-carousel__main__slide:before {
          padding-bottom: 75%; } }
    .thumbed-carousel__main__slide .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }

.thumbed-carousel__thumb .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .thumbed-carousel__thumb .swiper-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    content: " ";
    z-index: 1;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
  .thumbed-carousel__thumb .swiper-slide.swiper-slide-thumb-active:before {
    border-color: #9A0A32; }

.thumbed-carousel__thumb__slide {
  position: relative;
  display: block;
  width: 100%; }
  .thumbed-carousel__thumb__slide:before {
    visibility: hidden;
    content: " ";
    display: block;
    padding-bottom: 50%; }
  .thumbed-carousel__thumb__slide .h-object-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .75s ease;
    transition: all .75s ease; }

.carousel-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto 0;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  color: #9A0A32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 479px) {
    .carousel-nav {
      width: 3.2rem;
      height: 3.2rem;
      font-size: 3.2rem; } }
  .carousel-nav--prev {
    left: 1.6rem; }
    @media (max-width: 479px) {
      .carousel-nav--prev {
        left: 1.2rem; } }
  .carousel-nav--next {
    right: 1.6rem; }
    @media (max-width: 479px) {
      .carousel-nav--next {
        right: 1.2rem; } }

.history__top h1 {
  margin-bottom: 0; }

.history__top .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden; }
  .history__top .nav-tabs::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #EEEEEE; }
  .history__top .nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5; }
  .history__top .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #B6B6B6; }

.history__top .nav-item {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.history__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8rem; }
  @media (max-width: 1199px) {
    .history__grid {
      padding-top: 6rem; } }
  @media (max-width: 768px) {
    .history__grid {
      padding-top: 0; } }

.history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(50% - 1.2rem); }
  @media (max-width: 768px) {
    .history-item {
      width: 100%; } }
  .history-item:nth-child(even) {
    margin-top: 12rem; }
    @media (max-width: 1199px) {
      .history-item:nth-child(even) {
        margin-top: 8rem; } }
    @media (max-width: 768px) {
      .history-item:nth-child(even) {
        margin-top: 0; } }
  .history-item:nth-child(odd) {
    margin-top: -6rem; }
    @media (max-width: 1199px) {
      .history-item:nth-child(odd) {
        margin-top: -4rem; } }
    @media (max-width: 768px) {
      .history-item:nth-child(odd) {
        margin-top: 0; } }
  @media (max-width: 768px) {
    .history-item:not(:last-child) {
      margin-bottom: 4rem; } }
  @media (max-width: 479px) {
    .history-item:not(:last-child) {
      margin-bottom: 3.2rem; } }
  .history-item__date {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .history-item__date {
        font-size: 4.2rem;
        margin-bottom: 1rem; } }
    @media (max-width: 479px) {
      .history-item__date {
        font-size: 3.8rem;
        margin-bottom: 1.5rem; } }
  .history-item p:not(:last-child) {
    margin-bottom: 3.6rem; }
    @media (max-width: 479px) {
      .history-item p:not(:last-child) {
        margin-bottom: 1.6rem; } }
  .history-item__picture {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .history-item__picture:not(:last-child) {
      margin-bottom: 1.6rem; }
      @media (max-width: 479px) {
        .history-item__picture:not(:last-child) {
          margin-bottom: 6px; } }
    .history-item__picture:before {
      padding-bottom: 56.3218390805%;
      visibility: hidden;
      content: " ";
      display: block; }
    .history-item__picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }
  .history-item__sub {
    color: #666666;
    line-height: 1.5em; }

.documents__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .documents__top h1 {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .documents__top .nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: none;
      border-bottom: none; }
      .documents__top .nav .nav-item {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .documents__top .nav .nav-item a {
          font-size: 1.8rem;
          padding: 2.6rem 0; }
          .documents__top .nav .nav-item a:before {
            display: none; }
          .documents__top .nav .nav-item a:after {
            display: none; }
        .documents__top .nav .nav-item:not(:last-child) {
          margin-right: 2.6rem; } }

.documents__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .documents__category:not(:last-child) {
    margin-bottom: 2.4rem; }
  .documents__category a {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1em;
    min-height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #F0F2F3;
    color: #000000;
    padding: 1.6rem 3.2rem; }
    @media (max-width: 991px) {
      .documents__category a {
        font-size: 1.8rem;
        min-height: 5.6rem;
        padding: 1.2rem 3.2rem; } }
    @media (max-width: 479px) {
      .documents__category a {
        font-size: 1.6rem;
        padding: 1.2rem 2.4rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    .documents__category a:hover {
      color: #9A0A32; }
    .documents__category a.active {
      color: white;
      background-color: #9A0A32;
      cursor: auto; }

.documents__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .documents__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .documents__content-main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 63.6rem;
    margin-right: 8.4rem; }
    @media (max-width: 1479px) {
      .documents__content-main {
        margin-right: 4.4rem;
        width: 60rem; } }
    @media (max-width: 1199px) {
      .documents__content-main {
        margin-right: 4.4rem;
        width: 46.6rem; } }
    @media (max-width: 991px) {
      .documents__content-main {
        width: 100%;
        margin-right: 0; } }
    .documents__content-main ul:not(:last-child) {
      margin-bottom: 4rem; }
    .documents__content-main .link-doc {
      padding: 1.6rem 0;
      border-bottom: 1px solid #000000; }
      .documents__content-main .link-doc span {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      @media (max-width: 479px) {
        .documents__content-main .link-doc .icon:last-child {
          display: none; } }
      .documents__content-main .link-doc:hover {
        border-bottom: 1px solid #7B0828; }
  .documents__content-aside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 991px) {
      .documents__content-aside {
        width: 100%;
        margin-bottom: 4.4rem; } }
    @media (max-width: 479px) {
      .documents__content-aside {
        margin-bottom: 2.4rem; } }
    @media (min-width: 992px) {
      .documents__content-aside-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 8rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .documents__content-aside-inner {
      top: 7rem; } }
    .documents__content-aside-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 2px solid #000000; }
      @media (max-width: 479px) {
        .documents__content-aside-top {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          border: none; } }
      .documents__content-aside-top:not(:last-child) {
        margin-bottom: 4rem; }
        @media (max-width: 479px) {
          .documents__content-aside-top:not(:last-child) {
            margin-bottom: 8px; } }
      .documents__content-aside-top-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 479px) {
          .documents__content-aside-top-group {
            border-bottom: 2px solid #000000;
            margin-bottom: 2.4rem;
            width: 100%; } }
      .documents__content-aside-top-num {
        font-size: 9.6rem;
        line-height: 1.2em;
        border-bottom: 1rem solid #000000;
        margin-right: 3.8rem;
        padding-right: 1.2rem;
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media (max-width: 1479px) {
          .documents__content-aside-top-num {
            margin-right: 3rem;
            font-size: 8.6rem; } }
        @media (max-width: 1199px) {
          .documents__content-aside-top-num {
            margin-right: 2.8rem;
            font-size: 7.2rem; } }
        @media (max-width: 991px) {
          .documents__content-aside-top-num {
            font-size: 6.4rem; } }
        @media (max-width: 768px) {
          .documents__content-aside-top-num {
            font-size: 5.6rem; } }
        .documents__content-aside-top-num:after {
          content: " ";
          border: 5px solid transparent;
          border-bottom: 5px solid #000000;
          border-left: 5px solid #000000;
          display: block;
          position: absolute;
          bottom: -10px;
          right: -10px; }
      .documents__content-aside-top-txt {
        font-size: 2.4rem;
        font-weight: 600; }
    .documents__content-aside-picture {
      position: relative;
      width: 100%; }
      .documents__content-aside-picture:before {
        visibility: hidden;
        content: " ";
        display: block;
        padding-bottom: 56.3218390805%; }
      .documents__content-aside-picture .h-object-fit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .75s ease;
        transition: all .75s ease; }

.service:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 479px) {
    .service:not(:last-child) {
      margin-bottom: 4.4rem; } }

.service__banner {
  position: relative; }
  @media (max-width: 1199px) {
    .service__banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .service__banner:not(:last-child) {
    margin-bottom: 6.4rem; }
    @media (max-width: 768px) {
      .service__banner:not(:last-child) {
        margin-bottom: 4.4rem; } }
    @media (max-width: 479px) {
      .service__banner:not(:last-child) {
        margin-bottom: 2.4rem; } }
  .service__banner-picture {
    position: absolute;
    width: 74.58%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0; }
    @media (max-width: 1479px) {
      .service__banner-picture {
        top: 0; } }
    @media (max-width: 991px) {
      .service__banner-picture {
        width: 75%; } }
    @media (max-width: 768px) {
      .service__banner-picture {
        position: relative;
        width: 100%; } }
    .service__banner-picture:before {
      padding-bottom: 56.4393939394%;
      visibility: hidden;
      display: block;
      content: " "; }
    .service__banner-picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }
  .service__banner-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 69.6rem;
    margin-right: auto;
    padding: 11rem 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1479px) {
      .service__banner-group {
        max-width: 60%;
        padding: 6.2rem 0; } }
    @media (max-width: 768px) {
      .service__banner-group {
        max-width: initial;
        margin-left: initial;
        width: 100%;
        padding: 0;
        margin-bottom: 3.2rem; } }
  .service__banner-item {
    width: 100%;
    padding: 4.8rem;
    background-color: #F0F2F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1479px) {
      .service__banner-item {
        padding: 4.4rem 6.2rem; } }
    @media (max-width: 1199px) {
      .service__banner-item {
        padding: 4.4rem; } }
    @media (max-width: 768px) {
      .service__banner-item {
        width: 100%; } }
    @media (max-width: 479px) {
      .service__banner-item {
        padding: 2.4rem; } }
    .service__banner-item:not(:last-child) {
      margin-bottom: 3.2rem; }
      @media (max-width: 1479px) {
        .service__banner-item:not(:last-child) {
          margin-bottom: 2.4rem; } }
    .service__banner-item-tag {
      font-weight: 600;
      font-size: 2.4rem;
      margin-bottom: 2.2rem;
      color: #9A0A32; }
      @media (max-width: 991px) {
        .service__banner-item-tag {
          font-size: 1.6rem;
          margin-bottom: 0; } }
    .service__banner-item-txt:not(:last-child) {
      margin-bottom: 2.4rem; }
    .service__banner-item h2:not(:last-child) {
      margin-bottom: 0; }
    .service__banner-item p {
      font-weight: 600; }
      .service__banner-item p:not(:last-child) {
        margin-bottom: 2rem; }
        @media (max-width: 1199px) {
          .service__banner-item p:not(:last-child) {
            margin-bottom: 1.6rem; } }

.service-inner__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000000; }
  @media (max-width: 991px) {
    .service-inner__banner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .service-inner__banner-nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33.6rem;
    padding: 1.6rem 3.2rem;
    background-color: #F0F2F3;
    margin: 2.4rem 0; }
    @media (max-width: 1479px) {
      .service-inner__banner-nav {
        width: 28rem; } }
    @media (max-width: 991px) {
      .service-inner__banner-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(40% - 1.2rem); } }
    @media (max-width: 768px) {
      .service-inner__banner-nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%; } }
    .service-inner__banner-nav li:not(:last-child) a {
      border-bottom: 1px solid #666666; }
    .service-inner__banner-nav a {
      color: #000000;
      font-weight: 700;
      padding: 1.6rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .service-inner__banner-nav a:hover {
        color: #9A0A32; }
      .service-inner__banner-nav a.active {
        color: #9A0A32;
        cursor: auto; }
  .service-inner__banner-picture {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin: 0 2.4rem; }
    @media (max-width: 1479px) {
      .service-inner__banner-picture {
        margin: 0 1.6rem; } }
    @media (max-width: 991px) {
      .service-inner__banner-picture {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(60% - 1.2rem);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0; } }
    @media (max-width: 585px) {
      .service-inner__banner-picture {
        width: 100%; } }
    .service-inner__banner-picture:before {
      padding-bottom: 74.7126436782%;
      visibility: hidden;
      content: " ";
      display: block; }
    .service-inner__banner-picture img {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: 0.25s ease;
      transition: 0.25s ease; }
  .service-inner__banner-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33.6rem;
    margin: 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1479px) {
      .service-inner__banner-info {
        width: 28rem; } }
    @media (max-width: 991px) {
      .service-inner__banner-info {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%; } }
    @media (max-width: 768px) {
      .service-inner__banner-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .service-inner__banner-info h3:not(:last-child) {
      margin-bottom: 2.4rem; }
    .service-inner__banner-info p {
      color: #666666; }
      .service-inner__banner-info p:not(:last-child) {
        margin-bottom: 2.4rem; }
    @media (max-width: 479px) {
      .service-inner__banner-info .button {
        width: 100%; } }

.service-inner__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4rem 0; }
  @media (max-width: 1199px) {
    .service-inner__about {
      padding: 2.4rem 0; } }
  @media (max-width: 991px) {
    .service-inner__about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .service-inner__about-aside {
    width: 45.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8.4rem; }
    @media (max-width: 1479px) {
      .service-inner__about-aside {
        width: 42rem;
        margin-right: 4.4rem; } }
    @media (max-width: 1199px) {
      .service-inner__about-aside {
        width: 38rem;
        margin-right: 3.6rem; } }
    @media (max-width: 991px) {
      .service-inner__about-aside {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3.2rem; } }
    .service-inner__about-aside a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 9.2rem; }
      @media (max-width: 1199px) {
        .service-inner__about-aside a {
          font-size: 7.2rem; } }
      @media (max-width: 479px) {
        .service-inner__about-aside a {
          font-size: 5.6rem; } }
      .service-inner__about-aside a:not(:last-child) {
        margin-bottom: 7.2rem; }
        @media (max-width: 1479px) {
          .service-inner__about-aside a:not(:last-child) {
            margin-bottom: 4.4rem; } }
        @media (max-width: 1199px) {
          .service-inner__about-aside a:not(:last-child) {
            margin-bottom: 2.4rem; } }
  .service-inner__about-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 991px) {
      .service-inner__about-main {
        width: 100%; } }
    .service-inner__about-main ol {
      margin-left: -1.2rem;
      margin-right: -1.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      counter-reset: list;
      padding-left: 0;
      margin-bottom: 0; }
    .service-inner__about-main li {
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      width: 33.33333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 3.2rem; }
      @media (max-width: 585px) {
        .service-inner__about-main li {
          width: 50%; } }
      .service-inner__about-main li:before {
        counter-increment: list;
        content: counter(list);
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 1.25em;
        margin-bottom: 1.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media (max-width: 1199px) {
          .service-inner__about-main li:before {
            font-size: 3.8rem;
            margin-bottom: 1rem; } }
        @media (max-width: 479px) {
          .service-inner__about-main li:before {
            font-size: 3.2rem;
            margin-bottom: 8px; } }
      .service-inner__about-main li p {
        border-bottom: 1px solid #000000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        padding-bottom: 1.6rem; }

@media (max-width: 1199px) {
  .contact {
    background: linear-gradient(90.09deg, #F0F2F3 41.87%, rgba(240, 242, 243, 0.230652) 65.01%, rgba(240, 242, 243, 0) 71.95%), #F0F2F3; } }

.contact__content {
  padding: 7.2rem 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 1199px) {
    .contact__content {
      background-image: none !important;
      background: linear-gradient(90.09deg, #F0F2F3 41.87%, rgba(240, 242, 243, 0.230652) 65.01%, rgba(240, 242, 243, 0) 71.95%), #F0F2F3; } }
  @media (max-width: 479px) {
    .contact__content {
      padding: 4.4rem 0; } }
  .contact__content:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(90.09deg, #F0F2F3 41.87%, rgba(240, 242, 243, 0.230652) 65.01%, rgba(240, 242, 243, 0) 71.95%), #F0F2F3;
    content: " ";
    z-index: -1;
    width: calc(100% + (100vw - 141.6rem) / 2); }
    @media (max-width: 1479px) {
      .contact__content:after {
        width: calc(100% + (100vw - 114rem) / 2); } }
    @media (max-width: 1199px) {
      .contact__content:after {
        display: none; } }
  @media (max-width: 479px) {
    .contact__content h2 {
      margin-bottom: 1.6rem; } }

.contact__form {
  max-width: 69.6rem; }
  .contact__form .form-group {
    margin-bottom: 0; }
    .contact__form .form-group:not(:last-child) {
      margin-bottom: 0; }
      .contact__form .form-group:not(:last-child) .form-control {
        border-bottom: 1px solid #F0F2F3; }
  .contact__form-fields {
    border: 1px solid #F0F2F3; }
    .contact__form-fields:not(:last-child) {
      margin-bottom: 2.4rem; }
  .contact__form-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .contact__form-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .contact__form-line .button {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 2.4rem; }
      @media (max-width: 768px) {
        .contact__form-line .button {
          margin-right: 0;
          margin-bottom: 1.6rem; } }
      @media (max-width: 479px) {
        .contact__form-line .button {
          width: 100%; } }
    .contact__form-line p {
      color: #3E3E3E; }

.development:not(:last-child) {
  margin-bottom: 7.2rem; }
  @media (max-width: 768px) {
    .development:not(:last-child) {
      margin-bottom: 4.4rem; } }

.development__row {
  position: relative; }
  @media (max-width: 1199px) {
    .development__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .development__row:not(:last-child) {
    margin-bottom: 7.2rem; }
    @media (max-width: 768px) {
      .development__row:not(:last-child) {
        margin-bottom: 4.4rem; } }
  .development__row-picture {
    position: absolute;
    width: 74.578161%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0; }
    @media (max-width: 1479px) {
      .development__row-picture {
        top: 0; } }
    @media (max-width: 991px) {
      .development__row-picture {
        width: 75%; } }
    @media (max-width: 768px) {
      .development__row-picture {
        position: relative;
        width: 100%; } }
    .development__row-picture:before {
      padding-bottom: 56.1781609195%;
      visibility: hidden;
      display: block;
      content: " "; }
    .development__row-picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .75s ease;
      transition: all .75s ease; }
  .development__row-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 81.6rem;
    margin-left: auto;
    padding: 7.8rem 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1479px) {
      .development__row-group {
        max-width: 60%;
        padding: 6.2rem 0; } }
    @media (max-width: 768px) {
      .development__row-group {
        max-width: initial;
        margin-left: initial;
        width: 100%;
        padding: 0;
        margin-top: 3.2rem; } }
    @media (max-width: 479px) {
      .development__row-group {
        margin-top: 1.6rem; } }
  .development__row-item {
    width: 100%;
    padding: 6.4rem 10rem;
    background-color: #F0F2F3; }
    @media (max-width: 1479px) {
      .development__row-item {
        padding: 4.4rem 6.2rem; } }
    @media (max-width: 1199px) {
      .development__row-item {
        padding: 4.4rem; } }
    @media (max-width: 768px) {
      .development__row-item {
        width: 100%; } }
    @media (max-width: 479px) {
      .development__row-item {
        padding: 3.2rem; } }
    .development__row-item:not(:last-child) {
      margin-bottom: 3.2rem; }
      @media (max-width: 1479px) {
        .development__row-item:not(:last-child) {
          margin-bottom: 2.4rem; } }
    .development__row-item p {
      color: #666666; }
      .development__row-item p:not(:last-child) {
        margin-bottom: 2rem; }
        @media (max-width: 1199px) {
          .development__row-item p:not(:last-child) {
            margin-bottom: 1.6rem; } }
  .development__row.development__row--reverse .development__row-picture {
    right: 0;
    left: initial; }
  .development__row.development__row--reverse .development__row-group {
    margin-left: initial;
    margin-right: auto; }

.development-more__ttl:not(:last-child) {
  margin-bottom: 3.2rem; }

.development-more__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }

.development-more__col {
  width: 33.33333%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem; }
  @media (max-width: 991px) {
    .development-more__col {
      width: 50%; } }
  @media (max-width: 585px) {
    .development-more__col {
      width: 100%; } }
  @media (max-width: 479px) {
    .development-more__col {
      margin-bottom: 2.4rem; } }

.development-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .development-item:hover .icon {
    color: #9A0A32; }
  .development-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.6rem; }
    @media (max-width: 991px) {
      .development-item__top {
        margin-bottom: 8px; } }
    .development-item__top h4 {
      padding-right: 3.2rem;
      color: #000000;
      margin-bottom: 0; }
    .development-item__top .icon {
      font-size: 3.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #000000;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 6px; }
      @media (max-width: 1479px) {
        .development-item__top .icon {
          font-size: 2.8rem; } }
      @media (max-width: 1199px) {
        .development-item__top .icon {
          font-size: 2.4rem; } }
  .development-item__picture {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .development-item__picture:before {
      padding-bottom: 73.6842105263%;
      visibility: hidden;
      content: " ";
      display: block; }
    .development-item__picture .h-object-fit {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }










.documents__category {
    flex-wrap: wrap;
    width: 100%;
    background-color: #F0F2F3;
}

.documents__category a {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: flex-start;
    width: 20%;
}

@media screen and (max-width: 799px) {
	.documents__category a {
        width: calc((1/3) * 100%);
    }
}

@media screen and (max-width: 585px) {
	.documents__category a {
        width: 50%;
    }
}





.footer__large-contacts {
	flex-wrap: wrap;
}

.footer__large-contacts-col {
    padding: 0 1.2rem;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 1199px) {
	.footer__large-contacts-col {
        width: calc((1/3) * 100%);
    }
}

@media screen and (max-width: 585px) {
	.footer__large-contacts-col {
        width: 50%;
    }
}




.button-all-news {
    margin-top: 1.5em;
    padding-left: 1.2rem;
    font-weight: 600;
    color: #9A0A32;
    font-size: 1.5em;
    line-height: 1.5em;
}


.footer__middle-list {
  flex-wrap: wrap;
}



@media screen and (max-width: 429px) {
   .header__content-top-right .tgheader {
    display: none;
  }
  
  .banner__content-chain strong {
    letter-spacing: -1.2px;
  }
}
