@import url(/static/assets/jquery.fancybox.css?f054270c8399);
.gray-component {
  background: #f5f5f5;
  padding: 32px; }

.white-component {
  background: #fff;
  padding: 32px; }

.table-summary {
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.table-summary__filter .form-inline > .form-group {
  margin-left: 16px;
  margin-bottom: 0; }

.table-summary__filter .form-control, .table-summary__filter .field__value {
  background-color: #fff;
  border-color: rgba(8, 30, 44, 0.15); }

.row.row--large-gutter {
  margin-left: -24px;
  margin-right: -24px; }
  .row.row--large-gutter > * {
    padding-left: 24px;
    padding-right: 24px; }

body.design-v2 {
  background: #fff; }

.subtitle1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3px; }

.subtitle2 {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #081e2c; }

.subtitle3 {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px; }

.body2 {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px; }

.text-rich-black {
  color: #0a1419; }

a.text-rich-black:hover {
  color: #0a1419; }

.text-almost-black-50 {
  color: rgba(10, 20, 25, 0.5); }

.background-gray {
  background-color: #f5f5f5; }

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

.opacity-25 {
  opacity: 0.25; }

.opacity-75 {
  opacity: 0.75; }

.design-v2 h1, .modal h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.13;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #081e2c; }

.design-v2 h2, .modal h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: 0.2px;
  color: #081e2c; }

.design-v2 h3, .modal h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.17;
  color: #081e2c;
  line-height: 1.17; }

.design-v2 h4, .modal h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #081e2c; }

.design-v2 h5, .modal h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #081e2c; }

.design-v2 .section--page, .modal .section--page {
  border-bottom: 15px solid #f5f5f5;
  background: #fff; }
  .design-v2 .section--page > .container, .modal .section--page > .container {
    padding-top: 64px;
    padding-bottom: 48px; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1da7d3;
  --secondary: #005780;
  --success: #37b239;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f44336;
  --light: #f5f5f5;
  --dark: #0a0a0a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #1e3c54;
  text-align: left;
  background-color: #fff; }

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

hr {
  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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0276a1;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0276a1;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1,
.page-content h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1e3c54; }

h1,
.h1,
.page-content h1 {
  font-size: 3rem; }

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.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, .socialaccount-providers {
  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, .page-content__body .media-block__image img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  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-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0; }
  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: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px; } }

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -ms-flex-order: 13;
      order: 13; }

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

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

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

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

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

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

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1e3c54; }
  .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: #1e3c54;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

.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: #fccac7; }

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

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

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

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

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

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

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

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

.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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.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: 991.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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .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, .field__value {
  display: block;
  width: 100%;
  height: calc(1.75em + 10px + 2px);
  padding: 5px 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #0a1419;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .field__value {
      transition: none; } }
  .form-control::-ms-expand, .field__value::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .field__value:focus {
    color: #0a1419;
    background-color: #f5f5f5;
    border-color: #1da7d3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
  .form-control::-webkit-input-placeholder, .field__value::-webkit-input-placeholder {
    color: rgba(10, 20, 25, 0.5);
    opacity: 1; }
  .form-control::-moz-placeholder, .field__value::-moz-placeholder {
    color: rgba(10, 20, 25, 0.5);
    opacity: 1; }
  .form-control:-ms-input-placeholder, .field__value:-ms-input-placeholder {
    color: rgba(10, 20, 25, 0.5);
    opacity: 1; }
  .form-control::-ms-input-placeholder, .field__value::-ms-input-placeholder {
    color: rgba(10, 20, 25, 0.5);
    opacity: 1; }
  .form-control::placeholder, .field__value::placeholder {
    color: rgba(10, 20, 25, 0.5);
    opacity: 1; }
  .form-control:disabled, .field__value:disabled, .form-control[readonly], .field__value[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value, select.field__value:focus::-ms-value {
  color: #0a1419;
  background-color: #f5f5f5; }

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  line-height: 1.75;
  color: #1e3c54;
  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.43em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.43;
  border-radius: 0; }

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

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

textarea.form-control, textarea.field__value {
  height: auto; }

.form-group {
  margin-bottom: 32px; }

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

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

.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 {
    color: #6c757d; }

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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: #37b239; }

.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.75;
  color: #fff;
  background-color: rgba(55, 178, 57, 0.9);
  border-radius: 2px; }

.was-validated .form-control:valid, .was-validated .field__value:valid, .form-control.is-valid, .is-valid.field__value {
  border-color: #37b239; }
  .was-validated .form-control:valid:focus, .was-validated .field__value:valid:focus, .form-control.is-valid:focus, .is-valid.field__value:focus {
    border-color: #37b239;
    box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .field__value:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .field__value:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.field__value ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .is-valid.field__value ~ .valid-tooltip {
    display: block; }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #37b239; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #37b239;
    box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

.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: #37b239; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #37b239; }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 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: #37b239; }

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #37b239;
  box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 0.25); }

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

.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.75;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 2px; }

.was-validated .form-control:invalid, .was-validated .field__value:invalid, .form-control.is-invalid, .is-invalid.field__value {
  border-color: #f44336; }
  .was-validated .form-control:invalid:focus, .was-validated .field__value:invalid:focus, .form-control.is-invalid:focus, .is-invalid.field__value:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .field__value:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .field__value:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.field__value ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .is-invalid.field__value ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f44336; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

.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: #f44336; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f44336; }

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 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: #f44336; }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .field__value {
      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: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: 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 {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .movie-hero__movie-actions-2-buttons .btn-video-action {
  display: inline-block;
  font-weight: 500;
  color: #1e3c54;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1.5px solid transparent;
  padding: 5px 1rem;
  font-size: 0.875rem;
  line-height: 30px;
  border-radius: 0;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .movie-hero__movie-actions-2-buttons .btn-video-action {
      transition: none; } }
  .btn:hover, .movie-hero__movie-actions-2-buttons .btn-video-action:hover {
    color: #1e3c54;
    text-decoration: none; }
  .btn:focus, .movie-hero__movie-actions-2-buttons .btn-video-action:focus, .btn.focus, .movie-hero__movie-actions-2-buttons .focus.btn-video-action {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
  .btn.disabled, .movie-hero__movie-actions-2-buttons .disabled.btn-video-action, .btn:disabled, .movie-hero__movie-actions-2-buttons .btn-video-action:disabled {
    opacity: 0.65; }

a.btn.disabled, .movie-hero__movie-actions-2-buttons a.disabled.btn-video-action,
fieldset:disabled a.btn,
fieldset:disabled .movie-hero__movie-actions-2-buttons a.btn-video-action,
.movie-hero__movie-actions-2-buttons fieldset:disabled a.btn-video-action {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1da7d3;
  border-color: #1da7d3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #188cb1;
    border-color: #1784a6; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 180, 218, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1da7d3;
    border-color: #1da7d3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1784a6;
    border-color: #157b9b; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(63, 180, 218, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #005780;
  border-color: #005780; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #003d5a;
    border-color: #00344d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 112, 147, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #005780;
    border-color: #005780; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00344d;
    border-color: #002c40; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 112, 147, 0.5); }

.btn-success {
  color: #fff;
  background-color: #37b239;
  border-color: #37b239; }
  .btn-success:hover {
    color: #fff;
    background-color: #2e9530;
    border-color: #2b8b2d; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 190, 87, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #37b239;
    border-color: #37b239; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b8b2d;
    border-color: #288129; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 190, 87, 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 {
    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 {
      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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f22112;
    border-color: #ea1c0d; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #de1b0c; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: gainsboro; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: gainsboro;
    border-color: #d5d5d5; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #0a0a0a; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(47, 47, 47, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(47, 47, 47, 0.5); }

.btn-outline-primary {
  color: #1da7d3;
  border-color: #1da7d3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1da7d3;
    border-color: #1da7d3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1da7d3;
    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: #1da7d3;
    border-color: #1da7d3; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.5); }

.btn-outline-secondary {
  color: #005780;
  border-color: #005780; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #005780;
    border-color: #005780; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 87, 128, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #005780;
    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: #005780;
    border-color: #005780; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(0, 87, 128, 0.5); }

.btn-outline-success {
  color: #37b239;
  border-color: #37b239; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #37b239;
    border-color: #37b239; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #37b239;
    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: #37b239;
    border-color: #37b239; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 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 {
    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 {
      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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #f44336;
  border-color: #f44336; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f44336;
    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: #f44336;
    border-color: #f44336; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f5f5f5;
    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: #f5f5f5;
    border-color: #f5f5f5; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-outline-dark {
  color: #0a0a0a;
  border-color: #0a0a0a; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #0a0a0a;
    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: #0a0a0a;
    border-color: #0a0a0a; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.5); }

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

.btn-lg, .btn-group-lg > .btn, .movie-hero__movie-actions-2-buttons .btn-group-lg > .btn-video-action {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .movie-hero__movie-actions-2-buttons .btn-group-sm > .btn-video-action {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.43;
  border-radius: 0; }

.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 {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1e3c54;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 16px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1da7d3; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1da7d3; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 16px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 10px 16px;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .movie-hero__movie-actions-2-buttons .btn-group > .btn-video-action,
  .btn-group-vertical > .btn,
  .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover, .movie-hero__movie-actions-2-buttons .btn-group > .btn-video-action:hover,
    .btn-group-vertical > .btn:hover,
    .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .movie-hero__movie-actions-2-buttons .btn-group > .btn-video-action:focus, .btn-group > .btn:active, .movie-hero__movie-actions-2-buttons .btn-group > .btn-video-action:active, .btn-group > .btn.active, .movie-hero__movie-actions-2-buttons .btn-group > .active.btn-video-action,
    .btn-group-vertical > .btn:focus,
    .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action:focus,
    .btn-group-vertical > .btn:active,
    .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action:active,
    .btn-group-vertical > .btn.active,
    .movie-hero__movie-actions-2-buttons .btn-group-vertical > .active.btn-video-action {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .movie-hero__movie-actions-2-buttons .btn-group > .btn-video-action:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1.5px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .movie-hero__movie-actions-2-buttons .btn-group > .btn-video-action:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.movie-hero__movie-actions-2-buttons .btn-group > .btn-group:not(:last-child) > .btn-video-action {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .movie-hero__movie-actions-2-buttons .btn-group > .btn-video-action:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.movie-hero__movie-actions-2-buttons .btn-group > .btn-group:not(:first-child) > .btn-video-action {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .movie-hero__movie-actions-2-buttons .btn-group-sm > .btn-video-action + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .movie-hero__movie-actions-2-buttons .btn-group-lg > .btn-video-action + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  
  .btn-group-vertical > .btn,
  .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1.5px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-group:not(:last-child) > .btn-video-action {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-video-action:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .movie-hero__movie-actions-2-buttons .btn-group-vertical > .btn-group:not(:first-child) > .btn-video-action {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .movie-hero__movie-actions-2-buttons .btn-group-toggle > .btn-video-action,
.btn-group-toggle > .btn-group > .btn,
.movie-hero__movie-actions-2-buttons .btn-group-toggle > .btn-group > .btn-video-action {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .movie-hero__movie-actions-2-buttons .btn-group-toggle > .btn-video-action input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .movie-hero__movie-actions-2-buttons .btn-group-toggle > .btn-video-action input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .movie-hero__movie-actions-2-buttons .btn-group-toggle > .btn-group > .btn-video-action input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .movie-hero__movie-actions-2-buttons .btn-group-toggle > .btn-group > .btn-video-action input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > .field__value,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .input-group > .field__value + .form-control, .input-group > .form-control + .field__value, .input-group > .field__value + .field__value,
    .input-group > .form-control + .custom-select,
    .input-group > .field__value + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .field__value + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .field__value,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .field__value,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .field__value,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .input-group > .field__value:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .input-group > .field__value:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .input-group > .field__value:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .movie-hero__movie-actions-2-buttons .btn-video-action, .movie-hero__movie-actions-2-buttons .input-group-prepend .btn-video-action,
  .input-group-append .btn,
  .input-group-append .movie-hero__movie-actions-2-buttons .btn-video-action,
  .movie-hero__movie-actions-2-buttons .input-group-append .btn-video-action {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .movie-hero__movie-actions-2-buttons .btn-video-action:focus, .movie-hero__movie-actions-2-buttons .input-group-prepend .btn-video-action:focus,
    .input-group-append .btn:focus,
    .input-group-append .movie-hero__movie-actions-2-buttons .btn-video-action:focus,
    .movie-hero__movie-actions-2-buttons .input-group-append .btn-video-action:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .movie-hero__movie-actions-2-buttons .btn-video-action + .btn, .movie-hero__movie-actions-2-buttons .input-group-prepend .btn-video-action + .btn, .input-group-prepend .movie-hero__movie-actions-2-buttons .btn + .btn-video-action, .movie-hero__movie-actions-2-buttons .input-group-prepend .btn + .btn-video-action, .input-group-prepend .movie-hero__movie-actions-2-buttons .btn-video-action + .btn-video-action, .movie-hero__movie-actions-2-buttons .input-group-prepend .btn-video-action + .btn-video-action,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .movie-hero__movie-actions-2-buttons .btn-video-action + .input-group-text,
  .movie-hero__movie-actions-2-buttons .input-group-prepend .btn-video-action + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .movie-hero__movie-actions-2-buttons .input-group-text + .btn-video-action,
  .movie-hero__movie-actions-2-buttons .input-group-prepend .input-group-text + .btn-video-action,
  .input-group-append .btn + .btn,
  .input-group-append .movie-hero__movie-actions-2-buttons .btn-video-action + .btn,
  .movie-hero__movie-actions-2-buttons .input-group-append .btn-video-action + .btn,
  .input-group-append .movie-hero__movie-actions-2-buttons .btn + .btn-video-action,
  .movie-hero__movie-actions-2-buttons .input-group-append .btn + .btn-video-action,
  .input-group-append .movie-hero__movie-actions-2-buttons .btn-video-action + .btn-video-action,
  .movie-hero__movie-actions-2-buttons .input-group-append .btn-video-action + .btn-video-action,
  .input-group-append .btn + .input-group-text,
  .input-group-append .movie-hero__movie-actions-2-buttons .btn-video-action + .input-group-text,
  .movie-hero__movie-actions-2-buttons .input-group-append .btn-video-action + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .movie-hero__movie-actions-2-buttons .input-group-text + .btn-video-action,
  .movie-hero__movie-actions-2-buttons .input-group-append .input-group-text + .btn-video-action {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #0a1419;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid transparent;
  border-radius: 2px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .field__value:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > .field__value,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.movie-hero__movie-actions-2-buttons .input-group-lg > .input-group-prepend > .btn-video-action,
.input-group-lg > .input-group-append > .btn,
.movie-hero__movie-actions-2-buttons .input-group-lg > .input-group-append > .btn-video-action {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > .field__value:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.43em + 0.5rem + 2px); }

.input-group-sm > .form-control, .input-group-sm > .field__value,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.movie-hero__movie-actions-2-buttons .input-group-sm > .input-group-prepend > .btn-video-action,
.input-group-sm > .input-group-append > .btn,
.movie-hero__movie-actions-2-buttons .input-group-sm > .input-group-append > .btn-video-action {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.43;
  border-radius: 0; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem; }

.input-group > .input-group-prepend > .btn, .movie-hero__movie-actions-2-buttons .input-group > .input-group-prepend > .btn-video-action,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.movie-hero__movie-actions-2-buttons .input-group > .input-group-append:not(:last-child) > .btn-video-action,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.movie-hero__movie-actions-2-buttons .input-group > .input-group-append:last-child > .btn-video-action:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .movie-hero__movie-actions-2-buttons .input-group > .input-group-append > .btn-video-action,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.movie-hero__movie-actions-2-buttons .input-group > .input-group-prepend:not(:first-child) > .btn-video-action,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.movie-hero__movie-actions-2-buttons .input-group > .input-group-prepend:first-child > .btn-video-action:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.75rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1da7d3;
    background-color: #1da7d3; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1da7d3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #afe3f4;
    border-color: #afe3f4; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #f5f5f5;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1da7d3;
  background-color: #1da7d3; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(29, 167, 211, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(29, 167, 211, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(29, 167, 211, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.375rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 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: transform 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-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #f5f5f5;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(29, 167, 211, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.75em + 10px + 2px);
  padding: 5px 2rem 5px 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #0a1419;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #f5f5f5;
  border: 1.5px solid rgba(8, 30, 44, 0.15);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #1da7d3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
    .custom-select:focus::-ms-value {
      color: #0a1419;
      background-color: #f5f5f5; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.43em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.75em + 10px + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.75em + 10px + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #1da7d3;
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.75em + 10px + 2px);
  padding: 5px 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #0a1419;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 2px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.75em + 10px);
    padding: 5px 1rem;
    line-height: 1.75;
    color: #0a1419;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 2px 2px 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1da7d3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #afe3f4; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1da7d3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #afe3f4; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1da7d3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #afe3f4; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 2px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1da7d3; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 12px 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: transparent; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: #fff; }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(2px - 1px) calc(2px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(2px - 1px) calc(2px - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(2px - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(2px - 1px);
  border-bottom-left-radius: calc(2px - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 16px; }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -16px;
      margin-left: -16px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 16px;
        margin-bottom: 0;
        margin-left: 16px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 16px; }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 2px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px; }

.page-link {
  position: relative;
  display: block;
  padding: 4px 4px;
  margin-left: 0;
  line-height: 1.25;
  color: #0a1419;
  background-color: transparent;
  border: 0 solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0276a1;
    text-decoration: none;
    background-color: transparent;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.page-item.active .page-link {
  z-index: 1;
  color: #0a1419;
  background-color: transparent;
  border-color: transparent; }

.page-item.disabled .page-link {
  color: rgba(10, 20, 25, 0.5);
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.43; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .movie-hero__movie-actions-2-buttons .btn-video-action .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #1da7d3; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #1784a6; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #005780; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #00344d; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 87, 128, 0.5); }

.badge-success {
  color: #fff;
  background-color: #37b239; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #2b8b2d; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #f44336; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ea1c0d; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f5f5f5; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: gainsboro; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #0a0a0a; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: black; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 2px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0f576e;
  background-color: #d2edf6;
  border-color: #c0e6f3; }
  .alert-primary hr {
    border-top-color: #abdeef; }
  .alert-primary .alert-link {
    color: #093441; }

.alert-secondary {
  color: #002d43;
  background-color: #ccdde6;
  border-color: #b8d0db; }
  .alert-secondary hr {
    border-top-color: #a7c5d2; }
  .alert-secondary .alert-link {
    color: #000b10; }

.alert-success {
  color: #1d5d1e;
  background-color: #d7f0d7;
  border-color: #c7e9c8; }
  .alert-success hr {
    border-top-color: #b5e2b6; }
  .alert-success .alert-link {
    color: #113611; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7; }
  .alert-danger hr {
    border-top-color: #fbb3af; }
  .alert-danger .alert-link {
    color: #551713; }

.alert-light {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light hr {
    border-top-color: #efefef; }
  .alert-light .alert-link {
    color: #666666; }

.alert-dark {
  color: #050505;
  background-color: #cecece;
  border-color: #bababa; }
  .alert-dark hr {
    border-top-color: #adadad; }
  .alert-dark .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 2px; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1da7d3;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #1e3c54;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1da7d3;
    border-color: #1da7d3; }

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
        flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #0f576e;
  background-color: #c0e6f3; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0f576e;
    background-color: #abdeef; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0f576e;
    border-color: #0f576e; }

.list-group-item-secondary {
  color: #002d43;
  background-color: #b8d0db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #002d43;
    background-color: #a7c5d2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #002d43;
    border-color: #002d43; }

.list-group-item-success {
  color: #1d5d1e;
  background-color: #c7e9c8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1d5d1e;
    background-color: #b5e2b6; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1d5d1e;
    border-color: #1d5d1e; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #7f231c;
  background-color: #fccac7; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7f231c;
    background-color: #fbb3af; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7f231c;
    border-color: #7f231c; }

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-dark {
  color: #050505;
  background-color: #bababa; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #050505;
    background-color: #adadad; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #050505;
    border-color: #050505; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100010;
  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 {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  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: -ms-flexbox;
  display: flex;
  -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 {
    -ms-flex-direction: column;
        flex-direction: column;
    -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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  color: rgba(8, 30, 44, 0.5);
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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: 2px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .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) * -1); }
    .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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 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) * -1); }
    .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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 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: 1rem;
  color: #1e3c54;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }
  .popover-header:empty {
    display: none; }

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

.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;
  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 {
      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;
  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;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -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;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        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; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #1da7d3 !important; }

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

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

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

.bg-success {
  background-color: #37b239 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2b8b2d !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: #f44336 !important; }

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

.bg-light, .test-mode {
  background-color: #f5f5f5 !important; }

a.bg-light:hover, a.test-mode:hover, a.bg-light:focus, a.test-mode:focus,
button.bg-light:hover,
button.test-mode:hover,
button.bg-light:focus,
button.test-mode:focus {
  background-color: gainsboro !important; }

.bg-dark {
  background-color: #0a0a0a !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #37b239 !important; }

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

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

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

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

.border-dark {
  border-color: #0a0a0a !important; }

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

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

.rounded {
  border-radius: 2px !important; }

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important; }

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }

.rounded-lg {
  border-radius: 0 !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: -ms-flexbox !important;
  display: flex !important; }

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

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

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

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

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

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

@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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    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 {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

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

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

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

.flex-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 {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

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

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

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

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

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

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

.justify-content-center, .nav--profile-navigation {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-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, .btn-hero--playlist:not(.movie-list--exists) > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  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, .in-numbers__number::after, .movie-teaser__title-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

.m-1 {
  margin: 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, .award__description,
.my-2,
.test-mode {
  margin-top: 0.5rem !important; }

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

.mb-2, .filming-location__attribute, .movie-grant, .viewership, .payment-form__errors,
.my-2,
.test-mode {
  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, .availability, .media-block,
.my-3 {
  margin-bottom: 1rem !important; }

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

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

.mt-4, .person__head-contacts, .company__head-contacts,
.my-4,
.simple-search__group {
  margin-top: 1.5rem !important; }

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

.mb-4,
.my-4,
.simple-search__group {
  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; }

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

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

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

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

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

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

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

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

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

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

.m-s3 {
  margin: 12px !important; }

.mt-s3,
.my-s3 {
  margin-top: 12px !important; }

.mr-s3,
.mx-s3 {
  margin-right: 12px !important; }

.mb-s3,
.my-s3 {
  margin-bottom: 12px !important; }

.ml-s3,
.mx-s3 {
  margin-left: 12px !important; }

.m-s4 {
  margin: 16px !important; }

.mt-s4,
.my-s4 {
  margin-top: 16px !important; }

.mr-s4,
.mx-s4 {
  margin-right: 16px !important; }

.mb-s4,
.my-s4 {
  margin-bottom: 16px !important; }

.ml-s4,
.mx-s4 {
  margin-left: 16px !important; }

.m-s5 {
  margin: 24px !important; }

.mt-s5,
.my-s5 {
  margin-top: 24px !important; }

.mr-s5,
.mx-s5 {
  margin-right: 24px !important; }

.mb-s5,
.my-s5 {
  margin-bottom: 24px !important; }

.ml-s5,
.mx-s5 {
  margin-left: 24px !important; }

.m-s6 {
  margin: 32px !important; }

.mt-s6,
.my-s6 {
  margin-top: 32px !important; }

.mr-s6,
.mx-s6 {
  margin-right: 32px !important; }

.mb-s6,
.my-s6 {
  margin-bottom: 32px !important; }

.ml-s6,
.mx-s6 {
  margin-left: 32px !important; }

.m-s7 {
  margin: 48px !important; }

.mt-s7,
.my-s7 {
  margin-top: 48px !important; }

.mr-s7,
.mx-s7 {
  margin-right: 48px !important; }

.mb-s7,
.my-s7 {
  margin-bottom: 48px !important; }

.ml-s7,
.mx-s7 {
  margin-left: 48px !important; }

.m-s8 {
  margin: 64px !important; }

.mt-s8,
.my-s8 {
  margin-top: 64px !important; }

.mr-s8,
.mx-s8 {
  margin-right: 64px !important; }

.mb-s8,
.my-s8 {
  margin-bottom: 64px !important; }

.ml-s8,
.mx-s8 {
  margin-left: 64px !important; }

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 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,
.award__description,
.bubble-filters {
  padding-top: 0.5rem !important; }

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

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

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

.p-3, .test-mode {
  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; }

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

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

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

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

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

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

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

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

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

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

.p-s3 {
  padding: 12px !important; }

.pt-s3,
.py-s3 {
  padding-top: 12px !important; }

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

.pb-s3,
.py-s3 {
  padding-bottom: 12px !important; }

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

.p-s4 {
  padding: 16px !important; }

.pt-s4,
.py-s4 {
  padding-top: 16px !important; }

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

.pb-s4,
.py-s4 {
  padding-bottom: 16px !important; }

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

.p-s5 {
  padding: 24px !important; }

.pt-s5,
.py-s5 {
  padding-top: 24px !important; }

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

.pb-s5,
.py-s5 {
  padding-bottom: 24px !important; }

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

.p-s6 {
  padding: 32px !important; }

.pt-s6,
.py-s6 {
  padding-top: 32px !important; }

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

.pb-s6,
.py-s6 {
  padding-bottom: 32px !important; }

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

.p-s7 {
  padding: 48px !important; }

.pt-s7,
.py-s7 {
  padding-top: 48px !important; }

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

.pb-s7,
.py-s7 {
  padding-bottom: 48px !important; }

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

.p-s8 {
  padding: 64px !important; }

.pt-s8,
.py-s8 {
  padding-top: 64px !important; }

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

.pb-s8,
.py-s8 {
  padding-bottom: 64px !important; }

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

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

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

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

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

.pl-s9,
.px-s9 {
  padding-left: 80px !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-ns1 {
  margin: -4px !important; }

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

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

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

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

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

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

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

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

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

.m-ns3 {
  margin: -12px !important; }

.mt-ns3,
.my-ns3 {
  margin-top: -12px !important; }

.mr-ns3,
.mx-ns3 {
  margin-right: -12px !important; }

.mb-ns3,
.my-ns3 {
  margin-bottom: -12px !important; }

.ml-ns3,
.mx-ns3 {
  margin-left: -12px !important; }

.m-ns4 {
  margin: -16px !important; }

.mt-ns4,
.my-ns4 {
  margin-top: -16px !important; }

.mr-ns4,
.mx-ns4 {
  margin-right: -16px !important; }

.mb-ns4,
.my-ns4 {
  margin-bottom: -16px !important; }

.ml-ns4,
.mx-ns4 {
  margin-left: -16px !important; }

.m-ns5 {
  margin: -24px !important; }

.mt-ns5,
.my-ns5 {
  margin-top: -24px !important; }

.mr-ns5,
.mx-ns5 {
  margin-right: -24px !important; }

.mb-ns5,
.my-ns5 {
  margin-bottom: -24px !important; }

.ml-ns5,
.mx-ns5 {
  margin-left: -24px !important; }

.m-ns6 {
  margin: -32px !important; }

.mt-ns6,
.my-ns6 {
  margin-top: -32px !important; }

.mr-ns6,
.mx-ns6 {
  margin-right: -32px !important; }

.mb-ns6,
.my-ns6 {
  margin-bottom: -32px !important; }

.ml-ns6,
.mx-ns6 {
  margin-left: -32px !important; }

.m-ns7 {
  margin: -48px !important; }

.mt-ns7,
.my-ns7 {
  margin-top: -48px !important; }

.mr-ns7,
.mx-ns7 {
  margin-right: -48px !important; }

.mb-ns7,
.my-ns7 {
  margin-bottom: -48px !important; }

.ml-ns7,
.mx-ns7 {
  margin-left: -48px !important; }

.m-ns8 {
  margin: -64px !important; }

.mt-ns8,
.my-ns8 {
  margin-top: -64px !important; }

.mr-ns8,
.mx-ns8 {
  margin-right: -64px !important; }

.mb-ns8,
.my-ns8 {
  margin-bottom: -64px !important; }

.ml-ns8,
.mx-ns8 {
  margin-left: -64px !important; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-s1 {
    margin: 4px !important; }
  .mt-sm-s1,
  .my-sm-s1 {
    margin-top: 4px !important; }
  .mr-sm-s1,
  .mx-sm-s1 {
    margin-right: 4px !important; }
  .mb-sm-s1,
  .my-sm-s1 {
    margin-bottom: 4px !important; }
  .ml-sm-s1,
  .mx-sm-s1 {
    margin-left: 4px !important; }
  .m-sm-s2 {
    margin: 8px !important; }
  .mt-sm-s2,
  .my-sm-s2 {
    margin-top: 8px !important; }
  .mr-sm-s2,
  .mx-sm-s2 {
    margin-right: 8px !important; }
  .mb-sm-s2,
  .my-sm-s2 {
    margin-bottom: 8px !important; }
  .ml-sm-s2,
  .mx-sm-s2 {
    margin-left: 8px !important; }
  .m-sm-s3 {
    margin: 12px !important; }
  .mt-sm-s3,
  .my-sm-s3 {
    margin-top: 12px !important; }
  .mr-sm-s3,
  .mx-sm-s3 {
    margin-right: 12px !important; }
  .mb-sm-s3,
  .my-sm-s3 {
    margin-bottom: 12px !important; }
  .ml-sm-s3,
  .mx-sm-s3 {
    margin-left: 12px !important; }
  .m-sm-s4 {
    margin: 16px !important; }
  .mt-sm-s4,
  .my-sm-s4 {
    margin-top: 16px !important; }
  .mr-sm-s4,
  .mx-sm-s4 {
    margin-right: 16px !important; }
  .mb-sm-s4,
  .my-sm-s4 {
    margin-bottom: 16px !important; }
  .ml-sm-s4,
  .mx-sm-s4 {
    margin-left: 16px !important; }
  .m-sm-s5 {
    margin: 24px !important; }
  .mt-sm-s5,
  .my-sm-s5 {
    margin-top: 24px !important; }
  .mr-sm-s5,
  .mx-sm-s5 {
    margin-right: 24px !important; }
  .mb-sm-s5,
  .my-sm-s5 {
    margin-bottom: 24px !important; }
  .ml-sm-s5,
  .mx-sm-s5 {
    margin-left: 24px !important; }
  .m-sm-s6 {
    margin: 32px !important; }
  .mt-sm-s6,
  .my-sm-s6 {
    margin-top: 32px !important; }
  .mr-sm-s6,
  .mx-sm-s6 {
    margin-right: 32px !important; }
  .mb-sm-s6,
  .my-sm-s6 {
    margin-bottom: 32px !important; }
  .ml-sm-s6,
  .mx-sm-s6 {
    margin-left: 32px !important; }
  .m-sm-s7 {
    margin: 48px !important; }
  .mt-sm-s7,
  .my-sm-s7 {
    margin-top: 48px !important; }
  .mr-sm-s7,
  .mx-sm-s7 {
    margin-right: 48px !important; }
  .mb-sm-s7,
  .my-sm-s7 {
    margin-bottom: 48px !important; }
  .ml-sm-s7,
  .mx-sm-s7 {
    margin-left: 48px !important; }
  .m-sm-s8 {
    margin: 64px !important; }
  .mt-sm-s8,
  .my-sm-s8 {
    margin-top: 64px !important; }
  .mr-sm-s8,
  .mx-sm-s8 {
    margin-right: 64px !important; }
  .mb-sm-s8,
  .my-sm-s8 {
    margin-bottom: 64px !important; }
  .ml-sm-s8,
  .mx-sm-s8 {
    margin-left: 64px !important; }
  .m-sm-s9 {
    margin: 80px !important; }
  .mt-sm-s9,
  .my-sm-s9 {
    margin-top: 80px !important; }
  .mr-sm-s9,
  .mx-sm-s9 {
    margin-right: 80px !important; }
  .mb-sm-s9,
  .my-sm-s9 {
    margin-bottom: 80px !important; }
  .ml-sm-s9,
  .mx-sm-s9 {
    margin-left: 80px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-s1 {
    padding: 4px !important; }
  .pt-sm-s1,
  .py-sm-s1 {
    padding-top: 4px !important; }
  .pr-sm-s1,
  .px-sm-s1 {
    padding-right: 4px !important; }
  .pb-sm-s1,
  .py-sm-s1 {
    padding-bottom: 4px !important; }
  .pl-sm-s1,
  .px-sm-s1 {
    padding-left: 4px !important; }
  .p-sm-s2 {
    padding: 8px !important; }
  .pt-sm-s2,
  .py-sm-s2 {
    padding-top: 8px !important; }
  .pr-sm-s2,
  .px-sm-s2 {
    padding-right: 8px !important; }
  .pb-sm-s2,
  .py-sm-s2 {
    padding-bottom: 8px !important; }
  .pl-sm-s2,
  .px-sm-s2 {
    padding-left: 8px !important; }
  .p-sm-s3 {
    padding: 12px !important; }
  .pt-sm-s3,
  .py-sm-s3 {
    padding-top: 12px !important; }
  .pr-sm-s3,
  .px-sm-s3 {
    padding-right: 12px !important; }
  .pb-sm-s3,
  .py-sm-s3 {
    padding-bottom: 12px !important; }
  .pl-sm-s3,
  .px-sm-s3 {
    padding-left: 12px !important; }
  .p-sm-s4 {
    padding: 16px !important; }
  .pt-sm-s4,
  .py-sm-s4 {
    padding-top: 16px !important; }
  .pr-sm-s4,
  .px-sm-s4 {
    padding-right: 16px !important; }
  .pb-sm-s4,
  .py-sm-s4 {
    padding-bottom: 16px !important; }
  .pl-sm-s4,
  .px-sm-s4 {
    padding-left: 16px !important; }
  .p-sm-s5 {
    padding: 24px !important; }
  .pt-sm-s5,
  .py-sm-s5 {
    padding-top: 24px !important; }
  .pr-sm-s5,
  .px-sm-s5 {
    padding-right: 24px !important; }
  .pb-sm-s5,
  .py-sm-s5 {
    padding-bottom: 24px !important; }
  .pl-sm-s5,
  .px-sm-s5 {
    padding-left: 24px !important; }
  .p-sm-s6 {
    padding: 32px !important; }
  .pt-sm-s6,
  .py-sm-s6 {
    padding-top: 32px !important; }
  .pr-sm-s6,
  .px-sm-s6 {
    padding-right: 32px !important; }
  .pb-sm-s6,
  .py-sm-s6 {
    padding-bottom: 32px !important; }
  .pl-sm-s6,
  .px-sm-s6 {
    padding-left: 32px !important; }
  .p-sm-s7 {
    padding: 48px !important; }
  .pt-sm-s7,
  .py-sm-s7 {
    padding-top: 48px !important; }
  .pr-sm-s7,
  .px-sm-s7 {
    padding-right: 48px !important; }
  .pb-sm-s7,
  .py-sm-s7 {
    padding-bottom: 48px !important; }
  .pl-sm-s7,
  .px-sm-s7 {
    padding-left: 48px !important; }
  .p-sm-s8 {
    padding: 64px !important; }
  .pt-sm-s8,
  .py-sm-s8 {
    padding-top: 64px !important; }
  .pr-sm-s8,
  .px-sm-s8 {
    padding-right: 64px !important; }
  .pb-sm-s8,
  .py-sm-s8 {
    padding-bottom: 64px !important; }
  .pl-sm-s8,
  .px-sm-s8 {
    padding-left: 64px !important; }
  .p-sm-s9 {
    padding: 80px !important; }
  .pt-sm-s9,
  .py-sm-s9 {
    padding-top: 80px !important; }
  .pr-sm-s9,
  .px-sm-s9 {
    padding-right: 80px !important; }
  .pb-sm-s9,
  .py-sm-s9 {
    padding-bottom: 80px !important; }
  .pl-sm-s9,
  .px-sm-s9 {
    padding-left: 80px !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-ns1 {
    margin: -4px !important; }
  .mt-sm-ns1,
  .my-sm-ns1 {
    margin-top: -4px !important; }
  .mr-sm-ns1,
  .mx-sm-ns1 {
    margin-right: -4px !important; }
  .mb-sm-ns1,
  .my-sm-ns1 {
    margin-bottom: -4px !important; }
  .ml-sm-ns1,
  .mx-sm-ns1 {
    margin-left: -4px !important; }
  .m-sm-ns2 {
    margin: -8px !important; }
  .mt-sm-ns2,
  .my-sm-ns2 {
    margin-top: -8px !important; }
  .mr-sm-ns2,
  .mx-sm-ns2 {
    margin-right: -8px !important; }
  .mb-sm-ns2,
  .my-sm-ns2 {
    margin-bottom: -8px !important; }
  .ml-sm-ns2,
  .mx-sm-ns2 {
    margin-left: -8px !important; }
  .m-sm-ns3 {
    margin: -12px !important; }
  .mt-sm-ns3,
  .my-sm-ns3 {
    margin-top: -12px !important; }
  .mr-sm-ns3,
  .mx-sm-ns3 {
    margin-right: -12px !important; }
  .mb-sm-ns3,
  .my-sm-ns3 {
    margin-bottom: -12px !important; }
  .ml-sm-ns3,
  .mx-sm-ns3 {
    margin-left: -12px !important; }
  .m-sm-ns4 {
    margin: -16px !important; }
  .mt-sm-ns4,
  .my-sm-ns4 {
    margin-top: -16px !important; }
  .mr-sm-ns4,
  .mx-sm-ns4 {
    margin-right: -16px !important; }
  .mb-sm-ns4,
  .my-sm-ns4 {
    margin-bottom: -16px !important; }
  .ml-sm-ns4,
  .mx-sm-ns4 {
    margin-left: -16px !important; }
  .m-sm-ns5 {
    margin: -24px !important; }
  .mt-sm-ns5,
  .my-sm-ns5 {
    margin-top: -24px !important; }
  .mr-sm-ns5,
  .mx-sm-ns5 {
    margin-right: -24px !important; }
  .mb-sm-ns5,
  .my-sm-ns5 {
    margin-bottom: -24px !important; }
  .ml-sm-ns5,
  .mx-sm-ns5 {
    margin-left: -24px !important; }
  .m-sm-ns6 {
    margin: -32px !important; }
  .mt-sm-ns6,
  .my-sm-ns6 {
    margin-top: -32px !important; }
  .mr-sm-ns6,
  .mx-sm-ns6 {
    margin-right: -32px !important; }
  .mb-sm-ns6,
  .my-sm-ns6 {
    margin-bottom: -32px !important; }
  .ml-sm-ns6,
  .mx-sm-ns6 {
    margin-left: -32px !important; }
  .m-sm-ns7 {
    margin: -48px !important; }
  .mt-sm-ns7,
  .my-sm-ns7 {
    margin-top: -48px !important; }
  .mr-sm-ns7,
  .mx-sm-ns7 {
    margin-right: -48px !important; }
  .mb-sm-ns7,
  .my-sm-ns7 {
    margin-bottom: -48px !important; }
  .ml-sm-ns7,
  .mx-sm-ns7 {
    margin-left: -48px !important; }
  .m-sm-ns8 {
    margin: -64px !important; }
  .mt-sm-ns8,
  .my-sm-ns8 {
    margin-top: -64px !important; }
  .mr-sm-ns8,
  .mx-sm-ns8 {
    margin-right: -64px !important; }
  .mb-sm-ns8,
  .my-sm-ns8 {
    margin-bottom: -64px !important; }
  .ml-sm-ns8,
  .mx-sm-ns8 {
    margin-left: -64px !important; }
  .m-sm-ns9 {
    margin: -80px !important; }
  .mt-sm-ns9,
  .my-sm-ns9 {
    margin-top: -80px !important; }
  .mr-sm-ns9,
  .mx-sm-ns9 {
    margin-right: -80px !important; }
  .mb-sm-ns9,
  .my-sm-ns9 {
    margin-bottom: -80px !important; }
  .ml-sm-ns9,
  .mx-sm-ns9 {
    margin-left: -80px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 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; }
  .m-md-s1 {
    margin: 4px !important; }
  .mt-md-s1,
  .my-md-s1 {
    margin-top: 4px !important; }
  .mr-md-s1,
  .mx-md-s1 {
    margin-right: 4px !important; }
  .mb-md-s1,
  .my-md-s1 {
    margin-bottom: 4px !important; }
  .ml-md-s1,
  .mx-md-s1 {
    margin-left: 4px !important; }
  .m-md-s2 {
    margin: 8px !important; }
  .mt-md-s2,
  .my-md-s2 {
    margin-top: 8px !important; }
  .mr-md-s2,
  .mx-md-s2 {
    margin-right: 8px !important; }
  .mb-md-s2,
  .my-md-s2 {
    margin-bottom: 8px !important; }
  .ml-md-s2,
  .mx-md-s2 {
    margin-left: 8px !important; }
  .m-md-s3 {
    margin: 12px !important; }
  .mt-md-s3,
  .my-md-s3 {
    margin-top: 12px !important; }
  .mr-md-s3,
  .mx-md-s3 {
    margin-right: 12px !important; }
  .mb-md-s3,
  .my-md-s3 {
    margin-bottom: 12px !important; }
  .ml-md-s3,
  .mx-md-s3 {
    margin-left: 12px !important; }
  .m-md-s4 {
    margin: 16px !important; }
  .mt-md-s4,
  .my-md-s4 {
    margin-top: 16px !important; }
  .mr-md-s4,
  .mx-md-s4 {
    margin-right: 16px !important; }
  .mb-md-s4,
  .my-md-s4 {
    margin-bottom: 16px !important; }
  .ml-md-s4,
  .mx-md-s4 {
    margin-left: 16px !important; }
  .m-md-s5 {
    margin: 24px !important; }
  .mt-md-s5,
  .my-md-s5 {
    margin-top: 24px !important; }
  .mr-md-s5,
  .mx-md-s5 {
    margin-right: 24px !important; }
  .mb-md-s5,
  .my-md-s5 {
    margin-bottom: 24px !important; }
  .ml-md-s5,
  .mx-md-s5 {
    margin-left: 24px !important; }
  .m-md-s6 {
    margin: 32px !important; }
  .mt-md-s6,
  .my-md-s6 {
    margin-top: 32px !important; }
  .mr-md-s6,
  .mx-md-s6 {
    margin-right: 32px !important; }
  .mb-md-s6,
  .my-md-s6 {
    margin-bottom: 32px !important; }
  .ml-md-s6,
  .mx-md-s6 {
    margin-left: 32px !important; }
  .m-md-s7 {
    margin: 48px !important; }
  .mt-md-s7,
  .my-md-s7 {
    margin-top: 48px !important; }
  .mr-md-s7,
  .mx-md-s7 {
    margin-right: 48px !important; }
  .mb-md-s7,
  .my-md-s7 {
    margin-bottom: 48px !important; }
  .ml-md-s7,
  .mx-md-s7 {
    margin-left: 48px !important; }
  .m-md-s8 {
    margin: 64px !important; }
  .mt-md-s8,
  .my-md-s8 {
    margin-top: 64px !important; }
  .mr-md-s8,
  .mx-md-s8 {
    margin-right: 64px !important; }
  .mb-md-s8,
  .my-md-s8 {
    margin-bottom: 64px !important; }
  .ml-md-s8,
  .mx-md-s8 {
    margin-left: 64px !important; }
  .m-md-s9 {
    margin: 80px !important; }
  .mt-md-s9,
  .my-md-s9 {
    margin-top: 80px !important; }
  .mr-md-s9,
  .mx-md-s9 {
    margin-right: 80px !important; }
  .mb-md-s9,
  .my-md-s9 {
    margin-bottom: 80px !important; }
  .ml-md-s9,
  .mx-md-s9 {
    margin-left: 80px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 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; }
  .p-md-s1 {
    padding: 4px !important; }
  .pt-md-s1,
  .py-md-s1 {
    padding-top: 4px !important; }
  .pr-md-s1,
  .px-md-s1 {
    padding-right: 4px !important; }
  .pb-md-s1,
  .py-md-s1 {
    padding-bottom: 4px !important; }
  .pl-md-s1,
  .px-md-s1 {
    padding-left: 4px !important; }
  .p-md-s2 {
    padding: 8px !important; }
  .pt-md-s2,
  .py-md-s2 {
    padding-top: 8px !important; }
  .pr-md-s2,
  .px-md-s2 {
    padding-right: 8px !important; }
  .pb-md-s2,
  .py-md-s2 {
    padding-bottom: 8px !important; }
  .pl-md-s2,
  .px-md-s2 {
    padding-left: 8px !important; }
  .p-md-s3 {
    padding: 12px !important; }
  .pt-md-s3,
  .py-md-s3 {
    padding-top: 12px !important; }
  .pr-md-s3,
  .px-md-s3 {
    padding-right: 12px !important; }
  .pb-md-s3,
  .py-md-s3 {
    padding-bottom: 12px !important; }
  .pl-md-s3,
  .px-md-s3 {
    padding-left: 12px !important; }
  .p-md-s4 {
    padding: 16px !important; }
  .pt-md-s4,
  .py-md-s4 {
    padding-top: 16px !important; }
  .pr-md-s4,
  .px-md-s4 {
    padding-right: 16px !important; }
  .pb-md-s4,
  .py-md-s4 {
    padding-bottom: 16px !important; }
  .pl-md-s4,
  .px-md-s4 {
    padding-left: 16px !important; }
  .p-md-s5 {
    padding: 24px !important; }
  .pt-md-s5,
  .py-md-s5 {
    padding-top: 24px !important; }
  .pr-md-s5,
  .px-md-s5 {
    padding-right: 24px !important; }
  .pb-md-s5,
  .py-md-s5 {
    padding-bottom: 24px !important; }
  .pl-md-s5,
  .px-md-s5 {
    padding-left: 24px !important; }
  .p-md-s6 {
    padding: 32px !important; }
  .pt-md-s6,
  .py-md-s6 {
    padding-top: 32px !important; }
  .pr-md-s6,
  .px-md-s6 {
    padding-right: 32px !important; }
  .pb-md-s6,
  .py-md-s6 {
    padding-bottom: 32px !important; }
  .pl-md-s6,
  .px-md-s6 {
    padding-left: 32px !important; }
  .p-md-s7 {
    padding: 48px !important; }
  .pt-md-s7,
  .py-md-s7 {
    padding-top: 48px !important; }
  .pr-md-s7,
  .px-md-s7 {
    padding-right: 48px !important; }
  .pb-md-s7,
  .py-md-s7 {
    padding-bottom: 48px !important; }
  .pl-md-s7,
  .px-md-s7 {
    padding-left: 48px !important; }
  .p-md-s8 {
    padding: 64px !important; }
  .pt-md-s8,
  .py-md-s8 {
    padding-top: 64px !important; }
  .pr-md-s8,
  .px-md-s8 {
    padding-right: 64px !important; }
  .pb-md-s8,
  .py-md-s8 {
    padding-bottom: 64px !important; }
  .pl-md-s8,
  .px-md-s8 {
    padding-left: 64px !important; }
  .p-md-s9 {
    padding: 80px !important; }
  .pt-md-s9,
  .py-md-s9 {
    padding-top: 80px !important; }
  .pr-md-s9,
  .px-md-s9 {
    padding-right: 80px !important; }
  .pb-md-s9,
  .py-md-s9 {
    padding-bottom: 80px !important; }
  .pl-md-s9,
  .px-md-s9 {
    padding-left: 80px !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-ns1 {
    margin: -4px !important; }
  .mt-md-ns1,
  .my-md-ns1 {
    margin-top: -4px !important; }
  .mr-md-ns1,
  .mx-md-ns1 {
    margin-right: -4px !important; }
  .mb-md-ns1,
  .my-md-ns1 {
    margin-bottom: -4px !important; }
  .ml-md-ns1,
  .mx-md-ns1 {
    margin-left: -4px !important; }
  .m-md-ns2 {
    margin: -8px !important; }
  .mt-md-ns2,
  .my-md-ns2 {
    margin-top: -8px !important; }
  .mr-md-ns2,
  .mx-md-ns2 {
    margin-right: -8px !important; }
  .mb-md-ns2,
  .my-md-ns2 {
    margin-bottom: -8px !important; }
  .ml-md-ns2,
  .mx-md-ns2 {
    margin-left: -8px !important; }
  .m-md-ns3 {
    margin: -12px !important; }
  .mt-md-ns3,
  .my-md-ns3 {
    margin-top: -12px !important; }
  .mr-md-ns3,
  .mx-md-ns3 {
    margin-right: -12px !important; }
  .mb-md-ns3,
  .my-md-ns3 {
    margin-bottom: -12px !important; }
  .ml-md-ns3,
  .mx-md-ns3 {
    margin-left: -12px !important; }
  .m-md-ns4 {
    margin: -16px !important; }
  .mt-md-ns4,
  .my-md-ns4 {
    margin-top: -16px !important; }
  .mr-md-ns4,
  .mx-md-ns4 {
    margin-right: -16px !important; }
  .mb-md-ns4,
  .my-md-ns4 {
    margin-bottom: -16px !important; }
  .ml-md-ns4,
  .mx-md-ns4 {
    margin-left: -16px !important; }
  .m-md-ns5 {
    margin: -24px !important; }
  .mt-md-ns5,
  .my-md-ns5 {
    margin-top: -24px !important; }
  .mr-md-ns5,
  .mx-md-ns5 {
    margin-right: -24px !important; }
  .mb-md-ns5,
  .my-md-ns5 {
    margin-bottom: -24px !important; }
  .ml-md-ns5,
  .mx-md-ns5 {
    margin-left: -24px !important; }
  .m-md-ns6 {
    margin: -32px !important; }
  .mt-md-ns6,
  .my-md-ns6 {
    margin-top: -32px !important; }
  .mr-md-ns6,
  .mx-md-ns6 {
    margin-right: -32px !important; }
  .mb-md-ns6,
  .my-md-ns6 {
    margin-bottom: -32px !important; }
  .ml-md-ns6,
  .mx-md-ns6 {
    margin-left: -32px !important; }
  .m-md-ns7 {
    margin: -48px !important; }
  .mt-md-ns7,
  .my-md-ns7 {
    margin-top: -48px !important; }
  .mr-md-ns7,
  .mx-md-ns7 {
    margin-right: -48px !important; }
  .mb-md-ns7,
  .my-md-ns7 {
    margin-bottom: -48px !important; }
  .ml-md-ns7,
  .mx-md-ns7 {
    margin-left: -48px !important; }
  .m-md-ns8 {
    margin: -64px !important; }
  .mt-md-ns8,
  .my-md-ns8 {
    margin-top: -64px !important; }
  .mr-md-ns8,
  .mx-md-ns8 {
    margin-right: -64px !important; }
  .mb-md-ns8,
  .my-md-ns8 {
    margin-bottom: -64px !important; }
  .ml-md-ns8,
  .mx-md-ns8 {
    margin-left: -64px !important; }
  .m-md-ns9 {
    margin: -80px !important; }
  .mt-md-ns9,
  .my-md-ns9 {
    margin-top: -80px !important; }
  .mr-md-ns9,
  .mx-md-ns9 {
    margin-right: -80px !important; }
  .mb-md-ns9,
  .my-md-ns9 {
    margin-bottom: -80px !important; }
  .ml-md-ns9,
  .mx-md-ns9 {
    margin-left: -80px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 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; }
  .m-lg-s1 {
    margin: 4px !important; }
  .mt-lg-s1,
  .my-lg-s1 {
    margin-top: 4px !important; }
  .mr-lg-s1,
  .mx-lg-s1 {
    margin-right: 4px !important; }
  .mb-lg-s1,
  .my-lg-s1 {
    margin-bottom: 4px !important; }
  .ml-lg-s1,
  .mx-lg-s1 {
    margin-left: 4px !important; }
  .m-lg-s2 {
    margin: 8px !important; }
  .mt-lg-s2,
  .my-lg-s2 {
    margin-top: 8px !important; }
  .mr-lg-s2,
  .mx-lg-s2 {
    margin-right: 8px !important; }
  .mb-lg-s2,
  .my-lg-s2 {
    margin-bottom: 8px !important; }
  .ml-lg-s2,
  .mx-lg-s2 {
    margin-left: 8px !important; }
  .m-lg-s3 {
    margin: 12px !important; }
  .mt-lg-s3,
  .my-lg-s3 {
    margin-top: 12px !important; }
  .mr-lg-s3,
  .mx-lg-s3 {
    margin-right: 12px !important; }
  .mb-lg-s3,
  .my-lg-s3 {
    margin-bottom: 12px !important; }
  .ml-lg-s3,
  .mx-lg-s3 {
    margin-left: 12px !important; }
  .m-lg-s4 {
    margin: 16px !important; }
  .mt-lg-s4,
  .my-lg-s4 {
    margin-top: 16px !important; }
  .mr-lg-s4,
  .mx-lg-s4 {
    margin-right: 16px !important; }
  .mb-lg-s4,
  .my-lg-s4 {
    margin-bottom: 16px !important; }
  .ml-lg-s4,
  .mx-lg-s4 {
    margin-left: 16px !important; }
  .m-lg-s5 {
    margin: 24px !important; }
  .mt-lg-s5,
  .my-lg-s5 {
    margin-top: 24px !important; }
  .mr-lg-s5,
  .mx-lg-s5 {
    margin-right: 24px !important; }
  .mb-lg-s5,
  .my-lg-s5 {
    margin-bottom: 24px !important; }
  .ml-lg-s5,
  .mx-lg-s5 {
    margin-left: 24px !important; }
  .m-lg-s6 {
    margin: 32px !important; }
  .mt-lg-s6,
  .my-lg-s6 {
    margin-top: 32px !important; }
  .mr-lg-s6,
  .mx-lg-s6 {
    margin-right: 32px !important; }
  .mb-lg-s6,
  .my-lg-s6 {
    margin-bottom: 32px !important; }
  .ml-lg-s6,
  .mx-lg-s6 {
    margin-left: 32px !important; }
  .m-lg-s7 {
    margin: 48px !important; }
  .mt-lg-s7,
  .my-lg-s7 {
    margin-top: 48px !important; }
  .mr-lg-s7,
  .mx-lg-s7 {
    margin-right: 48px !important; }
  .mb-lg-s7,
  .my-lg-s7 {
    margin-bottom: 48px !important; }
  .ml-lg-s7,
  .mx-lg-s7 {
    margin-left: 48px !important; }
  .m-lg-s8 {
    margin: 64px !important; }
  .mt-lg-s8,
  .my-lg-s8 {
    margin-top: 64px !important; }
  .mr-lg-s8,
  .mx-lg-s8 {
    margin-right: 64px !important; }
  .mb-lg-s8,
  .my-lg-s8 {
    margin-bottom: 64px !important; }
  .ml-lg-s8,
  .mx-lg-s8 {
    margin-left: 64px !important; }
  .m-lg-s9 {
    margin: 80px !important; }
  .mt-lg-s9,
  .my-lg-s9 {
    margin-top: 80px !important; }
  .mr-lg-s9,
  .mx-lg-s9 {
    margin-right: 80px !important; }
  .mb-lg-s9,
  .my-lg-s9 {
    margin-bottom: 80px !important; }
  .ml-lg-s9,
  .mx-lg-s9 {
    margin-left: 80px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 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; }
  .p-lg-s1 {
    padding: 4px !important; }
  .pt-lg-s1,
  .py-lg-s1 {
    padding-top: 4px !important; }
  .pr-lg-s1,
  .px-lg-s1 {
    padding-right: 4px !important; }
  .pb-lg-s1,
  .py-lg-s1 {
    padding-bottom: 4px !important; }
  .pl-lg-s1,
  .px-lg-s1 {
    padding-left: 4px !important; }
  .p-lg-s2 {
    padding: 8px !important; }
  .pt-lg-s2,
  .py-lg-s2 {
    padding-top: 8px !important; }
  .pr-lg-s2,
  .px-lg-s2 {
    padding-right: 8px !important; }
  .pb-lg-s2,
  .py-lg-s2 {
    padding-bottom: 8px !important; }
  .pl-lg-s2,
  .px-lg-s2 {
    padding-left: 8px !important; }
  .p-lg-s3 {
    padding: 12px !important; }
  .pt-lg-s3,
  .py-lg-s3 {
    padding-top: 12px !important; }
  .pr-lg-s3,
  .px-lg-s3 {
    padding-right: 12px !important; }
  .pb-lg-s3,
  .py-lg-s3 {
    padding-bottom: 12px !important; }
  .pl-lg-s3,
  .px-lg-s3 {
    padding-left: 12px !important; }
  .p-lg-s4 {
    padding: 16px !important; }
  .pt-lg-s4,
  .py-lg-s4 {
    padding-top: 16px !important; }
  .pr-lg-s4,
  .px-lg-s4 {
    padding-right: 16px !important; }
  .pb-lg-s4,
  .py-lg-s4 {
    padding-bottom: 16px !important; }
  .pl-lg-s4,
  .px-lg-s4 {
    padding-left: 16px !important; }
  .p-lg-s5 {
    padding: 24px !important; }
  .pt-lg-s5,
  .py-lg-s5 {
    padding-top: 24px !important; }
  .pr-lg-s5,
  .px-lg-s5 {
    padding-right: 24px !important; }
  .pb-lg-s5,
  .py-lg-s5 {
    padding-bottom: 24px !important; }
  .pl-lg-s5,
  .px-lg-s5 {
    padding-left: 24px !important; }
  .p-lg-s6 {
    padding: 32px !important; }
  .pt-lg-s6,
  .py-lg-s6 {
    padding-top: 32px !important; }
  .pr-lg-s6,
  .px-lg-s6 {
    padding-right: 32px !important; }
  .pb-lg-s6,
  .py-lg-s6 {
    padding-bottom: 32px !important; }
  .pl-lg-s6,
  .px-lg-s6 {
    padding-left: 32px !important; }
  .p-lg-s7 {
    padding: 48px !important; }
  .pt-lg-s7,
  .py-lg-s7 {
    padding-top: 48px !important; }
  .pr-lg-s7,
  .px-lg-s7 {
    padding-right: 48px !important; }
  .pb-lg-s7,
  .py-lg-s7 {
    padding-bottom: 48px !important; }
  .pl-lg-s7,
  .px-lg-s7 {
    padding-left: 48px !important; }
  .p-lg-s8 {
    padding: 64px !important; }
  .pt-lg-s8,
  .py-lg-s8 {
    padding-top: 64px !important; }
  .pr-lg-s8,
  .px-lg-s8 {
    padding-right: 64px !important; }
  .pb-lg-s8,
  .py-lg-s8 {
    padding-bottom: 64px !important; }
  .pl-lg-s8,
  .px-lg-s8 {
    padding-left: 64px !important; }
  .p-lg-s9 {
    padding: 80px !important; }
  .pt-lg-s9,
  .py-lg-s9 {
    padding-top: 80px !important; }
  .pr-lg-s9,
  .px-lg-s9 {
    padding-right: 80px !important; }
  .pb-lg-s9,
  .py-lg-s9 {
    padding-bottom: 80px !important; }
  .pl-lg-s9,
  .px-lg-s9 {
    padding-left: 80px !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-ns1 {
    margin: -4px !important; }
  .mt-lg-ns1,
  .my-lg-ns1 {
    margin-top: -4px !important; }
  .mr-lg-ns1,
  .mx-lg-ns1 {
    margin-right: -4px !important; }
  .mb-lg-ns1,
  .my-lg-ns1 {
    margin-bottom: -4px !important; }
  .ml-lg-ns1,
  .mx-lg-ns1 {
    margin-left: -4px !important; }
  .m-lg-ns2 {
    margin: -8px !important; }
  .mt-lg-ns2,
  .my-lg-ns2 {
    margin-top: -8px !important; }
  .mr-lg-ns2,
  .mx-lg-ns2 {
    margin-right: -8px !important; }
  .mb-lg-ns2,
  .my-lg-ns2 {
    margin-bottom: -8px !important; }
  .ml-lg-ns2,
  .mx-lg-ns2 {
    margin-left: -8px !important; }
  .m-lg-ns3 {
    margin: -12px !important; }
  .mt-lg-ns3,
  .my-lg-ns3 {
    margin-top: -12px !important; }
  .mr-lg-ns3,
  .mx-lg-ns3 {
    margin-right: -12px !important; }
  .mb-lg-ns3,
  .my-lg-ns3 {
    margin-bottom: -12px !important; }
  .ml-lg-ns3,
  .mx-lg-ns3 {
    margin-left: -12px !important; }
  .m-lg-ns4 {
    margin: -16px !important; }
  .mt-lg-ns4,
  .my-lg-ns4 {
    margin-top: -16px !important; }
  .mr-lg-ns4,
  .mx-lg-ns4 {
    margin-right: -16px !important; }
  .mb-lg-ns4,
  .my-lg-ns4 {
    margin-bottom: -16px !important; }
  .ml-lg-ns4,
  .mx-lg-ns4 {
    margin-left: -16px !important; }
  .m-lg-ns5 {
    margin: -24px !important; }
  .mt-lg-ns5,
  .my-lg-ns5 {
    margin-top: -24px !important; }
  .mr-lg-ns5,
  .mx-lg-ns5 {
    margin-right: -24px !important; }
  .mb-lg-ns5,
  .my-lg-ns5 {
    margin-bottom: -24px !important; }
  .ml-lg-ns5,
  .mx-lg-ns5 {
    margin-left: -24px !important; }
  .m-lg-ns6 {
    margin: -32px !important; }
  .mt-lg-ns6,
  .my-lg-ns6 {
    margin-top: -32px !important; }
  .mr-lg-ns6,
  .mx-lg-ns6 {
    margin-right: -32px !important; }
  .mb-lg-ns6,
  .my-lg-ns6 {
    margin-bottom: -32px !important; }
  .ml-lg-ns6,
  .mx-lg-ns6 {
    margin-left: -32px !important; }
  .m-lg-ns7 {
    margin: -48px !important; }
  .mt-lg-ns7,
  .my-lg-ns7 {
    margin-top: -48px !important; }
  .mr-lg-ns7,
  .mx-lg-ns7 {
    margin-right: -48px !important; }
  .mb-lg-ns7,
  .my-lg-ns7 {
    margin-bottom: -48px !important; }
  .ml-lg-ns7,
  .mx-lg-ns7 {
    margin-left: -48px !important; }
  .m-lg-ns8 {
    margin: -64px !important; }
  .mt-lg-ns8,
  .my-lg-ns8 {
    margin-top: -64px !important; }
  .mr-lg-ns8,
  .mx-lg-ns8 {
    margin-right: -64px !important; }
  .mb-lg-ns8,
  .my-lg-ns8 {
    margin-bottom: -64px !important; }
  .ml-lg-ns8,
  .mx-lg-ns8 {
    margin-left: -64px !important; }
  .m-lg-ns9 {
    margin: -80px !important; }
  .mt-lg-ns9,
  .my-lg-ns9 {
    margin-top: -80px !important; }
  .mr-lg-ns9,
  .mx-lg-ns9 {
    margin-right: -80px !important; }
  .mb-lg-ns9,
  .my-lg-ns9 {
    margin-bottom: -80px !important; }
  .ml-lg-ns9,
  .mx-lg-ns9 {
    margin-left: -80px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 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; }
  .m-xl-s1 {
    margin: 4px !important; }
  .mt-xl-s1,
  .my-xl-s1 {
    margin-top: 4px !important; }
  .mr-xl-s1,
  .mx-xl-s1 {
    margin-right: 4px !important; }
  .mb-xl-s1,
  .my-xl-s1 {
    margin-bottom: 4px !important; }
  .ml-xl-s1,
  .mx-xl-s1 {
    margin-left: 4px !important; }
  .m-xl-s2 {
    margin: 8px !important; }
  .mt-xl-s2,
  .my-xl-s2 {
    margin-top: 8px !important; }
  .mr-xl-s2,
  .mx-xl-s2 {
    margin-right: 8px !important; }
  .mb-xl-s2,
  .my-xl-s2 {
    margin-bottom: 8px !important; }
  .ml-xl-s2,
  .mx-xl-s2 {
    margin-left: 8px !important; }
  .m-xl-s3 {
    margin: 12px !important; }
  .mt-xl-s3,
  .my-xl-s3 {
    margin-top: 12px !important; }
  .mr-xl-s3,
  .mx-xl-s3 {
    margin-right: 12px !important; }
  .mb-xl-s3,
  .my-xl-s3 {
    margin-bottom: 12px !important; }
  .ml-xl-s3,
  .mx-xl-s3 {
    margin-left: 12px !important; }
  .m-xl-s4 {
    margin: 16px !important; }
  .mt-xl-s4,
  .my-xl-s4 {
    margin-top: 16px !important; }
  .mr-xl-s4,
  .mx-xl-s4 {
    margin-right: 16px !important; }
  .mb-xl-s4,
  .my-xl-s4 {
    margin-bottom: 16px !important; }
  .ml-xl-s4,
  .mx-xl-s4 {
    margin-left: 16px !important; }
  .m-xl-s5 {
    margin: 24px !important; }
  .mt-xl-s5,
  .my-xl-s5 {
    margin-top: 24px !important; }
  .mr-xl-s5,
  .mx-xl-s5 {
    margin-right: 24px !important; }
  .mb-xl-s5,
  .my-xl-s5 {
    margin-bottom: 24px !important; }
  .ml-xl-s5,
  .mx-xl-s5 {
    margin-left: 24px !important; }
  .m-xl-s6 {
    margin: 32px !important; }
  .mt-xl-s6,
  .my-xl-s6 {
    margin-top: 32px !important; }
  .mr-xl-s6,
  .mx-xl-s6 {
    margin-right: 32px !important; }
  .mb-xl-s6,
  .my-xl-s6 {
    margin-bottom: 32px !important; }
  .ml-xl-s6,
  .mx-xl-s6 {
    margin-left: 32px !important; }
  .m-xl-s7 {
    margin: 48px !important; }
  .mt-xl-s7,
  .my-xl-s7 {
    margin-top: 48px !important; }
  .mr-xl-s7,
  .mx-xl-s7 {
    margin-right: 48px !important; }
  .mb-xl-s7,
  .my-xl-s7 {
    margin-bottom: 48px !important; }
  .ml-xl-s7,
  .mx-xl-s7 {
    margin-left: 48px !important; }
  .m-xl-s8 {
    margin: 64px !important; }
  .mt-xl-s8,
  .my-xl-s8 {
    margin-top: 64px !important; }
  .mr-xl-s8,
  .mx-xl-s8 {
    margin-right: 64px !important; }
  .mb-xl-s8,
  .my-xl-s8 {
    margin-bottom: 64px !important; }
  .ml-xl-s8,
  .mx-xl-s8 {
    margin-left: 64px !important; }
  .m-xl-s9 {
    margin: 80px !important; }
  .mt-xl-s9,
  .my-xl-s9 {
    margin-top: 80px !important; }
  .mr-xl-s9,
  .mx-xl-s9 {
    margin-right: 80px !important; }
  .mb-xl-s9,
  .my-xl-s9 {
    margin-bottom: 80px !important; }
  .ml-xl-s9,
  .mx-xl-s9 {
    margin-left: 80px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 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; }
  .p-xl-s1 {
    padding: 4px !important; }
  .pt-xl-s1,
  .py-xl-s1 {
    padding-top: 4px !important; }
  .pr-xl-s1,
  .px-xl-s1 {
    padding-right: 4px !important; }
  .pb-xl-s1,
  .py-xl-s1 {
    padding-bottom: 4px !important; }
  .pl-xl-s1,
  .px-xl-s1 {
    padding-left: 4px !important; }
  .p-xl-s2 {
    padding: 8px !important; }
  .pt-xl-s2,
  .py-xl-s2 {
    padding-top: 8px !important; }
  .pr-xl-s2,
  .px-xl-s2 {
    padding-right: 8px !important; }
  .pb-xl-s2,
  .py-xl-s2 {
    padding-bottom: 8px !important; }
  .pl-xl-s2,
  .px-xl-s2 {
    padding-left: 8px !important; }
  .p-xl-s3 {
    padding: 12px !important; }
  .pt-xl-s3,
  .py-xl-s3 {
    padding-top: 12px !important; }
  .pr-xl-s3,
  .px-xl-s3 {
    padding-right: 12px !important; }
  .pb-xl-s3,
  .py-xl-s3 {
    padding-bottom: 12px !important; }
  .pl-xl-s3,
  .px-xl-s3 {
    padding-left: 12px !important; }
  .p-xl-s4 {
    padding: 16px !important; }
  .pt-xl-s4,
  .py-xl-s4 {
    padding-top: 16px !important; }
  .pr-xl-s4,
  .px-xl-s4 {
    padding-right: 16px !important; }
  .pb-xl-s4,
  .py-xl-s4 {
    padding-bottom: 16px !important; }
  .pl-xl-s4,
  .px-xl-s4 {
    padding-left: 16px !important; }
  .p-xl-s5 {
    padding: 24px !important; }
  .pt-xl-s5,
  .py-xl-s5 {
    padding-top: 24px !important; }
  .pr-xl-s5,
  .px-xl-s5 {
    padding-right: 24px !important; }
  .pb-xl-s5,
  .py-xl-s5 {
    padding-bottom: 24px !important; }
  .pl-xl-s5,
  .px-xl-s5 {
    padding-left: 24px !important; }
  .p-xl-s6 {
    padding: 32px !important; }
  .pt-xl-s6,
  .py-xl-s6 {
    padding-top: 32px !important; }
  .pr-xl-s6,
  .px-xl-s6 {
    padding-right: 32px !important; }
  .pb-xl-s6,
  .py-xl-s6 {
    padding-bottom: 32px !important; }
  .pl-xl-s6,
  .px-xl-s6 {
    padding-left: 32px !important; }
  .p-xl-s7 {
    padding: 48px !important; }
  .pt-xl-s7,
  .py-xl-s7 {
    padding-top: 48px !important; }
  .pr-xl-s7,
  .px-xl-s7 {
    padding-right: 48px !important; }
  .pb-xl-s7,
  .py-xl-s7 {
    padding-bottom: 48px !important; }
  .pl-xl-s7,
  .px-xl-s7 {
    padding-left: 48px !important; }
  .p-xl-s8 {
    padding: 64px !important; }
  .pt-xl-s8,
  .py-xl-s8 {
    padding-top: 64px !important; }
  .pr-xl-s8,
  .px-xl-s8 {
    padding-right: 64px !important; }
  .pb-xl-s8,
  .py-xl-s8 {
    padding-bottom: 64px !important; }
  .pl-xl-s8,
  .px-xl-s8 {
    padding-left: 64px !important; }
  .p-xl-s9 {
    padding: 80px !important; }
  .pt-xl-s9,
  .py-xl-s9 {
    padding-top: 80px !important; }
  .pr-xl-s9,
  .px-xl-s9 {
    padding-right: 80px !important; }
  .pb-xl-s9,
  .py-xl-s9 {
    padding-bottom: 80px !important; }
  .pl-xl-s9,
  .px-xl-s9 {
    padding-left: 80px !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-ns1 {
    margin: -4px !important; }
  .mt-xl-ns1,
  .my-xl-ns1 {
    margin-top: -4px !important; }
  .mr-xl-ns1,
  .mx-xl-ns1 {
    margin-right: -4px !important; }
  .mb-xl-ns1,
  .my-xl-ns1 {
    margin-bottom: -4px !important; }
  .ml-xl-ns1,
  .mx-xl-ns1 {
    margin-left: -4px !important; }
  .m-xl-ns2 {
    margin: -8px !important; }
  .mt-xl-ns2,
  .my-xl-ns2 {
    margin-top: -8px !important; }
  .mr-xl-ns2,
  .mx-xl-ns2 {
    margin-right: -8px !important; }
  .mb-xl-ns2,
  .my-xl-ns2 {
    margin-bottom: -8px !important; }
  .ml-xl-ns2,
  .mx-xl-ns2 {
    margin-left: -8px !important; }
  .m-xl-ns3 {
    margin: -12px !important; }
  .mt-xl-ns3,
  .my-xl-ns3 {
    margin-top: -12px !important; }
  .mr-xl-ns3,
  .mx-xl-ns3 {
    margin-right: -12px !important; }
  .mb-xl-ns3,
  .my-xl-ns3 {
    margin-bottom: -12px !important; }
  .ml-xl-ns3,
  .mx-xl-ns3 {
    margin-left: -12px !important; }
  .m-xl-ns4 {
    margin: -16px !important; }
  .mt-xl-ns4,
  .my-xl-ns4 {
    margin-top: -16px !important; }
  .mr-xl-ns4,
  .mx-xl-ns4 {
    margin-right: -16px !important; }
  .mb-xl-ns4,
  .my-xl-ns4 {
    margin-bottom: -16px !important; }
  .ml-xl-ns4,
  .mx-xl-ns4 {
    margin-left: -16px !important; }
  .m-xl-ns5 {
    margin: -24px !important; }
  .mt-xl-ns5,
  .my-xl-ns5 {
    margin-top: -24px !important; }
  .mr-xl-ns5,
  .mx-xl-ns5 {
    margin-right: -24px !important; }
  .mb-xl-ns5,
  .my-xl-ns5 {
    margin-bottom: -24px !important; }
  .ml-xl-ns5,
  .mx-xl-ns5 {
    margin-left: -24px !important; }
  .m-xl-ns6 {
    margin: -32px !important; }
  .mt-xl-ns6,
  .my-xl-ns6 {
    margin-top: -32px !important; }
  .mr-xl-ns6,
  .mx-xl-ns6 {
    margin-right: -32px !important; }
  .mb-xl-ns6,
  .my-xl-ns6 {
    margin-bottom: -32px !important; }
  .ml-xl-ns6,
  .mx-xl-ns6 {
    margin-left: -32px !important; }
  .m-xl-ns7 {
    margin: -48px !important; }
  .mt-xl-ns7,
  .my-xl-ns7 {
    margin-top: -48px !important; }
  .mr-xl-ns7,
  .mx-xl-ns7 {
    margin-right: -48px !important; }
  .mb-xl-ns7,
  .my-xl-ns7 {
    margin-bottom: -48px !important; }
  .ml-xl-ns7,
  .mx-xl-ns7 {
    margin-left: -48px !important; }
  .m-xl-ns8 {
    margin: -64px !important; }
  .mt-xl-ns8,
  .my-xl-ns8 {
    margin-top: -64px !important; }
  .mr-xl-ns8,
  .mx-xl-ns8 {
    margin-right: -64px !important; }
  .mb-xl-ns8,
  .my-xl-ns8 {
    margin-bottom: -64px !important; }
  .ml-xl-ns8,
  .mx-xl-ns8 {
    margin-left: -64px !important; }
  .m-xl-ns9 {
    margin: -80px !important; }
  .mt-xl-ns9,
  .my-xl-ns9 {
    margin-top: -80px !important; }
  .mr-xl-ns9,
  .mx-xl-ns9 {
    margin-right: -80px !important; }
  .mb-xl-ns9,
  .my-xl-ns9 {
    margin-bottom: -80px !important; }
  .ml-xl-ns9,
  .mx-xl-ns9 {
    margin-left: -80px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .m-xxl-s1 {
    margin: 4px !important; }
  .mt-xxl-s1,
  .my-xxl-s1 {
    margin-top: 4px !important; }
  .mr-xxl-s1,
  .mx-xxl-s1 {
    margin-right: 4px !important; }
  .mb-xxl-s1,
  .my-xxl-s1 {
    margin-bottom: 4px !important; }
  .ml-xxl-s1,
  .mx-xxl-s1 {
    margin-left: 4px !important; }
  .m-xxl-s2 {
    margin: 8px !important; }
  .mt-xxl-s2,
  .my-xxl-s2 {
    margin-top: 8px !important; }
  .mr-xxl-s2,
  .mx-xxl-s2 {
    margin-right: 8px !important; }
  .mb-xxl-s2,
  .my-xxl-s2 {
    margin-bottom: 8px !important; }
  .ml-xxl-s2,
  .mx-xxl-s2 {
    margin-left: 8px !important; }
  .m-xxl-s3 {
    margin: 12px !important; }
  .mt-xxl-s3,
  .my-xxl-s3 {
    margin-top: 12px !important; }
  .mr-xxl-s3,
  .mx-xxl-s3 {
    margin-right: 12px !important; }
  .mb-xxl-s3,
  .my-xxl-s3 {
    margin-bottom: 12px !important; }
  .ml-xxl-s3,
  .mx-xxl-s3 {
    margin-left: 12px !important; }
  .m-xxl-s4 {
    margin: 16px !important; }
  .mt-xxl-s4,
  .my-xxl-s4 {
    margin-top: 16px !important; }
  .mr-xxl-s4,
  .mx-xxl-s4 {
    margin-right: 16px !important; }
  .mb-xxl-s4,
  .my-xxl-s4 {
    margin-bottom: 16px !important; }
  .ml-xxl-s4,
  .mx-xxl-s4 {
    margin-left: 16px !important; }
  .m-xxl-s5 {
    margin: 24px !important; }
  .mt-xxl-s5,
  .my-xxl-s5 {
    margin-top: 24px !important; }
  .mr-xxl-s5,
  .mx-xxl-s5 {
    margin-right: 24px !important; }
  .mb-xxl-s5,
  .my-xxl-s5 {
    margin-bottom: 24px !important; }
  .ml-xxl-s5,
  .mx-xxl-s5 {
    margin-left: 24px !important; }
  .m-xxl-s6 {
    margin: 32px !important; }
  .mt-xxl-s6,
  .my-xxl-s6 {
    margin-top: 32px !important; }
  .mr-xxl-s6,
  .mx-xxl-s6 {
    margin-right: 32px !important; }
  .mb-xxl-s6,
  .my-xxl-s6 {
    margin-bottom: 32px !important; }
  .ml-xxl-s6,
  .mx-xxl-s6 {
    margin-left: 32px !important; }
  .m-xxl-s7 {
    margin: 48px !important; }
  .mt-xxl-s7,
  .my-xxl-s7 {
    margin-top: 48px !important; }
  .mr-xxl-s7,
  .mx-xxl-s7 {
    margin-right: 48px !important; }
  .mb-xxl-s7,
  .my-xxl-s7 {
    margin-bottom: 48px !important; }
  .ml-xxl-s7,
  .mx-xxl-s7 {
    margin-left: 48px !important; }
  .m-xxl-s8 {
    margin: 64px !important; }
  .mt-xxl-s8,
  .my-xxl-s8 {
    margin-top: 64px !important; }
  .mr-xxl-s8,
  .mx-xxl-s8 {
    margin-right: 64px !important; }
  .mb-xxl-s8,
  .my-xxl-s8 {
    margin-bottom: 64px !important; }
  .ml-xxl-s8,
  .mx-xxl-s8 {
    margin-left: 64px !important; }
  .m-xxl-s9 {
    margin: 80px !important; }
  .mt-xxl-s9,
  .my-xxl-s9 {
    margin-top: 80px !important; }
  .mr-xxl-s9,
  .mx-xxl-s9 {
    margin-right: 80px !important; }
  .mb-xxl-s9,
  .my-xxl-s9 {
    margin-bottom: 80px !important; }
  .ml-xxl-s9,
  .mx-xxl-s9 {
    margin-left: 80px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .p-xxl-s1 {
    padding: 4px !important; }
  .pt-xxl-s1,
  .py-xxl-s1 {
    padding-top: 4px !important; }
  .pr-xxl-s1,
  .px-xxl-s1 {
    padding-right: 4px !important; }
  .pb-xxl-s1,
  .py-xxl-s1 {
    padding-bottom: 4px !important; }
  .pl-xxl-s1,
  .px-xxl-s1 {
    padding-left: 4px !important; }
  .p-xxl-s2 {
    padding: 8px !important; }
  .pt-xxl-s2,
  .py-xxl-s2 {
    padding-top: 8px !important; }
  .pr-xxl-s2,
  .px-xxl-s2 {
    padding-right: 8px !important; }
  .pb-xxl-s2,
  .py-xxl-s2 {
    padding-bottom: 8px !important; }
  .pl-xxl-s2,
  .px-xxl-s2 {
    padding-left: 8px !important; }
  .p-xxl-s3 {
    padding: 12px !important; }
  .pt-xxl-s3,
  .py-xxl-s3 {
    padding-top: 12px !important; }
  .pr-xxl-s3,
  .px-xxl-s3 {
    padding-right: 12px !important; }
  .pb-xxl-s3,
  .py-xxl-s3 {
    padding-bottom: 12px !important; }
  .pl-xxl-s3,
  .px-xxl-s3 {
    padding-left: 12px !important; }
  .p-xxl-s4 {
    padding: 16px !important; }
  .pt-xxl-s4,
  .py-xxl-s4 {
    padding-top: 16px !important; }
  .pr-xxl-s4,
  .px-xxl-s4 {
    padding-right: 16px !important; }
  .pb-xxl-s4,
  .py-xxl-s4 {
    padding-bottom: 16px !important; }
  .pl-xxl-s4,
  .px-xxl-s4 {
    padding-left: 16px !important; }
  .p-xxl-s5 {
    padding: 24px !important; }
  .pt-xxl-s5,
  .py-xxl-s5 {
    padding-top: 24px !important; }
  .pr-xxl-s5,
  .px-xxl-s5 {
    padding-right: 24px !important; }
  .pb-xxl-s5,
  .py-xxl-s5 {
    padding-bottom: 24px !important; }
  .pl-xxl-s5,
  .px-xxl-s5 {
    padding-left: 24px !important; }
  .p-xxl-s6 {
    padding: 32px !important; }
  .pt-xxl-s6,
  .py-xxl-s6 {
    padding-top: 32px !important; }
  .pr-xxl-s6,
  .px-xxl-s6 {
    padding-right: 32px !important; }
  .pb-xxl-s6,
  .py-xxl-s6 {
    padding-bottom: 32px !important; }
  .pl-xxl-s6,
  .px-xxl-s6 {
    padding-left: 32px !important; }
  .p-xxl-s7 {
    padding: 48px !important; }
  .pt-xxl-s7,
  .py-xxl-s7 {
    padding-top: 48px !important; }
  .pr-xxl-s7,
  .px-xxl-s7 {
    padding-right: 48px !important; }
  .pb-xxl-s7,
  .py-xxl-s7 {
    padding-bottom: 48px !important; }
  .pl-xxl-s7,
  .px-xxl-s7 {
    padding-left: 48px !important; }
  .p-xxl-s8 {
    padding: 64px !important; }
  .pt-xxl-s8,
  .py-xxl-s8 {
    padding-top: 64px !important; }
  .pr-xxl-s8,
  .px-xxl-s8 {
    padding-right: 64px !important; }
  .pb-xxl-s8,
  .py-xxl-s8 {
    padding-bottom: 64px !important; }
  .pl-xxl-s8,
  .px-xxl-s8 {
    padding-left: 64px !important; }
  .p-xxl-s9 {
    padding: 80px !important; }
  .pt-xxl-s9,
  .py-xxl-s9 {
    padding-top: 80px !important; }
  .pr-xxl-s9,
  .px-xxl-s9 {
    padding-right: 80px !important; }
  .pb-xxl-s9,
  .py-xxl-s9 {
    padding-bottom: 80px !important; }
  .pl-xxl-s9,
  .px-xxl-s9 {
    padding-left: 80px !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-ns1 {
    margin: -4px !important; }
  .mt-xxl-ns1,
  .my-xxl-ns1 {
    margin-top: -4px !important; }
  .mr-xxl-ns1,
  .mx-xxl-ns1 {
    margin-right: -4px !important; }
  .mb-xxl-ns1,
  .my-xxl-ns1 {
    margin-bottom: -4px !important; }
  .ml-xxl-ns1,
  .mx-xxl-ns1 {
    margin-left: -4px !important; }
  .m-xxl-ns2 {
    margin: -8px !important; }
  .mt-xxl-ns2,
  .my-xxl-ns2 {
    margin-top: -8px !important; }
  .mr-xxl-ns2,
  .mx-xxl-ns2 {
    margin-right: -8px !important; }
  .mb-xxl-ns2,
  .my-xxl-ns2 {
    margin-bottom: -8px !important; }
  .ml-xxl-ns2,
  .mx-xxl-ns2 {
    margin-left: -8px !important; }
  .m-xxl-ns3 {
    margin: -12px !important; }
  .mt-xxl-ns3,
  .my-xxl-ns3 {
    margin-top: -12px !important; }
  .mr-xxl-ns3,
  .mx-xxl-ns3 {
    margin-right: -12px !important; }
  .mb-xxl-ns3,
  .my-xxl-ns3 {
    margin-bottom: -12px !important; }
  .ml-xxl-ns3,
  .mx-xxl-ns3 {
    margin-left: -12px !important; }
  .m-xxl-ns4 {
    margin: -16px !important; }
  .mt-xxl-ns4,
  .my-xxl-ns4 {
    margin-top: -16px !important; }
  .mr-xxl-ns4,
  .mx-xxl-ns4 {
    margin-right: -16px !important; }
  .mb-xxl-ns4,
  .my-xxl-ns4 {
    margin-bottom: -16px !important; }
  .ml-xxl-ns4,
  .mx-xxl-ns4 {
    margin-left: -16px !important; }
  .m-xxl-ns5 {
    margin: -24px !important; }
  .mt-xxl-ns5,
  .my-xxl-ns5 {
    margin-top: -24px !important; }
  .mr-xxl-ns5,
  .mx-xxl-ns5 {
    margin-right: -24px !important; }
  .mb-xxl-ns5,
  .my-xxl-ns5 {
    margin-bottom: -24px !important; }
  .ml-xxl-ns5,
  .mx-xxl-ns5 {
    margin-left: -24px !important; }
  .m-xxl-ns6 {
    margin: -32px !important; }
  .mt-xxl-ns6,
  .my-xxl-ns6 {
    margin-top: -32px !important; }
  .mr-xxl-ns6,
  .mx-xxl-ns6 {
    margin-right: -32px !important; }
  .mb-xxl-ns6,
  .my-xxl-ns6 {
    margin-bottom: -32px !important; }
  .ml-xxl-ns6,
  .mx-xxl-ns6 {
    margin-left: -32px !important; }
  .m-xxl-ns7 {
    margin: -48px !important; }
  .mt-xxl-ns7,
  .my-xxl-ns7 {
    margin-top: -48px !important; }
  .mr-xxl-ns7,
  .mx-xxl-ns7 {
    margin-right: -48px !important; }
  .mb-xxl-ns7,
  .my-xxl-ns7 {
    margin-bottom: -48px !important; }
  .ml-xxl-ns7,
  .mx-xxl-ns7 {
    margin-left: -48px !important; }
  .m-xxl-ns8 {
    margin: -64px !important; }
  .mt-xxl-ns8,
  .my-xxl-ns8 {
    margin-top: -64px !important; }
  .mr-xxl-ns8,
  .mx-xxl-ns8 {
    margin-right: -64px !important; }
  .mb-xxl-ns8,
  .my-xxl-ns8 {
    margin-bottom: -64px !important; }
  .ml-xxl-ns8,
  .mx-xxl-ns8 {
    margin-left: -64px !important; }
  .m-xxl-ns9 {
    margin: -80px !important; }
  .mt-xxl-ns9,
  .my-xxl-ns9 {
    margin-top: -80px !important; }
  .mr-xxl-ns9,
  .mx-xxl-ns9 {
    margin-right: -80px !important; }
  .mb-xxl-ns9,
  .my-xxl-ns9 {
    margin-bottom: -80px !important; }
  .ml-xxl-ns9,
  .mx-xxl-ns9 {
    margin-left: -80px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #37b239 !important; }

a.text-success:hover, a.text-success:focus {
  color: #257826 !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, .payment-form__errors {
  color: #f44336 !important; }

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

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

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

.text-dark, .test-mode {
  color: #0a0a0a !important; }

a.text-dark:hover, a.test-mode:hover, a.text-dark:focus, a.test-mode:focus {
  color: black !important; }

.text-body {
  color: #1e3c54 !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; }

@media print {
  *,
  *::before,
  *::after {
    text-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 #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !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; } }

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%; }

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.cropper-wrap-box, .cropper-canvas {
  overflow: hidden; }

.cropper-drag-box {
  background-color: #fff;
  opacity: 0; }

.cropper-modal {
  background-color: #000;
  opacity: 0.5; }

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%; }

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute; }
  .cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%; }
  .cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3); }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0; }
  .cropper-center::before, .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute; }
  .cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px; }
  .cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px; }

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%; }

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0; }

.cropper-line {
  background-color: #39f; }
  .cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px; }
  .cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px; }
  .cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px; }
  .cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0; }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px; }
  .cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%; }
  .cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px; }
  .cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%; }
  .cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px; }
  .cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px; }
  .cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px; }
  .cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px; }
  .cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px; }
    @media (min-width: 768px) {
      .cropper-point.point-se {
        height: 15px;
        width: 15px; } }
    @media (min-width: 992px) {
      .cropper-point.point-se {
        height: 10px;
        width: 10px; } }
    @media (min-width: 1200px) {
      .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px; } }
  .cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%; }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("/static/images/bg.png"); }

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

.w-s1 {
  width: 4px !important; }

.w-s2 {
  width: 8px !important; }

.w-s3 {
  width: 12px !important; }

.w-s4 {
  width: 16px !important; }

.w-s5 {
  width: 24px !important; }

.w-s6 {
  width: 32px !important; }

.w-s7 {
  width: 48px !important; }

.w-s8 {
  width: 64px !important; }

.w-s9 {
  width: 80px !important; }

.h-s1 {
  height: 4px !important; }

.h-s2 {
  height: 8px !important; }

.h-s3 {
  height: 12px !important; }

.h-s4 {
  height: 16px !important; }

.h-s5 {
  height: 24px !important; }

.h-s6 {
  height: 32px !important; }

.h-s7 {
  height: 48px !important; }

.h-s8 {
  height: 64px !important; }

.h-s9 {
  height: 80px !important; }

@media (min-width: 576px) {
  .w-sm-s1 {
    width: 4px !important; }
  .w-sm-s2 {
    width: 8px !important; }
  .w-sm-s3 {
    width: 12px !important; }
  .w-sm-s4 {
    width: 16px !important; }
  .w-sm-s5 {
    width: 24px !important; }
  .w-sm-s6 {
    width: 32px !important; }
  .w-sm-s7 {
    width: 48px !important; }
  .w-sm-s8 {
    width: 64px !important; }
  .w-sm-s9 {
    width: 80px !important; }
  .h-sm-s1 {
    height: 4px !important; }
  .h-sm-s2 {
    height: 8px !important; }
  .h-sm-s3 {
    height: 12px !important; }
  .h-sm-s4 {
    height: 16px !important; }
  .h-sm-s5 {
    height: 24px !important; }
  .h-sm-s6 {
    height: 32px !important; }
  .h-sm-s7 {
    height: 48px !important; }
  .h-sm-s8 {
    height: 64px !important; }
  .h-sm-s9 {
    height: 80px !important; } }

@media (min-width: 768px) {
  .w-md-s1 {
    width: 4px !important; }
  .w-md-s2 {
    width: 8px !important; }
  .w-md-s3 {
    width: 12px !important; }
  .w-md-s4 {
    width: 16px !important; }
  .w-md-s5 {
    width: 24px !important; }
  .w-md-s6 {
    width: 32px !important; }
  .w-md-s7 {
    width: 48px !important; }
  .w-md-s8 {
    width: 64px !important; }
  .w-md-s9 {
    width: 80px !important; }
  .h-md-s1 {
    height: 4px !important; }
  .h-md-s2 {
    height: 8px !important; }
  .h-md-s3 {
    height: 12px !important; }
  .h-md-s4 {
    height: 16px !important; }
  .h-md-s5 {
    height: 24px !important; }
  .h-md-s6 {
    height: 32px !important; }
  .h-md-s7 {
    height: 48px !important; }
  .h-md-s8 {
    height: 64px !important; }
  .h-md-s9 {
    height: 80px !important; } }

@media (min-width: 992px) {
  .w-lg-s1 {
    width: 4px !important; }
  .w-lg-s2 {
    width: 8px !important; }
  .w-lg-s3 {
    width: 12px !important; }
  .w-lg-s4 {
    width: 16px !important; }
  .w-lg-s5 {
    width: 24px !important; }
  .w-lg-s6 {
    width: 32px !important; }
  .w-lg-s7 {
    width: 48px !important; }
  .w-lg-s8 {
    width: 64px !important; }
  .w-lg-s9 {
    width: 80px !important; }
  .h-lg-s1 {
    height: 4px !important; }
  .h-lg-s2 {
    height: 8px !important; }
  .h-lg-s3 {
    height: 12px !important; }
  .h-lg-s4 {
    height: 16px !important; }
  .h-lg-s5 {
    height: 24px !important; }
  .h-lg-s6 {
    height: 32px !important; }
  .h-lg-s7 {
    height: 48px !important; }
  .h-lg-s8 {
    height: 64px !important; }
  .h-lg-s9 {
    height: 80px !important; } }

@media (min-width: 1200px) {
  .w-xl-s1 {
    width: 4px !important; }
  .w-xl-s2 {
    width: 8px !important; }
  .w-xl-s3 {
    width: 12px !important; }
  .w-xl-s4 {
    width: 16px !important; }
  .w-xl-s5 {
    width: 24px !important; }
  .w-xl-s6 {
    width: 32px !important; }
  .w-xl-s7 {
    width: 48px !important; }
  .w-xl-s8 {
    width: 64px !important; }
  .w-xl-s9 {
    width: 80px !important; }
  .h-xl-s1 {
    height: 4px !important; }
  .h-xl-s2 {
    height: 8px !important; }
  .h-xl-s3 {
    height: 12px !important; }
  .h-xl-s4 {
    height: 16px !important; }
  .h-xl-s5 {
    height: 24px !important; }
  .h-xl-s6 {
    height: 32px !important; }
  .h-xl-s7 {
    height: 48px !important; }
  .h-xl-s8 {
    height: 64px !important; }
  .h-xl-s9 {
    height: 80px !important; } }

@media (min-width: 1400px) {
  .w-xxl-s1 {
    width: 4px !important; }
  .w-xxl-s2 {
    width: 8px !important; }
  .w-xxl-s3 {
    width: 12px !important; }
  .w-xxl-s4 {
    width: 16px !important; }
  .w-xxl-s5 {
    width: 24px !important; }
  .w-xxl-s6 {
    width: 32px !important; }
  .w-xxl-s7 {
    width: 48px !important; }
  .w-xxl-s8 {
    width: 64px !important; }
  .w-xxl-s9 {
    width: 80px !important; }
  .h-xxl-s1 {
    height: 4px !important; }
  .h-xxl-s2 {
    height: 8px !important; }
  .h-xxl-s3 {
    height: 12px !important; }
  .h-xxl-s4 {
    height: 16px !important; }
  .h-xxl-s5 {
    height: 24px !important; }
  .h-xxl-s6 {
    height: 32px !important; }
  .h-xxl-s7 {
    height: 48px !important; }
  .h-xxl-s8 {
    height: 64px !important; }
  .h-xxl-s9 {
    height: 80px !important; } }

.custom-select {
  background: url(/static/icons2/27_BSF_Icons:dropdown.svg?13bfbbd464d9) center right no-repeat; }

label {
  cursor: pointer; }

.form-group > label {
  color: #0a1419;
  font-weight: 500;
  padding: 4px 1rem 4px 1rem; }

.custom-control-input:disabled ~ .custom-control-label {
  cursor: default; }

.was-validated .form-control:invalid, .was-validated .field__value:invalid, .form-control.is-invalid, .is-invalid.field__value {
  border-width: 1.5px; }

.js-captcha-refresh__img {
  height: 12px;
  width: auto; }

.label--disabled {
  color: #6c757d; }

.modal-header .close {
  margin-left: 0; }

.modal-title {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  color: #0276a1;
  text-align: center;
  margin-left: 45px;
  padding-top: 64px;
  padding-top: 16px; }

h4.modal-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #081e2c;
  margin-bottom: 0;
  color: #0276a1; }

.modal-body {
  padding-top: 16px;
  padding-bottom: 48px; }

.dropdown-item {
  line-height: 20px; }

.ordering {
  color: rgba(10, 20, 25, 0.5); }

.ordering--ascending:after {
  content: url(/static/icons/ordering-ascending.svg?240e8d036be2);
  margin-left: 10px; }

.ordering--descending:after {
  content: url(/static/icons/ordering-descending.svg?240e8d036be2);
  margin-left: 10px; }

@media (max-width: 767.98px) {
  .user-dropdown {
    position: static; }
    .user-dropdown .dropdown-menu {
      right: 0;
      left: 10px; }
    .user-dropdown .dropdown-item {
      white-space: wrap; } }

.loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffffa1;
  z-index: 999999; }

.loader__spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -1rem; }

[data-ajax-parent] {
  position: relative; }
  [data-ajax-parent] .loader__spinner {
    position: absolute; }

.loader--loading {
  display: block; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; }

.spinner-border {
  border-width: 0.25em !important; }

.field {
  margin-bottom: 32px; }

.field__label {
  color: #0a1419;
  font-weight: 500;
  padding: 4px 1rem 4px 1rem; }

.fields--horizontal .field {
  display: -ms-flexbox;
  display: flex; }

.fields--horizontal .field__label, .fields--horizontal .field__value {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

.time {
  font-weight: normal; }

@media (min-width: 576px) {
  .swiper-gallery-wrapper {
    position: relative;
    margin-left: -48px;
    margin-right: -48px; }
    .swiper-gallery-wrapper .swiper-button-prev {
      left: 0; }
    .swiper-gallery-wrapper .swiper-button-next {
      right: 0; }
    .swiper-gallery-wrapper .swiper-container {
      margin: 0 48px !important; } }

.swiper--gallery .swiper-slide {
  width: auto; }
  .swiper--gallery .swiper-slide a, .swiper--gallery .swiper-slide img {
    display: block; }
  .swiper--gallery .swiper-slide img {
    height: 144px;
    width: auto; }

.bg-dark {
  box-shadow: 0 2px 10px 0 rgba(30, 60, 84, 0.33);
  z-index: 15; }

@media (min-width: 576px) {
  .navbar-brand {
    margin-left: 26px; } }

.navbar-brand-logo {
  height: 48px; }

.navbar__container {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -ms-flex-align: center;
      align-items: center; }
  .navbar__container .navbar__start {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .navbar__container .navbar__end {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .navbar__container .navbar__center {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  @media (min-width: 1302px) {
    .navbar__container .navbar__start,
    .navbar__container .navbar__end {
      -ms-flex: 1 0 120px;
          flex: 1 0 120px; }
    .navbar__container .navbar__center {
      -ms-flex: 0 0 918px;
          flex: 0 0 918px; }
    .navbar__container .quick-search {
      padding-left: 24px; } }

@media (max-width: 575.98px) {
  .quick-search__field {
    font-size: 16px !important; }
  .navbar-nav--search {
    padding: 12px 8px;
    height: 76px; }
    .navbar-nav--search .navbar__start,
    .navbar-nav--search .navbar__end {
      display: none; }
    .navbar-nav--search .quick-search {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .navbar-nav--search .quick-search__close {
      display: block; } }

.nav--user > .nav-item > .nav-link,
.nav--languages > .nav-item > .nav-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 46px;
  color: #fff;
  padding: 3px 10px; }
  .nav--user > .nav-item > .nav-link:hover, .nav--user > .nav-item > .nav-link.active,
  .nav--languages > .nav-item > .nav-link:hover,
  .nav--languages > .nav-item > .nav-link.active {
    color: #e1f5f8; }

.nav--user {
  margin-left: auto; }

.navbar-nav--bsf {
  padding: 20px 0;
  text-align: center; }

.quick-search__close {
  display: none;
  background: url(/static/icons/close.svg?20da1d80aa6a) center center no-repeat;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 36px;
  top: 0; }

.quick-search {
  width: 100%;
  position: relative; }
  .quick-search .quick-search__field {
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.08) url(/static/icons5/20-px/BSF_Icon_Search-White-Medium-Emphasis.svg?9ae05d0b4804) right 10px center no-repeat;
    background-size: 20px 20px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.8); }
    .quick-search .quick-search__field::-webkit-input-placeholder {
      color: #5b6f7c; }
    .quick-search .quick-search__field::-moz-placeholder {
      color: #5b6f7c; }
    .quick-search .quick-search__field:-ms-input-placeholder {
      color: #5b6f7c; }
    .quick-search .quick-search__field::-ms-input-placeholder {
      color: #5b6f7c; }
    .quick-search .quick-search__field::placeholder {
      color: #5b6f7c; }
      @media (max-width: 575.98px) {
        .quick-search .quick-search__field::-webkit-input-placeholder {
          color: transparent; }
        .quick-search .quick-search__field::-moz-placeholder {
          color: transparent; }
        .quick-search .quick-search__field:-ms-input-placeholder {
          color: transparent; }
        .quick-search .quick-search__field::-ms-input-placeholder {
          color: transparent; }
        .quick-search .quick-search__field::placeholder {
          color: transparent; } }

.algolia-autocomplete .aa-dropdown-menu {
  overflow: auto;
  height: auto;
  z-index: 9999 !important;
  max-height: 600px; }

.navbar__advanced-search {
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
  margin-left: 4px; }

.navbar__advanced-search-icon {
  width: 20px;
  height: 20px; }

.navbar__toggler-icon {
  width: 20px;
  height: 20px; }

.navbar-toggler .navbar__toggler-icon--open {
  display: none; }

.navbar-toggler .navbar__toggler-icon--close {
  display: inline; }

.navbar-toggler.collapsed .navbar__toggler-icon--open {
  display: inline; }

.navbar-toggler.collapsed .navbar__toggler-icon--close {
  display: none; }

.quick-search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .quick-search-backdrop.fade {
    opacity: 0; }
  .quick-search-backdrop.show {
    opacity: 0.5; }

.userbar__logout-form button {
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left; }

.userbar__user-btn:after {
  display: none; }

.userbar__user-initials {
  background-color: #005780;
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase; }

.userbar__avatar {
  background-color: #005780;
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase; }

.user-sidebar .nav-link {
  padding-left: 24px; }

.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #171717;
  padding-top: 32px;
  padding-bottom: 40px;
  min-height: 500px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.28;
  color: #fff; }
  .footer a {
    color: #fff; }

.footer__footer-1 > .row > div {
  margin-bottom: 35px; }

.footer__footer-2 {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.footer__copyright {
  margin-top: 0.5rem;
  margin-bottom: 16px; }

.footer__filmoteka {
  margin-bottom: 35px; }
  .footer__filmoteka img {
    max-width: 132px; }

.footer__publication {
  margin-bottom: 35px; }

.footer__links {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.5px;
  margin-bottom: 21.5px;
  text-transform: uppercase; }
  .footer__links a {
    font-weight: 500;
    color: #fff; }
  .footer__links .nav--footer {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .footer__links .nav-link {
    padding-left: 0; }

.footer__admin-link {
  margin-top: 1rem; }

.nav--footer .nav-link:hover {
  text-decoration: underline; }

.footer__social-description {
  margin-top: 0.5rem; }

.footer__social {
  margin-top: 0.5rem;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer__social img {
    max-width: 16px;
    max-height: 16px; }
  .footer__social > a {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.footer__rss {
  margin-bottom: 16px; }

.btn-footer-rounded {
  margin: 0 16px 16px 0px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  display: inline-block;
  border-radius: 50% !important;
  border-width: 0.5px;
  border-style: solid;
  width: 40px;
  height: 40px;
  padding: 0; }
  .btn-footer-rounded:first-child {
    margin-left: 0; }
  .btn-footer-rounded:hover {
    color: #fff;
    background-color: rgba(0, 135, 180, 0.5);
    border-color: transparent; }
  .btn-footer-rounded:focus, .btn-footer-rounded.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-footer-rounded.disabled, .btn-footer-rounded:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-footer-rounded:not(:disabled):not(.disabled):active, .btn-footer-rounded:not(:disabled):not(.disabled).active,
  .show > .btn-footer-rounded.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dfdfdf; }
    .btn-footer-rounded:not(:disabled):not(.disabled):active:focus, .btn-footer-rounded:not(:disabled):not(.disabled).active:focus,
    .show > .btn-footer-rounded.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-footer-rounded > img {
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.footer__newsletter {
  margin-top: 0.5rem; }

.footer__cofunded-item {
  display: block;
  margin-bottom: 16px; }

.footer__sfc {
  max-width: 132px; }

.footer__mk {
  max-width: 220px; }

.company-photo-thumbnail img,
.person-photo-thumbnail img {
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  border: solid 1px #1e3c54;
  border-radius: 50% !important; }
  .company-photo-thumbnail img img,
  .person-photo-thumbnail img img {
    max-width: 48px;
    border-radius: 50% !important;
    width: 100%;
    height: 100%; }

.avmedia-photo-thumbnail img {
  border: solid 1px #1e3c54;
  max-width: 36px; }

.avmedia-photo-thumbnail a {
  min-height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.publicitytext-photo-thumbnail img {
  max-width: 48px;
  max-height: 48px; }

.hero-role-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .hero-role-list > li {
    display: inline; }
    .hero-role-list > li:not(:last-child):after {
      content: "/";
      padding: 0 6px;
      color: #1da7d3; }

.left-padding {
  padding-left: 24px; }

@media (min-width: 576px) {
  .left-padding-sm {
    padding-left: 24px; } }

.main-content .hero {
  background-color: #005780;
  color: #fff; }
  .main-content .hero.hero--cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .main-content .hero.hero--cover:before {
      background-color: rgba(19, 19, 19, 0.7);
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .main-content .hero a {
    color: #fff; }
  .main-content .hero h1, .main-content .hero h2 {
    color: #fff; }
  .main-content .hero h1 {
    margin-bottom: 4px; }

.icon--standard {
  width: 32px;
  height: 32px; }

.btn-hero, .movie-hero__movie-actions-2-buttons .btn-video-action {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  cursor: pointer; }
  .btn-hero:hover, .movie-hero__movie-actions-2-buttons .btn-video-action:hover {
    color: #fff;
    background-color: rgba(0, 135, 180, 0.5);
    border-color: #ffffff00; }
  .btn-hero:focus, .movie-hero__movie-actions-2-buttons .btn-video-action:focus, .btn-hero.focus, .movie-hero__movie-actions-2-buttons .focus.btn-video-action {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-hero.disabled, .movie-hero__movie-actions-2-buttons .disabled.btn-video-action, .btn-hero:disabled, .movie-hero__movie-actions-2-buttons .btn-video-action:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-hero:not(:disabled):not(.disabled):active, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled):active, .btn-hero:not(:disabled):not(.disabled).active, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled).active,
  .show > .btn-hero.dropdown-toggle,
  .movie-hero__movie-actions-2-buttons .show > .dropdown-toggle.btn-video-action {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dfdfdf; }
    .btn-hero:not(:disabled):not(.disabled):active:focus, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled):active:focus, .btn-hero:not(:disabled):not(.disabled).active:focus, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled).active:focus,
    .show > .btn-hero.dropdown-toggle:focus,
    .movie-hero__movie-actions-2-buttons .show > .dropdown-toggle.btn-video-action:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-hero--rounded {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  margin-right: 0.5rem;
  border-radius: 50% !important;
  padding: 0;
  width: 40px;
  height: 40px; }
  .btn-hero--rounded:hover {
    color: #fff;
    background-color: rgba(0, 135, 180, 0.5);
    border-color: #ffffff00; }
  .btn-hero--rounded:focus, .btn-hero--rounded.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-hero--rounded.disabled, .btn-hero--rounded:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-hero--rounded:not(:disabled):not(.disabled):active, .btn-hero--rounded:not(:disabled):not(.disabled).active,
  .show > .btn-hero--rounded.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dfdfdf; }
    .btn-hero--rounded:not(:disabled):not(.disabled):active:focus, .btn-hero--rounded:not(:disabled):not(.disabled).active:focus,
    .show > .btn-hero--rounded.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-hero--rounded > img {
    width: 32px;
    height: 32px;
    margin: 4px; }

.btn--more {
  color: #1e3c54;
  font-size: 14px;
  font-weight: 500;
  padding-right: 32px;
  background: url(/static/icons2/29_BSF_Icons:more_content_3.svg?13bfbbd464d9) no-repeat center right 8px; }
  .btn--more:hover {
    color: #005780; }

.btn--more-2 {
  color: #1e3c54;
  font-size: 14px;
  font-weight: 500;
  padding-right: 32px;
  background: url(/static/icons2/24_BSF_Icons:more_crew:dark.svg?13bfbbd464d9) no-repeat center right 8px; }
  .btn--more-2:hover {
    color: #005780; }
  .btn--more-2:hover {
    background-image: url(/static/icons2/23_BSF_Icons:more_crew:blue.svg?13bfbbd464d9); }

.btn--submit {
  background-size: 32px 32px;
  background-image: url(/static/icons2/17_BSF_Icons:navigation_2:right:light.svg?13bfbbd464d9);
  background-position: center right 12px;
  background-repeat: no-repeat;
  padding-right: 42px; }

.btn--rss {
  background-size: 14px 14px;
  background-image: url(/static/font-awesome/rss-solid.svg?063d78aa3f85);
  background-position: center left 12px;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin-bottom: 16px; }

.btn--icon {
  padding: 0; }

.btn--white {
  background: #fff; }

.attribute {
  font-style: italic; }

.img--placeholder, .photo-container--placeholder {
  border: none !important; }

.margin-items {
  margin-top: 16px;
  margin-bottom: 16px; }

.video-symbol {
  position: relative;
  display: inline-block; }
  .video-symbol > img {
    -webkit-filter: brightness(70%);
            filter: brightness(70%); }
  .video-symbol:after {
    background: url(/static/icons3/31_BSF_Icons_play_small_light.svg?ac1bd7dbdc83) no-repeat center center;
    background-size: 42.5% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-symbol:hover:after {
    background-image: url(/static/icons3/31.1_BSF_Icons_play_small_hover_blue.svg?ac1bd7dbdc83); }

.long-text__summary p {
  display: inline; }

.long-text__text {
  display: none; }

.long-text__open-icon {
  height: 20px;
  width: 32px;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
  background: url(/static/icons2/resized/more-text.svg?13bfbbd464d9) center left no-repeat; }
  .long-text__open-icon:hover {
    background-image: url(/static/icons2/resized/more-text-hover.svg?13bfbbd464d9); }

.long-text__close-icon {
  height: 20px;
  width: 32px;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
  background: url(/static/icons2/resized/close-text.svg?13bfbbd464d9) center left no-repeat;
  text-indent: -1000px; }

.collapsable-icon {
  height: 20px;
  width: 32px;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
  background: url(/static/icons2/resized/close-text.svg?13bfbbd464d9) center left no-repeat; }
  .collapsable-icon.collapsed {
    background-image: url(/static/icons2/resized/more-text.svg?13bfbbd464d9); }
    .collapsable-icon.collapsed:hover {
      background-image: url(/static/icons2/resized/more-text-hover.svg?13bfbbd464d9); }

.index-container {
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(30, 60, 84, 0.33);
  background-color: #0276a1;
  color: #fff; }
  .index-container a {
    color: #fff; }

.index-container__index {
  padding: 16px 0; }

.index__groups-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.index__col {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  border-left: 1px solid #04739c; }
  .index__col:first-child {
    border-left: none; }

.index-list {
  padding-left: 0;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px; }

.index-list-item {
  margin: 8px 0; }
  .index-list-item:first-child {
    margin-top: 0; }
  .index-list-item:last-child {
    margin-bottom: 0; }
  .index-list-item a {
    color: #fff; }
  .index-list-item .disabled {
    opacity: 0.33; }

.index__form {
  padding: 0 16px; }

.index__select {
  width: 100%; }

.table--head {
  font-size: 14px;
  line-height: 1.43;
  margin: 45px 0; }
  .table--head th,
  .table--head td {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #f2f4f5;
    border-bottom: 1px solid #f2f4f5; }
  .table--head th {
    color: #1e3c54;
    width: 90px; }

.extended-list {
  margin: 16px 0; }

.extended-list-item {
  font-size: 12px;
  padding: 7px 0; }
  .extended-list-item:nth-of-type(odd) {
    background-color: #fafafa; }
  .extended-list-item.extended-list-item--bordered:not(:last-child) {
    border-bottom: 1px solid #0a283c; }

.extended-list-title {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 24px; }

.extended-list-description {
  font-size: 12px;
  padding-left: 24px; }

.extended-list-item__name {
  padding-left: 24px;
  font-weight: 500; }

.extended-list-item__description {
  padding-left: 24px; }

.extended-list__icon {
  height: 16px;
  vertical-align: text-bottom;
  margin-left: 5px;
  opacity: 0.5; }
  .extended-list__icon .extended-list.extended-list--simple .extended-list-item__name, .extended-list__icon .extended-list.extended-list--simple .extended-list-item__description {
    padding-left: 0; }

.award__description {
  font-size: 14px;
  padding-left: 24px; }

.secondary-nominations {
  font-size: 12px;
  margin-top: 24px;
  padding-left: 24px; }

.crew__name {
  padding-left: 77px; }

.person-list {
  margin: 25px 0; }

.person-list-item {
  font-size: 14px; }
  .person-list-item .person-list-item__container {
    display: -ms-flexbox;
    display: flex; }
    .person-list-item .person-list-item__container .person-list-item__photo {
      -ms-flex: 0 0 72px;
          flex: 0 0 72px; }
    .person-list-item .person-list-item__container .person-list-item__content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .person-list-item .person-list-item__container .person-list-item__content .person-list-item__person {
        padding: 13px 28px;
        font-weight: bold; }
      .person-list-item .person-list-item__container .person-list-item__content .person-list-item__description {
        padding: 13px 28px;
        color: #005780; }
  .person-list-item.person-list-item--stripped:nth-of-type(odd) .person-list-item__content {
    background-color: rgba(0, 135, 180, 0.04); }
  .person-list-item.person-list-item--photo {
    min-height: 72px; }
    .person-list-item.person-list-item--photo .person-list-item__description, .person-list-item.person-list-item--photo .person-list-item__person {
      padding: 26px 28px; }

.company-list {
  padding: 25px 0; }

.company-list-item {
  font-size: 14px; }

.company-list-item--stripped:nth-of-type(odd) .company-list-item__content {
  background-color: rgba(0, 135, 180, 0.04); }

.company-list-item--bordered:not(:last-child) {
  border-bottom: 1px solid #0a283c; }

.company-list-item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.company-list-item__name {
  padding: 26px 28px; }

.company-list-item__small {
  font-size: 12px; }

.company-list-item__description {
  padding: 26px 28px;
  color: #005780;
  text-align: right; }

.company-list-item__atrribute {
  font-size: 12px; }

.special-screenings {
  font-size: 12px;
  margin-top: 24px;
  padding-left: 24px; }

.filming-locations-list {
  padding: 25px 0; }

.filming-locations-list-item {
  font-size: 14px; }

.filming-locations-list-item--stripped:nth-of-type(odd) .filming-locations-list-item__content {
  background-color: rgba(0, 135, 180, 0.04); }

.filming-locations-list-item--bordered:not(:last-child) {
  border-bottom: 1px solid #0a283c; }

.filming-locations-list-item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.filming-locations-list-item__name {
  padding: 26px 28px; }

.filming-locations-list-item__small {
  font-size: 12px; }

.filming-locations-list-item__description {
  padding: 26px 28px;
  color: #005780;
  text-align: right; }

.filming-locations-list-item__atrribute {
  font-size: 12px; }

.episode-list {
  padding: 25px 0; }

.episode-list-item {
  font-size: 14px; }

.episode-list-item--stripped:nth-of-type(odd) .episode-list-item__content {
  background-color: rgba(0, 135, 180, 0.04); }

.episode-list-item--bordered:not(:last-child) {
  border-bottom: 1px solid #0a283c; }

.episode-list-item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.episode-list-item__name {
  padding: 13px 28px; }

.episode-list-item__small {
  font-size: 12px; }

.episode-list-item__description {
  padding: 13px 28px;
  color: #005780;
  text-align: right; }

.episode-list-item__atrribute {
  font-size: 12px; }

.list--serie-episodes {
  padding-top: 8px; }
  .list--serie-episodes .list__item {
    border-top: 1px solid #eef0f2; }

.episodes-nav {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff; }
  .episodes-nav a {
    color: #fff; }

.episodes-nav__next,
.episodes-nav__previous {
  padding: 8px 0; }

.episodes-nav__previous {
  margin-left: -8px; }

.episodes-nav__next {
  margin-right: -32px;
  text-align: right; }

.related-items-wrapper {
  background: #f5f5f5;
  padding: 48px; }

.related-items h5 {
  font-size: 12px;
  color: #b5bfc7;
  text-transform: uppercase;
  letter-spacing: 2.5px; }

.related-item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background-color: #fff;
  font-size: 12px; }
  .related-item .related-item__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch; }
    .related-item .related-item__head picture {
      width: 100%; }
  .related-item .related-item__body {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 17px;
    text-align: center; }
  .related-item .related-item__footer {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding: 0 20px; }
  .related-item .related-item__title {
    font-size: 14px;
    font-weight: bold;
    color: #1e3c54;
    letter-spacing: 0.2px; }
  .related-item .related-item__content {
    letter-spacing: 0.4px; }
  .related-item .related-item__type {
    font-size: 12.5px;
    letter-spacing: 0.4px; }
    .related-item .related-item__type hr {
      width: 48px;
      border-top: solid 1.5px rgba(30, 60, 84, 0.16);
      margin-bottom: 15px; }

.related-item .related-item__image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto; }

.related-item .related-item__image--avmedia {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%; }

@media (min-width: 576px) {
  .swiper--related .swiper-slide {
    width: auto !important; }
  .swiper--related .related-item {
    width: 264px; }
  .swiper--related .related-item__head {
    height: 158px; } }

.contacts-table {
  font-size: 12px;
  color: #005780; }

.r, .movie-list__row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 16px;
  padding-bottom: 11px;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.43;
  border-bottom: 1px solid #f2f3f5; }

.r__image {
  -ms-flex: 0 0 69px;
      flex: 0 0 69px;
  padding: 0 8px; }
  .r__image img {
    max-width: 100%;
    max-height: 76px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }

.r__title {
  font-weight: bold; }

.r__alternative-titles {
  color: #6c757d; }

.r.r--award, .r--award.movie-list__row {
  display: block; }
  .r.r--award div, .r--award.movie-list__row div {
    display: inline; }

.algolia-autocomplete {
  width: 100%; }

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%; }

.algolia-autocomplete .aa-hint {
  color: #999; }

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border-top: none; }
  .algolia-autocomplete .aa-dropdown-menu .search-results__group-header {
    margin-top: 24px;
    margin-bottom: 14px;
    padding-left: 69px; }

.algolia-autocomplete .aa-dropdown-menu {
  cursor: pointer; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal; }

.algolia-autocomplete .r__alternative-titles {
  color: #6c757d; }

.search-results__search {
  margin-bottom: 76px; }

.search-results__results-list {
  margin-bottom: 76px; }

.search-results__pagination {
  margin-bottom: 76px; }

.search-results__group-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 19px;
  margin-top: 47px;
  padding-left: 69px; }

.search-results__group-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.11px; }

.search-results__group-num {
  color: rgba(30, 60, 84, 0.33); }

.search-results__group-more {
  margin-left: 10px; }

.search-results__no-results {
  padding-left: 69px; }

.search-results__active-filters {
  margin-bottom: 20px; }

.search-results__active-filters-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.search-results-chip {
  padding-right: 28px; }
  .search-results-chip:hover {
    background: url(/static/icons2/resized/close-text.svg?13bfbbd464d9) right top -3px no-repeat; }

.advanced-search-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .advanced-search-container .advanced-search__sidebar {
    padding-top: 76px;
    background: #fff; }
  .advanced-search-container .advanced-search__content {
    padding-top: 76px;
    background: #fff;
    position: relative; }

@media (min-width: 576px) {
  .advanced-search-container {
    min-height: calc(100vh - 76px - 200px);
    -ms-flex-direction: row;
        flex-direction: row; }
    .advanced-search-container .advanced-search__sidebar {
      width: 410px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .advanced-search-container .advanced-search__content {
      margin-left: 20px;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .advanced-search-container .results-list-container {
      max-width: 680px; } }

@media (min-width: 992px) {
  .advanced-search-container .results-list-container {
    margin-left: 84px; } }

.results-list-container {
  padding: 0 24px; }
  .results-list-container.results-list-container--loading .results-list {
    opacity: 0.5; }
  .results-list-container.results-list-container--loading .result-list-container__spinner {
    display: block; }

.results-list__loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffffa1; }

.results-list__loading--loading {
  display: block; }

.result-list__spinner {
  position: fixed;
  top: 50%;
  left: 50%; }

.advanced-search__main {
  position: relative; }

.paginate-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 576px) {
    .paginate-wrapper {
      -ms-flex-direction: row;
          flex-direction: row; } }

.paginate-wrapper__left,
.paginate-wrapper__right {
  -ms-flex: 1;
      flex: 1; }

.paginate__pagination {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-link {
  display: inline; }

.page-item {
  padding: 8px; }

.page-item.active .page-link {
  border-bottom: 2px solid #1da7d3; }

.page-item__icon {
  width: 28px;
  padding: 0; }

.page-item__icon--disabled {
  opacity: 0.33; }

.page-link {
  min-width: 32px;
  text-align: center; }
  .page-link:hover {
    color: #1e3c54; }

.select--per-page {
  width: auto; }

.in-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 992px) {
    .in-numbers {
      padding-left: 24px;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.in-numbers__img > img {
  margin: 0 auto;
  width: auto;
  height: 48px; }

.in-numbers__number {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: 0.2px;
  color: #081e2c; }

.in-numbers__label {
  text-align: center; }

.partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .partners .partners__partner {
    display: -ms-flexbox;
    display: flex;
    padding: 24px; }

.partners__partner-logo {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff; }
  .partners__partner-logo img {
    max-width: 180px;
    max-height: 88px;
    position: relative;
    height: auto;
    width: auto;
    mix-blend-mode: multiply; }

.faq__answer {
  padding: 10px 0;
  padding-left: 24px; }

.search-sidebar {
  padding: 0 24px;
  font-size: 14px;
  background-color: #fff; }
  .search-sidebar .col-form-label {
    padding: 16px 0 16px 0; }
  .search-sidebar .custom-switch {
    margin: 16px 0; }
  .search-sidebar .filter-field--multiple .label--disabled {
    display: none; }
  .search-sidebar .section-head.section--level-2 {
    padding: 13.5px 24px;
    border-bottom: solid 1.5px rgba(10, 40, 60, 0.16); }
  .search-sidebar .section-head--collapsable:hover {
    border-color: rgba(10, 40, 60, 0.16); }
  .search-sidebar .section-body .section-body__inner {
    padding-bottom: 0; }
  .search-sidebar .form-group {
    border-bottom: solid 1px rgba(10, 40, 60, 0.08);
    padding: 0 8px;
    margin-top: 0;
    margin-bottom: 0; }
  .search-sidebar .form-control, .search-sidebar .field__value {
    border-color: transparent; }
  .search-sidebar label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal; }

.search-sidebar__search-all-fieldset .form-group {
  border-bottom: none;
  margin-bottom: 32px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0; }

.search-sidebar__search-all-field {
  background-image: url(/static/icons2/resized/search-all-field.svg?ed51bcaceeff);
  background-position: center right 14px;
  background-repeat: no-repeat; }

.search-sidebar__section-title {
  font-size: 15px;
  font-weight: bold;
  color: #1e3c54; }
  .search-sidebar__section-title i {
    font-style: normal; }

.advanced-search-accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .advanced-search-accordion .section-head {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .advanced-search-accordion .section-body {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .advanced-search-accordion .section-body.show {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }

.advanced-search__filter .section-head {
  border-top: 1.5px solid #1e3c54;
  border-bottom: none; }

.advanced-search__filter-body {
  margin: 0 24px; }

.advanced-search__reset {
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #0276a1; }

.filter-field--multiple .custom-control {
  min-height: auto;
  color: rgba(30, 60, 84, 0.33);
  line-height: 33px;
  margin-left: 3px; }
  .filter-field--multiple .custom-control .custom-control-label::after,
  .filter-field--multiple .custom-control .custom-control-label::before {
    top: 8px; }
  .filter-field--multiple .custom-control .custom-control-input:checked ~ .custom-control-label {
    color: #1e3c54; }

.filter-field--nested-checkboxes .form-checkboxes-multiple,
.filter-field--searchable .form-checkboxes-multiple,
.form-checkboxes-multiple--searchable {
  max-height: 198px;
  overflow-y: auto; }

.searchable-filter__search-bar {
  position: relative; }
  .searchable-filter__search-bar + .form-checkboxes-multiple {
    margin-top: 0; }

.searchable-filter__search-bar {
  margin-bottom: 16px; }

.filter-field__header {
  cursor: pointer; }
  .filter-field__header .filter-field__toggle {
    float: right;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(/static/icons2/27_BSF_Icons:dropdown.svg?13bfbbd464d9);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .filter-field__header.collapsed .filter-field__toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.filter-field__body .form-checkboxes-multiple,
.filter-field__body .form-radio-buttons {
  padding-bottom: 16px; }

.nested-checkboxes ul {
  padding-left: 0; }

.nested-checkboxes ul ul {
  padding-left: 28px; }

.nested-checkboxes li {
  display: block; }

.clearable-input__wrapper {
  position: relative; }

.clearable-input--dirty {
  background-image: none; }

.clearable-input__clear {
  background: url(/static/icons/close.svg?20da1d80aa6a) center center no-repeat;
  width: 20px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 0; }

.modal--cropper {
  max-height: 100vh; }
  .modal--cropper .modal-dialog .modal-content .modal-body {
    max-height: calc(80vh - 140px);
    overflow-y: auto; }

.image-for-crop-wrapper {
  max-height: 100%;
  max-width: 100%; }

.image-for-crop {
  max-height: 100%;
  max-width: 100%; }

.upload-image__img {
  max-width: 200px;
  max-height: 200px;
  display: block; }

.upload-image__img--editable {
  cursor: pointer; }

.upload-image__edit-link {
  margin-top: 5px;
  border: 0;
  width: 24px;
  height: 24px;
  background: url("/static/font-awesome/edit-regular.svg?063d78aa3f85") no-repeat; }

.upload-image__img:not([src]) + .upload-image__edit-link {
  display: none; }

.index-container {
  will-change: transform;
  width: 100%;
  overflow: hidden;
  max-height: 200px; }

.header + .main-content {
  border-top: 50px solid #005780;
  margin-top: -50px; }

.header--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15; }
  .header--fixed.header--custom-unpinned {
    position: fixed !important; }
    .header--fixed.header--custom-unpinned .index-container {
      transition: all 200ms 100ms linear !important;
      -webkit-transform: translateY(-100%) !important;
              transform: translateY(-100%) !important; }
  .header--fixed.header--custom-pinned {
    position: fixed !important; }
    .header--fixed.header--custom-pinned .index-container {
      transition: none !important;
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important; }
  .header--fixed.top .index-container {
    transition: all 50ms linear;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .header--fixed.not-top {
    position: fixed; }
  .header--fixed.slideDown.not-top .index-container {
    transition: all 200ms linear;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .header--fixed.slideDown.top .index-container {
    transition: all 200ms linear;
    position: fixed; }
  .header--fixed.slideUp.not-top .index-container {
    transition: all 200ms linear;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    max-height: 0; }
  .header--fixed.slideUp.top .index-container {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    position: absolute; }

.mgrid__sizer,
.mgrid__item {
  width: 100%; }
  @media (min-width: 576px) {
    .mgrid__sizer,
    .mgrid__item {
      width: 50%; } }
  @media (min-width: 992px) {
    .mgrid__sizer,
    .mgrid__item {
      width: 25%; } }

.hero {
  padding-bottom: 16px;
  padding-top: 16px; }
  @media (max-width: 991.98px) {
    .hero {
      padding-top: 64px; } }

.btn-hero, .movie-hero__movie-actions-2-buttons .btn-video-action {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  cursor: pointer;
  background-repeat: no-repeat; }
  .btn-hero:hover, .movie-hero__movie-actions-2-buttons .btn-video-action:hover {
    color: #fff;
    background-color: #081e2c;
    border-color: #fff; }
  .btn-hero:focus, .movie-hero__movie-actions-2-buttons .btn-video-action:focus, .btn-hero.focus, .movie-hero__movie-actions-2-buttons .focus.btn-video-action {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-hero.disabled, .movie-hero__movie-actions-2-buttons .disabled.btn-video-action, .btn-hero:disabled, .movie-hero__movie-actions-2-buttons .btn-video-action:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-hero:not(:disabled):not(.disabled):active, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled):active, .btn-hero:not(:disabled):not(.disabled).active, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled).active,
  .show > .btn-hero.dropdown-toggle,
  .movie-hero__movie-actions-2-buttons .show > .dropdown-toggle.btn-video-action {
    color: #fff;
    background-color: #081e2c;
    border-color: #fff; }
    .btn-hero:not(:disabled):not(.disabled):active:focus, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled):active:focus, .btn-hero:not(:disabled):not(.disabled).active:focus, .movie-hero__movie-actions-2-buttons .btn-video-action:not(:disabled):not(.disabled).active:focus,
    .show > .btn-hero.dropdown-toggle:focus,
    .movie-hero__movie-actions-2-buttons .show > .dropdown-toggle.btn-video-action:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-hero--fixed-width, .movie-hero__movie-actions-2-buttons .btn-video-action {
  min-width: 120px; }
  @media (min-width: 992px) {
    .btn-hero--fixed-width, .movie-hero__movie-actions-2-buttons .btn-video-action {
      min-width: 176px; } }

.btn-hero--actions-1 {
  height: 36px;
  line-height: 26px;
  border-radius: 18px;
  background-position: center; }

.btn-hero--trailer {
  background-image: url("/static/icons4/BSF_Icon_Trailer-White-High Emphasis.svg?240e8d036be2");
  background-position: 5px center;
  padding-left: 36px; }

.btn-hero--playlist {
  background-image: url("/static/icons4/BSF_Icon_Bookmark-Empty-White-High Emphasis.svg?240e8d036be2");
  background-position: 0px center; }
  .btn-hero--playlist.movie-list--exists {
    background-position: 5px center;
    padding-left: 36px;
    background-color: #fff;
    background-image: url("/static/icons4/BSF_Icon_Bookmark-Filled-Black-High Emphasis.svg?240e8d036be2");
    color: #000; }

.btn-hero--press {
  background-image: url("/static/icons4/BSF_Icon_Download-Press-White-High Emphasis.svg?240e8d036be2"); }

.btn-hero--actions-2 span, .movie-hero__movie-actions-2-buttons .btn-video-action span {
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block; }

.btn-hero--wishlist {
  background-image: url("/static/icons4/BSF_Icon_Wishlist-Empty-White-High Emphasiis.svg?240e8d036be2");
  background-position: center right;
  padding-right: 36px; }
  .btn-hero--wishlist.movie-list--exists {
    background-image: url("/static/icons4/BSF_Icon_Wishlist-Filled-White-High Emphasis.svg?240e8d036be2"); }

.icon {
  cursor: pointer; }

.icon--more {
  height: 32px;
  width: 32px;
  display: inline-block;
  background: url(/static/icons3/18_BSF_Icons_more_text_dark.svg?ac1bd7dbdc83) center left no-repeat;
  padding-right: 24px; }
  .icon--more:hover {
    background-image: url(/static/icons3/18.1_BSF_Icons_more_text_hover_blue.svg?ac1bd7dbdc83); }

.icon--more-crew {
  height: 20px;
  width: 32px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url(/static/icons2/resized/more-crew.svg?13bfbbd464d9) center left no-repeat; }
  .icon--more-crew:hover {
    background-image: url(/static/icons2/resized/more-crew-hover.svg?13bfbbd464d9); }

.main-content h1, .extended-data h1 {
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 1px; }

.main-content h2, .extended-data h2 {
  font-weight: normal; }

.main-content h3, .extended-data h3 {
  font-weight: 900; }

.main-content h4, .extended-data h4 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px; }

.main-content h5, .extended-data h5 {
  font-size: 12px;
  color: #b5bfc7;
  text-transform: uppercase;
  letter-spacing: 2.5px; }

.main-content h6, .extended-data h6 {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #005780;
  text-transform: uppercase; }

.content-body {
  background-color: #fff; }

.extended-data {
  background-color: #fff; }

.contact {
  background-color: #fff;
  padding-top: 32px; }

.list-separator {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .list-separator > li {
    display: inline; }
    .list-separator > li:not(:last-child):after {
      content: "/";
      padding: 0 6px;
      color: #1da7d3; }

.span-separator > span:not(:last-child):after {
  content: "/";
  padding: 0 6px;
  color: #1da7d3; }

.section-head {
  border-bottom: 1px solid #1e3c54;
  padding: 10px 24px;
  font-size: 15px;
  position: relative; }
  .section-head > h2, .section-head > h3, .section-head > h4 {
    margin: 0; }
  .section-head h3 {
    margin: 14px 0; }
  .section-head h4 {
    margin: 6px 0; }
  .section-head .section-head__icon {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 32px 32px; }
  .section-head.section--level-1 {
    border-bottom-width: 1.5px; }
  .section-head.section--level-2 {
    border-bottom: 1px solid #dbe0e4; }
  .section-head.section--level-9 {
    border-bottom: none; }

.section-head--collapsable {
  cursor: pointer; }
  .section-head--collapsable:hover {
    border-bottom-color: #0276a1; }
    .section-head--collapsable:hover > h2, .section-head--collapsable:hover > h3, .section-head--collapsable:hover > h4 {
      color: #0276a1; }
  .section-head--collapsable .section-head__icon {
    background-image: url(/static/icons2/02_BSF_Icons:Tab_1:minus.svg?13bfbbd464d9); }
  .section-head--collapsable.collapsed .section-head__icon {
    background-image: url(/static/icons2/01_BSF_Icons:Tab_1:plus.svg?13bfbbd464d9); }
  .section-head--collapsable.section--level-2 .section-head__icon {
    background-image: url(/static/icons2/04_BSF_Icons:Tab_2:minus.svg?13bfbbd464d9); }
  .section-head--collapsable.section--level-2.collapsed .section-head__icon {
    background-image: url(/static/icons2/03_BSF_Icons:Tab_2:plus.svg?13bfbbd464d9); }

.section-head--h4 {
  border: none;
  padding-left: 28px; }

.section-body .section-body__inner {
  padding-bottom: 58px; }

.section-body.section--level-2 {
  border-bottom: 1px solid #dbe0e4; }
  .section-body.section--level-2 .section-body__inner {
    padding-bottom: 0px; }

.list__item {
  padding: 16px 0; }
  .list__item:hover {
    background-color: #fafcfd; }
  @media (max-width: 575.98px) {
    .list__item .row > div:not(:first-child) .list__content {
      padding-left: 100px; } }

.list__content {
  padding-left: 24px;
  font-size: 14px; }

.list__content--button {
  padding-left: 0; }

.list__name-and-photo {
  display: -ms-flexbox;
  display: flex; }
  .list__name-and-photo .list__photo {
    -ms-flex: 0 0 76px;
        flex: 0 0 76px; }
  .list__name-and-photo .list__name {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-item-align: center;
        align-self: center; }

.list__button {
  padding-right: 24px;
  float: right; }

.list--stripped > .list__item:nth-of-type(even) {
  background-color: #fbfbfc; }

.list--medium .list__item {
  padding: 7.5px 0; }

.list--dense .list__item {
  padding: 4px 0; }

.list--bordered > .list__item {
  border-bottom: 1px solid #f2f3f5; }

.form--contact {
  padding: 16px 0 0 24px; }

#contact-form__placeholder {
  min-height: 750px; }

.captcha ~ .invalid-feedback {
  display: block !important; }

.contact-form .form-check-label {
  font-size: 15px;
  color: #8f9eaa; }

.contact-form .form-control, .contact-form .field__value {
  font-size: 14px;
  line-height: 28px;
  height: 40px; }

.contact-form textarea.form-control, .contact-form textarea.field__value {
  height: 136px; }

.contact-form .form-check-input {
  margin-top: 10px; }

.contact-form .custom-control {
  color: #8f9eaa;
  letter-spacing: 0.15px; }

.contact-form .invalid-feedback {
  padding-left: 13.5px; }

.contact-form__description {
  color: #8f9eaa;
  margin-bottom: 32px; }

.contact-form__contact-type-label {
  font-size: 15px;
  color: #0087b4;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 1.25rem; }

.form-check {
  line-height: 34px; }
  .form-check .invalid-feedback {
    padding-left: 0; }

input[type=radio]:checked + label {
  color: #0087b4;
  font-weight: bold; }

.form--newsletter {
  margin-bottom: 21.5px; }
  .form--newsletter .form-group {
    margin-bottom: 16px; }
  .form--newsletter .custom-control-label {
    padding-top: 4px; }
  .form--newsletter .btn--newsletter {
    margin-bottom: 16px;
    color: #fff;
    background-color: #1da7d3;
    border-color: #ffffff00; }
    .form--newsletter .btn--newsletter:hover {
      color: #fff;
      background-color: rgba(0, 135, 180, 0.5);
      border-color: #ffffff00; }
    .form--newsletter .btn--newsletter:focus, .form--newsletter .btn--newsletter.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
    .form--newsletter .btn--newsletter.disabled, .form--newsletter .btn--newsletter:disabled {
      color: #fff;
      background-color: #1da7d3;
      border-color: #ffffff00; }
    .form--newsletter .btn--newsletter:not(:disabled):not(.disabled):active, .form--newsletter .btn--newsletter:not(:disabled):not(.disabled).active,
    .show > .form--newsletter .btn--newsletter.dropdown-toggle {
      color: #fff;
      background-color: #1784a6;
      border-color: rgba(223, 223, 223, 0); }
      .form--newsletter .btn--newsletter:not(:disabled):not(.disabled):active:focus, .form--newsletter .btn--newsletter:not(:disabled):not(.disabled).active:focus,
      .show > .form--newsletter .btn--newsletter.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.footer__newsletter .form-control, .footer__newsletter .field__value {
  color: #fff;
  background: transparent;
  border-width: 1px; }
  .footer__newsletter .form-control:not(.is-invalid), .footer__newsletter .field__value:not(.is-invalid) {
    border-color: #e1f5f8; }
  .footer__newsletter .form-control::-webkit-input-placeholder, .footer__newsletter .field__value::-webkit-input-placeholder {
    color: #8f9eaa; }
  .footer__newsletter .form-control::-moz-placeholder, .footer__newsletter .field__value::-moz-placeholder {
    color: #8f9eaa; }
  .footer__newsletter .form-control:-ms-input-placeholder, .footer__newsletter .field__value:-ms-input-placeholder {
    color: #8f9eaa; }
  .footer__newsletter .form-control::-ms-input-placeholder, .footer__newsletter .field__value::-ms-input-placeholder {
    color: #8f9eaa; }
  .footer__newsletter .form-control::placeholder, .footer__newsletter .field__value::placeholder {
    color: #8f9eaa; }

.newsletter-subscription__title {
  text-transform: uppercase; }

.newsletter-subscription__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px; }

.newsletter-subscription__row-1 {
  -ms-flex: 1 1 150px;
      flex: 1 1 150px;
  margin-right: 8px; }

.newsletter-subscription__row-2 {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.newsletter-block .newsletter-subscription__title {
  font-weight: bold; }

.avmedia__episode-nav {
  background-color: #0276a1; }

.avmedia__hero {
  background-image: url(/static/images/BSF_Vzorec_1_film_v1_1BLACK.svg?9ae05d0b4804); }

@media (min-width: 768px) {
  .avmedia__hero-container > div.row {
    min-height: 512px; } }

.avmedia__head {
  padding: 50px 0;
  background-color: #fff; }

.avmedia__head-text {
  padding-left: 24px; }

.avmedia__head-status-badge {
  font-size: 12px;
  margin-left: 10px; }

.movie-production-country--main {
  font-weight: 500; }

.movie-hero {
  padding-left: 24px; }

.movie-hero__movie-types {
  font-size: 12px; }

.movie-hero__serie {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 3px; }
  .movie-hero__serie > li {
    display: inline; }
    .movie-hero__serie > li:not(:last-child):after {
      content: "/";
      padding: 0 6px;
      color: #1da7d3; }

.movie-types {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 3px; }
  .movie-types > li {
    display: inline; }
    .movie-types > li:not(:last-child):after {
      content: "/";
      padding: 0 6px;
      color: #1da7d3; }
  .movie-types > li {
    text-transform: uppercase; }
    .movie-types > li:after {
      color: #fff !important; }

.movie-hero__title-line {
  margin-bottom: 16px; }

.movie-hero__main-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.movie-hero__title {
  margin: 0; }

.movie-hero__rating {
  width: 40px;
  height: auto;
  margin-left: 12px; }

.movie-hero__status {
  height: 32px; }

.movie-hero__alternative-titles {
  font-size: 24px;
  font-style: normal;
  margin: 0; }

.movie-hero__summary {
  font-size: 16px; }

.movie-hero__running-time-countries-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .movie-hero__running-time-countries-list > li {
    display: inline; }
    .movie-hero__running-time-countries-list > li:not(:last-child):after {
      content: "/";
      padding: 0 6px;
      color: #1da7d3; }

.movie-hero__production-types {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .movie-hero__production-types > li {
    display: inline; }
    .movie-hero__production-types > li:not(:last-child):after {
      content: "/";
      padding: 0 6px;
      color: #1da7d3; }

.movie-hero__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .movie-hero__list > li {
    display: inline; }
    .movie-hero__list > li:not(:last-child):after {
      content: "/";
      padding: 0 6px;
      color: #1da7d3; }

.movie-hero__movie-actions-1 {
  margin-top: 24px;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .movie-hero__movie-actions-1 {
      margin-bottom: 40px; } }
  .movie-hero__movie-actions-1 > * {
    margin-left: 12px; }
    .movie-hero__movie-actions-1 > *:first-child {
      margin-left: 0; }

.movie-hero__movie-actions-2 {
  padding-left: 24px; }
  @media (min-width: 768px) {
    .movie-hero__movie-actions-2 {
      display: inline-block;
      float: right;
      padding-left: 0; } }
  .movie-hero__movie-actions-2 .video-info__remaining-time {
    background: url("/static/icons4/BSF_Icon_Timer-White-High Emphasis.svg?240e8d036be2") left top no-repeat;
    padding-left: 24px;
    line-height: 24px;
    display: inline-block;
    background-size: auto 24px; }
  .movie-hero__movie-actions-2 .video-info__context {
    font-size: 12.5px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.3px; }

.movie-hero__movie-actions-2-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px; }
  .movie-hero__movie-actions-2-buttons > .dropdown,
  .movie-hero__movie-actions-2-buttons > .btn,
  .movie-hero__movie-actions-2-buttons > .btn-video-action {
    margin-left: 16px;
    margin-top: 16px; }
  .movie-hero__movie-actions-2-buttons .btn-hero--watch span {
    background-image: url("/static/icons4/BSF_Icon_Watch-White-High Emphasis.svg?240e8d036be2");
    padding-right: 36px; }

.movie-hero .movie-production-country {
  color: #b3cdd9; }

.movie-hero .movie-production-country--main {
  color: #fff; }

.video-info {
  margin-right: 8px;
  height: 28px;
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.video-info__base > img {
  height: 24px;
  width: auto; }

.avmedia__head-image img {
  border: solid 1px #1e3c54;
  max-width: 100%;
  height: auto; }

.person__hero {
  background-image: url(/static/images/BSF_Vzorec_1_oseba_v1_1BLACK.svg?9ae05d0b4804);
  color: #fff; }
  .person__hero a {
    color: #fff; }

.person__hero-container > div.row {
  min-height: 240px; }

.person__head {
  padding: 50px 0;
  background-color: #fff; }

.person-hero {
  margin: 47px 0;
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.person__biography {
  margin: 25px 0; }

.person__head-image img {
  border: solid 1px #1e3c54;
  box-shadow: 0 -5px 12px 1px rgba(10, 40, 60, 0.33); }

.person__head-image > .person-photo {
  width: 200px;
  height: 200px;
  border-radius: 50% !important;
  margin-left: auto;
  margin-right: auto; }
  .person__head-image > .person-photo img {
    max-width: 200px;
    border-radius: 50% !important;
    width: 100%;
    height: 100%; }

@media (min-width: 576px) {
  .person__head-image {
    margin-top: -190px; }
    .person__head-image > .person-photo {
      width: 280px;
      height: 280px;
      border-radius: 50% !important;
      margin-left: 0; }
      .person__head-image > .person-photo img {
        max-width: 280px;
        border-radius: 50% !important;
        width: 100%;
        height: 100%; } }

.company__hero {
  background-image: url(/static/images/BSF_Vzorec_1_oseba_v1_1BLACK.svg?9ae05d0b4804);
  color: #fff; }
  .company__hero a {
    color: #fff; }

.company__hero-container > div.row {
  min-height: 240px; }

.company__head {
  background-color: #fff; }
  @media (min-width: 576px) {
    .company__head {
      padding: 50px 0; } }

.company__extended-data {
  background-color: #fafafc; }

.company-hero {
  margin: 47px 0;
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.company-hero__alternative-titles {
  font-size: 30px;
  font-style: normal;
  margin: 0; }

.company__biography {
  margin: 25px 0; }

.company__head-image img {
  border: solid 1px #1e3c54;
  box-shadow: 0 -5px 12px 1px rgba(10, 40, 60, 0.33); }

.company__head-image > .company-photo {
  width: 200px;
  height: 200px;
  border-radius: 50% !important;
  margin-left: auto;
  margin-right: auto; }
  .company__head-image > .company-photo img {
    max-width: 200px;
    border-radius: 50% !important;
    width: 100%;
    height: 100%; }

@media (min-width: 576px) {
  .company__head-image {
    margin-top: -190px; }
    .company__head-image > .company-photo {
      width: 280px;
      height: 280px;
      border-radius: 50% !important;
      margin-left: 0; }
      .company__head-image > .company-photo img {
        max-width: 280px;
        border-radius: 50% !important;
        width: 100%;
        height: 100%; } }

.frontpage__splash {
  background-color: #0276a1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #fff; }
  .frontpage__splash a {
    color: #fff;
    text-decoration: none; }

.frontpage__tagline {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 209px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .frontpage__tagline h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 300; }
  .frontpage__tagline > div {
    -ms-flex-item-align: center;
        align-self: center; }

.frontpage__tagline-title div, .frontpage__tagline-title p {
  display: inline; }

.frontpage__welcome {
  position: absolute;
  top: 226px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 10px;
  right: 10px;
  z-index: 1000; }
  @media (min-width: 768px) {
    .frontpage__welcome {
      max-width: 80%; } }
  @media (min-width: 1200px) {
    .frontpage__welcome {
      width: 918px;
      padding-left: 24px; } }

.frontpage__welcome-content {
  position: relative;
  background: #fff;
  border: 1px solid #1e3c54;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .frontpage__welcome-content {
      padding: 40px 62px; }
      .frontpage__welcome-content .frontpage__welcome-close {
        right: 62px; } }
  .frontpage__welcome-content h3 {
    margin-bottom: 1rem; }

.frontpage__welcome-close {
  position: absolute;
  top: 40px;
  right: 20px; }

.frontpage__welcome-button {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-image: url(/static/icons2/27_A_BSF_Icons-dropdown_white.svg?13bfbbd464d9);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms 0ms linear !important;
  transition: transform 200ms 0ms linear !important;
  transition: transform 200ms 0ms linear, -webkit-transform 200ms 0ms linear !important; }
  .frontpage__welcome-button.collapsed {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.frontpage__welcome-button.frontpage__welcome-button--new {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: highlight;
          animation-name: highlight;
  -webkit-animation-iteration-count: 20;
          animation-iteration-count: 20; }

@-webkit-keyframes highlight {
  from {
    opacity: 1; }
  20% {
    opacity: 0.3;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px); }
  40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0); }
  to {
    opacity: 1; } }

@keyframes highlight {
  from {
    opacity: 1; }
  20% {
    opacity: 0.3;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px); }
  40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0); }
  to {
    opacity: 1; } }

.frontpage__in-numbers {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.frontpage__related {
  margin: 76px 0; }
  .frontpage__related .related-item {
    height: auto;
    margin-bottom: 24px; }
  .frontpage__related .related-item__image {
    width: 100%;
    height: auto;
    border: solid 1px #1e3c54; }

.frontpage__photo-description {
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #1e3c54; }
  .frontpage__photo-description a {
    color: #1e3c54; }

.frontpage__bubble-chart {
  background: #0a0a0a; }

.bubble-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.bubble-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 28px;
  padding-bottom: 32px; }

.bubble-chart__background {
  fill: #0a0a0a; }

.bubble {
  pointer-events: auto;
  cursor: pointer; }
  .bubble text {
    fill: rgba(255, 255, 255, 0.8);
    font: 12px sans-serif;
    text-anchor: middle; }
  .bubble .value {
    font-weight: bold;
    fill: #fff; }
  .bubble circle {
    fill: #171717;
    transition: fill 0.2s ease; }
  .bubble:hover circle {
    fill: #0276a1; }

.frontpage__news-section-title-news {
  margin-bottom: 32px; }

.frontpage__news-section-title-events {
  margin-bottom: 40px; }

.frontpage-related h5 {
  font-size: 12px;
  color: #b5bfc7;
  text-transform: uppercase;
  letter-spacing: 2.5px; }

.frontpage-related__filter {
  margin-bottom: 76px; }

.frontpage-related__items {
  margin: 0 -18px; }

.btn--masonry-filter {
  font-weight: bold;
  text-decoration: none !important; }
  .btn--masonry-filter.active {
    color: #1e3c54; }

.featured {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 606px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .featured:before {
    background-color: rgba(19, 19, 19, 0.7);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.featured__content {
  position: relative; }

.featured__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.13;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #081e2c;
  margin-bottom: 12px;
  color: #fff !important; }
  .featured__title a {
    text-decoration: none;
    color: #fff; }

.featured__type {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px; }

.featured__content {
  color: #fff; }

.frontpage-featured-carousel {
  height: 606px; }
  .frontpage-featured-carousel .slick-next {
    right: 32px; }
  .frontpage-featured-carousel .slick-prev {
    left: 32px; }
  .frontpage-featured-carousel .slick-dots {
    bottom: 32px; }
    .frontpage-featured-carousel .slick-dots li button:before, .frontpage-featured-carousel .slick-dots li.slick-active button:before {
      color: #fff; }
  .frontpage-featured-carousel .slick-prev, .frontpage-featured-carousel .slick-next {
    width: 30px;
    height: 30px; }


.h1,
.page-content h1 {
  font-size: 34px;
  font-weight: 300;
  font-style: normal; }
  .h1 em, .page-content h1 em {
    color: #0276a1;
    font-style: normal; }

.h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.17; }

.page-contact__app .form--contact {
  padding-left: 0; }

.page-content {
  margin-top: 76px;
  margin-bottom: 76px; }
  .page-content h1 {
    margin-top: 76px;
    margin-bottom: 76px; }

.page-content__gallery .media-block__image, .page-content__gallery .media-block__caption {
  -ms-flex: unset;
      flex: unset;
  max-width: none; }

.movie-list__row {
  -ms-flex-align: center;
      align-items: center; }

.movie-list__info {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 12px;
  margin: 0 10px; }

.movie-list__actions {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0 10px; }

.movie-list__result > .r, .movie-list__result > .movie-list__row {
  padding: 0;
  border-bottom: 0;
  margin: 0 5px;
  -ms-flex-align: center;
      align-items: center; }

.profile-hero {
  background: #0a1419;
  color: rgba(255, 255, 255, 0.5); }

.profile-hero__container {
  position: relative; }

.btn-hero--profile-hero-signout {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  display: block;
  background-image: url(/static/icons2/17_BSF_Icons:navigation_2:right:light.svg?13bfbbd464d9);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  padding-right: 42px; }

.profile-hero__title {
  padding-top: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .profile-hero__title {
      padding-left: 140px;
      padding-right: 140px; } }

.profile-hero__avatar {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 12px auto; }

.profile-hero__avatar,
.profile-hero__user-initials {
  background-color: #005780;
  max-width: 168px;
  max-height: 168px;
  width: 168px;
  height: 168px;
  border-radius: 50% !important;
  line-height: 168px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px; }

.profile-hero__user-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.profile-hero__user-display-name {
  color: #fff !important; }

@media (min-width: 768px) {
  .profile-hero__title {
    -ms-flex-direction: row;
        flex-direction: row;
    text-align: left;
    margin-bottom: 16px; }
  .profile-hero__avatar {
    margin: 0;
    margin-right: 48px; }
  .btn-hero--profile-hero-signout {
    position: absolute;
    right: 16px;
    top: 96px; } }

.profile-navigation {
  padding-bottom: 16px; }

.nav--profile-navigation {
  gap: 12px 32px; }
  .nav--profile-navigation .nav-link {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #081e2c;
    padding: 0 8px;
    line-height: 32px;
    color: #fff;
    border-radius: 20px;
    border: solid 1.5px #fff;
    padding: 0 16px; }
    .nav--profile-navigation .nav-link:hover {
      color: rgba(255, 255, 255, 0.5); }
    .nav--profile-navigation .nav-link.active {
      background-color: #fff;
      color: #0a0a0a; }
      .nav--profile-navigation .nav-link.active:hover {
        background-color: #f3f3f3; }
  .nav--profile-navigation a {
    color: rgba(255, 255, 255, 0.5); }
    .nav--profile-navigation a.active {
      color: #fff; }

@media (min-width: 768px) {
  .profile-navigation {
    margin-top: 64px;
    padding-bottom: 32px; }
  .nav--profile-navigation .nav-link {
    padding: 0 32px; } }

.profile-image {
  border: solid 1px #1e3c54;
  box-shadow: 0 -5px 12px 1px rgba(10, 40, 60, 0.33);
  width: 200px;
  height: 200px;
  border-radius: 50% !important;
  margin-left: auto;
  margin-right: auto; }
  .profile-image img {
    max-width: 200px;
    border-radius: 50% !important;
    width: 100%;
    height: 100%; }

.edit-profile .invalid-feedback {
  display: block; }

.media-block__image img {
  border: solid 1px #1e3c54;
  width: 100%;
  height: auto; }

.media-block__caption {
  font-size: 12px; }

.media-block__text-link, .media-block__text-link + .caption__info {
  display: inline; }

@media (min-width: 576px) {
  .sharing-buttons {
    position: fixed;
    top: 86px;
    z-index: 9;
    -webkit-transform: translateX(540px);
            transform: translateX(540px); } }

@media (min-width: 768px) {
  .sharing-buttons {
    -webkit-transform: translateX(720px);
            transform: translateX(720px); } }

@media (min-width: 992px) {
  .sharing-buttons {
    -webkit-transform: translateX(960px);
            transform: translateX(960px); } }

@media (min-width: 1200px) {
  .sharing-buttons {
    -webkit-transform: translateX(1140px);
            transform: translateX(1140px); } }

.btn--share {
  border-radius: 50% !important;
  border-width: 0.5px;
  border-style: solid;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background-color: #171717;
  border-color: #fff;
  margin: 5px 0; }
  .btn--share:hover {
    color: #fff;
    background-color: rgba(0, 135, 180, 0.5);
    border-color: transparent; }
  .btn--share:focus, .btn--share.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn--share.disabled, .btn--share:disabled {
    color: #fff;
    background-color: #171717;
    border-color: #fff; }
  .btn--share:not(:disabled):not(.disabled):active, .btn--share:not(:disabled):not(.disabled).active,
  .show > .btn--share.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: #dfdfdf; }
    .btn--share:not(:disabled):not(.disabled):active:focus, .btn--share:not(:disabled):not(.disabled).active:focus,
    .show > .btn--share.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn--share::after {
    display: none; }
  .btn--share img {
    width: 16px; }

.dropdown-menu--share {
  text-align: right;
  border: none;
  background: none; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

a.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 5px;
  line-height: normal; }

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465C; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25D366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #FF6600; }

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C; }

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c; }

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615; }

.provider-dashboard__general {
  background: #f5f5f5;
  padding: 32px; }

.dashboard-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .dashboard-panel {
      -ms-flex-direction: row;
          flex-direction: row;
      margin: 0 -8px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.dashboard-panel__item {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .dashboard-panel__item {
      padding: 0 8px;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }

.dashboard-panel__title {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #081e2c;
  margin-bottom: 4px;
  color: rgba(10, 20, 25, 0.5); }

.dashboard-panel__content {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #081e2c; }

.dashboard-panel__footer {
  color: rgba(10, 20, 25, 0.5); }

.dashboard-panel__main-value {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.13;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #081e2c;
  margin: 16px 0 32px 0; }

.list--white > .list__item {
  background: #fff;
  margin-bottom: 8px;
  padding: 16px; }

.list--white > .list__item--header {
  display: none; }

.list--white .list__item--inner-container {
  margin-top: 16px; }

.list--white .list__item--inner:nth-of-type(odd) {
  background: #f5f5f5; }

@media (min-width: 576px) {
  .list--white > .list__item--header {
    background: inherit;
    margin-bottom: 0;
    display: block; } }

.vod-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .vod-player iframe {
    left: 0;
    position: absolute;
    top: 0; }

.vod-collections {
  background: #f5f5f5;
  padding-top: 80px; }

.vod-collections__title {
  margin-bottom: 64px; }

.collection-carousel-wrapper {
  padding-bottom: 36px;
  min-height: 200px;
  position: relative;
  overflow: hidden; }

.collection-carousel-wrapper-inner {
  overflow: hidden; }

@media (min-width: 576px) {
  .collection-carousel-wrapper {
    margin-left: -32px;
    margin-right: -32px; }
    .collection-carousel-wrapper .swiper-button-prev {
      left: 0; }
    .collection-carousel-wrapper .swiper-button-next {
      right: 0; }
  .collection-carousel-wrapper-inner {
    margin: 0 32px; } }

@media (min-width: 1200px) {
  .collection-carousel-wrapper {
    margin-left: -48px;
    margin-right: -48px; }
  .collection-carousel-wrapper-inner {
    margin: 0 48px; } }

.swiper-container.swiper--vod-collection {
  overflow: visible; }
  .swiper-container.swiper--vod-collection .swiper-wrapper {
    margin-bottom: 12px; }

.movie-teaser {
  background: #f0f;
  position: relative;
  overflow: hidden;
  background: #fff;
  letter-spacing: 0.2px;
  font-size: 14px; }
  .movie-teaser a {
    color: #081e2c;
    text-decoration: none; }
  .movie-teaser:hover a {
    color: #0276a1; }

.movie-teaser__img {
  background: #f5f5f5 url("/static/images/07.2_BSF_images_film_icon_related_card.svg?9ae05d0b4804") center center no-repeat;
  background-size: cover;
  padding-top: 52.74725%;
  height: 0;
  width: 100%;
  display: block;
  position: relative; }
  .movie-teaser__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    line-height: 192px;
    text-align: center; }

.movie-teaser__bottom {
  height: 144px;
  position: relative;
  transition: -webkit-transform 200ms 0ms ease-in;
  transition: transform 200ms 0ms ease-in;
  transition: transform 200ms 0ms ease-in, -webkit-transform 200ms 0ms ease-in;
  background: #fff; }

.movie-teaser__footer,
.movie-teaser__content {
  padding-left: 8px;
  padding-right: 8px; }

.movie-teaser__content {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #081e2c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  padding-top: 16px;
  width: 100%; }

.movie-teaser__footer {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex; }

.movie-teaser__title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #081e2c;
  font-size: 16px; }

.movie-teaser__cast,
.movie-teaser__title-2,
.movie-teaser__description,
.movie-teaser__awards {
  display: none; }

.movie-teaser__awards {
  background: url("/static/icons4/BSF_Icon_Awards-Black-High Emphasis.svg?240e8d036be2") no-repeat -8px center;
  background-size: 32px auto;
  padding-left: 22px;
  margin-top: 8px; }

.movie-teaser__btn {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border-color: #1e3c54;
  background-color: #f3f3f3;
  position: relative;
  z-index: 10;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 8px;
  color: #000 !important;
  font-size: 12px;
  letter-spacing: 0; }
  .movie-teaser__btn:hover {
    color: #fff;
    background-color: #081e2c;
    border-color: #081e2c; }
  .movie-teaser__btn:focus, .movie-teaser__btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 89, 110, 0.5); }
  .movie-teaser__btn.disabled, .movie-teaser__btn:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #1e3c54; }
  .movie-teaser__btn:not(:disabled):not(.disabled):active, .movie-teaser__btn:not(:disabled):not(.disabled).active,
  .show > .movie-teaser__btn.dropdown-toggle {
    color: #fff;
    background-color: #081e2c;
    border-color: #081e2c; }
    .movie-teaser__btn:not(:disabled):not(.disabled):active:focus, .movie-teaser__btn:not(:disabled):not(.disabled).active:focus,
    .show > .movie-teaser__btn.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 89, 110, 0.5); }
  .movie-teaser__btn:hover {
    color: #fff !important;
    background-color: #0276a1; }

.purchase-types {
  display: -ms-flexbox;
  display: flex; }

.movie-teaser__icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0 4px 0px 0;
  display: block;
  background-size: 100% 100%; }

.movie-teaser__icon--buy {
  background-image: url(/static/icon-purchase-types/BUY.svg?9ae05d0b4804); }
  .movie-teaser__icon--buy:hover {
    background-image: url(/static/icon-purchase-types/BUY_HOVER.svg?9ae05d0b4804); }

.movie-teaser__icon--free {
  background-image: url(/static/icon-purchase-types/WATCH.svg?9ae05d0b4804); }
  .movie-teaser__icon--free:hover {
    background-image: url(/static/icon-purchase-types/FREE_WATCH_HOVER.svg?9ae05d0b4804); }

.movie-teaser__icon--rent {
  background-image: url(/static/icon-purchase-types/LIBRARY_RENT.svg?9ae05d0b4804); }
  .movie-teaser__icon--rent:hover {
    background-image: url(/static/icon-purchase-types/LIBRARY_RENT_HOVER.svg?9ae05d0b4804); }

@media (min-width: 400px) {
  .movie-teaser .movie-teaser__icon {
    width: 32px;
    height: 32px;
    margin: 2px 8px 2px 0;
    display: block;
    background-size: 32px 32px; }
  .movie-teaser .movie-teaser__btn {
    font-size: 14px;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 0.2;
    border-radius: 18px; } }

@media (min-width: 576px) {
  .movie-teaser {
    transition: box-shadow 200ms 0ms ease-in; }
    .movie-teaser .movie-teaser__footer {
      position: absolute;
      bottom: 0; }
    .movie-teaser .movie-teaser__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: 228.5px;
      overflow: hidden;
      position: absolute;
      padding: 16px 16px 0;
      transition: -webkit-transform 200ms 0ms ease-in;
      transition: transform 200ms 0ms ease-in;
      transition: transform 200ms 0ms ease-in, -webkit-transform 200ms 0ms ease-in; }
    .movie-teaser .movie-teaser__btn {
      background-image: url("/static/icons4/BSF_Icon_Trailer-Black-High Emphasis.svg?240e8d036be2");
      background-repeat: no-repeat;
      background-position: 5px center;
      padding: 0 16px 0 36px;
      border-radius: 18px; }
      .movie-teaser .movie-teaser__btn:hover {
        background-image: url("/static/icons4/BSF_Icon_Trailer-White-High Emphasis.svg?240e8d036be2"); }
    .movie-teaser .movie-teaser__title-2 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 40px; }
    .movie-teaser .movie-teaser__description {
      display: none;
      margin-top: 8px;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      min-height: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .movie-teaser .movie-teaser__cast,
    .movie-teaser .movie-teaser__awards {
      display: block; }
  .movie-teaser__content,
  .movie-teaser__footer {
    padding-left: 16px;
    padding-right: 16px;
    min-height: 68px; }
  .movie-teaser__title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; } }

@media (hover: hover) and (min-width: 630px) {
  .movie-teaser:hover {
    box-shadow: 0px 5px 10px #0000002b; }
    .movie-teaser:hover .movie-teaser__content {
      -webkit-transform: translateY(-136px);
              transform: translateY(-136px); }
    .movie-teaser:hover .movie-teaser__title,
    .movie-teaser:hover .movie-teaser__title-2 {
      -webkit-line-clamp: inherit; }
    .movie-teaser:hover .movie-teaser__title-2 {
      min-height: auto; } }

.login-form .form-group {
  text-align: center; }

.login-form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 32px; }
  .login-form__buttons .login-form__login-btn {
    margin-right: 16px;
    white-space: nowrap; }

.login-form__reset-password {
  text-align: center; }

.socialaccount_ballot {
  margin-bottom: 48px; }

.socialaccount-providers__provider {
  background-color: #f5f5f5;
  display: block;
  color: rgba(8, 30, 44, 0.5);
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 40px;
  padding: 0 16px;
  text-align: center; }

.signup__tos {
  height: 10em;
  overflow: auto;
  overflow-y: scroll;
  background: #f5f5f5;
  padding: 5px 1rem;
  margin-bottom: 12px; }

.entry-list__item {
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.entry-list__item-photo {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.entry-list__item-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.entry-list--default .entry-list__item-title {
  margin-top: 4px; }

.entry-list--default .entry-list__item {
  margin-bottom: 64px;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .entry-list--default .entry-list__item {
      -ms-flex-direction: row;
          flex-direction: row; } }

.entry-list--default .entry-list__item-photo {
  width: 216px;
  margin-right: 24px; }

.entry-list--default .entry-list__item-text {
  line-height: 1.5; }

.entry-list--default .entry-list__item-info {
  margin-top: 8px; }

.entry-list--small .entry-list__item {
  padding-bottom: 24px; }
  .entry-list--small .entry-list__item:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: #f5f5f5 solid 1.5px; }

.entry-list--small .entry-list__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.entry-list--small .entry-list__item-photo {
  width: 132px;
  margin-right: 16px; }

.akos-report select {
  min-width: 100px; }

.akos-report-filter-form .invalid-feedback {
  display: block; }

@media (min-width: 768px) {
  .btn--shortcut {
    width: 175px; } }

.payment-form .form-group {
  margin-bottom: 12px; }

.payment-form .is-invalid {
  color: #f44336; }

.btn-payment {
  border: 1.5px solid #1da7d3;
  margin: 0 12px; }

.btn-payment-submit .loading {
  display: inline-block; }

.btn-payment-submit .animate-spin {
  height: 24px;
  width: auto;
  margin-right: 4px; }

.was-validated .StripeElement--empty,
.StripeElement--invalid {
  border-color: #f44336;
  border-width: 1.5px; }

.tailwind a:hover {
  text-decoration: none; }

.tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6, .tailwind p {
  margin: unset;
  font-weight: unset;
  font-size: unset;
  color: unset;
  letter-spacing: unset;
  text-transform: unset; }

.tailwind a {
  color: unset;
  text-decoration: unset; }
  .tailwind a:hover {
    color: unset;
    text-decoration: unset; }

.tailwind * {
  border-width: 0px; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  text-decoration: underline; }

.caption__info {
  margin: 0.25rem 0; }

.caption__copyright {
  margin: 0.25rem 0;
  font-size: 12px; }

.fancybox-thumbs__list a {
  height: 100px; }

@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

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

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

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

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 9999;
      order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  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-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

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

/* 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;
  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); } }

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 32px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  display: none; }
  @media (min-width: 576px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: -ms-flexbox;
      display: flex; } }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 32px;
    height: 32px; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 32px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: url(/static/icons2/14_BSF_Icons:navigation_1:left.svg?31288cfa4780); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 32px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: url(/static/icons2/15_BSF_Icons:navigation_1:right.svg?13bfbbd464d9); }

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #007bff; }

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2; }

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1; }

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e83e8c; }

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545; }

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14; }

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107; }

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #28a745; }

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997; }

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8; }

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

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d; }

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40; }

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

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

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.5;
  background-color: #ffffff;
  margin: 0 4px; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff; }

.swiper-pagination--dark .swiper-pagination-bullet {
  background-color: #081e2c; }

.swiper--featured .swiper-button-prev:after {
  content: url("/static/icons4/BSF_Icon_Navigation-Big-Left-White-High Emphasis.svg?240e8d036be2"); }

.swiper--featured .swiper-button-next:after {
  content: url("/static/icons4/BSF_Icon_Navigation-Big-Righ-White-High Emphasis.svg?240e8d036be2"); }

.swiper-outer-container--outside-nav {
  padding-bottom: 32px;
  position: relative; }
  @media (min-width: 576px) {
    .swiper-outer-container--outside-nav {
      padding-left: 48px;
      padding-right: 48px; } }
  .swiper-outer-container--outside-nav .swiper-pagination {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px; }
    .swiper-outer-container--outside-nav .swiper-pagination .swiper-pagination-bullet {
      margin: 0 4px; }
  .swiper-outer-container--outside-nav .swiper-button-next,
  .swiper-outer-container--outside-nav .swiper-button-prev {
    height: calc(100% - 32px); }
  .swiper-outer-container--outside-nav .swiper-button-next {
    right: 0; }
  .swiper-outer-container--outside-nav .swiper-button-prev {
    left: 0; }

.swiper-container {
  overflow: hidden;
  position: relative; }

.slider {
  margin-top: 24px;
  margin-bottom: 16px; }

.slider__el {
  margin: 10px 8px 18px 8px; }

.slider__range-label {
  text-align: center;
  color: rgba(30, 60, 84, 0.33); }

/*! nouislider - 14.0.3 - 10/10/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px; }

.noUi-horizontal .noUi-handle {
  left: 0;
  top: -7px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background-color: rgba(30, 60, 84, 0.33); }

.noUi-connect {
  background-color: #1da7d3; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #1da7d3; }

/* Handle stripes;
 */
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  font-size: 12px;
  display: block;
  position: absolute;
  /*border: 1px solid #D9D9D9;*/
  /*border-radius: 3px;*/
  /*background: #fff;*/
  /*color: #000;*/
  padding: 2px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 100%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    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 {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    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;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .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: 4px;
  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: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  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%;
    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;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .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 {
      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: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.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__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  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-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.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;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.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--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  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 #dee2e6;
  border-radius: 2px;
  outline: 0;
  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 #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .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 #dee2e6;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    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 #dee2e6;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .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: 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: 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 #dee2e6;
  border-radius: 2px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .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 #dee2e6;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.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__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.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 #dee2e6;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  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--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  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: #5897fb; }

/**
 * We need a clone of bootstrap color-yiq mixin so we can get the same value for color
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 4's default dropdown styles.
   *
   * @see https://getbootstrap.com/docs/4.0/components/dropdowns/
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see hhttps://getbootstrap.com/docs/4.0/components/forms/#disabled-forms
   */
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see https://getbootstrap.com/docs/4.0/components/forms/#sizing
   */
  /* 1 */
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/ }
  .select2-container--bootstrap .select2-selection {
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    color: #0a1419;
    font-size: 1rem;
    outline: 0; }
    @media (prefers-reduced-motion: reduce) {
      .select2-container--bootstrap .select2-selection {
        transition: none; } }
    .select2-container--bootstrap .select2-selection.form-control, .select2-container--bootstrap .select2-selection.field__value {
      border-radius: 2px; }
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    color: #0a1419;
    font-size: 1rem; }
    @media (prefers-reduced-motion: reduce) {
      .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        transition: none; } }
  .select2-container--bootstrap .select2-search__field {
    outline: 0;
    /* Firefox 18- */
    /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */ }
    .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
      color: rgba(10, 20, 25, 0.5); }
    .select2-container--bootstrap .select2-search__field:-moz-placeholder {
      color: rgba(10, 20, 25, 0.5); }
    .select2-container--bootstrap .select2-search__field::-moz-placeholder {
      color: rgba(10, 20, 25, 0.5);
      opacity: 1; }
    .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
      color: rgba(10, 20, 25, 0.5); }
  .select2-container--bootstrap .select2-results__option {
    padding: 0.375rem 1rem;
    /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
    /**
     * Hover state.
     */
    /**
     * Selected state.
     */ }
    .select2-container--bootstrap .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
      color: #6c757d;
      cursor: not-allowed; }
    .select2-container--bootstrap .select2-results__option[aria-selected=true] {
      background-color: #1da7d3;
      color: #fff; }
    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
      background-color: #1da7d3;
      color: #fff; }
    .select2-container--bootstrap .select2-results__option .select2-results__option {
      padding: 0.375rem 1rem; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1rem;
        padding-left: 2rem; }
        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -2rem;
          padding-left: 3rem; }
          .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -3rem;
            padding-left: 4rem; }
            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -4rem;
              padding-left: 5rem; }
              .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5rem;
                padding-left: 6rem; }
  .select2-container--bootstrap .select2-results__group {
    color: #6c757d;
    display: block;
    padding: 0.375rem 1rem;
    font-size: 14px;
    line-height: 1.75;
    white-space: nowrap; }
  .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #1da7d3;
    box-shadow: 0 0 0 0.2rem rgba(29, 167, 211, 0.25); }
  .select2-container--bootstrap.select2-container--open {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
    /**
     * Handle border radii of the container when the dropdown is showing.
     */ }
    .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
      border-color: transparent transparent rgba(10, 20, 25, 0.5) transparent;
      border-width: 0 0.25rem 0.25rem 0.25rem; }
    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-color: transparent;
      box-shadow: none; }
    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top-color: transparent;
      box-shadow: none; }
  .select2-container--bootstrap .select2-selection__clear {
    color: rgba(10, 20, 25, 0.5);
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
    .select2-container--bootstrap .select2-selection__clear:hover {
      color: "#111"; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: transparent; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none; }
  .select2-container--bootstrap .select2-dropdown {
    border-color: #1da7d3;
    overflow-x: hidden;
    margin-top: -1px; }
    .select2-container--bootstrap .select2-dropdown--above {
      margin-top: 1px; }
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--bootstrap .select2-selection--single {
    height: calc(1.75em + 10px + 2px);
    line-height: 1.75;
    padding: 0.375rem 1.75rem 0.375rem 1rem;
    /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */ }
    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      position: absolute;
      bottom: 0;
      right: 1rem;
      top: 0;
      width: 0.25rem; }
      .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: rgba(10, 20, 25, 0.5) transparent transparent transparent;
        border-style: solid;
        border-width: 0.25rem 0.25rem 0 0.25rem;
        height: 0;
        left: 0;
        margin-left: -0.25rem;
        margin-top: -0.125rem;
        position: absolute;
        top: 50%;
        width: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
      color: #0a1419;
      padding: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
      color: rgba(10, 20, 25, 0.5); }
  .select2-container--bootstrap .select2-selection--multiple {
    min-height: calc(1.75em + 10px + 2px);
    padding: 0;
    height: auto;
    /**
     * Make Multi Select2's choices match Bootstrap 4's default button styles.
     */
    /**
     * Minus 2px borders.
     */
    /**
     * Clear the selection.
     */ }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      display: block;
      line-height: 1.75;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
      color: rgba(10, 20, 25, 0.5);
      float: left;
      margin-top: 5px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      color: #0a1419;
      background: #e9ecef;
      border: 1px solid #005780;
      border-radius: 2px;
      cursor: default;
      float: left;
      margin: calc(0.375rem - 1px) 0 0 0.5rem;
      padding: 0 0.375rem; }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      background: transparent;
      padding: 0 1rem;
      height: calc(1.75em + 10px + 2px);
      line-height: 1.75;
      margin: -1px 0;
      min-width: 5em; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
      color: rgba(10, 20, 25, 0.5);
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 0.1875rem; }
      .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: "#111"; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 0.375rem; }
  .select2-container--bootstrap .select2-selection--single.form-control-sm,
  .input-group-sm .select2-container--bootstrap .select2-selection--single,
  .form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 0;
    font-size: 14px;
    height: calc(1.43em + 0.5rem + 2px);
    line-height: 1.75;
    padding: 0.25rem 1.25rem 0.25rem 0.5rem;
    /* 2 */ }
    .select2-container--bootstrap .select2-selection--single.form-control-sm .select2-selection__arrow b,
    .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
    .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
      margin-left: -0.25rem; }
  .select2-container--bootstrap .select2-selection--multiple.form-control-sm,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    border-radius: 0;
    min-height: calc(1.43em + 0.5rem + 2px); }
    .select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__choice,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 14px;
      line-height: 1.75;
      margin: calc(0.25rem - 1px) 0 0 0.25rem;
      padding: 0 0.25rem; }
    .select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-search--inline .select2-search__field,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 0.5rem;
      font-size: 14px;
      height: calc(1.43em + 0.5rem + 2px);
      line-height: 1.75; }
    .select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__clear,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 0.25rem; }
  .select2-container--bootstrap .select2-selection--single.form-control-lg,
  .input-group-lg .select2-container--bootstrap .select2-selection--single,
  .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 0;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.75;
    padding: 0.5rem 1.9375rem 0.5rem 1rem;
    /* 1 */ }
    .select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow,
    .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
    .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      width: 0.3125rem; }
      .select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow b,
      .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
      .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-width: 0.3125rem 0.3125rem 0 0.3125rem;
        margin-left: -0.3125rem;
        margin-left: -0.5rem;
        margin-top: -0.15625rem; }
  .select2-container--bootstrap .select2-selection--multiple.form-control-lg,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: calc(1.5em + 1rem + 2px);
    border-radius: 0; }
    .select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__choice,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 1.25rem;
      line-height: 1.75;
      border-radius: 2px;
      margin: calc(0.5rem - 1px) 0 0 0.5rem;
      padding: 0 0.5rem; }
    .select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-search--inline .select2-search__field,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 1rem;
      font-size: 1.25rem;
      height: calc(1.5em + 1rem + 2px);
      line-height: 1.75; }
    .select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__clear,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 0.5rem; }
  .select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }
    .select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent rgba(10, 20, 25, 0.5) transparent;
      border-width: 0 0.3125rem 0.3125rem 0.3125rem; }
  .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }
    .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent rgba(10, 20, 25, 0.5) transparent;
      border-width: 0 0.3125rem 0.3125rem 0.3125rem; }
  .select2-container--bootstrap[dir="rtl"] {
    /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
    /**
     * Multiple Select2
     */ }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
      padding-left: 1.75rem;
      padding-right: 1rem; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        /* 1 */ }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 1rem;
        right: auto; }
        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
          margin-left: 0; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
      float: right; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
      margin-left: 0;
      margin-right: 0.5rem; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }
  .select2-container--bootstrap .select2-dropdown[dir="rtl"] .select2-results__options {
    text-align: right; }

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see https://getbootstrap.com/docs/4.0/components/forms/#validation
 */
.is-valid .select2-dropdown,
.is-valid .select2-selection {
  border-color: #37b239; }

.is-valid .select2-container--focus .select2-selection,
.is-valid .select2-container--open .select2-selection {
  border-color: #2b8b2d; }
  .is-valid .select2-container--focus .select2-selection:focus,
  .is-valid .select2-container--open .select2-selection:focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 0.25); }

.is-valid.select2-drop-active {
  border-color: #2b8b2d; }
  .is-valid.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b8b2d; }

.is-invalid .select2-dropdown,
.is-invalid .select2-selection {
  border-color: #f44336; }

.is-invalid .select2-container--focus .select2-selection,
.is-invalid .select2-container--open .select2-selection {
  border-color: #ea1c0d; }
  .is-invalid .select2-container--focus .select2-selection:focus,
  .is-invalid .select2-container--open .select2-selection:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }

.is-invalid.select2-drop-active {
  border-color: #ea1c0d; }
  .is-invalid.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #ea1c0d; }

/* Validation classes on parent element. Preserved Bootstrap 3 validation classes */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107; }

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #d39e00; }
  .has-warning .select2-container--focus .select2-selection:focus,
  .has-warning .select2-container--open .select2-selection:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25); }

.has-warning.select2-drop-active {
  border-color: #d39e00; }
  .has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #d39e00; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #f44336; }

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #ea1c0d; }
  .has-error .select2-container--focus .select2-selection:focus,
  .has-error .select2-container--open .select2-selection:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }

.has-error.select2-drop-active {
  border-color: #ea1c0d; }
  .has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #ea1c0d; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #37b239; }

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #2b8b2d; }
  .has-success .select2-container--focus .select2-selection:focus,
  .has-success .select2-container--open .select2-selection:focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 178, 57, 0.25); }

.has-success.select2-drop-active {
  border-color: #2b8b2d; }
  .has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b8b2d; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see https://getbootstrap.com/docs/4.0/components/input-group/
 * @see https://github.com/twbs/bootstrap/blob/v4.4.1/scss/_input-group.scss
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap > .selection > .select2-selection.form-control,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap > .selection > .select2-selection.field__value {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-hidden-accessible + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control,
.input-group > .select2-hidden-accessible + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.field__value {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .select2-container--bootstrap {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
  z-index: 2;
  width: 1%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see https://github.com/twbs/bootstrap/blob/v4.4.1/scss/_input-group.scss
   */ }
  .input-group > .select2-container--bootstrap > .selection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control, .input-group > .select2-container--bootstrap > .selection > .select2-selection.field__value {
      float: none; }
  .input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
    z-index: 3; }
  .input-group > .select2-container--bootstrap,
  .input-group > .select2-container--bootstrap .input-group-append,
  .input-group > .select2-container--bootstrap .input-group-prepend,
  .input-group > .select2-container--bootstrap .input-group-append .btn,
  .input-group > .select2-container--bootstrap .input-group-append .movie-hero__movie-actions-2-buttons .btn-video-action,
  .movie-hero__movie-actions-2-buttons .input-group > .select2-container--bootstrap .input-group-append .btn-video-action,
  .input-group > .select2-container--bootstrap .input-group-prepend .btn,
  .input-group > .select2-container--bootstrap .input-group-prepend .movie-hero__movie-actions-2-buttons .btn-video-action,
  .movie-hero__movie-actions-2-buttons .input-group > .select2-container--bootstrap .input-group-prepend .btn-video-action {
    vertical-align: top; }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible, .select2-hidden-accessible.field__value {
  position: absolute !important;
  width: 1px !important; }

/**
 * Display override for inline forms
 */
@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block; } }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[x-cloak] {
  display: none !important; }
/*# sourceMappingURL=main.css.map */