@charset "UTF-8";
@font-face {
  font-family: 'Soho Std';
  src: url("../fonts/SohoStd-Light.woff") format("woff"), url("../fonts/SohoStd-Light.woff2") format("woff2"), url("../fonts/SohoStd-Light.svg#SohoStd-Light") format("svg"), url("../fonts/SohoStd-Light.eot"), url("../fonts/SohoStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoStd-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Soho Std';
  src: url("../fonts/SohoStd-LightItalic.woff") format("woff"), url("../fonts/SohoStd-LightItalic.woff2") format("woff2"), url("../fonts/SohoStd-LightItalic.svg#SohoStd-LightItalic") format("svg"), url("../fonts/SohoStd-LightItalic.eot"), url("../fonts/SohoStd-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoStd-LightItalic.otf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Soho Std';
  src: url("../fonts/SohoStd-Medium.woff") format("woff"), url("../fonts/SohoStd-Medium.woff2") format("woff2"), url("../fonts/SohoStd-Medium.svg#SohoStd-Medium") format("svg"), url("../fonts/SohoStd-Medium.eot"), url("../fonts/SohoStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoStd-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Soho Std';
  src: url("../fonts/SohoStd-MediumItalic.woff") format("woff"), url("../fonts/SohoStd-MediumItalic.woff2") format("woff2"), url("../fonts/SohoStd-MediumItalic.svg#SohoStd-MediumItalic") format("svg"), url("../fonts/SohoStd-MediumItalic.eot"), url("../fonts/SohoStd-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoStd-MediumItalic.otf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Soho Std';
  src: url("../fonts/SohoStd.woff") format("woff"), url("../fonts/SohoStd.woff2") format("woff2"), url("../fonts/SohoStd.svg#SohoStd") format("svg"), url("../fonts/SohoStd.eot"), url("../fonts/SohoStd.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoStd.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Soho Std';
  src: url("../fonts/SohoStd-Italic.woff") format("woff"), url("../fonts/SohoStd-Italic.woff2") format("woff2"), url("../fonts/SohoStd-Italic.svg#SohoStd-Italic") format("svg"), url("../fonts/SohoStd-Italic.eot"), url("../fonts/SohoStd-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoStd-Italic.otf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

/* grid overrides */
:root {
  --blue: #004365;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #08ab9e;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009bd9;
  --secondary: #f9b13c;
  --success: #28a745;
  --info: #528aa8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -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: #009bd9;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #00648d;
    text-decoration: underline; }

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

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

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

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

.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: 12px;
  padding-left: 12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #009bd9 !important; }

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

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

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

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

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

.bg-info {
  background-color: #528aa8 !important; }

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #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: #009bd9 !important; }

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

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

.border-info {
  border-color: #528aa8 !important; }

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

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

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

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

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

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

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

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

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

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -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; } }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #009bd9 !important; }

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

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

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

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

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

.text-info {
  color: #528aa8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

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

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

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

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

.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.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.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: 0.25rem 1.5rem;
  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: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009bd9; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control: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(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .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 > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.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,
.input-group-lg > .input-group-append > .btn {
  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 > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.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,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn: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; }

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .bootstrap-select .dropdown-menu .notify.fadeOut {
      -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
      animation: 300ms linear 750ms forwards bs-notify-fadeOut; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

.swiper-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;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

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

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

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

/* 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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

/* CSS Mode */
.swiper-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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

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

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #009bd9; }

::selection {
  color: #000;
  background: #009bd9; }

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

.text-gray-200 {
  color: #e9ecef !important; }

.text-gray-300 {
  color: #dee2e6 !important; }

.text-gray-400 {
  color: #ced4da !important; }

.text-gray-500 {
  color: #adb5bd !important; }

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

.text-gray-700 {
  color: #495057 !important; }

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

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

a, button, .btn {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

a {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (prefers-reduced-motion: reduce) {
    a {
      -webkit-transition: none;
      transition: none; } }
  a:hover {
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent; }
  p a, .p a, .content-body ul a, .body-text ul a, .content-body ol a, .body-text ol a {
    -webkit-text-decoration-color: #009bd9 !important;
    text-decoration-color: #009bd9 !important; }
    p a:hover, .p a:hover, .content-body ul a:hover, .body-text ul a:hover, .content-body ol a:hover, .body-text ol a:hover {
      color: #009bd9; }

.fullwidth-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

[data-click-link] {
  cursor: pointer; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-fullwidth {
  width: 100%; }

.main-title {
  font-family: "Soho Std";
  font-weight: normal;
  font-size: 36px;
  line-height: normal; }
  @media (min-width: 768px) {
    .main-title {
      font-size: 46px; } }

.navbar.slim + .content-area .content-body > .h1-main:first-child {
  position: relative;
  padding-bottom: 30px; }
  .navbar.slim + .content-area .content-body > .h1-main:first-child:before {
    content: '';
    position: absolute;
    background: transparent url("../imgs/v-big-.svg") no-repeat top right;
    background-size: 100%;
    left: 0;
    height: 21px;
    width: 19px;
    bottom: 0; }
  .navbar.slim + .content-area .content-body > .h1-main:first-child:after {
    position: absolute;
    content: '';
    border-top: solid 1px "black";
    right: 0;
    bottom: 0;
    left: 18px;
    height: 21px; }

.blue-header > div.container {
  padding-top: 30px; }

.blue-header .film-strip-gallery + .second-bg-target.d-lg-none {
  position: absolute;
  margin-top: -20%; }

.content-area .blue-header:first-child {
  margin-top: -61px;
  padding-top: 74px; }

.blue-header .second-bg {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

@media (max-width: 767.98px) {
  .blue-header.--smaller:after {
    height: 370px; } }

.title-with-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  margin-bottom: 48px; }
  .title-with-slogan .main-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding-right: 50px; }
  .title-with-slogan .slogan {
    font-size: 22px; }
    .title-with-slogan .slogan > span {
      white-space: nowrap;
      text-decoration: underline;
      -webkit-text-decoration-color: #009bd9;
      text-decoration-color: #009bd9;
      text-decoration-thickness: 1px;
      text-underline-offset: 10px;
      letter-spacing: 1.1px; }
      @media (max-width: 767.98px) {
        .title-with-slogan .slogan > span {
          white-space: normal; } }
  @media (max-width: 767.98px) {
    .title-with-slogan .slogan {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .title-with-slogan .slogan {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .title-with-slogan .slogan > span {
        padding-bottom: 22px; } }
  @media (max-width: 1199.98px) {
    .title-with-slogan {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .title-with-slogan .slogan {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

.teal, .teal a {
  color: #009bd9; }

.blue, .blue a {
  color: #004365; }

.dark-blue, .dark-blue a {
  color: #002335; }

.light-blue, .light-blue a {
  color: #16668e; }

.yellow, .yellow a {
  color: #f9b13c; }

.light-grey, .light-grey a {
  color: #efefef; }

.dark-grey, .dark-grey a {
  color: #b6b6b6; }

.content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6,
.h1-main, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: normal;
  font-weight: normal;
  font-family: "Soho Std";
  color: #000; }

.h1-main {
  font-size: 50px; }

.h1 {
  font-size: 44px; }

.content-body h2, .h2 {
  font-size: 34px; }
  .content-body h2.pulse, .h2.pulse {
    padding-bottom: 37px;
    position: relative; }
    .content-body h2.pulse:before, .h2.pulse:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 21px;
      width: 19px;
      bottom: 0; }
    .content-body h2.pulse:after, .h2.pulse:after {
      position: absolute;
      content: '';
      border-top: solid 1px #000;
      right: 0;
      bottom: 0;
      left: 18px;
      height: 21px; }

.content-body h3, .content-body h4, .content-body h5, .content-body h6,
.h3, .h4, .h5, .h6 {
  font-size: 22px;
  font-weight: 500; }

@media (max-width: 767.98px) {
  .h1-main {
    margin-top: 30px;
    font-size: 40px; }
  .h1 {
    font-size: 36px; }
  .content-body h2, .h2 {
    font-size: 28px; }
  .content-body h3, .content-body h4, .content-body h5, .content-body h6,
  .h3, .h4, .h5, .h6 {
    font-size: 22px; } }

.btn {
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 31px 14px;
  letter-spacing: 0.7px;
  display: inline-block;
  outline: none;
  text-decoration: none;
  border: solid 1px #000;
  color: #000;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .btn:hover {
    text-decoration: none; }
  .btn:hover {
    color: #fff;
    background-color: #000; }

.btn-primary:hover {
  color: #000;
  background-color: #009bd9; }

.btn-secondary:hover {
  color: #000;
  background-color: #f9b13c; }

.btn-danger:hover {
  color: #000;
  background-color: #dc3545; }

.btn-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out; }
  .btn-hamburger > span {
    height: 13px;
    border-bottom: solid 1px #000;
    width: 25px;
    margin-left: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .btn-hamburger:hover {
    background-color: transparent !important; }
    .btn-hamburger:hover > span:first-child {
      margin-left: 0;
      width: 50px; }
    .btn-hamburger:hover > span:nth-child(2) {
      margin-left: 10px;
      width: 40px; }

.btn-sm {
  padding: 9px 22px 8px;
  font-size: 14px; }

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* update from here */
.icon-bullet:before {
  content: "\e911"; }

.icon-quote:before {
  content: "\e90b"; }

.icon-a-down:before {
  content: "\e90c"; }

.icon-a-left:before {
  content: "\e90d"; }

.icon-a-right:before {
  content: "\e90e"; }

.icon-a-up:before {
  content: "\e90f"; }

.icon-pulse:before {
  content: "\e910"; }

.icon-checkmark:before {
  content: "\e922"; }

.icon-star:before {
  content: "\e921"; }

.icon-request:before {
  content: "\e916"; }

.icon-search3:before {
  content: "\e917"; }

.icon-search2:before {
  content: "\e918"; }

.icon-vertical-line:before {
  content: "\e919"; }

.icon-share:before {
  content: "\e91a"; }

.icon-compare:before {
  content: "\e91b"; }

.icon-collection:before {
  content: "\e91c"; }

.icon-grid:before {
  content: "\e91d"; }

.icon-list:before {
  content: "\e91e"; }

.icon-map:before {
  content: "\e91f"; }

.icon-compare2:before {
  content: "\e920"; }

.icon-play:before {
  content: "\e915"; }

.icon-close:before {
  content: "\e90a"; }

.icon-arrow-left:before {
  content: "\e90d"; }

.icon-arrow-menu:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e90e"; }

.icon-corner:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-instagram:before {
  content: "\e905"; }

.icon-linkedin:before {
  content: "\e906"; }

.icon-search:before {
  content: "\e907"; }

.icon-slanted-line:before {
  content: "\e908"; }

.icon-twitter:before {
  content: "\e909"; }

.navbar {
  position: relative;
  background-color: #009bd9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: background-color 0s ease-in-out;
  transition: background-color 0s ease-in-out;
  z-index: 1050; }
  .navbar-open .navbar {
    background-color: #fff; }
  .navbar .btn-close {
    font-size: 28px;
    color: #fff; }
  .navbar .show-open {
    display: none; }
  .navbar a:not(.btn) {
    color: #fff;
    -webkit-transition: width 0s ease-in-out;
    transition: width 0s ease-in-out;
    -webkit-transition: height 0s ease-in-out;
    transition: height 0s ease-in-out;
    -webkit-transition: padding 0s ease-in-out;
    transition: padding 0s ease-in-out;
    -webkit-transition: margin 0s ease-in-out;
    transition: margin 0s ease-in-out; }
    .navbar a:not(.btn):hover {
      color: #fff; }
    .navbar-open .navbar a:not(.btn) {
      color: #000; }
  @media (min-width: 768px) {
    .navbar {
      min-height: 100px; } }
  @media (min-width: 992px) {
    .navbar {
      min-height: 150px; }
      .navbar .navbar-wrapper {
        -webkit-transition: top 1s ease;
        transition: top 1s ease;
        top: -52px; } }
  @media (max-width: 767.98px) {
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }

.navbar-level1, .navbar-level2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .navbar-level1 > div, .navbar-level2 > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.navbar-level1 {
  padding: 25px 24px 24px; }
  @media (max-width: 767.98px) {
    .navbar-level1 {
      padding: 1px 24px 0; } }

.navbar-brand-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .navbar-brand-buttons .btn:not(.btn-hamburger) {
    padding-top: 15px;
    padding-bottom: 12px; }
  .navbar-brand-buttons .btn + .btn {
    margin-left: -1px; }
  .navbar-brand-buttons .btn + .btn-hamburger {
    margin-left: 40px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand-buttons .btn + .btn-hamburger {
      margin-left: 10px; } }
  @media (max-width: 767.98px) {
    .navbar-brand-buttons .btn:not(.btn-hamburger) {
      display: none; }
    .navbar-brand-buttons .btn-hamburger {
      margin-left: 0; } }

.navbar-level2 {
  background-color: #000;
  position: relative; }
  @media (max-width: 991.98px) {
    body:not(.navbar-open) .navbar-level2 {
      display: none; } }

.navbar-group-name {
  display: none;
  color: #009bd9;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative; }
  .navbar-group-name:before {
    content: '';
    position: absolute;
    background: transparent url("../imgs/v-small-black.svg") no-repeat top right;
    background-size: 100%;
    left: 0;
    height: 12px;
    width: 10px;
    bottom: 0; }
  .navbar-group-name:after {
    position: absolute;
    content: '';
    border-top: solid 1px #000;
    right: 0;
    bottom: 0;
    left: 10px;
    height: 12px; }

.navbar-group {
  display: none; }
  .navbar-group:first-child {
    display: block; }
  @media (max-width: 1199.98px) {
    .navbar-group:not(.navbar-open) {
      -ms-flex-negative: 1;
      flex-shrink: 1;
      overflow-x: hidden; } }

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navbar-brand .logo {
    margin-right: 15px;
    -webkit-transition: none;
    transition: none; }
    .navbar-brand .logo > img {
      display: inline-block;
      height: 51px;
      width: auto; }
    .navbar-brand .logo .logo-scrolling {
      display: none; }
  .navbar-brand .slogans {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .navbar-brand .slogans > img {
      height: 15px;
      width: auto; }
    @media (max-width: 991.98px) {
      .navbar-brand .slogans {
        display: none; } }
  @media (max-width: 1360px) {
    body:not(.navbar-open) .navbar-brand .logo {
      margin-right: 5px; }
    body:not(.navbar-open) .navbar-brand .slogan {
      margin-left: 25px;
      font-size: 20px;
      padding-top: 10px; } }
  @media (max-width: 1199.98px) {
    body:not(.navbar-open) .navbar-brand .slogan {
      margin-left: 15px;
      font-size: 16px;
      padding-top: 10px; } }
  @media (max-width: 1080px) {
    body:not(.navbar-open) .navbar-brand .slogans {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    body:not(.navbar-open) .navbar-brand .slogan {
      margin-left: 25px;
      font-size: 16px;
      padding-top: 0;
      line-height: 16px; } }
  @media (max-width: 870px) {
    body:not(.navbar-open) .navbar-brand .slogans {
      display: none; } }
  @media (max-width: 767.98px) {
    body:not(.navbar-open) .navbar-brand {
      display: block; }
      body:not(.navbar-open) .navbar-brand .logo {
        margin-right: 0; } }

.navbar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navbar-menu a {
    font-size: 14px;
    letter-spacing: 0.7px; }
  .navbar-menu > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 31px 14px 15px;
    position: relative; }
    .navbar-menu > li > a > span {
      position: absolute;
      right: 0;
      width: 19px;
      top: 50%;
      height: 10px; }
      .navbar-menu > li > a > span:after {
        content: ' ';
        position: absolute;
        left: 0;
        width: 0;
        border-top: solid 1px #fff;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media (prefers-reduced-motion: reduce) {
          .navbar-menu > li > a > span:after {
            -webkit-transition: none;
            transition: none; } }
    .navbar-menu > li > a:hover > span:after {
      width: 19px; }
  .navbar-menu > li.has-children > a {
    padding-right: 40px; }
    .navbar-menu > li.has-children > a > span {
      width: 28px; }
      .navbar-menu > li.has-children > a > span:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        right: 0;
        width: 28px;
        color: #009bd9;
        font-size: 11px;
        overflow: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 1; }
        @media (prefers-reduced-motion: reduce) {
          .navbar-menu > li.has-children > a > span:before {
            -webkit-transition: none;
            transition: none; } }
      .navbar-menu > li.has-children > a > span:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        color: #fff;
        border: none;
        font-size: 11px;
        overflow: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media (prefers-reduced-motion: reduce) {
          .navbar-menu > li.has-children > a > span:after {
            -webkit-transition: none;
            transition: none; } }
    .navbar-menu > li.has-children > a:hover > span:before {
      opacity: 0; }
    .navbar-menu > li.has-children > a:hover > span:after {
      width: 28px; }
  .navbar-menu > li.navbar-open > a > span:before {
    opacity: 0; }
  .navbar-menu > li.navbar-open > a > span:after {
    width: 28px; }
  .navbar-menu > li + li {
    margin-left: 8px; }
  .navbar-menu > li > .navbar-menu {
    height: 60px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    border-bottom: solid 1px #000; }
    @media (prefers-reduced-motion: reduce) {
      .navbar-menu > li > .navbar-menu {
        -webkit-transition: none;
        transition: none; } }
    .navbar-menu > li > .navbar-menu > li {
      padding: 15px 15px 10px; }
      .navbar-menu > li > .navbar-menu > li > a {
        padding: 0;
        padding-bottom: 4px;
        color: #000;
        overflow: hidden;
        position: relative;
        color: #000; }
        .navbar-menu > li > .navbar-menu > li > a:after {
          content: '';
          bottom: 0;
          border-bottom: solid 1px #009bd9;
          left: 0;
          right: 0;
          position: absolute;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
      .navbar-menu > li > .navbar-menu > li:hover > a {
        color: #000; }
        .navbar-menu > li > .navbar-menu > li:hover > a:after {
          -webkit-transform: translateX(0);
          transform: translateX(0); }
    body:not(.navbar-open) .navbar-menu > li > .navbar-menu > li + li {
      position: relative; }
  .navbar-menu > li.navbar-open > .navbar-menu {
    height: 60px;
    opacity: 1;
    pointer-events: all; }
  body:not(.navbar-open) .navbar-menu > li:first-child {
    margin-left: 10px; }

.navbar-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 1199.98px) {
    .navbar-search-wrapper:not(.open) {
      padding-left: 24px; } }

.navbar-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-search {
      -webkit-transition: none;
      transition: none; } }
  .navbar-search .submit {
    width: 50px;
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #009bd9;
    padding-top: 8px; }
  .navbar-search:after {
    content: ' ';
    border-top: solid 1px #009bd9;
    position: absolute;
    top: 26px;
    left: 0;
    width: 51px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media (prefers-reduced-motion: reduce) {
      .navbar-search:after {
        -webkit-transition: none;
        transition: none; } }
    .navbar-open .navbar-search:after {
      border-color: #000; }
  .navbar-search > input, .navbar-search > input:focus {
    width: 225px;
    border: none;
    background-color: transparent;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    letter-spacing: 0.8px;
    opacity: 1;
    margin-right: 7px;
    margin-top: 10px;
    pointer-events: all;
    -webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-search > input:focus-visible {
    outline: none; }
  .navbar-search > input::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px; }
  .navbar-search > input:-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px; }
  .navbar-search > input::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px; }
  .navbar-search > input:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px; }
  .navbar-search:not(.open) {
    padding-left: 0; }
    .navbar-search:not(.open):after {
      width: 0; }
    .navbar-search:not(.open) .submit {
      color: #fff; }
      .navbar-open .navbar-search:not(.open) .submit {
        color: #000; }
      .navbar-search:not(.open) .submit:hover {
        color: #009bd9; }
    .navbar-search:not(.open) > input {
      pointer-events: none;
      width: 0;
      opacity: 0; }
  .navbar-open .navbar-search:after {
    display: none; }
  .navbar-open .navbar-search .submit {
    color: #000;
    position: absolute;
    left: 0; }
  .navbar-open .navbar-search > input, .navbar-open .navbar-search > input:focus {
    border-bottom: solid 1px #000;
    color: #000; }
  .navbar-open .navbar-search > input::-webkit-input-placeholder {
    color: #000; }
  .navbar-open .navbar-search > input:-moz-placeholder {
    color: #000; }
  .navbar-open .navbar-search > input::-moz-placeholder {
    color: #000; }
  .navbar-open .navbar-search > input:-ms-input-placeholder {
    color: #000; }

.navbar-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.8vw 2vw; }
  .navbar-bottom > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .navbar-bottom .navbar-bottom-left .btn + .btn {
    margin-left: 24px; }
  @media (max-width: 575.98px) {
    .navbar-bottom .navbar-bottom-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar-bottom .navbar-bottom-left .btn {
        padding-left: 26px;
        padding-right: 26px; }
        .navbar-bottom .navbar-bottom-left .btn + .btn {
          margin-left: 12px; } }
  .navbar-bottom .navbar-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 23px; }
    .navbar-bottom .navbar-bottom-right > a {
      font-size: 20px;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      @media (prefers-reduced-motion: reduce) {
        .navbar-bottom .navbar-bottom-right > a {
          -webkit-transition: none;
          transition: none; } }
      .navbar-bottom .navbar-bottom-right > a:hover {
        color: #009bd9; }
      .navbar-bottom .navbar-bottom-right > a + a {
        margin-left: 20px; }
  @media (max-width: 1640px) {
    .navbar-bottom {
      padding: 0 3vw 1.8vw; } }
  @media (max-width: 767.98px) {
    .navbar-bottom {
      display: block;
      margin-top: 30px; }
      .navbar-bottom .navbar-bottom-right {
        margin-top: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

/* open navigation (mega menu) */
.navbar-open:not(.has-children) {
  overflow: hidden; }

.navbar-open .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  height: auto; }
  .navbar-open .navbar .navbar-wrapper {
    position: absolute;
    -webkit-transition: 0s top;
    transition: 0s top;
    margin-top: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto; }
    @media (prefers-reduced-motion: reduce) {
      .navbar-open .navbar .navbar-wrapper {
        -webkit-transition: none;
        transition: none; } }
    @media (min-width: 992px) {
      .navbar-open .navbar .navbar-wrapper {
        margin-top: 52px; } }
  .navbar-open .navbar:before {
    position: fixed;
    bottom: 0;
    height: 183px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 460px;
    color: #009bd9;
    left: 50%;
    margin-left: -209px; }
  .navbar-open .navbar .hide-open {
    display: none !important; }
  .navbar-open .navbar .show-open {
    display: block; }
  .navbar-open .navbar .navbar-level1 {
    padding-top: 32px;
    position: relative; }
    .navbar-open .navbar .navbar-level1 .navbar-brand {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .navbar-open .navbar .navbar-level1 .navbar-brand .slogans {
        padding-top: 5px;
        margin-left: 0; }
    .navbar-open .navbar .navbar-level1 > .btn-close {
      position: absolute;
      right: 23px;
      top: 10px; }
      @media (min-width: 992px) {
        .navbar-open .navbar .navbar-level1 > .btn-close {
          top: 30px; } }
  .navbar-open .navbar .navbar-brand-buttons {
    display: none; }
  .navbar-open .navbar .navbar-search-wrapper {
    position: absolute;
    top: -55px;
    left: 8px; }
  .navbar-open .navbar .navbar-search:after {
    top: 21px; }
  .navbar-open .navbar .navbar-search .submit {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .navbar-open .navbar .navbar-search > input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 0; }
  .navbar-open .navbar .navbar-level2 {
    background-color: transparent; }
  .navbar-open .navbar .navbar-group-name, .navbar-open .navbar .navbar-group {
    display: block; }
  .navbar-open .navbar .navbar-group-name {
    margin-top: 77px;
    margin-bottom: 3px;
    padding-bottom: 19px; }
  .navbar-open .navbar .navbar-group {
    padding: 0 3.8vw 3.8vw; }
  .navbar-open .navbar .navbar-menu-wrapper {
    position: relative; }
  .navbar-open .navbar .navbar-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%; }
    .navbar-open .navbar .navbar-menu > li {
      padding-right: 3vw; }
      .navbar-open .navbar .navbar-menu > li > a {
        font-family: "Soho Std";
        font-size: 20px;
        font-weight: 300;
        padding: 20px 0; }
        .navbar-open .navbar .navbar-menu > li > a > span {
          display: none; }
        .navbar-open .navbar .navbar-menu > li > a:hover {
          color: #009bd9; }
      .navbar-open .navbar .navbar-menu > li + li {
        margin-left: 0; }
        .navbar-open .navbar .navbar-menu > li + li > a {
          border-top: solid 1px #e4e4e4; }
      .navbar-open .navbar .navbar-menu > li.has-children > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        color: #009bd9;
        right: 0;
        top: 50%;
        font-size: 9px;
        margin-top: -6px; }
      .navbar-open .navbar .navbar-menu > li > .navbar-menu {
        height: auto;
        width: 50%;
        right: auto;
        bottom: 0;
        top: 15px;
        left: 50%;
        overflow: hidden; }
        .navbar-open .navbar .navbar-menu > li > .navbar-menu:after {
          position: absolute;
          left: 0;
          top: 13px;
          bottom: 28px;
          content: ' ';
          border-left: solid 1px #000; }
        .navbar-open .navbar .navbar-menu > li > .navbar-menu > li {
          margin-right: 0;
          margin-left: 40px; }
          .navbar-open .navbar .navbar-menu > li > .navbar-menu > li > a {
            border-bottom: none;
            border-top: none;
            font-weight: normal;
            text-transform: none;
            padding: 5px 0;
            text-decoration: none; }
            .navbar-open .navbar .navbar-menu > li > .navbar-menu > li > a:hover {
              text-decoration: none; }
      .navbar-open .navbar .navbar-menu > li.navbar-open > a {
        color: #009bd9; }
      .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu {
        height: auto;
        opacity: 1;
        pointer-events: all;
        overflow: visible; }
  @media (max-width: 1640px) {
    .navbar-open .navbar .navbar-level2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .navbar-open .navbar .navbar-group-name {
      margin-top: 53px; }
    .navbar-open .navbar .navbar-group {
      padding: 0 3vw 3vw;
      width: 50%; }
      .navbar-open .navbar .navbar-group:nth-child(n+3):not(:last-child) {
        padding-left: 0;
        padding-right: 0;
        width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .navbar-open .navbar .navbar-group:nth-child(n+3):not(:last-child) > .navbar-group-wrapper {
          padding: 0 3vw 3vw;
          width: 50%; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-open .navbar:before {
      width: 25vw;
      height: 15.3465346vw; }
    .navbar-open .navbar .navbar-menu {
      width: 100%; }
      .navbar-open .navbar .navbar-menu > li {
        padding-right: 0; }
      .navbar-open .navbar .navbar-menu.navbar-open {
        width: 50%; }
        .navbar-open .navbar .navbar-menu.navbar-open > li {
          padding-right: 3vw; } }
  @media (max-width: 991.98px) {
    .navbar-open .navbar:before {
      width: 30vw;
      height: 18.4158vw; }
    .navbar-open .navbar .navbar-menu {
      width: 100%; }
      .navbar-open .navbar .navbar-menu > li {
        padding-right: 0; }
        .navbar-open .navbar .navbar-menu > li > a:after {
          -webkit-transform: none;
          transform: none; }
        .navbar-open .navbar .navbar-menu > li > .navbar-menu {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          height: auto;
          width: 100%;
          max-height: 0;
          -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1);
          transition: all 0.5s cubic-bezier(0, 1, 0, 1); }
        .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu {
          max-height: 1000px;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          width: 100%;
          overflow: hidden; }
          .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu:after {
            display: none; }
          .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu > li {
            margin-left: 0;
            padding-left: 3vw; }
            .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu > li > a {
              padding-top: 12px;
              padding-bottom: 12px; }
        .navbar-open .navbar .navbar-menu > li.navbar-open + li > a {
          border-top: none; }
    .navbar-open .navbar .navbar-brand .slogan {
      font-size: 22px; }
    .navbar-open .navbar .slogans {
      opacity: 1; }
    .navbar-open .navbar.navbar-search-open .slogans {
      opacity: 0;
      pointer-events: none; }
    .navbar-open .navbar .navbar-bottom {
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .navbar-open .navbar:before {
      display: none; }
    .navbar-open .navbar .navbar-brand {
      display: none; }
    .navbar-open .navbar .navbar-level1 {
      height: 60px; }
      .navbar-open .navbar .navbar-level1 > .btn-close {
        top: 12px;
        right: 20px; }
    .navbar-open .navbar .navbar-search-wrapper {
      left: -20px;
      top: -58px; }
    .navbar-open .navbar .navbar-level2 {
      display: block; }
    .navbar-open .navbar .navbar-group {
      width: 100%;
      padding: 0; }
      .navbar-open .navbar .navbar-group:nth-child(n+3):not(:last-child) {
        width: 100%;
        padding: 0;
        display: block; }
        .navbar-open .navbar .navbar-group:nth-child(n+3):not(:last-child) > .navbar-group-wrapper {
          width: 100%;
          margin: 0;
          padding: 0; }
    .navbar-open .navbar .navbar-group-name {
      margin: 25px 20px 0; }
    .navbar-open .navbar .navbar-menu > li.has-children > a:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 5px; }
    .navbar-open .navbar .navbar-menu > li > a {
      margin: 0 20px; }
    .navbar-open .navbar .navbar-menu > li.navbar-open {
      position: relative; }
      .navbar-open .navbar .navbar-menu > li.navbar-open > a:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .navbar-open .navbar .navbar-menu > li.navbar-open:after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        border-bottom: solid 1px #e4e4e4; }
      .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu {
        border-bottom: 0; }
        .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu > li {
          padding-left: 0; }
          .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu > li > a {
            padding: 0; }
            .navbar-open .navbar .navbar-menu > li.navbar-open > .navbar-menu > li > a:after {
              display: none; } }

@media (min-width: 768px) {
  .slim {
    height: 52px;
    min-height: 52px; } }

body:not(.navbar-open) .slim .navbar-wrapper {
  background-color: #000; }

body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top {
  top: 0; }

body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top, body:not(.navbar-open) .navbar.slim .navbar-wrapper {
  z-index: 1099; }
  body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-search, body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .slogans, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-search, body:not(.navbar-open) .navbar.slim .navbar-wrapper .slogans {
    display: none; }
  body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-brand, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-brand .logo, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-brand .logo {
      margin-right: 0; }
      body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-brand .logo .logo-main, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-brand .logo .logo-main {
        display: none; }
      body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-brand .logo .logo-scrolling, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-brand .logo .logo-scrolling {
        display: block;
        height: 51px; }
  body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .btn, body:not(.navbar-open) .navbar.slim .navbar-wrapper .btn {
    color: #fff; }
    body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .btn + .btn:not(.btn-hamburger), body:not(.navbar-open) .navbar.slim .navbar-wrapper .btn + .btn:not(.btn-hamburger) {
      border-left-color: #009bd9; }
    body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .btn:not(.btn-hamburger), body:not(.navbar-open) .navbar.slim .navbar-wrapper .btn:not(.btn-hamburger) {
      padding-top: 14px; }
      body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .btn:not(.btn-hamburger):hover, body:not(.navbar-open) .navbar.slim .navbar-wrapper .btn:not(.btn-hamburger):hover {
        color: #009bd9; }
  body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .btn-hamburger > span, body:not(.navbar-open) .navbar.slim .navbar-wrapper .btn-hamburger > span {
    border-color: #fff; }
  body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-level1, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-level1 {
    padding: 1px 24px 0;
    background-color: #000; }
  body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-level2, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-level2 {
    position: absolute;
    top: 0;
    left: 135px;
    background-color: transparent;
    padding-top: 0; }
  body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-menu > li > .navbar-menu, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-menu > li > .navbar-menu {
    left: -135px;
    width: 99.35vw;
    height: 50px;
    background-color: #fff; }
    body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-menu > li > .navbar-menu > li, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-menu > li > .navbar-menu > li {
      height: 50px; }
  @media (max-width: 1500px) {
    body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-level2, body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-level2 {
      max-width: calc(100vw - 230px); } }
  @media (max-width: 1500px) {
    body:not(.navbar-open) .navbar .navbar-wrapper.fixed-top .navbar-brand-buttons .btn:not(.btn-hamburger), body:not(.navbar-open) .navbar.slim .navbar-wrapper .navbar-brand-buttons .btn:not(.btn-hamburger) {
      display: none; } }

.navbar-open .subnav {
  opacity: 0;
  pointer-events: none; }

.subnav.form-group {
  margin: 24px 0 24px;
  z-index: 1010;
  position: relative; }

.subnav:not(.form-group) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 0;
  padding-bottom: 11px;
  position: relative; }
  .subnav:not(.form-group):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 1px #000; }
  .subnav:not(.form-group) > li > a {
    height: 30px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 0.7px;
    padding-left: 24px;
    padding-right: 24px; }
    .subnav:not(.form-group) > li > a:hover {
      color: #009bd9; }
    .subnav:not(.form-group) > li > a:before {
      content: '';
      position: absolute;
      background: #fff url("../imgs/v-small-black.svg") no-repeat top right;
      height: 12px;
      width: 10px;
      background-size: 100%;
      overflow: hidden;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      bottom: -11px;
      left: -5px; }
    .subnav:not(.form-group) > li > a:after {
      content: '';
      position: absolute;
      overflow: hidden;
      bottom: -11px;
      left: -5px;
      border-bottom: solid 1px #000;
      width: 1px; }
  .subnav:not(.form-group) > li.active > a {
    color: #009bd9; }
  .subnav:not(.form-group) > li:first-child > a {
    padding-left: 3px; }
    .subnav:not(.form-group) > li:first-child > a:before, .subnav:not(.form-group) > li:first-child > a:after {
      display: none; }

.subnav-wrapper {
  min-height: 41px;
  margin-bottom: 24px; }
  .navbar-open .subnav-wrapper {
    opacity: 0;
    pointer-events: none; }
  @media (max-width: 991.98px) {
    .subnav-wrapper > .scroll-fixed {
      display: none; } }

.scroll-fixed {
  top: 0;
  -webkit-transition: 0.5s top;
  transition: 0.5s top; }
  @media (prefers-reduced-motion: reduce) {
    .scroll-fixed {
      -webkit-transition: none;
      transition: none; } }
  .scroll-fixed.fixed-top {
    top: 51px;
    background-color: #fff;
    height: 48px; }
    .scroll-fixed.fixed-top:before {
      border-bottom: solid 1px #000;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .scroll-fixed.fixed-top .subnav {
      margin-top: 11px;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 7px; }
      .scroll-fixed.fixed-top .subnav > li > a:before {
        display: none; }
      .scroll-fixed.fixed-top .subnav > li > a:after {
        left: 0;
        right: auto;
        top: -10px;
        bottom: -6px;
        border-bottom: none;
        border-left: solid 1px #000; }
    .scroll-fixed.fixed-top .subnav {
      max-width: 1296px; }
    @media (max-width: 1399.98px) {
      .scroll-fixed.fixed-top .subnav {
        max-width: 1116px; } }
    @media (max-width: 1199.98px) {
      .scroll-fixed.fixed-top .subnav {
        max-width: 936px; } }
    @media (max-width: 991.98px) {
      .scroll-fixed.fixed-top .subnav {
        max-width: 696px; } }
    @media (max-width: 767.98px) {
      .scroll-fixed.fixed-top {
        top: auto;
        position: relative !important; } }

.scroll-sticky {
  position: sticky;
  top: 125px;
  bottom: 10px; }

.fullwidth-bg:last-child, .ad-fullwidth:last-child {
  position: relative;
  z-index: 2; }
  .fullwidth-bg:last-child:after, .ad-fullwidth:last-child:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: solid 1px #fff; }

footer {
  border-top: solid 1px #000;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1; }
  footer a {
    color: #000; }
    footer a:hover {
      color: #009bd9; }
  footer:before {
    position: absolute;
    bottom: 0;
    right: -120px;
    width: 404px;
    height: 243px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 460px;
    color: #009bd9; }

.footer-wrapper {
  position: relative;
  padding: 50px 0; }

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Soho Std"; }

.footer-left, footer-middle, .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-left .logo {
  margin-bottom: 55px; }
  .footer-left .logo > img {
    height: 55px;
    width: auto; }

.footer-left .slogan {
  font-size: 25px;
  font-family: "Soho Std";
  max-width: 300px;
  line-height: 30px; }

.footer-middle {
  text-align: center;
  font-size: 22px;
  font-weight: 300; }
  .footer-middle a:first-child {
    margin-top: -4px; }
  .footer-middle a > span {
    position: relative;
    padding: 0 30px; }
    .footer-middle a > span:after, .footer-middle a > span:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #009bd9;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: absolute;
      font-size: 11px;
      top: 50%;
      margin-top: -6px;
      opacity: 0; }
    .footer-middle a > span:before {
      content: '\e90e';
      left: 0; }
    .footer-middle a > span:after {
      content: '\e90d';
      right: 0; }
  .footer-middle a:hover {
    color: #000; }
    .footer-middle a:hover > span:after, .footer-middle a:hover > span:before {
      opacity: 1; }
  .footer-middle a + a {
    margin-top: 2px; }
  .footer-middle a:hover > span:before, .footer-middle a:hover > span:after {
    opacity: 1; }

.footer-right .footer-content {
  display: block; }

.footer-right .logo {
  display: block;
  margin-bottom: 23px; }
  .footer-right .logo > img {
    height: 46px;
    width: auto; }

.footer-right .copyright {
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 37px; }

.footer-right .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-right .social > a {
    font-size: 20px; }
    .footer-right .social > a + a {
      margin-left: 20px; }

.footer-group-wrapper {
  background-color: #000; }

.footer-group {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 19px 0; }
  .footer-group > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .footer-group > li > a {
      display: block;
      text-align: center;
      opacity: 0.5;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .footer-group > li > a > img {
        height: auto; }
      .footer-group > li > a:hover {
        opacity: 1; }

@media (max-width: 1199.98px) {
  .footer-left .name {
    font-size: 30px; }
  .footer-left .slogan {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-middle a {
    text-align: right; } }

@media (max-width: 991.98px) {
  .footer-right {
    padding-top: 45px; }
    .footer-right .footer-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .footer-right .logo {
      width: 50%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .footer-right .social {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 50%;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right; }
    .footer-right .copyright {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%;
      font-size: 12px; }
  .footer-group {
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-group > li {
      padding-top: 19px;
      min-width: 150px; }
      .footer-group > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

@media (max-width: 767.98px) {
  footer:before {
    display: none; }
  .footer-wrapper {
    padding: 42px 0; }
  .footer-content {
    width: 100%; }
  .footer-left .logo {
    margin-bottom: 25px; }
  .footer-left .slogan {
    font-size: 16px;
    margin-bottom: 52px; }
  .footer-middle {
    text-align: left;
    font-size: 22px;
    margin-bottom: 60px; }
    .footer-middle a > span {
      padding: 0; }
      .footer-middle a > span:before {
        left: -24px; }
      .footer-middle a > span:after {
        right: -24px; }
    .footer-middle a + a {
      margin-top: 10px; }
  .footer-right {
    padding-top: 0;
    display: block; }
    .footer-right .logo {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      margin-bottom: 23px;
      width: 100%; }
    .footer-right .copyright {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      font-size: 14px;
      margin-bottom: 49px;
      width: 100%; }
    .footer-right .social {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .footer-group > li {
    min-width: 100px; } }

@media (max-width: 575.98px) {
  .footer-group > li {
    min-width: 20vw; } }

.tab-widget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .hl-home .tab-widget.widget {
    margin-bottom: 30px;
    border: none;
    padding: 0; }
    .hl-home .tab-widget.widget:after {
      position: absolute;
      content: ' ';
      border-left: solid 1px #000;
      left: 0;
      top: 0;
      bottom: 0; }
    @media (min-width: 768px) {
      .hl-home .tab-widget.widget {
        margin-bottom: 45px; } }

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  margin-top: -7px; }
  .tabs .tab-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .tabs .tab-item > a {
      padding-top: 0;
      padding-bottom: 19px;
      display: block;
      font-family: "Soho Std";
      font-size: 18px;
      text-align: left;
      color: #d4d4d4; }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .tabs .tab-item > a {
          font-size: 16px; } }
      .hl-home .tabs .tab-item > a {
        font-size: 20px; }
        @media (min-width: 1200px) and (max-width: 1399.98px) {
          .hl-home .tabs .tab-item > a {
            font-size: 18px; } }
      .tabs .tab-item > a:hover {
        color: #009bd9; }
    .tabs .tab-item > a.active {
      color: #000; }
      .tabs .tab-item > a.active > span {
        position: relative; }
        .tabs .tab-item > a.active > span:before {
          content: '';
          position: absolute;
          background: transparent url("../imgs/v-small-blue.svg") no-repeat top right;
          background-size: 100%;
          left: 0;
          height: 12px;
          width: 10px;
          bottom: -22px; }
        .tabs .tab-item > a.active > span:after {
          position: absolute;
          content: '';
          border-top: solid 1px #009bd9;
          right: 0;
          bottom: -22px;
          left: 10px;
          height: 12px; }

.tab-content {
  display: none;
  padding: 0 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative; }
  .tab-content.active {
    display: block; }
  .tab-content > .btn {
    margin-top: 24px; }
    .hl-home .tab-content > .btn {
      margin-top: 24px; }
      @media (min-width: 992px) {
        .hl-home .tab-content > .btn {
          position: absolute;
          margin-top: 0;
          bottom: 0;
          left: 24px; } }

.tab-content-item {
  position: relative;
  padding: 16px 0 0; }
  @media (max-width: 575.98px) {
    .tab-content-item {
      padding-bottom: 0; } }
  .hl-home .tab-content-item {
    padding: 16px 0 21px; }
    .hl-home .tab-content-item:before {
      position: absolute;
      content: ' ';
      left: -24px;
      top: 21px;
      bottom: 26px;
      border-left: solid 1px #009bd9;
      z-index: 2;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
      @media (prefers-reduced-motion: reduce) {
        .hl-home .tab-content-item:before {
          -webkit-transition: none;
          transition: none; } }
    .hl-home .tab-content-item:after {
      position: absolute;
      content: ' ';
      left: -24px;
      top: 11px;
      bottom: 16px;
      border-left: solid 1px #fff;
      z-index: 1;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
      @media (prefers-reduced-motion: reduce) {
        .hl-home .tab-content-item:after {
          -webkit-transition: none;
          transition: none; } }
  .tab-content-item a {
    font-size: 16px;
    position: relative;
    line-height: 20px;
    overflow: hidden;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  @media (min-width: 992px) {
    .hl-home .tab-content-item:nth-child(n+5) {
      display: none; } }
  @media (min-width: 1400px) {
    .hl-home .tab-content-item:nth-child(5) {
      display: block; } }
  .tab-content-item:hover:before, .tab-content-item:hover:after {
    opacity: 1; }

.tab-category {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 4px;
  color: #d4d4d4;
  font-weight: 300;
  letter-spacing: 2.4px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (prefers-reduced-motion: reduce) {
    .tab-category {
      -webkit-transition: none;
      transition: none; } }
  .tab-content-item:hover .tab-category {
    color: #009bd9; }

.sidebar-img {
  padding: 17px 0 0;
  text-align: right; }
  .sidebar-img > img {
    max-width: 190px;
    height: auto; }
  @media (max-width: 1199.98px) {
    .sidebar-img > img {
      max-width: 150px;
      margin-bottom: 20px; } }

.info-title {
  text-transform: uppercase;
  color: #009bd9;
  font-weight: 300;
  letter-spacing: 2.4px;
  font-size: 12px; }

.info-text > span {
  white-space: nowrap; }

.sidebar-block {
  padding: 0 24px 36px;
  line-height: 25px;
  margin-top: 72px;
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .sidebar-block {
      margin-bottom: 24px; } }
  .sidebar-block.--box {
    margin-top: 0;
    border: solid 1px #000;
    padding: 24px; }
    .sidebar-block.--box .info-text {
      color: #000; }
  .sidebar-block + .content-body {
    margin-top: 70px; }
    @media (max-width: 767.98px) {
      .sidebar-block + .content-body {
        margin-top: 50px; } }
  .sidebar-block .sidebar-title {
    font-family: "Soho Std";
    color: #000;
    font-size: 20px;
    margin-bottom: 20px; }
  .sidebar-block .btn {
    display: block;
    text-align: center; }
    .sidebar-block .btn + .btn {
      margin-top: 18px; }
  .sidebar-block .share {
    margin-top: 35px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-block .share > span {
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1.4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 15px; }
    .sidebar-block .share > a {
      margin-left: 15px;
      font-size: 20px; }
  .sidebar-block .info-group + .info-group {
    margin-top: 16px;
    padding-top: 19px;
    position: relative; }
    .sidebar-block .info-group + .info-group:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 66px;
      border-top: solid 1px #009bd9; }
  .sidebar-block .info-group + .btn {
    margin-top: 50px; }

.title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px; }
  .title-info .info-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px; }
    .title-info .info-group + .info-group {
      position: relative;
      margin-left: 12px;
      margin-top: 0;
      padding-top: 0; }
      .title-info .info-group + .info-group:after {
        position: absolute;
        content: ' ';
        left: -5px;
        top: 0;
        bottom: 0;
        width: 0px;
        border-top: none;
        border-left: solid 1px #009bd9; }
  @media (max-width: 575.98px) {
    .title-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .title-info .info-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%; }
      .title-info .info-group:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 12px; }
      .title-info .info-group:nth-child(2) {
        margin-left: 0; }
        .title-info .info-group:nth-child(2):after {
          display: none; } }
  .title-info + .btn {
    margin-top: 24px; }

.sidebar-spacer {
  height: 24px; }

.sidebar-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .sidebar-tile > .sidebar-spacer:first-child {
    height: 0; }
    .sidebar-tile > .sidebar-spacer:first-child ~ .sidebar-block {
      margin-top: 98px; }

@media (min-width: 1200px) {
  .hl-home .order-xl-3 {
    position: relative; }
    .hl-home .order-xl-3:after {
      position: absolute;
      left: 12px;
      right: 12px;
      top: -24px;
      border-top: solid 1px #000;
      content: ''; } }

.hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  @media (max-width: 575.98px) {
    .hl {
      margin-bottom: 35px; }
      .hl-home .hl:first-child:not(.hl-main) {
        margin-top: 20px; }
      .hl-home .hl .hl-category {
        left: 17px; } }
  .hl > .hl-image {
    overflow: hidden;
    position: relative;
    position: relative; }
    .hl > .hl-image > img {
      max-width: 100%;
      height: auto; }
    .hl > .hl-image > img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .hl > .hl-image:before, .hl > .hl-image:after {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      -webkit-transition: 0.5s all;
      transition: 0.5s all;
      opacity: 0; }
    .hl > .hl-image:before {
      bottom: 10px;
      left: 10px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      z-index: 1; }
    .hl > .hl-image:after {
      top: 10px;
      right: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
    .hl > .hl-image:hover > img {
      -webkit-filter: grayscale(50%) brightness(50%);
      filter: grayscale(50%) brightness(50%); }
    .hl > .hl-image:hover:before, .hl > .hl-image:hover:after {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      opacity: 1; }
  .hl .hl-category {
    position: absolute;
    top: -10px;
    left: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 12px 9px;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 2.8px;
    background-color: #009bd9;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2; }
    .hl .hl-category:hover {
      background-color: #000; }
  .hl .hl-content {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: "Soho Std";
    font-weight: 300;
    font-size: 22px;
    margin-top: 32px;
    line-height: 26px;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px; }
    .hl .hl-content:hover {
      -webkit-text-decoration-color: #000;
      text-decoration-color: #000;
      text-decoration-thickness: 1px; }
  .hl .hl-date {
    position: relative;
    margin-top: 10px;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px; }
    .hl .hl-date:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 86px;
      border-top: solid 1px #009bd9; }
  .hl.hl-main {
    padding-bottom: 0;
    margin-bottom: 45px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .hl.hl-main {
        position: relative; }
        .hl.hl-main:after {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -24px;
          border-bottom: solid 1px #000;
          content: ''; } }
    .hl.hl-main .hl-content {
      position: absolute;
      bottom: 24px;
      left: 32px;
      padding: 25px 45px 0 0;
      width: 75%;
      color: #fff;
      font-size: 46px;
      line-height: 63px;
      text-decoration: none; }
      .hl.hl-main .hl-content .hl-title {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #000;
        -webkit-box-shadow: 8px 0 0 6px #fff, -8px 0 0 6px #fff;
        box-shadow: 8px 0 0 6px #fff, -8px 0 0 6px #fff;
        background-color: #fff; }
      @media (max-width: 991.98px) {
        .hl.hl-main .hl-content {
          font-size: 36px;
          line-height: 52px; } }
      @media (max-width: 767.98px) {
        .hl.hl-main .hl-content {
          font-size: 28px;
          line-height: 46px;
          width: 92%;
          padding: 20px 40px 0 0; } }
    .hl.hl-main .hl-image:before, .hl.hl-main .hl-image:after {
      display: none; }
    .hl.hl-main .hl-category {
      left: -14px;
      top: -8px; }
      .hl.hl-main .hl-category:hover {
        background-color: #009bd9; }
      @media (max-width: 767.98px) {
        .hl.hl-main .hl-category {
          top: -12px; } }
    .hl.hl-main:hover .hl-image > img {
      -webkit-filter: none;
      filter: none; }
    .hl.hl-main:hover .hl-content {
      text-decoration: none;
      color: #000; }
      .hl.hl-main:hover .hl-content .hl-title {
        color: #fff;
        -webkit-box-shadow: 8px 0 0 6px #000, -8px 0 0 6px #000;
        box-shadow: 8px 0 0 6px #000, -8px 0 0 6px #000;
        background-color: #000; }
    @media (max-width: 575.98px) {
      .hl.hl-main {
        margin-top: -26px;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 20px; } }
  .hl:not(.hl-main) .hl-wrapper {
    position: relative; }
    .hl:not(.hl-main) .hl-wrapper .hl-category {
      padding: 6px 12px 5px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: -13px;
      right: auto;
      bottom: auto;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 1.8px; }
  .hl.hl-secondary .hl-category, .hl-group-secondary .hl .hl-category {
    background-color: #f9b13c; }
    .hl.hl-secondary .hl-category:hover, .hl-group-secondary .hl .hl-category:hover {
      background-color: #000; }
  .hl.hl-secondary .hl-date:after, .hl-group-secondary .hl .hl-date:after {
    border-color: #f9b13c; }
  .hl.hl-danger .hl-category, .hl-group-danger .hl .hl-category {
    background-color: #dc3545; }
    .hl.hl-danger .hl-category:hover, .hl-group-danger .hl .hl-category:hover {
      background-color: #000; }
  .hl.hl-danger .hl-date:after, .hl-group-danger .hl .hl-date:after {
    border-color: #dc3545; }
  @media (max-width: 575.98px) {
    .hl-group .hl:not(.swiper-slide) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 20px;
      padding-bottom: 0; }
      .hl-group .hl:not(.swiper-slide) > * {
        width: 50%;
        max-width: 50%; }
      .hl-group .hl:not(.swiper-slide) .hl-image {
        margin-right: 12px; }
      .hl-group .hl:not(.swiper-slide) .hl-content {
        margin-top: 0;
        font-size: 16px;
        line-height: 20px; }
      .hl-group .hl:not(.swiper-slide) .hl-category {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: 0;
        margin: 0;
        margin-bottom: 7px;
        padding: 0;
        padding-bottom: 7px;
        background-color: transparent;
        background-image: none;
        color: #000;
        display: block;
        left: auto;
        bottom: auto;
        top: auto; }
        .hl-group .hl:not(.swiper-slide) .hl-category:after {
          content: '';
          left: 0;
          width: 66px;
          bottom: 0;
          position: absolute;
          border-bottom: solid 1px #009bd9; }
      .hl-group .hl:not(.swiper-slide) .hl-wrapper {
        margin-left: 12px;
        padding-right: 12px; } }
  @media (max-width: 575.98px) {
    .hl-group .hl.swiper-slide {
      padding-bottom: 0;
      margin-bottom: 40px; }
      .hl-group .hl.swiper-slide .hl-category {
        top: -15px; } }

@media (max-width: 767.98px) {
  .hl-group + .hl-group {
    margin-top: 30px; } }

.hl-group-title {
  display: block;
  font-family: "Soho Std";
  font-size: 44px;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative; }
  .hl-group-title:before {
    content: '';
    position: absolute;
    background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
    background-size: 100%;
    left: 0;
    height: 21px;
    width: 19px;
    bottom: 0; }
  .hl-group-title:after {
    position: absolute;
    content: '';
    border-top: solid 1px #000;
    right: 0;
    bottom: 0;
    left: 18px;
    height: 21px; }
  .hl-group-title:hover {
    color: #009bd9; }
    .hl-group-title:hover > span:before, .hl-group-title:hover > span:after {
      color: #000; }
    .hl-group-secondary .hl-group-title:hover {
      color: #f9b13c; }
  @media (max-width: 767.98px) {
    .hl-group-title {
      font-size: 36px;
      margin-bottom: 20px; } }

.hl-swiper {
  position: relative; }
  .hl-swiper .swiper-controls {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .hl-swiper .swiper-controls {
        left: 0;
        top: 151px;
        margin-top: 0;
        z-index: 1000; }
        .hl-swiper .swiper-controls .btn {
          background-color: #fff;
          position: absolute; }
          .hl-swiper .swiper-controls .btn:hover {
            background-color: #009bd9; }
          .hl-swiper .swiper-controls .btn.swiper-control-prev {
            left: -25px; }
          .hl-swiper .swiper-controls .btn.swiper-control-next {
            right: -25px; } }
    @media (max-width: 575.98px) {
      .hl-swiper .swiper-controls {
        top: 50%;
        margin-top: -25px; }
        .hl-swiper .swiper-controls .btn.swiper-control-prev {
          left: 0; }
        .hl-swiper .swiper-controls .btn.swiper-control-next {
          right: 0; } }
  @media (max-width: 767.98px) {
    .hl-swiper.hl-secondary .swiper-controls .btn:hover, .hl-swiper.hl-group-secondary .swiper-controls .btn:hover {
      background-color: #f9b13c; } }
  @media (max-width: 767.98px) {
    .hl-swiper.hl-danger .swiper-controls, .hl-swiper.hl-group-danger .swiper-controls {
      top: 45%; }
      .hl-swiper.hl-danger .swiper-controls .btn:hover, .hl-swiper.hl-group-danger .swiper-controls .btn:hover {
        background-color: #dc3545; } }

.swiper {
  padding-top: 20px;
  margin-top: -20px;
  margin-left: -12px;
  margin-right: -12px; }
  @media (max-width: 575.98px) {
    .swiper {
      margin-top: -5px; } }
  .swiper .swiper-wrapper > .swiper-slide {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 12px;
    padding-right: 12px; }
    @media (min-width: 576px) {
      .swiper .swiper-wrapper > .swiper-slide {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media (min-width: 768px) {
      .swiper .swiper-wrapper > .swiper-slide {
        max-width: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; } }
    @media (min-width: 992px) {
      .swiper .swiper-wrapper > .swiper-slide {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media (min-width: 1200px) {
      .swiper .swiper-wrapper > .swiper-slide {
        max-width: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; } }

.swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .swiper-controls > .btn {
    font-size: 9px;
    line-height: 9px;
    padding: 20px 18px 18px 18px;
    background-image: none; }
    .swiper-controls > .btn + .btn {
      margin-left: -1px; }

.ad-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 24px;
  background-color: #efefef; }
  .ad-fullwidth > img {
    max-width: 100%;
    height: auto; }
  .container + .ad-fullwidth, article + .ad-fullwidth {
    margin-top: 20px; }
  .ad-fullwidth + .container {
    margin-top: 34px; }
  @media (max-width: 575.98px) {
    .ad-fullwidth {
      padding: 10px 24px;
      margin-bottom: 20px; }
      .hl-home .ad-fullwidth {
        margin-left: -12px;
        margin-right: -12px; }
      .container + .ad-fullwidth, article + .ad-fullwidth {
        margin-top: 20px; }
      .ad-fullwidth + .container {
        margin-top: 20px; } }

.ad:not(.ad-fullwidth) {
  border: solid 1px #000;
  padding: 1px; }
  .ad:not(.ad-fullwidth) > img {
    width: 100%;
    height: auto; }

.nl .nl-title {
  font-family: "Soho Std";
  font-weight: normal;
  font-size: 20px; }

.nl .nl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }

.nl .nl-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px; }
  .nl .nl-input.--name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }
  .nl .nl-input input {
    padding: 9px 15px;
    margin: 0;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    border: solid 1px #000;
    outline: none; }
    .nl .nl-input input::-webkit-input-placeholder {
      color: #b6b6b6; }
    .nl .nl-input input:-moz-placeholder {
      color: #b6b6b6; }
    .nl .nl-input input::-moz-placeholder {
      color: #b6b6b6; }
    .nl .nl-input input:-ms-input-placeholder {
      color: #b6b6b6; }
  .nl .nl-input .dropdown {
    outline: none;
    display: block; }
    .nl .nl-input .dropdown > .btn {
      background-image: none;
      background-color: #fff;
      border: solid 1px #000;
      text-transform: none;
      overflow: hidden;
      color: #000;
      outline: none !important;
      padding: 9px 15px; }
      .nl .nl-input .dropdown > .btn.bs-placeholder {
        color: #b6b6b6; }
      .nl .nl-input .dropdown > .btn:hover {
        background-color: #fff;
        border: solid 1px #000;
        color: #000; }
    .nl .nl-input .dropdown .dropdown-toggle:after {
      color: #009bd9;
      border: none;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 10px;
      margin-top: 1px; }
    .nl .nl-input .dropdown > .dropdown-menu {
      border-radius: 0;
      border: solid 1px #000;
      padding: 0;
      margin-top: 0;
      z-index: 1100; }
    .nl .nl-input .dropdown .dropdown-menu > li {
      padding: 0;
      margin: 0;
      font-size: 16px; }
      .nl .nl-input .dropdown .dropdown-menu > li:after {
        display: none; }
      .nl .nl-input .dropdown .dropdown-menu > li > a {
        padding: 9px 15px; }
      .nl .nl-input .dropdown .dropdown-menu > li + li {
        border-top: solid 1px #000; }

.nl .nl-buttons {
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 12px; }

.nl .nl-terms {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 300;
  padding: 0 5px 0 45px;
  position: relative;
  min-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .nl .nl-terms input {
    opacity: 0;
    position: absolute; }
    .nl .nl-terms input ~ span {
      display: block; }
      .nl .nl-terms input ~ span:after {
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -14px;
        display: block;
        height: 28px;
        width: 28px;
        border: solid 1px #000;
        content: ' '; }
      .nl .nl-terms input ~ span:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 18px;
        width: 28px;
        line-height: 28px;
        text-align: center;
        left: 5px;
        top: 50%;
        margin-top: -14px;
        display: block;
        color: #009bd9;
        opacity: 0;
        position: absolute;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .nl .nl-terms input:checked ~ span:before {
      opacity: 1; }
  .nl .nl-terms a {
    -webkit-text-decoration-color: #009bd9 !important;
    text-decoration-color: #009bd9 !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration: underline; }
    .nl .nl-terms a:hover {
      -webkit-text-decoration-color: #000 !important;
      text-decoration-color: #000 !important; }

.nl.callout .nl-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .nl.callout .nl-input:not(.--name) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }

.nl.callout .nl-terms {
  padding-left: 51px; }

@media (max-width: 767.98px) {
  .nl .nl-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; } }

.widget-home-spacer {
  height: 45px; }
  @media (min-width: 992px) {
    .widget-home-spacer {
      height: 62px; } }

.widget-spacer {
  height: 30px; }

.widget {
  border: solid 1px #000;
  padding: 14px 24px 24px; }
  .widget.tab-widget {
    padding: 24px 0; }
  .widget + .ad, .widget + .widget, .ad + .widget, .widget + .widget {
    margin-top: 24px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .order-3 .widget + .ad:nth-child(3), .order-3 .widget + .widget:nth-child(3), .order-3 .ad + .widget:nth-child(3), .order-3 .widget + .widget:nth-child(3) {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .ad.d-lg-none:first-child + .widget {
      margin-top: 0; } }
  .widget > .h3 {
    font-weight: normal;
    margin-bottom: 10px; }
  .widget .widget-wrapper {
    padding-top: 15px; }
  .widget.nl .nl-title {
    padding-bottom: 15px; }
  .widget.mag {
    /* magazine */
    position: relative;
    overflow: hidden;
    padding-right: 0; }
    .widget.mag .widget-wrapper {
      padding-right: 100px;
      position: relative; }
    .widget.mag .mag-cover {
      position: absolute;
      top: -45px;
      bottom: -20px;
      right: -85px;
      width: 200px;
      height: auto; }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .widget.mag .mag-cover {
          top: -10px; } }
    .widget.mag .mag-title {
      font-family: "Soho Std";
      font-size: 20px;
      font-weight: 500;
      color: #009bd9;
      padding-bottom: 14px;
      padding-right: 45px;
      line-height: 24px; }
    .widget.mag .mag-slogan {
      font-size: 14px;
      line-height: 17px; }
    .widget.mag .btn {
      margin-top: 40px;
      white-space: nowrap; }
    @media (max-width: 575.98px) {
      .widget.mag .mag-title {
        max-width: 200px; }
      .widget.mag .mag-slogan {
        max-width: 60%; } }
  .widget.feed {
    /* social feed */
    margin-bottom: 30px; }
    .widget.feed .widget-wrapper {
      padding: 0; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-spacer:first-child + .widget + .ad {
    margin-top: 0; } }

.callout.home {
  color: #fff;
  text-align: center; }
  .callout.home .callout-subtitle {
    padding-top: 170px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 20px; }
  .callout.home .h1 {
    color: #fff;
    margin-top: 80px; }
  .callout.home .callout-content {
    margin-top: 20px; }
  .callout.home .callout-actions {
    margin-top: 72px;
    padding-bottom: 164px; }
  .callout.home .btn {
    border-color: #fff;
    color: #fff; }
    .callout.home .btn:hover {
      color: #000;
      border-color: #fff;
      background-color: #fff; }
  @media (max-width: 575.98px) {
    .callout.home .callout-subtitle {
      padding-top: 120px; }
    .callout.home .h1 {
      margin-top: 40px; }
    .callout.home .callout-actions {
      margin-top: 50px;
      padding-bottom: 120px; } }

.callout.quote {
  border: solid 1px #000;
  padding: 133px 24px 24px;
  position: relative; }
  .callout.quote:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 88px;
    color: #009bd9; }
  .callout.quote .callout-title {
    font-family: "Soho Std";
    font-weight: 500;
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 23px; }
  .callout.quote .callout-subtitle {
    font-size: 30px;
    padding-bottom: 24px;
    margin-bottom: 15px;
    position: relative;
    position: relative; }
    .callout.quote .callout-subtitle:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-small-blue.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 12px;
      width: 10px;
      bottom: 0; }
    .callout.quote .callout-subtitle:after {
      position: absolute;
      content: '';
      border-top: solid 1px #009bd9;
      right: 0;
      bottom: 0;
      left: 10px;
      height: 12px;
      width: 86px; }
  .callout.quote .callout-content {
    font-size: 18px;
    line-height: 25px; }
  @media (max-width: 767.98px) {
    .callout.quote .callout-title {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 15px; } }

.callout.nl {
  border: solid 1px #000;
  padding: 24px; }
  .callout.nl .nl-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 24px; }
  .callout.nl .nl-terms {
    margin-top: 8px; }

.callout.focus {
  border: solid 1px #000;
  padding: 40px 35px;
  text-align: center;
  margin-bottom: 50px; }
  .callout.focus .callout-title {
    font-family: "Soho Std";
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 19px;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 16px; }
    .callout.focus .callout-title:after {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 66px;
      content: ' ';
      border-bottom: solid 1px #009bd9; }
    .callout.focus .callout-title:after {
      margin-left: -33px; }
  .callout.focus .callout-content {
    font-size: 18px;
    padding: 0 15px 24px;
    line-height: 30px; }

.listings > .h2 {
  margin-top: 60px;
  margin-bottom: 50px; }

.listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .listing > .listing-img {
    width: 100%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
    .listing > .listing-img > img {
      width: 100%;
      height: auto; }
  .listing > .listing-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 24px;
    padding-right: 24px;
    margin-top: -6px; }
    .listing > .listing-content .listing-title, .listing > .listing-content .listing-summary {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      text-decoration-thickness: 1px;
      text-underline-offset: 5px; }
    @media (max-width: 767.98px) {
      .listing > .listing-content {
        padding-right: 0; } }
  .listing:hover > .listing-content .listing-title, .listing:hover > .listing-content .listing-summary {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
    text-decoration-thickness: 1px; }
  .listing .listing-info {
    display: block;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px; }
  .listing .listing-date {
    text-transform: uppercase; }
  .listing .listing-title {
    display: block;
    margin-bottom: 18px;
    font-weight: 500; }
    @media (max-width: 991.98px) {
      .listing .listing-title {
        font-size: 20px; } }
  .listing .listing-summary {
    font-size: 15px;
    line-height: 20px;
    display: block; }
  .listing + .listing {
    margin-top: 24px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .listing + .listing {
        margin-top: 48px; } }
  .listing + .btn {
    margin-top: 24px;
    margin-bottom: 72px; }
  @media (max-width: 575.98px) {
    .listing:not(.listing-main) > .listing-img {
      max-width: 48%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
    .listing:not(.listing-main) .listing-title {
      font-size: 16px; }
    .listing:not(.listing-main) .listing-summary {
      display: none; } }
  .listing:not(.listing-main) .listing-info {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
    display: block; }
    @media (max-width: 991.98px) {
      .listing:not(.listing-main) .listing-info {
        padding-bottom: 8px;
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .listing:not(.listing-main) .listing-info {
        padding-bottom: 5px;
        margin-bottom: 5px; } }
    .listing:not(.listing-main) .listing-info:after {
      content: '';
      border-bottom: solid 1px #009bd9;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 86px; }
  .listing:not(.listing-main) .listing-img {
    position: relative; }
    .listing:not(.listing-main) .listing-img > img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .listing:not(.listing-main) .listing-img:before, .listing:not(.listing-main) .listing-img:after {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      -webkit-transition: 0.5s all;
      transition: 0.5s all;
      opacity: 0; }
    .listing:not(.listing-main) .listing-img:before {
      bottom: 10px;
      left: 10px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      z-index: 1; }
    .listing:not(.listing-main) .listing-img:after {
      top: 10px;
      right: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  .listing:not(.listing-main):hover .listing-img > img {
    -webkit-filter: grayscale(50%) brightness(50%);
    filter: grayscale(50%) brightness(50%); }
  .listing:not(.listing-main):hover .listing-img:before, .listing:not(.listing-main):hover .listing-img:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 1; }
  .listing.listing-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
    .listing.listing-main .listing-wrapper {
      display: block;
      margin-top: 30px; }
      @media (max-width: 767.98px) {
        .listing.listing-main .listing-wrapper {
          margin-top: 20px; } }
      .listing.listing-main .listing-wrapper > .listing-img {
        display: block; }
        .listing.listing-main .listing-wrapper > .listing-img > img {
          height: auto;
          width: 100%; }
      .listing.listing-main .listing-wrapper .listing-content > span {
        display: block;
        margin-top: 40px; }
      .listing.listing-main .listing-wrapper .listing-content .listing-date {
        font-size: 14px;
        display: inline-block;
        padding-bottom: 26px;
        margin-bottom: 10px;
        letter-spacing: 1.4px;
        position: relative; }
        .listing.listing-main .listing-wrapper .listing-content .listing-date:before {
          content: '';
          position: absolute;
          background: transparent url("../imgs/v-small-blue.svg") no-repeat top right;
          background-size: 100%;
          left: 0;
          height: 12px;
          width: 10px;
          bottom: 0; }
        .listing.listing-main .listing-wrapper .listing-content .listing-date:after {
          position: absolute;
          content: '';
          border-top: solid 1px #009bd9;
          right: 0;
          bottom: 0;
          left: 10px;
          height: 12px;
          width: 86px; }
      .listing.listing-main .listing-wrapper .listing-content .listing-title {
        font-weight: 300;
        font-size: 46px;
        line-height: 63px;
        text-decoration: none;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .listing.listing-main .listing-wrapper .listing-content .listing-title > span {
          color: #fff;
          -webkit-box-shadow: 8px 0 0 6px #009bd9, -8px 0 0 6px #009bd9;
          box-shadow: 8px 0 0 6px #009bd9, -8px 0 0 6px #009bd9;
          background-color: #009bd9;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        @media (max-width: 991.98px) {
          .listing.listing-main .listing-wrapper .listing-content .listing-title {
            font-size: 36px;
            line-height: 52px; } }
        @media (max-width: 767.98px) {
          .listing.listing-main .listing-wrapper .listing-content .listing-title {
            font-size: 28px;
            line-height: 46px;
            width: 92%;
            padding: 20px 40px 0 0; } }
      .listing.listing-main .listing-wrapper .listing-content .listing-summary {
        margin-bottom: 28px;
        font-size: 18px;
        line-height: 1.44; }
        @media (min-width: 768px) {
          .listing.listing-main .listing-wrapper .listing-content .listing-summary {
            font-size: 18px; } }
      @media (max-width: 991.98px) {
        .listing.listing-main .listing-wrapper .listing-content > span {
          position: relative; }
          .listing.listing-main .listing-wrapper .listing-content > span .listing-title {
            position: absolute;
            bottom: 100%;
            padding: 0 30px; } }
      @media (max-width: 767.98px) {
        .listing.listing-main .listing-wrapper .listing-content > span .listing-summary {
          font-size: 16px; } }
      .listing.listing-main .listing-wrapper:hover .listing-content .listing-title > span {
        -webkit-box-shadow: 8px 0 0 6px #000, -8px 0 0 6px #000;
        box-shadow: 8px 0 0 6px #000, -8px 0 0 6px #000;
        background-color: #000; }
      .listing.listing-main .listing-wrapper:hover .listing-content .btn {
        background-color: #009bd9; }
      @media (min-width: 992px) {
        .listing.listing-main .listing-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .listing.listing-main .listing-wrapper > .listing-img {
            overflow: hidden;
            max-width: 58%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58%;
            flex: 0 0 58%; }
            .listing.listing-main .listing-wrapper > .listing-img > img {
              width: 140%; }
          .listing.listing-main .listing-wrapper .listing-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
            .listing.listing-main .listing-wrapper .listing-content .listing-title {
              position: absolute;
              bottom: 100%;
              left: -335px; }
            .listing.listing-main .listing-wrapper .listing-content > span {
              background-color: #fff;
              padding-left: 40px;
              padding-top: 40px;
              padding-right: 12px;
              position: relative; } }
      @media (min-width: 1200px) {
        .listing.listing-main .listing-wrapper .listing-content .listing-title {
          left: -135px; }
        .listing.listing-main .listing-wrapper > .listing-img > img {
          width: 120%; } }
      @media (min-width: 1400px) {
        .listing.listing-main .listing-wrapper .listing-content .listing-title {
          left: -135px; }
        .listing.listing-main .listing-wrapper > .listing-img > img {
          width: 100%; } }

.events-grid {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .events-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px; }
      .events-grid > .event {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 12px;
        padding-right: 12px; } }

.event {
  margin-bottom: 24px; }
  .event .event-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .event .event-img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative; }
    .event .event-img > img {
      width: 100%;
      height: auto; }
    .event .event-img > img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .event .event-img:before, .event .event-img:after {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      -webkit-transition: 0.5s all;
      transition: 0.5s all;
      opacity: 0; }
    .event .event-img:before {
      bottom: 10px;
      left: 10px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      z-index: 1; }
    .event .event-img:after {
      top: 10px;
      right: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  .event .event-content {
    padding: 21px 28px 14px 19px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .event:hover .event-img > img {
    -webkit-filter: grayscale(50%) brightness(50%);
    filter: grayscale(50%) brightness(50%); }
  .event:hover .event-img:before, .event:hover .event-img:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 1; }
  .event .event-title {
    font-weight: 300;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 19px; }
    .event .event-title:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 86px;
      content: ' ';
      border-bottom: solid 1px #009bd9; }
  .event .event-date {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px; }
  .event .event-location {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300; }
  @media (max-width: 991.98px) {
    .event .event-title {
      font-size: 20px;
      padding-bottom: 7px;
      margin-bottom: 10px; }
    .event .event-date, .event .event-location {
      font-size: 12px; }
    .event .event-content {
      margin-right: 30px;
      padding: 10px 5px 5px 10px; } }

.content-image {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .content-image > img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .content-image .img-annotation {
    font-size: 14px;
    padding-top: 26px;
    padding-left: 85px;
    position: relative; }
    .content-image .img-annotation:after {
      position: absolute;
      left: 0;
      top: 36px;
      width: 66px;
      content: ' ';
      border-bottom: solid 1px #009bd9; }

.blue-header .content-body > .h1-main:first-child {
  margin-top: 50px;
  margin-bottom: 40px; }

.content-body p, .content-body .p, .content-body ul, .content-body ol {
  padding: 0;
  line-height: 30px;
  font-size: 18px; }

.content-body > p:last-child, .content-body > .p:last-child, .content-body ul:last-child, .content-body ol:last-child {
  margin-bottom: 70px; }

.content-body > .h1-main + p:last-child {
  margin-bottom: 32px; }

.content-body > * {
  margin-bottom: 20px; }

.content-body .clear {
  clear: both;
  margin: 0; }

.content-body .pull-left, .content-body .pull-right {
  width: 50%;
  padding-bottom: 20px; }

.content-body .pull-left {
  margin-right: 12px;
  float: left; }
  .content-body .pull-left > * {
    margin-right: 12px; }

.content-body .pull-right {
  margin-left: 12px;
  float: right; }
  .content-body .pull-right > * {
    margin-left: 12px; }

@media (max-width: 767.98px) {
  .content-body .pull-left, .content-body .pull-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px; }
    .content-body .pull-left > *, .content-body .pull-right > * {
      margin-left: 0;
      margin-right: 0; } }

.content-body .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .content-body .img-wrapper > img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .content-body .img-wrapper .img-annotation {
    font-size: 14px;
    padding-top: 26px;
    padding-left: 85px;
    position: relative; }
    .content-body .img-wrapper .img-annotation:after {
      position: absolute;
      left: 0;
      top: 36px;
      width: 66px;
      content: ' ';
      border-bottom: solid 1px #009bd9; }

.content-body .vid-wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }
  .content-body .vid-wrapper > .placeholder {
    display: block;
    text-align: center;
    width: 100%;
    padding: 50px 0;
    background-color: #efefef;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .content-body .vid-wrapper + .img-wrapper {
    margin-top: 0; }

.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6,
.content-body .h1, .content-body .h2, .content-body .h3, .content-body .h4, .content-body .h5, .content-body .h6 {
  margin-top: 40px; }

.content-body .writer {
  position: relative;
  border-bottom: solid 1px #000;
  margin-top: 48px;
  padding: 48px 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .content-body .writer:before {
    content: '';
    position: absolute;
    background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
    background-size: 100%;
    left: 0;
    height: 21px;
    width: 19px;
    top: 0; }
  .content-body .writer:after {
    position: absolute;
    content: '';
    border-top: solid 1px #000;
    right: 0;
    top: 0;
    left: 18px;
    height: 21px; }
  @media (max-width: 767.98px) {
    .content-body .writer {
      border: solid 1px #000; }
      .content-body .writer:before, .content-body .writer:after {
        display: none; } }
  .content-body .writer .writer-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .content-body .writer .writer-share > span {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 14px;
      padding-top: 2px;
      padding-right: 10px; }
    .content-body .writer .writer-share > a {
      margin-left: 15px;
      font-size: 20px; }
  .content-body .writer .writer-img {
    padding-right: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px; }
    .content-body .writer .writer-img > img {
      display: block;
      width: 100%;
      height: auto; }
  .content-body .writer .writer-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .content-body .writer .writer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content-body .writer .writer-top .writer-label {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      font-size: 18px;
      font-weight: 300;
      line-height: 18px;
      min-height: 34px; }
    .content-body .writer .writer-top .writer-share {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .content-body .writer .writer-top .writer-name {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%;
      font-family: "Soho Std";
      font-weight: normal;
      font-size: 34px;
      line-height: 34px;
      margin-top: -10px;
      margin-bottom: 50px; }
  .content-body .writer .writer-content {
    font-size: 16px; }
  @media (max-width: 767.98px) {
    .content-body .writer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 30px; }
      .content-body .writer .writer-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        padding-right: 0; }
        .content-body .writer .writer-img > img {
          width: auto;
          max-width: 100%; }
      .content-body .writer .writer-top .writer-label {
        width: 100%; }
      .content-body .writer .writer-top .writer-share {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px; }
        .content-body .writer .writer-top .writer-share > span {
          width: 100%;
          text-align: center;
          padding-right: 0; }
        .content-body .writer .writer-top .writer-share > a {
          margin-left: 0; }
          .content-body .writer .writer-top .writer-share > a + a {
            margin-left: 15px; }
      .content-body .writer .writer-top .writer-name {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px; } }

.content-body .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 38px;
  margin-left: -6px;
  margin-right: -6px; }
  .content-body .tags .tag {
    margin-top: 12px;
    padding-left: 6px;
    padding-right: 6px; }

.content-body [class*="-share"] > a:hover {
  color: #009bd9; }

.content-body ul, .content-body ol, .body-text ul, .body-text ol {
  margin: 0;
  margin-bottom: 22px;
  padding: 0;
  list-style: none; }
  .content-body ul > li, .content-body ol > li, .body-text ul > li, .body-text ol > li {
    position: relative;
    display: block;
    padding: 6px 0 10px 38px;
    margin: 0; }
    .content-body ul > li:after, .content-body ol > li:after, .body-text ul > li:after, .body-text ol > li:after {
      position: absolute;
      color: #009bd9; }

.content-body ul > li:after, .body-text ul > li:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  top: 16px;
  font-size: 10px;
  left: 0; }

.content-body ol, .body-text ol {
  counter-reset: custom-link; }
  .content-body ol > li, .body-text ol > li {
    counter-increment: custom-link; }
    .content-body ol > li:after, .body-text ol > li:after {
      content: counter(custom-link);
      left: 2px;
      top: 6px; }

.art-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .art-header-wrapper .art-title {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 31px;
    position: relative; }
    .art-header-wrapper .art-title:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-small-blue.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 12px;
      width: 10px;
      bottom: 0; }
    .art-header-wrapper .art-title:after {
      position: absolute;
      content: '';
      border-top: solid 1px #009bd9;
      right: 0;
      bottom: 0;
      left: 10px;
      height: 12px;
      width: 86px; }
  .art-header-wrapper .art-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
    margin-top: 10px; }
  .art-header-wrapper .art-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .art-header-wrapper .art-share > span {
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1.4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .art-header-wrapper .art-share > a {
      margin-left: 15px;
      font-size: 20px; }
      .art-header-wrapper .art-share > a:hover {
        color: #009bd9; }
    @media (max-width: 991.98px) {
      .art-header-wrapper .art-share {
        margin-top: 15px; } }
  @media (min-width: 992px) {
    .art-header-wrapper .art-title {
      font-size: 46px;
      line-height: normal; } }
  @media (min-width: 1400px) {
    .art-header-wrapper .art-header-warpper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .art-header-wrapper .art-share {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  .profile .profile-img {
    max-width: 100%;
    margin-top: 12px; }
    .profile .profile-img > img {
      width: 100%;
      height: auto; }
  .profile .profile-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .profile .profile-title {
    position: relative;
    font-family: "Soho Std";
    font-weight: normal;
    padding-bottom: 28px;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative; }
    .profile .profile-title:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-small-blue.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 12px;
      width: 10px;
      bottom: 0; }
    .profile .profile-title:after {
      position: absolute;
      content: '';
      border-top: solid 1px #009bd9;
      right: 0;
      bottom: 0;
      left: 10px;
      height: 12px;
      width: 86px; }
    @media (min-width: 576px) {
      .profile .profile-title {
        font-size: 46px;
        line-height: 50px; }
        .profile .profile-title > span {
          position: relative;
          background-color: #fff;
          padding-right: 27px; } }
    @media (max-width: 991.98px) {
      .profile .profile-title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px; } }
  .profile .profile-posi {
    font-size: 18px;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .profile .profile-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .profile .profile-share > a {
      font-size: 20px; }
      .profile .profile-share > a + a {
        margin-left: 15px; }
  @media (max-width: 575.98px) {
    .profile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px; }
      .profile .profile-wrapper {
        margin-left: 0;
        margin-top: 24px; } }

.team {
  margin-top: 60px;
  margin-bottom: 60px; }

.team-title {
  margin-bottom: 0;
  padding-bottom: 37px;
  position: relative; }
  .team-title:before {
    content: '';
    position: absolute;
    background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
    background-size: 100%;
    left: 0;
    height: 21px;
    width: 19px;
    bottom: 0; }
  .team-title:after {
    position: absolute;
    content: '';
    border-top: solid 1px #000;
    right: 0;
    bottom: 0;
    left: 18px;
    height: 21px; }

.tm {
  margin-top: 28px;
  text-align: center; }
  .tm .tm-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 11px;
    position: relative;
    cursor: pointer; }
    .tm .tm-img > img {
      width: 100%;
      height: auto;
      -webkit-transition: -webkit-transform 0.7s ease-in-out;
      transition: -webkit-transform 0.7s ease-in-out;
      transition: transform 0.7s ease-in-out;
      transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out; }
    .tm .tm-img:hover > img {
      -webkit-transform: scale(1.02);
      transform: scale(1.02); }
    .tm .tm-img .tm-bio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.34);
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      .tm .tm-img .tm-bio > .btn {
        position: absolute;
        left: 50%;
        margin-left: -50px;
        top: 50%;
        margin-top: -20px;
        background-color: transparent;
        background-image: none;
        color: #fff;
        border-color: #fff;
        width: 100px; }
    .tm .tm-img:hover .tm-bio {
      opacity: 1; }
  .tm .tm-name {
    font-family: "Soho Std";
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 15px; }
    .tm .tm-name:after {
      position: absolute;
      left: 50%;
      margin-left: -33px;
      bottom: 0;
      width: 66px;
      content: ' ';
      border-bottom: solid 1px #009bd9; }
  .tm .tm-posi {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px; }
  .tm .tm-share {
    font-size: 20px; }
    .tm .tm-share > a + a {
      margin-left: 15px; }
    .tm .tm-share > a:hover {
      color: #009bd9; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  position: relative; }
  .form-group .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
    .form-group .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu.show {
      z-index: 1060; }
  .form-group label {
    text-transform: uppercase;
    font-weight: bold;
    color: #009bd9;
    font-size: 16px; }
  .form-group .dropdown {
    outline: none;
    display: block; }
    .form-group .dropdown > .btn {
      background-image: none;
      background-color: #fff;
      border: solid 1px #000;
      overflow: hidden;
      color: #000;
      outline: none !important;
      padding-right: 15px; }
      .form-group .dropdown > .btn:hover {
        background-color: #fff;
        border: solid 1px #000;
        color: #000; }
    .form-group .dropdown .dropdown-toggle:after {
      color: #009bd9;
      border: none;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 10px;
      margin-top: 1px; }
    .form-group .dropdown > .dropdown-menu {
      border-radius: 0;
      border: solid 1px #000;
      padding: 0;
      margin-top: 0;
      z-index: 1100; }
    .form-group .dropdown .dropdown-menu > li > a {
      padding: 13px 31px 14px;
      text-transform: uppercase; }
    .form-group .dropdown .dropdown-menu > li + li {
      border-top: solid 1px #000; }
  .form-group .form-control:not(.dropdown) {
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
    outline: none !important;
    padding: 13px 24px 14px;
    height: auto;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-mandatory {
  font-size: 14px; }

.form-search-spacer {
  height: 51px; }
  @media (max-width: 991.98px) {
    .form-search-spacer {
      display: none; } }

.form-search {
  margin: 20px 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }
  .form-search .form-group {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .form-search .form-group > label {
      white-space: nowrap; }
    .form-search .form-group input[type=text].form-control::-webkit-input-placeholder {
      color: #b6b6b6;
      text-transform: uppercase; }
    .form-search .form-group input[type=text].form-control:-moz-placeholder {
      color: #b6b6b6;
      text-transform: uppercase; }
    .form-search .form-group input[type=text].form-control::-moz-placeholder {
      color: #b6b6b6;
      text-transform: uppercase; }
    .form-search .form-group input[type=text].form-control:-ms-input-placeholder {
      color: #b6b6b6;
      text-transform: uppercase; }
    .form-search .form-group .input-group .btn {
      padding: 4px 16px 0;
      margin-left: 9px;
      color: #009bd9; }
      .form-search .form-group .input-group .btn:hover {
        color: #000; }
      .form-search .form-group .input-group .btn .icon-search {
        font-size: 18px; }
    @media (max-width: 767.98px) {
      .form-search .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.film-strip-gallery {
  position: relative;
  margin-bottom: 24px;
  background-color: #fff; }
  .film-strip-gallery > .image {
    width: 100%;
    max-width: 100%;
    position: relative; }
    .film-strip-gallery > .image:after {
      content: ' ';
      padding-bottom: 62%;
      width: 100%;
      display: block;
      visibility: hidden;
      pointer-events: none; }
    .film-strip-gallery > .image > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      max-height: 100%;
      width: 100%;
      height: auto; }
  .film-strip-gallery.loaded > .image > img {
    display: none; }
  .film-strip-gallery.loaded > .image > .img {
    background: transparent no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    .film-strip-gallery.loaded > .image > .img > img {
      visibility: hidden;
      width: 100%;
      height: auto; }
    .film-strip-gallery.loaded > .image > .img.active {
      opacity: 1;
      pointer-events: none; }
  .film-strip-gallery .film-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.5); }
    .film-strip-gallery .film-strip .swiper-controls {
      position: absolute;
      right: 0;
      left: 0;
      top: 50%;
      margin-top: -26px;
      z-index: 1000; }
      .film-strip-gallery .film-strip .swiper-controls .btn {
        color: #000;
        background-color: #fff;
        border-color: #000;
        position: absolute; }
        .film-strip-gallery .film-strip .swiper-controls .btn:hover {
          background-color: #009bd9;
          color: #fff; }
        .film-strip-gallery .film-strip .swiper-controls .btn.swiper-control-prev {
          left: 0; }
        .film-strip-gallery .film-strip .swiper-controls .btn.swiper-control-next {
          right: 0; }
      @media (max-width: 575.98px) {
        .film-strip-gallery .film-strip .swiper-controls .btn.swiper-control-prev {
          left: -12px; }
        .film-strip-gallery .film-strip .swiper-controls .btn.swiper-control-next {
          right: -12px; } }
    .film-strip-gallery .film-strip .swiper {
      padding: 0;
      margin: 0; }
    .film-strip-gallery .film-strip .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .film-strip-gallery .film-strip .swiper-wrapper > .swiper-slide {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 131px;
        flex: 0 0 131px;
        width: 131px;
        height: 88px;
        margin-right: 24px; }
        .film-strip-gallery .film-strip .swiper-wrapper > .swiper-slide > img {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          width: 100%;
          height: auto; }
        .film-strip-gallery .film-strip .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) {
          position: relative; }
          .film-strip-gallery .film-strip .swiper-wrapper > .swiper-slide:not(.swiper-slide-active):after {
            content: ' ';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 767.98px) {
      .film-strip-gallery .film-strip {
        padding: 12px; }
        .film-strip-gallery .film-strip .swiper-wrapper > .swiper-slide {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 90px;
          flex: 0 0 90px;
          width: 90px;
          height: 60px;
          margin-right: 12px; } }
  .film-strip-gallery.loaded .film-strip .swiper-wrapper > .swiper-slide {
    background: transparent no-repeat;
    background-size: cover;
    cursor: pointer; }
    .film-strip-gallery.loaded .film-strip .swiper-wrapper > .swiper-slide > img {
      visibility: none; }

.img-mosaic {
  background: transparent no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  background-position: center center; }
  .img-mosaic.--top {
    background-position-y: top; }
  .img-mosaic.--bottom {
    background-position-y: bottom; }
  .img-mosaic.--left {
    background-position-x: left; }
  .img-mosaic.--right {
    background-position-x: right; }
  @media (max-width: 575.98px) {
    .img-mosaic {
      position: relative;
      margin-bottom: 12px; }
      .img-mosaic:after {
        visibility: hidden;
        content: ' ';
        padding-bottom: 100%;
        display: block; }
      .img-mosaic.--portrait:after {
        padding-bottom: 150%; } }
  @media (min-width: 576px) {
    .img-mosaic {
      height: 246px; }
      .img-mosaic.--portrait {
        height: 516px; } }
  @media (min-width: 768px) {
    .img-mosaic {
      height: 216px; }
      .img-mosaic.--portrait {
        height: 456px; } }
  @media (min-width: 1200px) {
    .img-mosaic {
      height: 260px; }
      .img-mosaic.--portrait {
        height: 544px; } }
  @media (min-width: 1400px) {
    .img-mosaic {
      height: 306px; }
      .img-mosaic.--portrait {
        height: 636px; } }

.img-mosaic-wrapper {
  margin-top: 70px;
  padding-bottom: 12px; }

.dest-featured {
  width: 100%;
  background: transparent no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block; }
  .subnav + .dest-featured {
    margin-top: 24px; }
  .dest-featured:after {
    content: ' ';
    display: block;
    padding-bottom: 46%;
    pointer-events: none;
    visibility: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .dest-featured:not(.--overlay) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
    overflow: hidden; }
    .dest-featured:not(.--overlay) .dest-img {
      position: relative;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .dest-featured:not(.--overlay) .dest-img:before, .dest-featured:not(.--overlay) .dest-img:after {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        opacity: 0; }
      .dest-featured:not(.--overlay) .dest-img:before {
        bottom: 10px;
        left: 10px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        z-index: 1; }
      .dest-featured:not(.--overlay) .dest-img:after {
        top: 10px;
        right: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
      .dest-featured:not(.--overlay) .dest-img > span {
        background: transparent no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .dest-featured:not(.--overlay) .dest-img > img {
        display: none; }
    .dest-featured:not(.--overlay) .dest-content {
      background-color: #fff;
      color: #000;
      padding: 12px 24px; }
      @media (min-width: 992px) {
        .dest-featured:not(.--overlay) .dest-content {
          position: absolute;
          bottom: 10px;
          left: 10px;
          width: 85%; } }
      @media (min-width: 1200px) {
        .dest-featured:not(.--overlay) .dest-content {
          width: 70%; } }
      @media (min-width: 1400px) {
        .dest-featured:not(.--overlay) .dest-content {
          width: 60%; } }
      @media (max-width: 767.98px) {
        .dest-featured:not(.--overlay) .dest-content {
          padding-left: 0; } }
    .dest-featured:not(.--overlay) .dest-desc {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      text-decoration-thickness: 1px;
      text-underline-offset: 5px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .dest-featured:not(.--overlay) .dest-title {
      display: block;
      font-family: "Soho Std";
      font-size: 34px;
      font-weight: 300;
      position: relative;
      padding-top: 6px;
      padding-bottom: 8px;
      margin-bottom: 17px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .dest-featured:not(.--overlay) .dest-title:after {
        position: absolute;
        left: 0;
        content: ' ';
        bottom: 0;
        width: 66px;
        border-bottom: solid 1px #009bd9; }
      @media (max-width: 767.98px) {
        .dest-featured:not(.--overlay) .dest-title {
          font-size: 28px; } }
    .dest-featured:not(.--overlay) .dest-desc {
      margin-top: 14px;
      margin-right: 24px;
      overflow: hidden; }
    .dest-featured:not(.--overlay):hover .dest-img:before, .dest-featured:not(.--overlay):hover .dest-img:after {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      opacity: 1; }
    .dest-featured:not(.--overlay):hover .dest-img > span {
      -webkit-filter: grayscale(50%) brightness(50%);
      filter: grayscale(50%) brightness(50%); }
    .dest-featured:not(.--overlay):hover .dest-title {
      color: #009bd9; }
    @media (max-width: 991.98px) {
      .dest-featured:not(.--overlay) {
        margin-bottom: 50px;
        background-image: none !important; }
        .dest-featured:not(.--overlay):after {
          display: none; }
        .dest-featured:not(.--overlay) .dest-img {
          position: relative;
          background-image: none;
          -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          width: 100%; }
          .dest-featured:not(.--overlay) .dest-img > img {
            display: block;
            width: 100%;
            height: auto; } }
    @media (min-width: 992px) {
      .dest-featured:not(.--overlay):after {
        padding-bottom: 60%; } }
    @media (min-width: 1400px) {
      .dest-featured:not(.--overlay):after {
        padding-bottom: 62%; } }
    .dest-featured:not(.--overlay).--wide .dest-content {
      padding-top: 10px; }
      @media (max-width: 767.98px) {
        .dest-featured:not(.--overlay).--wide .dest-content .dest-title {
          font-size: 28px;
          padding-bottom: 12px;
          margin-bottom: 12px; } }
      .dest-featured:not(.--overlay).--wide .dest-content .dest-desc {
        font-size: 18px;
        font-weight: 300; }
      @media (min-width: 768px) {
        .dest-featured:not(.--overlay).--wide .dest-content {
          position: absolute;
          left: 10px;
          bottom: 10px;
          width: 85%; } }
      @media (min-width: 992px) {
        .dest-featured:not(.--overlay).--wide .dest-content {
          width: 70%; } }
      @media (min-width: 1200px) {
        .dest-featured:not(.--overlay).--wide .dest-content {
          width: 60%; } }
      @media (min-width: 1400px) {
        .dest-featured:not(.--overlay).--wide .dest-content {
          width: 43%; } }
    @media (min-width: 992px) {
      .dest-featured:not(.--overlay).--wide:after {
        padding-bottom: 60%; } }
    @media (min-width: 1400px) {
      .dest-featured:not(.--overlay).--wide:after {
        padding-bottom: 46%; } }
  .dest-featured.--overlay {
    margin-bottom: 24px; }
    .dest-featured.--overlay > .dest-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 50px 72px;
      text-align: center; }
    @media (max-width: 767.98px) {
      .dest-featured.--overlay:after {
        padding-bottom: 66.66%; } }

.dest-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px; }
  @media (max-width: 991.98px) {
    .dest-secondary {
      margin-bottom: 50px; } }
  .dest-secondary .dest-img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%; }
    .dest-secondary .dest-img > img {
      width: 100%;
      height: auto; }
  .dest-secondary .dest-content {
    background-color: #fff;
    color: #000; }
    @media (min-width: 992px) {
      .dest-secondary .dest-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 85%; } }
    @media (min-width: 1200px) {
      .dest-secondary .dest-content {
        width: 70%; } }
    @media (min-width: 1400px) {
      .dest-secondary .dest-content {
        width: 60%; } }
  @media (min-width: 768px) {
    .dest-secondary.--fullwidth .dest-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 85%; } }
  @media (min-width: 1200px) {
    .dest-secondary.--fullwidth .dest-content {
      width: 70%; } }
  @media (min-width: 1400px) {
    .dest-secondary.--fullwidth .dest-content {
      width: 36%; } }

.dest-standard {
  color: #000;
  margin-bottom: 70px;
  display: block; }
  .dest-standard span {
    display: block; }
  .dest-standard .dest-img {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .dest-standard .dest-img > img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .dest-standard .dest-img:before, .dest-standard .dest-img:after {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      -webkit-transition: 0.5s all;
      transition: 0.5s all;
      opacity: 0; }
    .dest-standard .dest-img:before {
      bottom: 10px;
      left: 10px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      z-index: 1; }
    .dest-standard .dest-img:after {
      top: 10px;
      right: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
    .dest-standard .dest-img > img {
      width: 100%;
      height: auto; }
  .dest-standard .dest-title {
    display: block;
    font-family: "Soho Std";
    font-size: 22px;
    font-weight: 500;
    padding-top: 16px;
    padding-bottom: 7px; }
  .dest-standard .dest-desc {
    margin-right: 24px;
    overflow: hidden; }
  .dest-standard .dest-title, .dest-standard .dest-desc {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .dest-standard:hover .dest-img > img {
    -webkit-filter: grayscale(50%) brightness(50%);
    filter: grayscale(50%) brightness(50%); }
  .dest-standard:hover .dest-img:before, .dest-standard:hover .dest-img:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 1; }
  .dest-standard:hover .dest-title {
    color: #009bd9; }
  @media (max-width: 991.98px) {
    .dest-standard {
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .dest-standard {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .dest-standard .dest-img, .dest-standard .dest-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
      .dest-standard .dest-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 24px; }
        .dest-standard .dest-content .dest-desc {
          font-size: 14px;
          margin-right: 10px; }
      .dest-standard .dest-title {
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 12px; } }

.dest-buttons {
  width: 100%;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .dest-buttons {
      margin-bottom: 50px; } }

.dest-title-wrapper {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 500px; }
  .dest-title-wrapper > .dest-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .dest-title-wrapper > .dest-content > .dest-title {
      color: #fff;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.52); }
      @media (max-width: 767.98px) {
        .dest-title-wrapper > .dest-content > .dest-title {
          margin-left: 20px;
          margin-right: 20px; } }
      .dest-title-wrapper > .dest-content > .dest-title > .main-title {
        padding: 50px 80px; }
        @media (max-width: 767.98px) {
          .dest-title-wrapper > .dest-content > .dest-title > .main-title {
            padding: 20px; }
            .dest-title-wrapper > .dest-content > .dest-title > .main-title > span {
              margin-left: 0;
              margin-right: 0; } }
      .dest-title-wrapper > .dest-content > .dest-title > .prepend {
        text-transform: uppercase;
        letter-spacing: 1.34;
        font-weight: bold;
        padding-top: 21px;
        padding-bottom: 23px; }
        .dest-title-wrapper > .dest-content > .dest-title > .prepend + .main-title {
          padding: 0 0 40px 0; }
      .dest-title-wrapper > .dest-content > .dest-title > .append {
        font-weight: 300;
        padding: 0 24px 15px;
        font-size: 18px; }
  @media (max-width: 767.98px) {
    .dest-title-wrapper {
      min-height: 300px; }
      .dest-title-wrapper.--main {
        padding-top: 250px;
        min-height: 0;
        display: block;
        background-position: top left;
        background-size: 100%; }
        .dest-title-wrapper.--main > .dest-content > .dest-title {
          background-color: #fff;
          color: #000;
          margin: 0 auto 10px;
          max-width: 540px; }
          .dest-title-wrapper.--main > .dest-content > .dest-title > .prepend {
            font-family: "Soho Std";
            font-size: 14px;
            color: #009bd9;
            font-weight: 300;
            letter-spacing: 2.4px;
            padding-top: 12px;
            padding-bottom: 12px; }
            .dest-title-wrapper.--main > .dest-content > .dest-title > .prepend + .main-title {
              padding-top: 0;
              padding-right: 50px; }
          .dest-title-wrapper.--main > .dest-content > .dest-title > .main-title {
            font-size: 28px; }
          .dest-title-wrapper.--main > .dest-content > .dest-title > .append {
            margin-top: -36px;
            padding: 12px 24px;
            font-size: 16px; } }
  @media (max-width: 575.98px) {
    .dest-title-wrapper {
      min-height: 220px; }
      .dest-title-wrapper .main-title {
        font-size: 28px; }
      .dest-title-wrapper.--main {
        padding-top: 30vw; }
        .dest-title-wrapper.--main > .dest-content > .dest-title {
          text-align: left;
          padding-left: 24px;
          margin-left: 0; }
          .dest-title-wrapper.--main > .dest-content > .dest-title > .prepend {
            padding-top: 24px;
            padding-bottom: 5px; }
          .dest-title-wrapper.--main > .dest-content > .dest-title > .main-title {
            font-size: 28px;
            padding: 0 !important;
            padding-bottom: 19px !important;
            margin-bottom: 16px;
            position: relative;
            padding-bottom: 19px;
            margin-bottom: 16px; }
            .dest-title-wrapper.--main > .dest-content > .dest-title > .main-title:after {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 86px;
              content: ' ';
              border-bottom: solid 1px #009bd9; }
            .dest-title-wrapper.--main > .dest-content > .dest-title > .main-title > span {
              margin: 0; }
              .dest-title-wrapper.--main > .dest-content > .dest-title > .main-title > span:before, .dest-title-wrapper.--main > .dest-content > .dest-title > .main-title > span:after {
                display: none; }
          .dest-title-wrapper.--main > .dest-content > .dest-title > .append {
            margin-top: 0;
            padding-left: 0;
            padding-top: 5px; } }

.dest-nav, .jump-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000; }
  .dest-nav > li, .jump-links ul > li {
    text-transform: uppercase;
    font-size: 14px; }
    .dest-nav > li > a, .jump-links ul > li > a {
      color: #fff;
      display: block; }
      .dest-nav > li > a:hover, .jump-links ul > li > a:hover {
        color: #009bd9; }
  @media (max-width: 767.98px) {
    .dest-nav, .jump-links ul {
      margin: 24px 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .dest-nav > li > a, .jump-links ul > li > a {
        padding: 20px;
        display: block;
        text-align: center; }
      .dest-nav > li + li, .jump-links ul > li + li {
        border-top: solid 1px #009bd9; } }
  @media (max-width: 575.98px) {
    .dest-nav, .jump-links ul {
      margin-left: -24px;
      margin-right: -24px; } }
  @media (min-width: 768px) {
    .dest-nav, .jump-links ul {
      margin: 50px 0 0;
      top: -50px;
      -webkit-transition: 0.5s top;
      transition: 0.5s top;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .dest-nav, .jump-links ul {
      -webkit-transition: none;
      transition: none; } }
  @media (min-width: 768px) {
      .dest-nav > li > a, .jump-links ul > li > a {
        line-height: 50px; }
      .dest-nav > li + li, .jump-links ul > li + li {
        margin-left: 23px;
        padding-left: 23px;
        position: relative;
        border-left: solid 1px #009bd9; }
      .fixed-top .dest-nav, .fixed-top .jump-links ul {
        margin: 0;
        top: 0;
        background-color: #fff; }
        .fixed-top .dest-nav > li, .fixed-top .jump-links ul > li {
          border-color: #000; }
          .fixed-top .dest-nav > li > a, .fixed-top .jump-links ul > li > a {
            color: #000;
            line-height: 48px; }
            .fixed-top .dest-nav > li > a:hover, .fixed-top .jump-links ul > li > a:hover {
              color: #009bd9; } }

.fixed-top + .dest-byline {
  margin-top: 100px; }

@media (max-width: 767.98px) {
  .dest-byline {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    margin: 0 0 50px;
    border: solid 1px #000;
    position: relative; }
    .fixed-top + .dest-byline {
      margin-top: 135px; }
    .dest-byline .author {
      font-family: "Soho Std";
      font-sizte: 16px;
      font-weight: 500;
      color: #009bd9; }
    .dest-byline .share {
      position: absolute;
      top: 24px;
      right: 24px; }
      .dest-byline .share a {
        font-size: 23px;
        color: #009bd9; }
        .dest-byline .share a:hover {
          color: #f9b13c; } }

@media (max-width: 575.98px) {
  .dest-byline {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px; }
    .dest-byline .share {
      right: 24px; } }

@media (min-width: 768px) {
  .dest-byline {
    border: solid 1px #000;
    padding: 10px 20px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin: 0 0 50px; }
    .dest-byline > div {
      text-align: center;
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%; }
      .dest-byline > div:first-child {
        text-align: left; }
      .dest-byline > div:last-child {
        text-align: right; }
    .dest-byline .author {
      font-family: "Soho Std";
      font-sizte: 16px;
      font-weight: 500;
      color: #009bd9; }
    .dest-byline .share {
      margin-top: -2px;
      font-size: 23px; }
      .dest-byline .share a {
        margin-left: 10px;
        color: #009bd9; }
        .dest-byline .share a:hover {
          color: #f9b13c; } }

.dest-main-content:first-child {
  margin-top: 74px; }

.dest-main-content .body-text {
  font-size: 18px;
  margin-bottom: 74px; }
  .dest-main-content .body-text h2, .dest-main-content .body-text .h2, .dest-main-content .body-text h3, .dest-main-content .body-text .h3, .dest-main-content .body-text p, .dest-main-content .body-text ul {
    overflow: hidden; }
  .dest-main-content .body-text h2, .dest-main-content .body-text .h2, .dest-main-content .body-text h3, .dest-main-content .body-text .h3 {
    font-family: "Soho Std";
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 31px;
    margin-top: 40px;
    margin-bottom: 14px;
    position: relative; }
    .dest-main-content .body-text h2:before, .dest-main-content .body-text .h2:before, .dest-main-content .body-text h3:before, .dest-main-content .body-text .h3:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 21px;
      width: 19px;
      bottom: 0; }
    .dest-main-content .body-text h2:after, .dest-main-content .body-text .h2:after, .dest-main-content .body-text h3:after, .dest-main-content .body-text .h3:after {
      position: absolute;
      content: '';
      border-top: solid 1px #000;
      right: 0;
      bottom: 0;
      left: 18px;
      height: 21px; }
    @media (min-width: 768px) {
      .dest-main-content .body-text h2, .dest-main-content .body-text .h2, .dest-main-content .body-text h3, .dest-main-content .body-text .h3 {
        font-size: 34px; } }
  .dest-main-content .body-text h4, .dest-main-content .body-text h5, .dest-main-content .body-text h6, .dest-main-content .body-text .h4, .dest-main-content .body-text .h5, .dest-main-content .body-text .h6 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Soho Std";
    margin-top: 30px;
    margin-bottom: 14px; }
  .dest-main-content .body-text .aside {
    border: solid 1px #000;
    padding: 24px;
    margin-top: 6px;
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .dest-main-content .body-text .aside {
        float: left;
        width: 306px;
        margin-right: 24px;
        margin-bottom: 72px;
        font-size: 15px; }
        .dest-main-content .body-text .aside.aside-table-right {
          float: right;
          margin-right: 0;
          margin-left: 24px;
          width: 400px; } }
    .dest-main-content .body-text .aside .title, .dest-main-content .body-text .aside h6 {
      font-family: "Soho Std";
      font-size: 20px;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 24px; }
      .dest-main-content .body-text .aside .title:first-child, .dest-main-content .body-text .aside h6:first-child {
        margin-top: -6px; }
    .dest-main-content .body-text .aside figcaption {
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      color: #009bd9;
      margin-top: 1px;
      margin-bottom: 16px; }
    .dest-main-content .body-text .aside .subtitle {
      line-height: 23px; }
      .dest-main-content .body-text .aside .subtitle > b {
        font-size: 12px;
        text-transform: uppercase;
        color: #009bd9;
        display: block;
        font-weight: 300;
        letter-spacing: 2.4px; }
    .dest-main-content .body-text .aside table {
      width: 100%;
      margin-bottom: 14px; }
      .dest-main-content .body-text .aside table tr > td {
        padding-bottom: 5px; }
      .dest-main-content .body-text .aside table tr + tr > td {
        padding-top: 5px;
        border-top: solid 1px #dcdcdc; }
  .dest-main-content .body-text .video {
    position: relative; }

.map-wrapper {
  position: relative;
  width: 100%;
  height: 528px;
  overflow: hidden; }
  .map-wrapper .map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }

.breadcrumbs {
  margin-top: 48px; }
  @media (max-width: 767.98px) {
    .breadcrumbs {
      margin-top: 24px; } }
  .breadcrumbs > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs > ul > li {
      display: inline-block;
      text-transform: uppercase; }
      .breadcrumbs > ul > li > a:hover {
        color: #009bd9; }
      .breadcrumbs > ul > li + li {
        position: relative;
        margin-left: 5px;
        padding-left: 12px; }
        .breadcrumbs > ul > li + li:after {
          content: '/';
          position: absolute;
          left: 0; }
      .breadcrumbs > ul > li:last-child {
        font-weight: bold; }
        .breadcrumbs > ul > li:last-child > a {
          color: #009bd9; }

.featured-venues {
  margin-top: -24px; }
  .featured-venues .featured-venues-header {
    font-family: "Soho Std";
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 31px;
    margin-top: 20px;
    position: relative; }
    .featured-venues .featured-venues-header:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 21px;
      width: 19px;
      bottom: 0; }
    .featured-venues .featured-venues-header:after {
      position: absolute;
      content: '';
      border-top: solid 1px #000;
      right: 0;
      bottom: 0;
      left: 18px;
      height: 21px; }
    @media (min-width: 576px) {
      .featured-venues .featured-venues-header {
        font-size: 34px;
        margin-bottom: -14px; } }
    @media (max-width: 575.98px) {
      .featured-venues .featured-venues-header {
        font-size: 34px;
        margin-bottom: -7px; } }
    .featured-venues .featured-venues-header * {
      font-size: 28px;
      font-weight: normal; }
  .featured-venues .featured-venues-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #000;
    color: #009bd9;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 24px 29px; }
    .featured-venues .featured-venues-footer > div:first-child {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: "Soho Std";
      font-size: 28px;
      font-weight: 500;
      line-height: normal;
      line-height: 46px; }
      @media (max-width: 991.98px) {
        .featured-venues .featured-venues-footer > div:first-child {
          font-size: 28px; } }
    .featured-venues .featured-venues-footer > div:last-child .btn-findvenue {
      text-transform: uppercase;
      font-size: 14px;
      padding: 13px 31px 14px;
      letter-spacing: 0.7px;
      display: inline-block;
      outline: none;
      text-decoration: none;
      border: solid 1px #000;
      color: #000;
      position: relative;
      background-color: transparent;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .featured-venues .featured-venues-footer > div:last-child .btn-findvenue:hover {
        text-decoration: none; }
      .featured-venues .featured-venues-footer > div:last-child .btn-findvenue:hover {
        color: #000;
        background-color: #009bd9; }
    @media (max-width: 767.98px) {
      .featured-venues .featured-venues-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
        .featured-venues .featured-venues-footer > div:first-child {
          max-height: none;
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0; }
        .featured-venues .featured-venues-footer > div:last-child {
          margin-top: 24px; } }

.featured-venues .venue-card, .find-venue-results .venue-card {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .featured-venues .venue-card + .venue-card, .find-venue-results .venue-card + .venue-card {
    padding-top: 48px;
    border-top: solid 1px #000; }
  .featured-venues .venue-card:last-child, .find-venue-results .venue-card:last-child {
    margin-bottom: 74px; }
  .featured-venues .venue-card .venue-badge, .featured-venues .venue-card .venue-award, .find-venue-results .venue-card .venue-badge, .find-venue-results .venue-card .venue-award {
    position: absolute;
    margin-top: -18px;
    margin-left: -10px;
    padding: 7px 14px;
    background-color: #fff;
    border: solid 1px #000;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    z-index: 1; }
  .featured-venues .venue-card .venue-award, .find-venue-results .venue-card .venue-award {
    padding-left: 34px; }
    .featured-venues .venue-card .venue-award [class^="icon-"],
    .featured-venues .venue-card .venue-award [class*=" icon-"], .find-venue-results .venue-card .venue-award [class^="icon-"],
    .find-venue-results .venue-card .venue-award [class*=" icon-"] {
      position: absolute;
      left: 12px;
      top: 12px; }
  .featured-venues .venue-card .venue-badge, .find-venue-results .venue-card .venue-badge {
    background-color: #fff;
    color: #000;
    border: solid 1px #000; }
  .featured-venues .venue-card .swiper, .find-venue-results .venue-card .swiper {
    z-index: 0;
    margin: 0;
    padding: 0; }
    .featured-venues .venue-card .swiper .swiper-wrapper .swiper-slide, .find-venue-results .venue-card .swiper .swiper-wrapper .swiper-slide {
      width: 100%;
      height: auto;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
      .featured-venues .venue-card .swiper .swiper-wrapper .swiper-slide > img, .find-venue-results .venue-card .swiper .swiper-wrapper .swiper-slide > img {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .featured-venues .venue-card .swiper .swiper-wrapper .swiper-slide > img[data-src], .find-venue-results .venue-card .swiper .swiper-wrapper .swiper-slide > img[data-src] {
          opacity: 0; }
    .featured-venues .venue-card .swiper .swiper-button-prev, .featured-venues .venue-card .swiper .swiper-button-next, .find-venue-results .venue-card .swiper .swiper-button-prev, .find-venue-results .venue-card .swiper .swiper-button-next {
      position: absolute;
      top: 50%;
      margin-top: -26px;
      z-index: 1000;
      color: #000;
      background-color: #fff;
      border: solid 1px #000;
      font-size: 9px;
      line-height: 9px;
      padding: 20px 18px 18px 18px;
      background-image: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .featured-venues .venue-card .swiper .swiper-button-prev, .featured-venues .venue-card .swiper .swiper-button-next, .find-venue-results .venue-card .swiper .swiper-button-prev, .find-venue-results .venue-card .swiper .swiper-button-next {
          -webkit-transition: none;
          transition: none; } }
      .featured-venues .venue-card .swiper .swiper-button-prev:hover, .featured-venues .venue-card .swiper .swiper-button-next:hover, .find-venue-results .venue-card .swiper .swiper-button-prev:hover, .find-venue-results .venue-card .swiper .swiper-button-next:hover {
        background-color: #009bd9;
        color: #fff; }
      .featured-venues .venue-card .swiper .swiper-button-prev:after, .featured-venues .venue-card .swiper .swiper-button-next:after, .find-venue-results .venue-card .swiper .swiper-button-prev:after, .find-venue-results .venue-card .swiper .swiper-button-next:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .featured-venues .venue-card .swiper .swiper-button-prev, .find-venue-results .venue-card .swiper .swiper-button-prev {
      left: 0; }
      .featured-venues .venue-card .swiper .swiper-button-prev:after, .find-venue-results .venue-card .swiper .swiper-button-prev:after {
        content: '\e90d'; }
    .featured-venues .venue-card .swiper .swiper-button-next, .find-venue-results .venue-card .swiper .swiper-button-next {
      right: 0; }
      .featured-venues .venue-card .swiper .swiper-button-next:after, .find-venue-results .venue-card .swiper .swiper-button-next:after {
        content: '\e90e'; }
  .featured-venues .venue-card .venue-info, .find-venue-results .venue-card .venue-info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px; }
  .featured-venues .venue-card .top-row, .find-venue-results .venue-card .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .featured-venues .venue-card .top-row .venue-tier, .find-venue-results .venue-card .top-row .venue-tier {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .featured-venues .venue-card .top-row .venue-tier > *, .find-venue-results .venue-card .top-row .venue-tier > * {
        display: inline-block; }
      .featured-venues .venue-card .top-row .venue-tier .tier-number, .find-venue-results .venue-card .top-row .venue-tier .tier-number {
        background-color: #009bd9;
        font-weight: bold;
        color: #fff;
        padding: 3px 9px;
        margin-right: 10px;
        font-size: 14px; }
      .featured-venues .venue-card .top-row .venue-tier .tier-label, .find-venue-results .venue-card .top-row .venue-tier .tier-label {
        position: relative;
        padding-right: 30px; }
        .featured-venues .venue-card .top-row .venue-tier .tier-label .icn-info, .find-venue-results .venue-card .top-row .venue-tier .tier-label .icn-info {
          position: absolute;
          right: 0;
          top: 1px;
          width: 18px;
          height: 18px;
          margin-left: 0.5rem;
          border-radius: 50%;
          background-color: #a4a4a4;
          color: #fff;
          font-family: "Roboto Slab","Times New Roman",Times,serif;
          font-size: 12px;
          font-weight: 700;
          line-height: 18px; }
          .featured-venues .venue-card .top-row .venue-tier .tier-label .icn-info:after, .find-venue-results .venue-card .top-row .venue-tier .tier-label .icn-info:after {
            display: block;
            width: 18px;
            text-align: center;
            content: 'i'; }
    .featured-venues .venue-card .top-row .top-request-proposal, .find-venue-results .venue-card .top-row .top-request-proposal {
      display: none; }
  .featured-venues .venue-card .venue-name, .find-venue-results .venue-card .venue-name {
    font-family: "Soho Std";
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px; }
    .featured-venues .venue-card .venue-name > a:hover, .find-venue-results .venue-card .venue-name > a:hover {
      color: #009bd9; }
  .featured-venues .venue-card .venue-details, .find-venue-results .venue-card .venue-details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .featured-venues .venue-card .bottom-request-proposal, .find-venue-results .venue-card .bottom-request-proposal {
    display: none; }
  .featured-venues .venue-card .venue-actions, .find-venue-results .venue-card .venue-actions {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .featured-venues .venue-card .venue-actions > a, .find-venue-results .venue-card .venue-actions > a {
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }
      .featured-venues .venue-card .venue-actions > a:after, .find-venue-results .venue-card .venue-actions > a:after {
        color: #009bd9;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .featured-venues .venue-card .venue-actions > a.icn-compare:after, .find-venue-results .venue-card .venue-actions > a.icn-compare:after {
        content: '\e91b';
        font-size: 26px; }
      .featured-venues .venue-card .venue-actions > a.icn-bookmark:after, .find-venue-results .venue-card .venue-actions > a.icn-bookmark:after {
        content: '\e91c';
        font-size: 23px; }
      .featured-venues .venue-card .venue-actions > a:hover, .find-venue-results .venue-card .venue-actions > a:hover {
        color: #009bd9; }
      .featured-venues .venue-card .venue-actions > a + a, .find-venue-results .venue-card .venue-actions > a + a {
        margin-left: 24px; }
    .featured-venues .venue-card .venue-actions .venue-preview, .find-venue-results .venue-card .venue-actions .venue-preview {
      display: none; }
  @media (max-width: 575.98px) {
    .featured-venues .venue-card, .find-venue-results .venue-card {
      padding-bottom: 0;
      margin-bottom: 0;
      margin-top: 30px; }
      .featured-venues .venue-card + .venue-card, .find-venue-results .venue-card + .venue-card {
        padding-top: 30px;
        border-top: solid 1px #009bd9; }
      .featured-venues .venue-card .top-row, .find-venue-results .venue-card .top-row {
        margin-bottom: 12px; }
      .featured-venues .venue-card .bottom-request-proposal, .find-venue-results .venue-card .bottom-request-proposal {
        display: block;
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
        margin-top: 24px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .featured-venues .venue-card .top-row .top-request-proposal, .find-venue-results .venue-card .top-row .top-request-proposal {
      display: block; }
      .featured-venues .venue-card .top-row .top-request-proposal .btn, .find-venue-results .venue-card .top-row .top-request-proposal .btn {
        padding: 9px 22px 8px;
        font-size: 14px; } }
  @media (min-width: 768px) {
    .featured-venues .venue-card .top-row .top-request-proposal, .find-venue-results .venue-card .top-row .top-request-proposal {
      display: block; } }
  @media (min-width: 992px) {
    .featured-venues .venue-card, .find-venue-results .venue-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .featured-venues .venue-card .slider-simple, .find-venue-results .venue-card .slider-simple {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin-right: 24px;
        height: 282px;
        overflow: hidden; }
      .featured-venues .venue-card .venue-info, .find-venue-results .venue-card .venue-info {
        margin-top: 0;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%; } }
  @media (min-width: 1200px) {
    .featured-venues .venue-card .slider-simple, .find-venue-results .venue-card .slider-simple {
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%; }
    .featured-venues .venue-card .venue-info, .find-venue-results .venue-card .venue-info {
      -ms-flex-preferred-size: 66.6666%;
      flex-basis: 66.6666%; } }

.find-venue-results .venue-card .btn {
  padding: 9px 22px 8px; }

.tags {
  margin-top: 24px;
  margin-bottom: 24px; }
  .tags > .tags-label {
    font-family: "Soho Std";
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 31px;
    margin-bottom: 20px;
    position: relative; }
    .tags > .tags-label:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 21px;
      width: 19px;
      bottom: 0; }
    .tags > .tags-label:after {
      position: absolute;
      content: '';
      border-top: solid 1px #000;
      right: 0;
      bottom: 0;
      left: 18px;
      height: 21px; }
    @media (min-width: 768px) {
      .tags > .tags-label {
        font-size: 34px; } }
  .tags > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -6px;
    margin-right: -6px; }
    .tags > ul > li {
      padding-left: 6px;
      padding-right: 6px; }
      .tags > ul > li > a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 13px 31px 14px;
        letter-spacing: 0.7px;
        display: inline-block;
        outline: none;
        text-decoration: none;
        border: solid 1px #000;
        color: #000;
        position: relative;
        background-color: transparent;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-size: 14px;
        margin-bottom: 12px; }
        .tags > ul > li > a:hover {
          text-decoration: none; }
        .tags > ul > li > a:hover {
          color: #fff;
          background-color: #000; }

.find-venue-hero-form-wrapper {
  background: transparent no-repeat center;
  background-size: cover;
  color: #fff;
  padding-bottom: 72px;
  margin-bottom: 72px; }
  @media (max-width: 991.98px) {
    .find-venue-hero-form-wrapper {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  .find-venue-hero-form-wrapper .title-with-slogan {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media (max-width: 767.98px) {
      .find-venue-hero-form-wrapper .title-with-slogan {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 24px;
        padding-right: 24px; }
        .find-venue-hero-form-wrapper .title-with-slogan .main-title > span {
          margin-left: 0;
          padding-left: 0;
          padding-right: 0; }
          .find-venue-hero-form-wrapper .title-with-slogan .main-title > span:before, .find-venue-hero-form-wrapper .title-with-slogan .main-title > span:after {
            display: none; } }
  .find-venue-hero-form-wrapper .form-group label {
    color: #fff;
    font-size: 16px; }
  .find-venue-hero-form-wrapper .form-group .form-control {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
    .find-venue-hero-form-wrapper .form-group .form-control::-webkit-input-placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-hero-form-wrapper .form-group .form-control::-moz-placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-hero-form-wrapper .form-group .form-control:-ms-input-placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-hero-form-wrapper .form-group .form-control::-ms-input-placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-hero-form-wrapper .form-group .form-control::placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-hero-form-wrapper .form-group .form-control.dropdown > .dropdown-toggle {
      border-color: #fff;
      text-transform: uppercase; }
  .find-venue-hero-form-wrapper .btn:not(.dropdown-toggle) {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 24px; }
    @media (max-width: 767.98px) {
      .find-venue-hero-form-wrapper .btn:not(.dropdown-toggle) {
        margin-top: 0;
        margin-bottom: 1rem; } }
    .find-venue-hero-form-wrapper .btn:not(.dropdown-toggle).btn-primary {
      background-color: #009bd9;
      border-color: #009bd9; }
    .find-venue-hero-form-wrapper .btn:not(.dropdown-toggle).btn-secondary {
      background-color: #f9b13c;
      border-color: #f9b13c; }
    .find-venue-hero-form-wrapper .btn:not(.dropdown-toggle).btn-danger {
      background-color: #dc3545;
      border-color: #dc3545; }
    .find-venue-hero-form-wrapper .btn:not(.dropdown-toggle):hover {
      background-color: transparent; }
  @media (max-width: 767.98px) {
    .find-venue-hero-form-wrapper .btn-primary:not(.dropdown-toggle) {
      margin-top: 0; } }
  .find-venue-hero-form-wrapper .video-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .find-venue-hero-form-wrapper .video-search-wrapper .checkbox-wrapper {
      margin-right: 70px;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .find-venue-hero-form-wrapper .video-search-wrapper .checkbox-wrapper {
          margin-right: 14px; } }
      .find-venue-hero-form-wrapper .video-search-wrapper .checkbox-wrapper > input[type=checkbox] {
        width: 48px;
        height: 48px;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        opacity: 0;
        cursor: pointer; }
        .find-venue-hero-form-wrapper .video-search-wrapper .checkbox-wrapper > input[type=checkbox] + span {
          position: absolute;
          top: 0;
          left: 0;
          height: 48px;
          width: 48px;
          background-color: #fff;
          pointer-events: none; }
          .find-venue-hero-form-wrapper .video-search-wrapper .checkbox-wrapper > input[type=checkbox] + span:after {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: 'icomoon' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            font-size: 26px;
            width: 48px;
            line-height: 48px;
            text-align: center;
            display: block;
            color: #009bd9;
            opacity: 0;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        .find-venue-hero-form-wrapper .video-search-wrapper .checkbox-wrapper > input[type=checkbox]:checked ~ span:after {
          opacity: 1; }
  .find-venue-hero-form-wrapper .bootstrap-select .btn {
    text-transform: none; }

.find-venue-cards h2, .find-venue-cards .h2, .find-venue-cards h3, .find-venue-cards .h3 {
  font-family: "Soho Std";
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 31px;
  margin-bottom: 20px;
  position: relative; }
  .find-venue-cards h2:before, .find-venue-cards .h2:before, .find-venue-cards h3:before, .find-venue-cards .h3:before {
    content: '';
    position: absolute;
    background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
    background-size: 100%;
    left: 0;
    height: 21px;
    width: 19px;
    bottom: 0; }
  .find-venue-cards h2:after, .find-venue-cards .h2:after, .find-venue-cards h3:after, .find-venue-cards .h3:after {
    position: absolute;
    content: '';
    border-top: solid 1px #000;
    right: 0;
    bottom: 0;
    left: 18px;
    height: 21px; }
  @media (min-width: 768px) {
    .find-venue-cards h2, .find-venue-cards .h2, .find-venue-cards h3, .find-venue-cards .h3 {
      font-size: 34px; } }

@media (max-width: 767.98px) {
  .find-venue-cards {
    margin-bottom: 48px; } }

.find-venue-card {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 72px;
  font-size: 18px; }
  .find-venue-card .card-icon {
    font-size: 70px;
    color: #009bd9; }
  .find-venue-card .card-title {
    font-family: "Soho Std";
    font-size: 28px;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .find-venue-card .card-title {
        font-size: 34px; } }
  .find-venue-card .card-poweredby {
    font-size: 11px;
    margin-top: 24px; }
    .find-venue-card .card-poweredby > img {
      display: block;
      margin: 12px auto 0; }
  @media (max-width: 991.98px) {
    .find-venue-card {
      margin-top: 24px;
      margin-bottom: 24px; }
      .find-venue-card .card-icon {
        line-height: 80px; }
      .find-venue-card .card-title {
        margin-top: 0;
        margin-bottom: 12px; } }

.find-venue-form {
  margin-top: 24px;
  margin-bottom: 72px;
  padding: 24px;
  padding-bottom: 12px;
  border: solid 1px #000;
  font-size: 14px; }
  .find-venue-hero-form-wrapper .find-venue-form {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    @media (max-width: 767.98px) {
      .find-venue-hero-form-wrapper .find-venue-form {
        padding: 24px; } }
  @media (max-width: 767.98px) {
    .find-venue-form {
      margin-top: 24px;
      margin-bottom: 24px; } }
  .find-venue-form .form-group .form-control {
    color: #000;
    background-color: #fff; }
    .find-venue-form .form-group .form-control::-webkit-input-placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-form .form-group .form-control:-moz-placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-form .form-group .form-control::-moz-placeholder {
      color: #000;
      text-transform: uppercase; }
    .find-venue-form .form-group .form-control:-ms-input-placeholder {
      color: #000;
      text-transform: uppercase; }
  .find-venue-form .form-group.venue-input-keyword {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 1rem; }
    @media (max-width: 767.98px) {
      .find-venue-form .form-group.venue-input-keyword {
        margin-bottom: 1rem; } }
    .find-venue-form .form-group.venue-input-keyword .form-submit-search {
      position: absolute;
      right: 1px;
      top: 1px;
      bottom: 1px;
      font-size: 1px;
      color: transparent;
      background-color: #fff;
      border: 0;
      width: 48px;
      display: block; }
      .find-venue-form .form-group.venue-input-keyword .form-submit-search:before {
        font-size: 24px;
        color: #009bd9;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: block; }
  .find-venue-form .form-group .form-dropdown .dropdown-toggle, .find-venue-form .form-group .dropdown .dropdown-toggle {
    background-color: #fff;
    color: #000;
    display: block;
    line-height: 48px;
    padding: 0 34px 0 18px;
    position: relative;
    text-transform: uppercase;
    border: solid 1px #000; }
    .find-venue-form .form-group .form-dropdown .dropdown-toggle:after, .find-venue-form .form-group .dropdown .dropdown-toggle:after {
      position: absolute;
      right: 18px;
      top: 50%;
      margin-top: -5px; }
  .find-venue-form .form-group .form-dropdown .dropdown-menu label, .find-venue-form .form-group .dropdown .dropdown-menu label {
    font-size: 14px; }
  .find-venue-form .form-group.venue-input-concenter-combo.form-group-mobile .form-dropdown {
    padding: 14px 0; }
  .find-venue-form .venue-input-concenter-combo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .find-venue-form .venue-input-concenter-combo .form-dropdown:not(.dropdown) {
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border: solid 1px #000;
      min-height: 50px; }
      .find-venue-form .venue-input-concenter-combo .form-dropdown:not(.dropdown) .checkbox-field {
        padding: 0 30px 0 40px;
        font-weight: normal;
        color: #000;
        font-size: 14px;
        display: block;
        margin: 0;
        position: relative; }
        .find-venue-form .venue-input-concenter-combo .form-dropdown:not(.dropdown) .checkbox-field input {
          opacity: 0; }
          .find-venue-form .venue-input-concenter-combo .form-dropdown:not(.dropdown) .checkbox-field input ~ span:after {
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -14px;
            display: block;
            height: 28px;
            width: 28px;
            border: solid 1px #000;
            content: ' '; }
          .find-venue-form .venue-input-concenter-combo .form-dropdown:not(.dropdown) .checkbox-field input ~ span:before {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: 'icomoon' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            font-size: 18px;
            width: 28px;
            line-height: 28px;
            text-align: center;
            left: 20px;
            top: 50%;
            margin-top: -14px;
            display: block;
            color: #009bd9;
            opacity: 0;
            position: absolute;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .find-venue-form .venue-input-concenter-combo .form-dropdown:not(.dropdown) .checkbox-field input:checked ~ span:before {
            opacity: 1; }
  @media (max-width: 767.98px) {
    .find-venue-form .form-filters .form-group:not(.form-group-mobile) {
      display: none; } }
  @media (min-width: 768px) {
    .find-venue-form .form-filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-left: -12px;
      margin-right: -12px; }
      .find-venue-form .form-filters > .form-group {
        padding-left: 12px;
        padding-right: 12px; }
      .find-venue-form .form-filters .form-group-mobile {
        display: none; }
      .find-venue-form .form-filters .form-group-dropdown .dropdown-menu {
        border: solid 1px #004365;
        min-width: 260px; }
        .find-venue-form .form-filters .form-group-dropdown .dropdown-menu hr {
          margin: 0;
          border: none;
          border-top: solid 1px #efefef; }
        .find-venue-form .form-filters .form-group-dropdown .dropdown-menu .form-group {
          margin-bottom: 0; }
        .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-group-search {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 100%; }
            .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-group-search .form-control {
              background-color: #e4e4e4;
              border: none; }
          .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-group-search--scroll {
            max-height: 300px;
            overflow-x: hidden;
            overflow-y: auto;
            position: relative;
            padding: 12px;
            padding-bottom: 0; }
          .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div > .form-group-list {
            padding: 12px;
            padding-bottom: 0; }
          .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div label, .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-check {
            white-space: nowrap;
            color: #000;
            font-weight: normal; }
          .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-group > label {
            font-weight: bold; }
          .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-check {
            margin-bottom: 12px;
            position: relative; }
            .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-check input {
              opacity: 0; }
              .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-check input ~ label:after {
                position: absolute;
                left: 0;
                top: 2px;
                border: solid 1px #009bd9;
                content: ' ';
                width: 14px;
                height: 14px; }
              .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > div .form-check input:checked ~ label:after {
                background-color: #009bd9; }
        .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > .btn-clear {
          padding: 13px 31px 14px; }
        .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > .btn, .find-venue-form .form-filters .form-group-dropdown .dropdown-menu > .btn-clear {
          display: inline-block;
          margin: 12px; } }
  @media (min-width: 992px) and (max-width: 1399.98px) {
    .find-venue-form .form-filters .form-group {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    .find-venue-form .form-filters .form-group:nth-last-child(2) {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }

.dest-features {
  padding-bottom: 48px; }
  .dest-features h2 {
    font-size: 46px;
    font-family: "Soho Std";
    font-weight: normal; }
    @media (max-width: 767.98px) {
      .dest-features h2 {
        font-size: 28px;
        line-height: 1.29; } }
  .dest-features p {
    font-size: 18px; }
  .dest-features .venue-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 48px;
    margin-bottom: 24px;
    border-bottom: solid 1px #000; }
    .dest-features .venue-card .venue-name {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      font-size: 34px;
      font-family: "Soho Std";
      font-weight: normal;
      padding-bottom: 31px;
      margin-bottom: 20px;
      position: relative; }
      .dest-features .venue-card .venue-name:before {
        content: '';
        position: absolute;
        background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
        background-size: 100%;
        left: 0;
        height: 21px;
        width: 19px;
        bottom: 0; }
      .dest-features .venue-card .venue-name:after {
        position: absolute;
        content: '';
        border-top: solid 1px #000;
        right: 0;
        bottom: 0;
        left: 18px;
        height: 21px; }
      @media (max-width: 767.98px) {
        .dest-features .venue-card .venue-name {
          font-size: 24px;
          margin-bottom: 24px; } }
    .dest-features .venue-card .dest-img, .dest-features .venue-card .venue-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      @media (max-width: 767.98px) {
        .dest-features .venue-card .dest-img, .dest-features .venue-card .venue-info {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    .dest-features .venue-card .dest-img > img {
      width: 100%;
      height: auto; }
    .dest-features .venue-card .venue-details {
      padding-left: 24px;
      font-size: 15px; }
      @media (max-width: 767.98px) {
        .dest-features .venue-card .venue-details {
          padding-left: 0;
          margin-top: 24px; } }
      .dest-features .venue-card .venue-details b {
        color: #009bd9;
        font-size: 20px;
        display: block;
        margin-bottom: 1px; }
      .dest-features .venue-card .venue-details .line-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px; }
        .dest-features .venue-card .venue-details .line-item + .line-item {
          position: relative; }
          .dest-features .venue-card .venue-details .line-item + .line-item:after {
            content: ' ';
            position: absolute;
            top: 0;
            left: 12px;
            right: 12px;
            border-top: solid 1px #dcdcdc; }
        .dest-features .venue-card .venue-details .line-item .line-data {
          text-align: right; }
          .dest-features .venue-card .venue-details .line-item .line-data a {
            color: #009bd9;
            font-weight: bold; }

.find-venue-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  position: relative;
  padding: 12px 0; }
  .find-venue-util:before {
    content: ' ';
    bottom: 0;
    left: 12px;
    right: 12px;
    border-bottom: solid 1px #000;
    position: absolute; }
  .find-venue-util:after {
    content: ' ';
    top: 0;
    left: 12px;
    right: 12px;
    border-top: solid 1px #000;
    position: absolute; }
  .find-venue-util .find-venue-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .find-venue-util .find-venue-view .icn-list, .find-venue-util .find-venue-view .icn-grid, .find-venue-util .find-venue-view .icn-map {
      font-size: 1px;
      color: transparent;
      position: relative;
      width: 50px;
      height: 50px; }
      .find-venue-util .find-venue-view .icn-list + a, .find-venue-util .find-venue-view .icn-grid + a, .find-venue-util .find-venue-view .icn-map + a {
        margin-left: 20px; }
      .find-venue-util .find-venue-view .icn-list:after, .find-venue-util .find-venue-view .icn-grid:after, .find-venue-util .find-venue-view .icn-map:after {
        position: absolute;
        top: 7px;
        left: 7px;
        font-size: 36px;
        color: #000;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .find-venue-util .find-venue-view .icn-list.active:after, .find-venue-util .find-venue-view .icn-grid.active:after, .find-venue-util .find-venue-view .icn-map.active:after {
        color: #009bd9; }
    .find-venue-util .find-venue-view .icn-list:after {
      content: '\e91e'; }
    .find-venue-util .find-venue-view .icn-grid:after {
      content: '\e91d'; }
    .find-venue-util .find-venue-view .icn-map:after {
      content: '\e91f'; }
  .find-venue-util .find-venue-util--count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  .find-venue-util .find-venue-util--sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .find-venue-util .find-venue-util--sort .sort-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .find-venue-util .find-venue-util--sort .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 0; }
    .find-venue-util .find-venue-util--sort .label-sm {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      text-transform: none;
      white-space: nowrap;
      padding-right: 10px;
      padding-top: 7px; }
  @media (max-width: 991.98px) {
    .find-venue-util .find-venue-view .icn-list, .find-venue-util .find-venue-view .icn-grid, .find-venue-util .find-venue-view .icn-map {
      height: 40px;
      width: 40px; }
      .find-venue-util .find-venue-view .icn-list + a, .find-venue-util .find-venue-view .icn-grid + a, .find-venue-util .find-venue-view .icn-map + a {
        margin-left: 12px; }
      .find-venue-util .find-venue-view .icn-list:after, .find-venue-util .find-venue-view .icn-grid:after, .find-venue-util .find-venue-view .icn-map:after {
        font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .find-venue-util .find-venue-util--count {
      font-size: 18px; }
    .find-venue-util .find-venue-util--sort .label-sm {
      display: none; } }
  @media (max-width: 767.98px) {
    .find-venue-util .find-venue-view {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 30%; }
      .find-venue-util .find-venue-view .icn-map {
        display: none; }
    .find-venue-util .find-venue-util--count {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      max-width: 70%;
      text-align: right; }
    .find-venue-util .find-venue-util--sort {
      margin-top: 12px; } }

.find-venue-results-wrapper {
  margin-bottom: 72px; }
  .find-venue-results-wrapper.view-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -12px;
    margin-right: -12px; }
    .find-venue-results-wrapper.view-list .find-venue-results {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding-left: 12px;
      padding-right: 12px; }
    .find-venue-results-wrapper.view-list .venue-show-more {
      margin-top: 48px;
      text-align: center; }
  .find-venue-results-wrapper.view-gallery .find-venue-map {
    display: none; }
  .find-venue-results-wrapper.view-gallery .venue-show-more {
    margin-top: 48px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center; }
  .find-venue-results-wrapper.view-gallery .find-venue-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; }
    .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card {
      padding-left: 12px;
      padding-right: 12px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      width: 33.33333%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: block; }
      .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info, .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .slider-simple {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
      .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info {
        margin-top: 10px;
        display: block; }
        .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info .top-row .top-request-proposal {
          display: none; }
        .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info .venue-details .venue-name {
          margin-top: 10px;
          line-height: 36px; }
        .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info .venue-details > div:not(.venue-name) {
          display: none; }
        .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info .venue-actions {
          margin-top: 10px; }
          .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info .venue-actions > *:not(.venue-preview) {
            display: none !important; }
          .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info .venue-actions .venue-preview {
            display: inline-block;
            margin-left: 0;
            padding-left: 0;
            text-transform: none;
            -webkit-text-decoration-color: #009bd9 !important;
            text-decoration-color: #009bd9 !important;
            text-decoration-thickness: 1px;
            text-underline-offset: 6px;
            text-decoration: underline;
            font-weight: normal; }
            .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .venue-info .venue-actions .venue-preview:hover {
              color: #009bd9; }
      .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card + .venue-card {
        padding-top: 0;
        border-top: none; }
      .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .slider-simple {
        height: auto; }
      .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .swiper-slide {
        position: relative;
        padding-bottom: 68%; }
        .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .swiper-slide > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
        @media (min-width: 1400px) {
          .find-venue-results-wrapper.view-gallery .find-venue-results .venue-card .swiper-slide {
            padding-bottom: 68%; } }

.search-list {
  margin-top: 48px;
  margin-bottom: 72px; }
  .search-list h1, .search-list h2, .search-list .h1, .search-list .h2 {
    margin-bottom: 48px;
    font-size: 28px; }
    @media (min-width: 768px) {
      .search-list h1, .search-list h2, .search-list .h1, .search-list .h2 {
        font-size: 50px; } }
  .search-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .search-list .index ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px; }
    .search-list .index ul > li {
      padding: 5px 12px; }
    .search-list .index ul a:hover, .search-list .index ul a.active {
      color: #009bd9; }
  .search-list .tab-content {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .search-list .tab-content {
        font-size: 24px; } }
    .search-list .tab-content .index-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px; }
      .search-list .tab-content .index-grid > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 12px; }
        @media (min-width: 992px) {
          .search-list .tab-content .index-grid > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
        @media (min-width: 992px) {
          .search-list .tab-content .index-grid > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%; } }
    .search-list .tab-content li > a {
      display: block; }
      .search-list .tab-content li > a:hover {
        color: #009bd9; }

.header-gallery {
  position: relative;
  padding: 0;
  margin: 0; }
  .header-gallery .swiper-wrapper > .swiper-slide {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0; }
    @media (min-width: 576px) {
      .header-gallery .swiper-wrapper > .swiper-slide {
        max-width: 480px; } }
    @media (min-width: 768px) {
      .header-gallery .swiper-wrapper > .swiper-slide {
        max-width: 630px; } }
    @media (min-width: 992px) {
      .header-gallery .swiper-wrapper > .swiper-slide {
        max-width: 830px; } }
    @media (min-width: 1200px) {
      .header-gallery .swiper-wrapper > .swiper-slide {
        max-width: 940px; } }
    .header-gallery .swiper-wrapper > .swiper-slide .img {
      position: relative;
      padding-bottom: 56%;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .header-gallery .swiper-wrapper > .swiper-slide .img {
          -webkit-transition: none;
          transition: none; } }
      .header-gallery .swiper-wrapper > .swiper-slide .img:after {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        background-color: #009bd9;
        opacity: 0.75;
        content: ' ';
        z-index: 2; }
        @media (prefers-reduced-motion: reduce) {
          .header-gallery .swiper-wrapper > .swiper-slide .img:after {
            -webkit-transition: none;
            transition: none; } }
      .header-gallery .swiper-wrapper > .swiper-slide .img > img {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100%; }
        @media (prefers-reduced-motion: reduce) {
          .header-gallery .swiper-wrapper > .swiper-slide .img > img {
            -webkit-transition: none;
            transition: none; } }
    .header-gallery .swiper-wrapper > .swiper-slide .caption {
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size: 14px;
      padding-left: 86px;
      position: relative;
      margin-top: 20px; }
      @media (prefers-reduced-motion: reduce) {
        .header-gallery .swiper-wrapper > .swiper-slide .caption {
          -webkit-transition: none;
          transition: none; } }
      @media (max-width: 767.98px) {
        .header-gallery .swiper-wrapper > .swiper-slide .caption {
          margin-left: 24px;
          margin-right: 24px; } }
      .header-gallery .swiper-wrapper > .swiper-slide .caption a {
        color: #009bd9; }
      .header-gallery .swiper-wrapper > .swiper-slide .caption:after {
        position: absolute;
        content: ' ';
        left: 0;
        top: 50%;
        border-top: solid 1px #009bd9;
        width: 66px; }
    .header-gallery .swiper-wrapper > .swiper-slide.swiper-slide-active .img:after {
      opacity: 0; }
    .header-gallery .swiper-wrapper > .swiper-slide.swiper-slide-active .img > img {
      -webkit-filter: none;
      filter: none; }
    .header-gallery .swiper-wrapper > .swiper-slide.swiper-slide-active .caption {
      opacity: 1; }
  .header-gallery .swiper-navigation {
    position: absolute;
    top: 50%;
    margin-top: -64px;
    width: 100%;
    z-index: 50;
    background-color: green; }
  .header-gallery .swiper-button-prev, .header-gallery .swiper-button-next {
    width: 940px;
    display: inliine-block;
    margin: 0 auto;
    position: relative; }
    .header-gallery .swiper-button-prev:after, .header-gallery .swiper-button-next:after {
      position: absolute;
      content: '';
      background: transparent url("../imgs/big-arrow-left.svg") no-repeat top left;
      background-size: cover;
      color: #fff;
      width: 60px;
      height: 54px;
      text-align: center;
      opacity: 0.8;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .header-gallery .swiper-button-prev:after, .header-gallery .swiper-button-next:after {
          -webkit-transition: none;
          transition: none; } }
    .header-gallery .swiper-button-prev:hover:after, .header-gallery .swiper-button-next:hover:after {
      opacity: 1; }
  .header-gallery .swiper-button-prev:after {
    left: 0; }
  .header-gallery .swiper-button-next:after {
    background-image: url("../imgs/big-arrow-right.svg");
    right: 0; }
  @media (max-width: 575.98px) {
    .header-gallery .swiper-navigation {
      margin-top: -50px; }
    .header-gallery .swiper-button-prev, .header-gallery .swiper-button-next {
      position: absolute;
      left: auto;
      right: auto;
      width: auto;
      z-index: 1000;
      color: #000;
      background-color: #fff;
      border: solid 1px #000;
      font-size: 9px;
      line-height: 9px;
      padding: 20px 18px 18px 18px;
      background-image: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .header-gallery .swiper-button-prev, .header-gallery .swiper-button-next {
      -webkit-transition: none;
      transition: none; } }
  @media (max-width: 575.98px) {
      .header-gallery .swiper-button-prev:hover, .header-gallery .swiper-button-next:hover {
        background-color: #009bd9;
        color: #fff; }
      .header-gallery .swiper-button-prev:before, .header-gallery .swiper-button-next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .header-gallery .swiper-button-prev:after, .header-gallery .swiper-button-next:after {
        display: none; }
    .header-gallery .swiper-button-prev {
      left: 0; }
      .header-gallery .swiper-button-prev:before {
        content: '\e90d'; }
    .header-gallery .swiper-button-next {
      right: 0; }
      .header-gallery .swiper-button-next:before {
        content: '\e90e'; } }
  @media (min-width: 576px) {
    .header-gallery .swiper-navigation {
      margin-top: -50px; }
    .header-gallery .swiper-button-prev, .header-gallery .swiper-button-next {
      width: 480px; }
    .header-gallery .swiper-button-prev:after {
      left: -50px; }
    .header-gallery .swiper-button-next:after {
      right: -50px; } }
  @media (min-width: 768px) {
    .header-gallery .swiper-navigation {
      margin-top: -45px; }
    .header-gallery .swiper-button-prev, .header-gallery .swiper-button-next {
      width: 640px; }
    .header-gallery .swiper-button-prev:after {
      left: -55px; }
    .header-gallery .swiper-button-next:after {
      right: -55px; } }
  @media (min-width: 992px) {
    .header-gallery .swiper-navigation {
      margin-top: -48px; }
    .header-gallery .swiper-button-prev, .header-gallery .swiper-button-next {
      width: 830px; }
      .header-gallery .swiper-button-prev:after, .header-gallery .swiper-button-next:after {
        width: 68px;
        height: 61px; }
    .header-gallery .swiper-button-prev:after {
      left: -75px; }
    .header-gallery .swiper-button-next:after {
      right: -75px; } }
  @media (min-width: 1200px) {
    .header-gallery .swiper-button-prev, .header-gallery .swiper-button-next {
      width: 940px; }
    .header-gallery .swiper-button-prev:after {
      left: -95px; }
    .header-gallery .swiper-button-next:after {
      right: -95px; } }
  @media (min-width: 1400px) {
    .header-gallery .swiper-button-prev:after {
      left: -195px; }
    .header-gallery .swiper-button-next:after {
      right: -195px; } }

.jump-links ul {
  margin: 0;
  margin-top: 24px; }
  .jump-links ul a:hover {
    color: #009bd9; }

.jump-links.fixed-top ul {
  margin: 0; }

@media (max-width: 767.98px) {
  .jump-links {
    margin-bottom: 48px; } }

@media (max-width: 575.98px) {
  .jump-links {
    margin-left: -24px;
    margin-right: -24px; } }

.col-left {
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%; }
  @media (min-width: 1200px) {
    .col-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      width: 75%; } }
  .col-left h1 {
    font-size: 46px;
    font-family: "Soho Std";
    font-weight: normal;
    padding-right: 50px;
    line-height: normal;
    margin-bottom: 48px; }
    @media (max-width: 767.98px) {
      .col-left h1 {
        font-size: 28px;
        margin-top: 12px;
        margin-bottom: 24px; } }
  .col-left .heading-4 {
    font-size: 34px;
    font-family: "Soho Std";
    font-weight: normal;
    padding-bottom: 31px;
    margin-bottom: 20px;
    position: relative; }
    .col-left .heading-4:before {
      content: '';
      position: absolute;
      background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
      background-size: 100%;
      left: 0;
      height: 21px;
      width: 19px;
      bottom: 0; }
    .col-left .heading-4:after {
      position: absolute;
      content: '';
      border-top: solid 1px #000;
      right: 0;
      bottom: 0;
      left: 18px;
      height: 21px; }
    @media (max-width: 767.98px) {
      .col-left .heading-4 {
        font-size: 28px;
        margin-bottom: 10px; } }
  .col-left .row > dl {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 18px; }
    .col-left .row > dl dt {
      color: #009bd9;
      font-size: 20px; }
    .col-left .row > dl a {
      -webkit-text-decoration-color: #009bd9 !important;
      text-decoration-color: #009bd9 !important;
      text-decoration-thickness: 1px;
      text-underline-offset: 6px;
      text-decoration: underline; }
    @media (max-width: 767.98px) {
      .col-left .row > dl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.col-right {
  display: none; }
  @media (min-width: 1200px) {
    .col-right {
      display: block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      padding-left: 12px;
      padding-right: 12px; } }

.scroll-table--header {
  font-weight: normal;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding-top: 0.5rem;
  padding-bottom: 31px;
  margin-bottom: 20px;
  position: relative; }
  .scroll-table--header:before {
    content: '';
    position: absolute;
    background: transparent url("../imgs/v-big-black.svg") no-repeat top right;
    background-size: 100%;
    left: 0;
    height: 21px;
    width: 19px;
    bottom: 0; }
  .scroll-table--header:after {
    position: absolute;
    content: '';
    border-top: solid 1px #000;
    right: 0;
    bottom: 0;
    left: 18px;
    height: 21px; }
  .scroll-table--header > * {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .scroll-table--header > div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-family: "Soho Std";
    font-size: 34px; }
    @media (max-width: 767.98px) {
      .scroll-table--header > div {
        font-size: 28px; } }

.scroll-table--header--next, .scroll-table--header--prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-left: -1px;
  text-align: center;
  font-size: 0.1px;
  color: transparent;
  position: relative;
  min-height: 50px;
  width: 50px; }
  @media (max-width: 767.98px) {
    .scroll-table--header--next, .scroll-table--header--prev {
      display: none; } }
  .scroll-table--header--next:before, .scroll-table--header--prev:before {
    border: solid 1px #000;
    color: #000;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    content: ' ';
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0; }
    .scroll-table--header--next:before:hover, .scroll-table--header--prev:before:hover {
      color: #000;
      background-color: #000; }
  .scroll-table--header--next:after, .scroll-table--header--prev:after {
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 9px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .scroll-table--header--next:hover:before, .scroll-table--header--prev:hover:before {
    background-color: #009bd9; }

.scroll-table--header--prev:after {
  content: '\e90d'; }

.scroll-table--header--next:after {
  content: '\e90e'; }

.scroll-table {
  margin-bottom: 48px; }
  .scroll-table .table {
    table-layout: fixed;
    border: 0;
    margin: 0;
    max-width: none;
    width: 100%;
    color: #000; }
    .scroll-table .table th, .scroll-table .table td {
      border-left: none;
      border-top: solid 1px #a4a4a4;
      padding: 0.9375rem;
      width: 175px; }
      .scroll-table .table th:first-of-type, .scroll-table .table td:first-of-type {
        width: 176px;
        font-weight: bold; }
      .scroll-table .table th:nth-of-type(2n), .scroll-table .table td:nth-of-type(2n) {
        background-color: #f9f9f9; }
    .scroll-table .table th {
      font-weight: bold;
      border-bottom: 0;
      border-top: 0;
      font-size: 20px; }
    .scroll-table .table tr > td:first-child {
      font-size: 20px; }

.scroll-table--table {
  position: relative;
  border: solid 1px #a4a4a4;
  border-left: none;
  border-right: none;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 767.98px) {
    .scroll-table--table:after, .scroll-table--table:before {
      content: ' ';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1;
      pointer-events: none; }
    .scroll-table--table:before {
      background: white;
      background: -webkit-gradient(linear, left top, right top, from(white), color-stop(90%, rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 90%);
      left: 0; }
    .scroll-table--table:after {
      background: white;
      background: -webkit-gradient(linear, right top, left top, from(white), color-stop(90%, rgba(255, 255, 255, 0)));
      background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 90%);
      right: 0; }
    .scroll-table--table.at-left-edge:before {
      opacity: 0; }
    .scroll-table--table.at-right-edge:after {
      opacity: 0; } }

.scroll-table--label {
  display: block;
  width: 177px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .scroll-table--label {
      display: none; } }

.scroll-table--content {
  overflow: auto;
  scroll-behavior: smooth; }

.venue-section {
  margin-bottom: 24px; }

@media (max-width: 767.98px) {
  .venue-section--location {
    display: none; } }

.venue-section--location.preview .map-wrapper:after {
  content: 'Map Placeholder';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee; }

.venue-section--location dl:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.venue-card.venue-card-vertical .venue-gallery-preview a {
  display: block;
  width: 100%;
  overflow: hidden; }
  .venue-card.venue-card-vertical .venue-gallery-preview a > img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .venue-card.venue-card-vertical .venue-gallery-preview a:hover > img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }

.venue-card.venue-card-vertical .heading-5 {
  font-family: "Soho Std";
  font-weight: 500;
  font-size: 28px;
  line-height: normal;
  margin: 18px 0 24px; }
  @media (max-width: 767.98px) {
    .venue-card.venue-card-vertical .heading-5 {
      font-size: 24px; } }

.venue-card.venue-card-vertical .venue-address {
  font-size: 15px; }

.box.box--border {
  border: solid 1px #000;
  text-align: center;
  padding: 48px;
  margin-bottom: 72px; }
  .box.box--border .heading-5 {
    font-family: "Soho Std";
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px; }
    .box.box--border .heading-5:after {
      position: absolute;
      left: 50%;
      margin-left: -33px;
      bottom: 0;
      width: 66px;
      content: ' ';
      border-bottom: solid 1px #009bd9; }
  .box.box--border p {
    font-size: 18px;
    margin-bottom: 36px; }
  .box.box--border > a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 31px 14px;
    letter-spacing: 0.7px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    border: solid 1px #000;
    color: #000;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .box.box--border > a:hover {
      text-decoration: none; }
    .box.box--border > a:hover {
      color: #000;
      background-color: #009bd9; }
  @media (max-width: 767.98px) {
    .box.box--border {
      margin-left: -24px;
      margin-right: -24px; }
      .mb-5 + .box.box--border {
        margin-top: -3rem; }
      .box.box--border .heading-5 {
        font-size: 28px; }
      .box.box--border p {
        font-size: 15px; } }

.venue-info-box {
  border: solid 1px #000;
  padding: 16px; }
  .venue-info-box .venue-info-title {
    font-family: "Soho Std";
    font-size: 20px;
    margin-bottom: 16px; }
  .venue-info-box .venue-tier {
    margin-bottom: 24px; }
    .venue-info-box .venue-tier > * {
      display: inline-block; }
    .venue-info-box .venue-tier .tier-number {
      background-color: #009bd9;
      font-weight: bold;
      color: #fff;
      padding: 3px 9px;
      margin-right: 10px;
      font-size: 14px; }
  .venue-info-box .venue-info {
    font-size: 15px;
    font-weight: bold; }
    .venue-info-box .venue-info strong {
      font-weight: normal; }
  .venue-info-box .venue-actions {
    margin-top: 24px;
    margin-bottom: 24px; }
    .venue-info-box .venue-actions > a {
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      margin-top: 16px; }
      .venue-info-box .venue-actions > a:after {
        color: #009bd9;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .venue-info-box .venue-actions > a.icn-compare:after {
        content: '\e91b';
        font-size: 26px; }
      .venue-info-box .venue-actions > a.icn-bookmark:after {
        content: '\e91c';
        font-size: 23px; }
      .venue-info-box .venue-actions > a:hover {
        color: #009bd9; }
  .col-left .venue-info-box {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .col-left .venue-info-box {
        display: none; } }

.sidebar {
  position: relative;
  margin-bottom: 72px; }

.supplier {
  display: felx;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid 1px #000;
  padding: 24px 12px 36px;
  text-align: center;
  margin: 30px 0; }
  .supplier .supplier-title {
    font-family: "Soho Std";
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .supplier .supplier-img {
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px; }
    .supplier .supplier-img img {
      width: auto;
      height: auto;
      max-height: 88px;
      max-width: 100%; }
  .supplier .supplier-btn {
    padding-top: 10px; }

.supplier-info {
  border: solid 1px #000;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .supplier-info .info-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    .supplier-info .info-wrapper .labels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .supplier-info .info-wrapper .labels .label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        font-weight: bold;
        color: #009bd9;
        font-size: 20px; }
      .supplier-info .info-wrapper .labels .value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        font-size: 18px; }
        .supplier-info .info-wrapper .labels .value a {
          text-decoration: underline;
          -webkit-text-decoration-color: #009bd9;
          text-decoration-color: #009bd9;
          text-decoration-thickness: 1px;
          text-underline-offset: 5px; }
          .supplier-info .info-wrapper .labels .value a:hover {
            color: #009bd9; }
  .supplier-info .info-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 218px;
    flex: 0 0 218px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 24px; }
    .supplier-info .info-logo > img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 116px; }
  @media (max-width: 767.98px) {
    .supplier-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .supplier-info .info-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        .supplier-info .info-wrapper .labels .label {
          font-size: 18px; }
        .supplier-info .info-wrapper .labels .value {
          font-size: 16px; }
      .supplier-info .info-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        text-align: center;
        padding-bottom: 24px; }
        .supplier-info .info-logo > img {
          max-height: none;
          max-width: 200px;
          display: block;
          margin-left: auto;
          margin-right: auto; } }

body {
  overflow-x: hidden; }

@media (max-width: 767.98px) {
  body {
    padding-top: 52px; } }

.content-area {
  margin-top: 51px;
  min-height: 600px; }
  @media (max-width: 991.98px) {
    .content-area {
      margin-top: 42px; } }
  @media (max-width: 575.98px) {
    .content-area {
      margin-top: 26px; }
      .content-area > .container:not(.hl-home) {
        padding-left: 24px;
        padding-right: 24px; } }
  .navbar.slim + .content-area {
    margin-top: 0; }
